- 11 Feb, 2002 22 commits
-
-
Robert Love authored
I previously sent a patch by Mikael Pettersson to fix the UP+preempt problem. It seems from your BK repository you have not yet merged it; if so, this patch takes a different approach which is optimal, removing the unneeded conditional altogether in the UP case. I have verified UP and SMP are now correct. Patch is against 2.5.4, please apply. Robert Love
-
Linus Torvalds authored
-
Stephen Rothwell authored
Here is the patch against 2.5.4. I have compiled this patch under 2.5.3, so it should still be OK. This patch just resyncs the driver with 2.4.18-pre (which is what is being testd by others). The only outstanding known problem is some very strange interaction with VMWARE. But otherwise people seem happy with the changes. Original announcement to Dave Jones and Marcelo: Update a couple of email addresses Fix the idle handling (this is an improved version of the fix that Alan Cox has in his -ac tree) Notify user mode of suspend events before drivers (fix) Make the idling percentage boot time configurable Rename kapm-idled to kapmd Credit to Andreas Steinmetz, Russell King, Thomas Hood and me. More small updates to come. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/
-
http://gkernel.bkbits.net/alpha-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
-
Jeff Garzik authored
-
Jens Axboe authored
from when completion was potentially called more than once to indicate partial end I/O. These days bio->bi_end_io is _only_ called when I/O has completed on the entire bio.
-
Jens Axboe authored
-
Jens Axboe authored
-
Jens Axboe authored
-- steve.cameron@compaq.com
-
Jens Axboe authored
Applies to 2.5.4-pre3 -- steve.cameron@compaq.com
-
Jens Axboe authored
as late as possible to avoid accounting overcharging processes with privilege usage. Applies to 2.5.4-pre3 -- steve.cameron@compaq.com
-
Jens Axboe authored
completions. Applies to 2.5.4-pre3 -- steve.cameron@compaq.com
-
Jens Axboe authored
first parameter to grok_partitions in the ioctl for registering a new disk.
-
Jens Axboe authored
-
Jens Axboe authored
-
Jens Axboe authored
LUNs attached to a cciss controller, and a tape drive is beyond the 16th LUN. In such a case, the tape drive would not be accessible without this patch. Applies to 2.5.4-pre3. -- steve.cameron@compaq.com
-
Linus Torvalds authored
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jens Axboe authored
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
- 10 Feb, 2002 18 commits
-
-
Richard Henderson authored
Minor warning removal.
-
Richard Henderson authored
-
David S. Miller authored
From Eddie C. Dost
-
David S. Miller authored
-
David S. Miller authored
Work done by Arnaldo Carvalho de Melo.
-
David S. Miller authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Udo A. Steinberg authored
Fixe a compiler warning in signal.c due to a missing prototype for "do_coredump".
-
Udo A. Steinberg authored
Make apm compile properly and without warnings.
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Jones authored
forward-ported from 2.4
-
Robert Love authored
A recent scheduler change looks to of affected this, and I missed it since I did my last testing on SMP only. Please, apply. Robert Love
-
Robert Love authored
Linus, The attached patch adds a Documentation/preempt-locking.txt file which describes the new locking rules wrt preemptive kernels (ie, watch per-CPU data, etc). It also updates a CREDITS entry and adds some comments. Patch is against 2.5.4-pre5, please apply. Robert Love
-
Robert Love authored
Another lseek fix, spotted by Dave Hansen @ IBM. Missing a corresponding lock_kernel for an unlock_kernel. Patch against 2.5.4-pre5, please apply. Thanks, Robert Love
-
Linus Torvalds authored
-
Kai Germaschewski authored
into vaio.(none):/home/kai/kernel/linux-2.5.isdn
-