- 31 May, 2002 40 commits
-
-
Dave Jones authored
Don't know what exactly happened, but somehow, the ZX1 support is in your tree twice. This patch drops one of them, and also adds in Intel i845 support to make up for it 8-)
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Another one from Brian Gerst. Still applies to 2.5.18 Seperates adfs_sb_info from struct super_block.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Andrew Morton found that egcs was miscompiling the per-cpu area code on x86. This patch updates the check, and documentation accordingly.
-
Dave Jones authored
-
Dave Jones authored
TIMEOUT_VALUE was killed from blk.h and moved to drivers that need it (like this one) DEVICE_REQUEST is also dead, so we init the queue with the driver request handler
-
Dave Jones authored
Conversion done by William Irwin a good while ago.
-
Dave Jones authored
-
Dave Jones authored
Variant of a patch in 2.4 by Steven Whitehouse.
-
Dave Jones authored
Originally from: Jeremy Elson <jelson@circlemud.org>
-
Dave Jones authored
As per the old comment, this patch adds checking of the return value of setup_arg_pages() and aborts cleanly. From 2.4 (also a missing GPL tag)
-
Dave Jones authored
Stale cruft, and what looks like a merge error.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Allow user to define the upper limit of number of interrupts generated
-
Dave Jones authored
Should allow for things like adjusting readahead on raw devices.
-
Dave Jones authored
Patch from 2.4 sets the maximum size of the queue in a more sensible manner
-
Dave Jones authored
region handling cleanups
-
Dave Jones authored
-
Dave Jones authored
o check request_region result o handle failure gracefully
-
Dave Jones authored
o printk levels o check_region -> request_region cleanups o allocated region releasing on failure
-
Dave Jones authored
simple region handling cleanups.
-
Dave Jones authored
-
Dave Jones authored
o Check misc_register return code o request_region() return code checking o graceful failure
-
Dave Jones authored
-
Dave Jones authored
o Check request_region result
-
Dave Jones authored
o check request_region result o Handle failure gracefully
-
Dave Jones authored
Wow, someone found some new devices for this beast..
-
Dave Jones authored
checks return codes, and sanitises resource allocation.
-
Dave Jones authored
o mention a quirk in the athlon smp detection o mark some use-once paths as __init
-
Dave Jones authored
The usual check_region -> request_region work, plus freeing of resources on failure path.
-
Dave Jones authored
-
Dave Jones authored
Odd, this is the missing half of the recent fix where we prefetched too far. Not sure how this bit got dropped. Without it, we still prefetch past the end of a range of memory. Also small compiler hint microoptimisations
-
http://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Stephen Rothwell authored
The following should allow the affected architectures to build in 2.5.19 as currently there will be two definitions of copy_siginfo_to_user and if an architecture defines its own siginfo_t it MUST define copy_siginfo().
-
Stephen Rothwell authored
This patch from Laurent Latil <laurent@latil.nom.fr> fixes a copy and paste error.
-