- 28 Feb, 2003 8 commits
-
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
John Levon authored
I believe && is meant here, but I cannot test it. This is against 2.5.63
-
John Levon authored
Against 2.5.63. I believe && is meant here, not &.
-
David Brownell authored
Move the USB documentation to a separate file.
-
Duncan Sands authored
-
Duncan Sands authored
Just say -ENODEV
-
Duncan Sands authored
-
bk://linuxusb@bkbits.net/linus-2.5Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
- 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 17 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
-
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.
-
Duncan Sands authored
Output the correct device name, show the state of the device (for debugging) and of the ADSL line (anyone want to write a graphical utility to show this, like under windows?). We no longer consult the usb_device struct in udsl_atm_proc_read, so don't take a reference to it. Against Greg's current 2.5 USB tree.
-
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
-
Art Haas authored
-
Art Haas authored
-
Dave Jones authored
-