- 28 Feb, 2003 5 commits
-
-
Marc Zyngier authored
This fixes a bug introduced in the recent scsi_scan.c reorganisation. Without this patch, my Alpha Jensen was crashing just after detecting its first SCSI disk. It is now working fine.
-
Alex Tomas authored
After 12 hours of testing it looks like this problem can be solved by the following..
-
Andy Grover authored
into groveronline.com:/root/bk/linux-acpi
-
Andy Grover authored
-
Andy Grover authored
-
- 27 Feb, 2003 4 commits
-
-
Linus Torvalds authored
Noticed by Martin Schwidefsky <schwidefsky@de.ibm.com>
-
Linus Torvalds authored
dcache lock. Found by Maneesh Soni <maneesh@in.ibm.com>
-
bk://are.twiddle.net/axp-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://linux-dj.bkbits.net/watchdogLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 28 Feb, 2003 3 commits
-
-
Dave Jones authored
-
Dave Jones authored
partly based on a patch from Tariq Shureih to the kernel janitors list.
-
Dave Jones authored
-
- 27 Feb, 2003 6 commits
-
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
into halogen.(none):/home/davej/src/kernel/2.5/watchdog
-
-
- 28 Feb, 2003 2 commits
-
-
Russell King authored
Patch from Nicolas Pitre
-
Russell King authored
Patch from Eli Carter Supercedes patch 1382 This patch copies the relevant documentation for the iop3xx support from the 2.4.19-rmk4-ds2 kernel.
-
- 27 Feb, 2003 20 commits
-
-
Russell King authored
Patch from Dirk Behme Cleanup arch/arm/kernel/head.S a little bit by removing the unused rambase from pgtbl and krnladr macros.
-
Russell King authored
Patch from Jonas Larsson The dc21285 mtd map driver supported RedBoot partitioning only. Kernel command line partitioning was not supported. This patch adds the missing functionality.
-
Richard Henderson authored
From Marc Zyngier <mzyngier@freesurf.fr>.
-
Art Haas authored
Hi. This trivial patch switches the file to use C99 initializers. Art Haas
-
Andy Grover authored
(Bjorn Helgaas)
-
Andy Grover authored
-
Andy Grover authored
-
Andy Grover authored
- Add acpi_walk_resource support (Bjorn Helgaas) - Add S4BIOS support (Pavel Machek) - Rewrite GPE code to deal with future GPE block devices - Fix a bug that caused long delays when receiving SCIs - Fix a bug that causes oopses when battery strings are ""
-
Andy Grover authored
into groveronline.com:/root/bk/linux-acpi
-
Andy Grover authored
-
Andy Grover authored
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
into halogen.(none):/home/davej/src/kernel/2.5/agpgart
-
Kevin Corry authored
Dammit! I'm not having a good morning. :( Missing GFP_xxx argument to kmalloc.
-
Roger Luethi authored
This patch addresses two distinct races: - Until now, the driver started the chip for Tx regardless of errors pending in the status register. Not good if an error occured while we were queueing packets -- the chip counter had not been reset, so Tx died. (We can't reliably get an interrupt for every error condition) - The Rhine-II (when under load) frequently produces a Tx descriptor write-back race error. Failing to handle this means waiting for the netdev watchdog. Fixed. In addition, we must wait for the Tx engine to turn off on error conditions before we scavenge the descriptor entries. Failing to do so will typically lead to performance going down to about 10%: Burst, timeout, burst, timeout.. (again, with a Rhine-II under load).
-
Roger Luethi authored
Since Linus and Jeff raised the issue of PCI posted writes, I cleaned up wait_for_reset() some more. Experiments show that with MMIO, a reset may indeed take seemingly longer -- that is fixed by flushing that buffer. Also, the driver now polls the appropriate register while waiting for the reset to finish.
-
Art Haas authored
-
Art Haas authored
-