- 27 Sep, 2003 3 commits
-
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
Paul Mackerras authored
This moves the uc_sigmask field back to where it was before. We now don't assume the registers are at a fixed offset in the ucontext, but instead access them through the uc_regs field as in the past. This corresponds with a recent change in glibc CVS.
-
Paul Mackerras authored
-
- 25 Sep, 2003 37 commits
-
-
Andi Kleen authored
This fixes a few x86-64 issues that have crept in and broke bootup. - Disable -funit-at-a-time. It breaks symbol exports with gcc 3.3.1-hammer. - Fix sched_clock to not access HPET. The new scheduler uses it more extensively and it is not mapped early enough. I opted to just disable the HPET access, because even a slightly non monotonous TSC should be accurate enough for scheduling purposes. - Fixes for separate objdirs by Arnd Bergmann - Fix two warnings that have crept in
-
Neil Brown authored
Previously, we called blk_queue_make_request(q,mddev->pers->make_request) *before* calling mddev->pers->run(), but this left a hole in which the device could be accessed before it was initialised. So we moved blk_queue_make_request to *after* ->pers->run(), but now some of the initialisation done in ->run is over-written by blk_queue_make_request(), particularly limits like ->max_sectors. So now, we just open-code the one line of blk_queue_make_request that we need at this point. All the rest has been done by a separate called to blk_queue_make_request, either when the mddev was first allocated, or when a previous incarnation of the device was stopped. This fixes "bio too big" error that occured due to max_sectors being too large.
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Rusty Russell authored
From: Domen Puncer <root@coderock.org>
-
Angelo Dell\'Aera authored
Don't know if the patch I released few days ago was still applied. This is a minor revision of that patch which converts saa9730 to spinlocks thus removing save_and_cli() and restore_flags() calls. Regards, Angelo Dell'Aera
-
Simon Kelley authored
This does two things: 1) Fix alignment problem on PARISC64 (and maybe other 64bit archs.) 2) Add another couple of cards to the table. Cheers, Simon.
-
Paul Gortmaker authored
-
Paul Gortmaker authored
-
Paul Gortmaker authored
-
Stephen Hemminger authored
If baycom driver has never been opened, it will attempt to free an IRQ that it never registered when removed. The problem is that hdlcdrv does not keep track of open/close state.
-
Stephen Hemminger authored
-
Stephen Hemminger authored
Update baycom drivers for 2.6.0-test5 - get rid of MOD_INC/DEC (looked into hdlcdrv_ops and don't need to have owner field because baycom drivers unregister on unload). - use alloc_netdev instead of static device structures. - hdlcdrv_register returns device instead of getting passed one. - put private data in space allocated at dev->priv in alloc_netdev - shorten name of hdlcdrv_register_hdlcdrv to hdlcdrv_register I don't have actual baycom hardware, but driver builds and loads/unloads. Real hardware initialization doesn't happen until open. The first one is the important patch, the other three are just code review type cleanups.
-
Jeff Garzik authored
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net> Cheers, n.
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Rusty Russell authored
From: Nicolas Kaiser <nikai@nikai.net>
-
Mirko Lindner authored
-
Mirko Lindner authored
-
Mirko Lindner authored
Patch 3/5 (Update to version 6.17) * Add: Removed SkNumber and SkDoDiv * Add: Counter output as (unsigned long long)
-
Mirko Lindner authored
-
Mirko Lindner authored
Patch 1/5 (Update to version 6.17) * Add: Better parameter check * Add: UDP and TCP HW Csum changes * Add: Interrupt Moderation infos
-
Stephen Hemminger authored
Add proper management of jiffies and time values, rather than punting and doing long long arithmetic on usecs.
-
Stephen Hemminger authored
Still more driver data which was updated but never used.
-
Stephen Hemminger authored
Convert bogus test_and_set local wait, to a real spin_lock so it has a chance of working on an SMP. This also does the right thing and locks out interrupts while giving commands on UP; maybe the comment in Kconfig was because there was never a proper mutex... Don't have real hardware to try this, but it can't be worse than the previous code.
-
Stephen Hemminger authored
Still more places state is saved and never used.
-
Stephen Hemminger authored
Get rid of extra trailing semicolons
-
Stephen Hemminger authored
Get rid of unneeded casts to cleanup readability.
-
Stephen Hemminger authored
This code is littered with unused structure elements and globals. Eliminate some of the fields set and never used. More in later patches.
-
Stephen Hemminger authored
The arlan driver tries to build it's /proc interface into a separate module, which leads to circular dependencies and other ugliness. This patch moves arlan.c to arlan-main.c and changes initialization builds one module arlan.o Patch is for 2.6.0-test5
-
Linus Torvalds authored
-
Brian Gerst authored
Trivial patch to use MODULE_ALIAS_CHARDEV_MAJOR macro.
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-