- 18 Oct, 2002 17 commits
-
-
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 12 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
-
Alexander Viro authored
* switched to private queue * set ->queue and ->private_data * switched to new methods * compile fixes NOTE: it still has b0rken locking - hadn't been updated in 2.5.1
-
Alexander Viro authored
* switched to private queue * set ->queue and ->private_data * switched to new methods * switched to use of ->bd_disk
-
Alexander Viro authored
* switched to private queue * set ->queue and ->private_data * switched to new methods * switched to use of ->bd_disk * fixed the idiocy I'd introduced there during end_request() reshuffling - too many places got hit by search-and-replace ;-/ NOTE: swim_iop (and swim3) are broken for situations when several drives are present. Failure mode is rather amusing - the thing does a sort of load-balancing and if you have two drives even requests end up sent to the first and odd - to the second ;-) Had been there since they went into the tree. Swim3 mentions that support of multiple drives needs to be fixed, swim_iop (derived from it) had lost even that warning.
-
Alexander Viro authored
* switched to private queue * set ->queue and ->private_data * switched to new methods * switched to use of ->bd_disk
-
Alexander Viro authored
* switched to private queue * set ->queue and ->private_data * switched to new methods * switched to use of ->rq_disk NOTE: we still have mess in open(), release() and ioctl().
-