- 31 Jul, 2003 29 commits
-
-
Alan Cox authored
((Richard Drummond)
-
Alan Cox authored
(Otherwise this plays hell with logging on non old US systems)
-
Alan Cox authored
-
Alan Cox authored
(Andi Kleen)
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
(Taral)
-
Alan Cox authored
-
Alan Cox authored
-
Alan Cox authored
(Steven Cole)
-
Alan Cox authored
-
Alan Cox authored
(Steven Cole)
-
Alan Cox authored
-
Alan Cox authored
(Steven Cole)
-
Alan Cox authored
-
Alan Cox authored
(Steven Cole)
-
Alan Cox authored
(Andi Kleen)
-
Alan Cox authored
(Adrian Bunk, Steven Cole)
-
Alan Cox authored
(Steven Cole)
-
Alan Cox authored
(Andi Kleen)
-
Alan Cox authored
((Gaël Le Mignot)
-
Alan Cox authored
(Adrian Bunk(
-
Alan Cox authored
-
Alan Cox authored
(Steven Cole)
-
Alan Cox authored
(Venkatesh Pallipadi@intel)
-
Alan Cox authored
(Steven Cole)
-
Alan Cox authored
(R Krishnakumar)
-
- 27 Jul, 2003 3 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
also detach the threads. Otherwise we'll leave them around as zombies, waiting for them to be picked up by their parent. Which might be the execve() thread itself, causing a deadlock.
-
Jens Axboe authored
Noted by Sean Estabrooks: There is a bug in "ll_rw_blk.c" handling partial bvec submissions. For whatever reason the floppy driver was triggering it more than other users (most likely because most other devices tend to be able to always complete a full request in one go). Fixed by updating the proper bio vector index entry.
-
- 26 Jul, 2003 8 commits
-
-
Bernardo Innocenti authored
Add kconfig options to allow excluding either or both the I/O schedulers. This can be useful for embedded systems (saves about ~13KB). All schedulers are enabled by default for non-embedded.
-
Geert Uytterhoeven authored
This updates the valkyriefb driver to the new API. From Paul Mackerras <paulus@samba.org>: "It compiles OK, but I haven't been able to test it. I have simplified the driver quite a bit using the knowledge that there can only ever be one valkyrie graphics adaptor in a system - it is the built-in graphics adaptor on various ancient mac and powermac machines, and we access it at a hard-coded address, so we can only handle one."
-
Ville Herva authored
Documentation/nmi-watchdoc.txt doesn't actually tell what options need to be enabled in kernel config in order to use NMI watchdog. I for one found it confusing.
-
Geert Uytterhoeven authored
Rename ariadne2 to zorro8390, since this driver supports several NS8390-based Zorro Ethernet cards. Kill all never used occurrencies of CONFIG_NE2K_ZORRO.
-
Geert Uytterhoeven authored
m68k cache updates (from Roman Zippel): - Uninline flush_icache_range() - Add virt_to_phys_slow() which handles vmalloc()ed space
-
Geert Uytterhoeven authored
M68k: Use genrtc on all m68k platforms
-
Geert Uytterhoeven authored
M68k: Allow ALLOWINT to be used with other types than short (fixes a problem with irqs_disabled(), from Roman Zippel)
-
Geert Uytterhoeven authored
dmasound: Implement missing SOUND_PCM_READ_RATE ioctl (from Richard Zidlicky)
-