- 02 Oct, 2003 1 commit
-
-
Stephen Lord authored
get without a put! Fix code for preemptable kernels. SGI Modid: 2.5.x-xfs:slinx:159379a
-
- 30 Sep, 2003 2 commits
-
-
ssh://lord@kernel.bkbits.net/xfs-2.6Stephen Lord authored
into jen.americas.sgi.com:/src/lord/bitkeeper/xfs-2.6
-
Stephen Lord authored
use the size of the extent, not the page count of the pagebuf which is initialized to zero. SGI Modid: 2.5.x-xfs:slinx:159206a
-
- 29 Sep, 2003 19 commits
-
-
Stephen Lord authored
into kernel.bkbits.net:/home/lord/xfs-2.6
-
bk://kernel.bkbits.net/acme/ksyms-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
Stephen Lord authored
make sure we have no pending I/O completion calls for metadata, and that we only keep hold of metadata buffers for I/O completion if we want to. Still not perfect, but better than it was. SGI Modid: 2.5.x-xfs:slinx:158933a
-
Eric Sandeen authored
SGI Modid: 2.5.x-xfs:slinx:158653a
-
Stephen Lord authored
big globals that are written all the time SGI Modid: 2.5.x-xfs:slinx:159069a
-
Eric Sandeen authored
SGI Modid: 2.5.x-xfs:slinx:159068a
-
Eric Sandeen authored
SGI Modid: 2.5.x-xfs:slinx:159170a
-
Bartlomiej Zolnierkiewicz authored
- common umc8672_init() for built-in and module - release hwif only if hwif->chipset == ide_umc8672 - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups
-
Bartlomiej Zolnierkiewicz authored
- common qd65xx_init() for built-in and module - release hwif only if hwif->chipset == ide_qd65xx - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups
-
Bartlomiej Zolnierkiewicz authored
- common ht6560b_init() for built-in and module - release hwif only if hwif->chipset == ide_ht6560b - when releasing hwif, restore hwif->channel to the default value - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups
-
Bartlomiej Zolnierkiewicz authored
- common dtc2278_init() for built-in and module - touch hwifs only if hwif->chipset == ide_unknown for both ports, so we don't thrash already used hwifs when loading module - release hwif only if hwif->chipset == ide_dtc2278 - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups
-
Bartlomiej Zolnierkiewicz authored
- common ali14xx_init() for built-in and module - do not call findPort() twice - touch hwifs only if chipset was found and initialized - release hwif only if hwif->chipset == ide_ali14xx - when releasing hwif, restore hwif->channel to the default value - mark exit functions with __exit - do not use ide_hwifs[] directly - minor cleanups
-
Bartlomiej Zolnierkiewicz authored
Blind strncpy()->strlcpy() conversion in 2.5.70 made it impossible to change any setting, revert it.
-
bk://bk.arm.linux.org.uk/linux-2.6-serialLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 30 Sep, 2003 1 commit
-
-
Russell King authored
Finally admit defeat and change the maintainers entry for 8250/16x50 serial.
-
- 29 Sep, 2003 17 commits
-
-
Tom Rini authored
-
Brian Gerst authored
This removes "do_machine_check()" in favour of just calling the appropriate machine check handler directly from the lowlevel exception code.
-
Armin Schindler authored
Removed doubled header file includes. Removed includes of version.h. Removed the use of __KERNEL_SYSCALLS__
-
Armin Schindler authored
fix compiler error of badly punctuated macro definitions.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
This looks a little simpler, and has the same effect.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Don't poke bank 0 on Athlon, some of them don't like it and raise spurious MCEs.
-
Dave Jones authored
-
Matthias Urlichs authored
Editor wraparound and comments don't always like each other.
-
Adrian Bunk authored
This switches fs/Kconfig to use select where appropriate (affects nfs{,d} and afs).
-
Jens Axboe authored
The CDROM_SEND_PACKET ioctl is both slow and ugly, this patch keeps the functionality but utilizes the much better sg_io() framework.
-
Nick Piggin authored
This removes a bogus error message in the bogomips reporting code when running an SMP kernel on UP. It makes the output consistent with what you see on an SMP box. I noticed this while testing, but it recently annoyed me again when booting a knoppix CD - its the first line you'll see.
-