- 03 Apr, 2002 35 commits
-
-
Dave Jones authored
-
Dave Jones authored
From: Michael Haardt <michael@moria.de> for 2.4, munged by me. the MAD16 driver is able to enable/disable its gameport, but it does not register it in the input subsystem. The appended patch against 2.4.19-pre4 fixes that and also allows to enable to gameport via kernel command line, not only when loaded as module.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Originally by Alan. It was in the 2.4-ac tree for ages, much tweaked by myself and Thomas Hood. Its main purpose is for skipping the full memory test and other time-wasting diagnostics on reboot.
-
Dave Jones authored
Ancient patch from Jens to hush certain drives which generate a lot of printk noise when playing DVDs.
-
Dave Jones authored
Originally from Chris Mason <mason@suse.com>.. collect_sigign_sigcatch can race against exit_sighand. I haven't been able to reproduce it, but I think it causes the oops reported in the 'Kernel Hangs 2.4.16 on heavy io Oracle Tivolie TSM' thread.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Originally from Intel, has been around various vendor trees for a while. Aparently worth a noticable speed up in some applications.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Originally from Anton Altaparmakov.. This causes errors from get_block() in block_read_full_page() to be detected and handled properly (by setting page error flag). Without the patch the page (or parts of the page) will contain random data on get_block() failing without any form of error being signalled which can be catastrophic for filesystems using block_read_full_page() for accessing their metadata. And for normal data it would mean the user would see random data instead of what they expected.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Various quirks from 2.4 and other sources.
-
Dave Jones authored
Another 2.4 forward port, original from Andrew Morton.
-
Dave Jones authored
-
Dave Jones authored
These files use completion, but don't include header.
-
Dave Jones authored
-
Dave Jones authored
Another small change from 2.4
-
Dave Jones authored
Add support for AMD Elan. (More ELAN patches to follow which rely on CONFIG_MELAN)
-
Dave Jones authored
Another forward port from 2.4
-
Dave Jones authored
-
Dave Jones authored
-
Adam Radford authored
Self explanatory driver update from vendor.
-
Dave Jones authored
Support for an extra interrupt router.
-
Dave Jones authored
introduction of ALSA moved some files around. This updates various references.
-
Dave Jones authored
EFI GUID partition table support from Matt Domsch
-
Dave Jones authored
Clean up capability handling in AGPGart. This came forward from 2.4
-
Greg Kroah-Hartman authored
Here's a very tiny bugfix for arch/i386/kernel/mpparse.c in the 2.4.19-pre2 kernel. It fixes the problem if there is an error in the MP_processor_info() function where the mpc_apicid value is greater than MAX_APICS, then we need to decrement the number of valid processors before we return (the number was just incremented before the check.) The patch was written by James Cleverdon.
-
Dave Jones authored
Simple compile fix.
-
Dave Jones authored
Another from 2.4, see comments for details
-
Dave Hansen authored
Push BKL down to the (few) routines that actually need it, remove it from the do_exit() path.
-
- 02 Apr, 2002 5 commits
-
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
David S. Miller authored
ttl of tcp_socket.
-
Linus Torvalds authored
-
Alexander Viro authored
brw_kiovec() and ll_rw_kiovec() switched to struct block_device *.
-
Alexander Viro authored
Bunch of places converted from fsync_dev/invalidate_buffers to fsync_bdev/invalidate_bdev.
-