- 08 Oct, 2002 40 commits
-
-
Dave Jones authored
As per CodingStyle
-
Dave Jones authored
- Align comments - Remove hardcoded value (Use proper alignment on systems with 64byte cachelines)
-
Dave Jones authored
Code cleanup..
-
Dave Jones authored
memcpy_to/fromio shouldn't be using memcpy, as this could equate to the versions that prefetch, which could upset some devices.
-
Dave Jones authored
Other slabs have '_' to separate words instead of ' '. Same patch went into 2.4
-
Dave Jones authored
-
Dave Jones authored
- remove unneeded includes (lots of) - Some Dell folks noted that the switch to realmode needs to be a wbinvd instead of an invd on some boxes. This has been in -dj for eons, and has had no ill effect.
-
Dave Jones authored
Several new boards, and fix a forward reference by moving a function around.
-
Dave Jones authored
Numerous updates from 2.4 (see changelog)
-
Dave Jones authored
- moves functions around to match where they are in 2.4 (makes syncing easier) - Adds some extra entries
-
Dave Jones authored
- Recognise and decode trace cache - Add several missing elements to descriptor table - Xeon errata workaround - updated names for P4's
-
Dave Jones authored
From 2.4, see comment in diff.
-
Dave Jones authored
Old patch by Krishna Ramachandran
-
Dave Jones authored
get_vm_area() doesn't play too well when passed malformed arguments due to a missing check. Originally by davem, munged by me.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
From John Levon. This corrects the comment to match the real quotation. Patch splitting/bombing is a very boring job, if it wasn't for light relief like this, it'd be even moreso 8-)
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
From 2.4 with some 2.5 mangling from Robert Love.
-
Dave Jones authored
From Zwane Mwaikambo, this diff makes sure we don't poke reserved bits on the P4.
-
Dave Jones authored
make mrproper misses some files..
-
Dave Jones authored
Missing kill_sb member meant that futexfs died a death when someone tried to mount it.
-
Dave Jones authored
-
Dave Jones authored
This patch from Ravikiran G Thirumalai removes cacheline bouncing of apic_timer_irqs
-
Dave Jones authored
Straightforward diff to allow longer names for PCI devices
-
Dave Jones authored
- Standardise usage on IA-32 instead of a mix of IA32 and ix86. - Add some missing options. - Fix up some options.
-
Dave Jones authored
-
Dave Jones authored
From 2.4
-
Dave Jones authored
From 2.4
-
Dave Jones authored
-
Dave Jones authored
Files moved, so the comments should be updated to reflect their new locations.
-
Dave Jones authored
-
bk://linux-input.bkbits.net/linux-inputLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-