- 27 Feb, 2003 1 commit
-
-
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 23 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.
-
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
-
Art Haas authored
-
Art Haas authored
-
Dave Jones authored
-
Dave Jones authored
Closes bugzilla #307
-
Dave Jones authored
It turns out that this bug is only on the pre-production models, but as a few of them have 'escaped' the labs to the hands of a few lucky developers, we still need it.
-
Dave Jones authored
-
Dave Jones authored
Uses CONFIG_ but doesn't include config.h
-
Dave Jones authored
As per bugzilla #179
-
Dave Jones authored
-
Dave Jones authored
ENTRY implies ALIGN.
-
Christoph Hellwig authored
was this actually ever used? :)
-
Muli Ben-Yehuda authored
This patch fixes bugzilla bug #398, http://bugme.osdl.org/show_bug.cgi?id=398, PNP API breakage in the ad1848 sound driver.
-
- 26 Feb, 2003 5 commits
-
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Joe Thornber authored
Fix problem with devfs when unloading the dm module. dm-ioctl.c: deregister the misc device, and its associated symlink *before* removing the /dev/mapper dir. [Alasdair Kergon]
-
Kevin Corry authored
Use the correct size for "name" in register_with_devfs(). During Al Viro's devfs cleanup a few versions ago, this function was rewritten, and the "name" string added. The 32-byte size is not large enough to prevent a possible buffer overflow in the sprintf() call, since the hash cell can have a name up to 128 characters.
-