- 08 Oct, 2002 40 commits
-
-
Dave Jones authored
Allows usage of quotes in menu options.
-
Dave Jones authored
-
Dave Jones authored
By Robert Love, this patch sets the maximum number of CPUs a kernel can support (From 2-32 on IA32) The reasoning behind this is a space saving of 8KB per CPU.
-
Dave Jones authored
-
Dave Jones authored
From 2.4, mostly just things like quietening compiler warnings.
-
Dave Jones authored
-
Dave Jones authored
Not all arch's behave the same way as x86 during the build process, so this makes make rpm adjust for non-x86
-
Dave Jones authored
- Makes UP preempt safe. - Avoids double call of mce_checkregs on SMP
-
Dave Jones authored
From 2.4, these diffs.. - Make use of dma channel 0 configurable - request region cleanup - fix list initialisation bug - fix escd /proc security hole - add opl3sax quirk
-
Dave Jones authored
This patch attempts to clean up the horrible macro's in io.h, and was done some time ago by Dave McCracken iirc.
-
Dave Jones authored
As the comment suggests - this is harmless on non mq systems, so we may as well have cleaner code.
-
Dave Jones authored
(Also a printk level addition)
-
Dave Jones authored
Nothing uses v86mode any more, so this removes it, and its space in the thread_struct.
-
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.
-