- 29 Aug, 2002 7 commits
-
-
Robert Love authored
The raid5 xor checksums use MMX/SSE state and are not preempt-safe. Attached patch disables preemption in FPU_SAVE and XMMS_SAVE and restores it in FPU_RESTORE and XMMS_RESTORE - preventing preemption while in fp mode.
-
Robert Love authored
Neither lockd nor rpciod properly drop the BKL on exit. Yes, the BKL is automatically relinquished on schedule but the failure to drop the lock throws off the atomic accounting and results in a preempt_count warning on exit. This makes them play fair - it does not hurt.
-
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
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 28 Aug, 2002 33 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/sparc-2.5
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/sctp-2.5
-
David S. Miller authored
-
Alexey Kuznetsov authored
-
Alexey Kuznetsov authored
-
Alexey Kuznetsov authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
- also fix sctp.h declaration type of sctp_get_port
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Linus Torvalds authored
- update some incorrect version checks - update radeon driver from 1.4.0 to 1.5.0 - use C99 named initializers
-
Greg Kroah-Hartman authored
Thanks to Oliver Neukum for finding this
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
David Brownell authored
DaveM noticed he needed a pci_dma_sync_single() after the DMA conversion late in 32 ; here's the patch. FYI this driver was previously having to unmap/remap in that location, this is an improvement! :)
-