- 18 Oct, 2002 22 commits
-
-
David S. Miller authored
A recent change that went into BK-2.5 removed the next member of the scsi host and replaced it with lists, which is cool, but this broke a few common drivers. Here is the fix for aic7xxx_old.
-
Jens Axboe authored
Recent scsi host changes broke sym2, it iterates over the scsi host list itself. This patch changes sym2 to use scsi_host_hn_get() to find a scsi host from its hostno.
-
David Howells authored
This patch fixes a bug in my AFS client in which a put of an outstanding call was missing in the unmount cleanup code. This occasionally resulted in the AFS module becoming unremovable.
-
Adrian Bunk authored
-
Mark Haverkamp authored
Fill devno[cid] from request instead of sc_request->sr_request since sc_request is passed in as NULL now.
-
Linus Torvalds authored
-
Dave Jones authored
Somewhere along the line, indentation on this file went mental.
-
Dave Jones authored
As per Documentation/SubmittingPatches
-
Dave Jones authored
By Urban Widmark
-
Dave Jones authored
-
Dave Jones authored
Most work done by Paul Gortmaker. More work needed.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Marc Singer noticed some BIOSen on the AMD Elan alias the cpu frequency registers in a place that some drivers probe during bootup. Result - changed CPU speed after booting. The fix is to unmap the alias. Marc put a patch forward for 2.2, this one is cooked up by me, but is currently untested but functionally equivalent.
-
Dave Jones authored
(is already in drivers/char/agp/Config.help)
-
Dave Jones authored
The smp_call_function() does the check on the local cpu for us.
-
Dave Jones authored
Taken from unknown contributor in 2.4
-
Dave Jones authored
-
Dave Jones authored
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 19 Oct, 2002 11 commits
-
-
Paul Mackerras authored
Some host bridges that use the indirect (addr and data registers) method of access have a field that needs to be set to 0 for accesses to the primary bus and 1 for accesses to subordinate buses. This change allows for that.
-
Paul Mackerras authored
We do this with an out-of-line assembler function, __div64_32, for the case when the high word of the dividend is non-zero.
-
Paul Mackerras authored
-
Dan Cox authored
-
Cort Dougan authored
-
Tom Rini authored
-
Paul Mackerras authored
-
Paul Mackerras authored
We can't now use make -C in conjunction with Rules.make because the rules for making .o files break if we do. This updates the boot wrapper Makefiles so that we don't use make -C, instead we use call descend plus various other new features in Rules.make.
-
Paul Mackerras authored
-
Paul Mackerras authored
Previously we had xchg_u32 both inline in system.h and out-of-line in arch/ppc/kernel/misc.S, and it was exported for good measure. We only need the inline definition.
-
Tom Rini authored
-
- 18 Oct, 2002 7 commits
-
-
Alexander Viro authored
* old methods have no instances left; removed.
-
Alexander Viro authored
* switched to private queues * set ->queue and ->private_data * switched to new methods
-
Alexander Viro authored
* switched to private queues * set ->queue and ->private_data * switched to new methods
-
Alexander Viro authored
* switched to private queues * set ->queue and ->private_data * switched to new methods
-
Alexander Viro authored
* switched to private queues * set ->queue and ->private_data * switched to new methods
-
Alexander Viro authored
* switched to private queue * set ->queue and ->private_data * switched to new methods
-
Alexander Viro authored
* switched to private queue * set ->queue and ->private_data * switched to new methods
-