- 11 Feb, 2002 1 commit
-
-
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/
-
- 10 Feb, 2002 15 commits
-
-
Linus Torvalds authored
-
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
-
Kai Germaschewski authored
adapter driver initializes before the USB layer -> Oops
-
Kai Germaschewski authored
(was isdn.a before, but there's no need to use an archive here)
-
Kai Germaschewski authored
-
Kai Germaschewski authored
in drivers/isdn/Config.help
-
Jeff Garzik authored
into hostme.bitkeeper.com:/ua/repos/g/gkernel/alpha-2.5
-
Linus Torvalds authored
-
- 09 Feb, 2002 24 commits
-
-
Jeff Garzik authored
-
http://gkernel.bkbits.net/net-drivers-2.5Jeff Garzik authored
into rum.normnet.org:/spare/vanilla/net-drivers-2.5
-
Jeff Garzik authored
into rum.normnet.org:/spare/vanilla/net-drivers-2.5
-
David S. Miller authored
-
James Bottomley authored
- Fix bug in scripts that was causing CDRW hang - add sense buffer length initialisation - update lasi700 to new driver model and fix rmmod hang - add correct MCA reporting to D700 driver
-
David S. Miller authored
-
David S. Miller authored
-
http://gkernel.bkbits.net/linus-2.5Jeff Garzik authored
into hostme.bitkeeper.com:/ua/repos/g/gkernel/net-drivers-2.5
-
David S. Miller authored
-
David S. Miller authored
-
Alexander Viro authored
Patch converts a bunch of places that hadn't been caught when ->s_id was introduced. Please, apply.
-
Alexander Viro authored
affs digs in blk_size[] to find the size of device (it has its analog of superblock living in the middle of disk). That information is available in ->s_bdev->bd_inode->i_size - no need to mess with major/minor/arrays to get it.
-
Alexander Viro authored
/proc/modules switched to use of seq_file, cleaned up.
-
Alexander Viro authored
Straightforward rewrite to seq_file.
-
Alexander Viro authored
Please, apply. Otherwise we eat quota like there's no tomorrow ;-/
-
Jeff Garzik authored
into rum.normnet.org:/spare/vanilla/net-drivers-2.5
-
Peter Osterlund authored
It compiles in -pre5 but doesn't work unless you also apply the patch below. Without this patch, bus_id will be empty which makes device_register fail.
-
Linus Torvalds authored
update
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Jones authored
Big bits first, I'll redo the smaller bits tomorrow after some sleep. Same as last time, rediffed against pre5
-
Linus Torvalds authored
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Paul Gortmaker authored
There are a couple of errors in the DMA changes to the aha1542.c driver that appeared in 2.5.4pre3: - a typo (BUF vs BUS) - a macro handed a page instead of a scatterlist - printk format length mismatch Paul.
-
Linus Torvalds authored
-