- 23 Mar, 2003 12 commits
-
-
Alan Cox authored
Fix the IDE hang people see with 2.5.65-bk From Dominik Brodowski <linux@brodo.de>
-
Alan Cox authored
-
Alan Cox authored
PC9800 uses the ISAPnP protocol but on CBUS not ISA bus. The current patch is below. I'm wondering if there is a cleaner way we should do this ?
-
Alan Cox authored
So its now two options
-
Alan Cox authored
-
Alan Cox authored
I missed the CREDITS change before
-
Alan Cox authored
-
Alan Cox authored
[From Osamu Tomita]
-
Alan Cox authored
-
Alan Cox authored
This fixes one of the long standing IDE hangs on SMP. If you get an error we disable the IRQ, unfortunately we may be in the IRQ handler This change gets us back working but does introduce a small potential race I need to investigate further and fix up in a nicer fashion. IDE should do error handling in a seperate context (as SCSI does) but not for 2.6.
-
Linus Torvalds authored
both ways, but anal compilers will warn about using identifiers that have never been defined in preprocessor expression statements.
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 22 Mar, 2003 28 commits
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
Bart De Schuymer authored
-
David S. Miller authored
-
Hideaki Yoshifuji authored
-
James Morris authored
-
Jon Grimm authored
-
Tom Lendacky authored
-
Chas Williams authored
-
Chas Williams authored
-
James Morris authored
-
Chas Williams authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.5
-
David S. Miller authored
-
Ben Collins authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
Andrew Morton authored
Spotted by Dawson Engler. recalc_signpending() needs tsk->sighand->siglock.
-
Andrew Morton authored
It seems pretty pointless and people do complain about it occasionally.
-
Andrew Morton authored
From: Robert Love <rml@tech9.net> Additional work to make syscalls return longs.
-
Andrew Morton authored
From: "Randy.Dunlap" <randy.dunlap@verizon.net> Fix up various syscalls to return longs, as x86_64 and ia64 (at least) require.
-
Andrew Morton authored
From: Adrian Bunk <bunk@fs.tum.de> I got a .exit.text error in 2.5.65. The problem is that in sound/oss/awe_wave.c the __init function _attach_awe calls the __exit function awe_release_region. The following patch that removes the __exit from awe_release_region fixes it.
-