- 31 Dec, 2002 1 commit
-
-
bk://linux.bkbits.net/linux-2.5Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virgin
-
- 30 Dec, 2002 39 commits
-
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Linus Torvalds authored
-
Justin T. Gibbs authored
-
Justin T. Gibbs authored
but somehow are not handled by the DV state machine. This ensures that the behavior seen before DV is restored in the event of a DV state machine failure.
-
Justin T. Gibbs authored
but is still required in earlier kernels.
-
Justin T. Gibbs authored
on some tape and cdrom devices.
-
Justin T. Gibbs authored
counted toward the load average.
-
Justin T. Gibbs authored
This allows the assembler to operate without generating this file.
-
Justin T. Gibbs authored
The original bug was that the 2.4.X declaration was used unconditionally.
-
Justin T. Gibbs authored
Daemonize the kernel threads used for domain validation.
-
Justin T. Gibbs authored
Restore a call to ahc_assert_atn() that was inadvertantly lost when the asserting atn diagnostic was added. This, among other things, resulted in driver negotiation failures with devices that initiated negotiation (e.g. most IBM drives).
-
Justin T. Gibbs authored
Correct a compilation warning that occurs when debugging code is compiled in.
-
Justin T. Gibbs authored
AIC7XXX_REG_PRETTY_PRINT. The constant rebuild is due to the build process deciding that the pretty_print.c file is an intermediate file and that problem lies elsewhere.
-
Justin T. Gibbs authored
Remove incorrect dependency on SCSI_AIC7XXX_BUILD_FIRMWARE (the wrong driver noless) and AIC79XX_REG_PRETTY_PRINT. The constant rebuild is due to the build process deciding that the pretty_print.c file is an intermediate file and that problem lies elsewhere.
-
Justin T. Gibbs authored
-
Christoph Hellwig authored
* version code checks for pre-2.4 version * !__KERNEL__ stuff in headers.
-
David Brownell authored
Makes this generic info reflect current behavior.
-
David Brownell authored
Simple patch to invoke hcd->stop() in task context, as required. When Cardbus works again (broken in 2.5.53 unless it's just me), this will get rid of some oopsing when folk physically eject the device, with no shutdown. As well as making other "hc died" faults behave better.
-
Greg Kroah-Hartman authored
-
bk://kernel.bkbits.net/gregkh/linux/pnp-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Jones authored
into halogen.(none):/home/davej/src/kernel/2.5/agpgart
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
into tetrachloride.(none):/mnt/stuff/kernel/2.5/agpgart
-
Leopoldo Cerbaro authored
-
Stephen Rothwell authored
With Martin's blessing, here is the s390x syscall compatability stuff.
-
Christoph Hellwig authored
Another one that James noticed..
-
bk://linux.bkbits.net/linux-2.5Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virgin
-
Greg Kroah-Hartman authored
into kroah.com:/home/linux/linux/BK/pnp-2.5
-
James Bottomley authored
-
Greg Kroah-Hartman authored
-
Christoph Hellwig authored
I missed one hunk when splitting the patch for removing try_inc_mod_count().
-
Linus Torvalds authored
-
Andrew Morton authored
The might_sleep() check in kmm_cache_alloc() is currently disabled if slab debugging is disabled. Fix that so it's enabled if might_sleep debugging is enabled.
-
Andrew Morton authored
add_disk_randomness() is causing a context switch per disk request. It is scheduling process-context work one timer tick in the future for every request. But is has a buffer for this, so change it to not set up the process-context work until that buffer is half full. The patch reduces the context switch rate during a 20 megabyte/sec write to scsi from 150/sec to 50/sec.
-