summaryrefslogtreecommitdiffstats
path: root/arch/i386
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-09-2669-2071/+3118
|\
| * [PATCH] i386/x86-64: New Intel feature flagsDave Jones2006-09-261-2/+2
| * [PATCH] x86: Add a cumulative thermal throttle event counter.Dmitriy Zavin2006-09-262-6/+130
| * [PATCH] i386: Make the jiffies compares use the 64bit safe macros.Dmitriy Zavin2006-09-261-3/+4
| * [PATCH] x86: Refactor thermal throttle processingDmitriy Zavin2006-09-263-18/+65
| * [PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing ...Andi Kleen2006-09-264-1/+18
| * [PATCH] x86: Move direct PCI scanning functions out of lineAndi Kleen2006-09-262-1/+45
| * [PATCH] i386/x86-64: Make all early PCI scans dependent on CONFIG_PCIAndi Kleen2006-09-262-0/+4
| * [PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderJan Beulich2006-09-262-0/+8
| * [PATCH] x86: - restore i8259A eoi status on resumeMatthew Garrett2006-09-261-1/+5
| * [PATCH] i386: Split multi-line printk in oops output.Dave Jones2006-09-261-2/+3
| * [PATCH] i386: Add MMCFG resources to i386 tooAndi Kleen2006-09-261-0/+35
| * [PATCH] i386/x86-64: Only do MCFG e820 check when type 1 worksAndi Kleen2006-09-261-1/+3
| * [PATCH] i386/x86-64: PCI: split probing and initialization of type 1 config s...Andi Kleen2006-09-264-14/+28
| * [PATCH] i386: Remove experimental mark of kexecEric W. Biederman2006-09-261-2/+1Star
| * [PATCH] i386: add HPET(s) into resource mapadurbin@google.com2006-09-261-0/+26
| * [PATCH] i386: Do better early exception handlersChuck Ebbert2006-09-261-0/+67
| * [PATCH] i386: Allow a kernel not to be in ring 0Rusty Russell2006-09-264-13/+11Star
| * [PATCH] i386: Abstract sensitive instructionsRusty Russell2006-09-261-16/+22
| * [PATCH] i386: Avoid overwriting the current pgd (V4, i386)Magnus Damm2006-09-262-105/+174
| * [PATCH] i386: Fix the EDD code misparsing the command lineH. Peter Anvin2006-09-261-22/+75
| * [PATCH] i386: annotate FIX_STACK() and the rest of nmi()Chuck Ebbert2006-09-261-3/+15
| * [PATCH] i386: Disallow kprobes on NMI handlersFernando Luis Vázquez Cao2006-09-263-10/+14
| * [PATCH] i386: Disallow kprobes on NMI handlersFernando Luis Vázquez Cao2006-09-261-3/+5
| * [PATCH] i386: mark cpu cache functions as __cpuinitMagnus Damm2006-09-263-3/+3
| * [PATCH] i386: mark cpu identify functions as __cpuinitMagnus Damm2006-09-263-5/+5
| * [PATCH] i386: mark cpu init functions as __cpuinit, data as __cpuinitdataMagnus Damm2006-09-268-36/+31Star
| * [PATCH] i386: mark cpu_dev structures as __cpuinitdataMagnus Damm2006-09-268-9/+9
| * [PATCH] i386: remove redundant generic_identify() calls when identifying cpusMagnus Damm2006-09-267-9/+1Star
| * [PATCH] i386: Support physical cpu hotplug for x86_64Ashok Raj2006-09-262-5/+66
| * [PATCH] i386: mark two more functions as __initMagnus Damm2006-09-261-1/+1
| * [PATCH] i386: clean up topology.cMagnus Damm2006-09-261-18/+3Star
| * [PATCH] i386: Descriptor and trap table cleanups.Rusty Russell2006-09-261-19/+5Star
| * [PATCH] i386: move kernel_thread_helper into entry.SAndi Kleen2006-09-262-9/+13
| * [PATCH] i386: Make enable_local_apic staticAdrian Bunk2006-09-261-1/+12
| * [PATCH] i386: Make acpi_force staticAdrian Bunk2006-09-261-1/+1
| * [PATCH] i386: make fault notifier unconditional and export itAndi Kleen2006-09-261-10/+4Star
| * [PATCH] i386: Fix warning in mpparse.cAndi Kleen2006-09-261-0/+2
| * [PATCH] i386/x86-64: Improve Kconfig description of CRASH_DUMPAndi Kleen2006-09-261-0/+7
| * [PATCH] x86: error_code is not safe for kprobesPrasanna S.P2006-09-261-12/+13
| * [PATCH] i386: don't taint UP K7's running SMP kernels.Dave Jones2006-09-261-0/+3
| * [PATCH] i386: fix dubious segment register clear in cpu_init()Jeremy Fitzhardinge2006-09-261-1/+1
| * [PATCH] i386: Get ebp from unwinder state when continuing fallback backtraceAndi Kleen2006-09-261-8/+14
| * [PATCH] i386: Terminate backtrace fallback early if unwinder stack pointer is...Andi Kleen2006-09-261-0/+2
| * [PATCH] i386: Do stacktracer conversion tooAndi Kleen2006-09-263-121/+81Star
| * [PATCH] x86: Some preparationary cleanup for stack traceAndi Kleen2006-09-261-8/+3Star
| * [PATCH] i386/x86-64: rename is_at_popf(), add iret to tests and fixChuck Ebbert2006-09-261-5/+5
| * [PATCH] x86: Remove unneeded externs in acpi/boot.cAndi Kleen2006-09-261-3/+0Star
| * [PATCH] i386/x86-64: Move acpi_disabled variables into acpi/boot.cAndi Kleen2006-09-262-7/+7
| * [PATCH] i386: Replace i386 open-coded cmdline parsing withRusty Russell2006-09-268-271/+306