summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] x86: Detect CFI support in the assembler at runtimeAndi Kleen2006-09-262-0/+7
* [PATCH] Use BUILD_BUG_ON in apic.c build sanity checkingAndi Kleen2006-09-261-4/+1
* [PATCH] i386: Clean up code style in mpparse.c ACPI codeAndi Kleen2006-09-261-35/+17
* [PATCH] Fix up some non linuxy style in ACPI functions in mpparse.cAndi Kleen2006-09-261-41/+16
* [PATCH] Remove some unneeded ACPI externs in mpparse.cAndi Kleen2006-09-261-9/+0
* [PATCH] Remove useless wrapper in mpparse.c codeAndi Kleen2006-09-261-10/+1
* [PATCH] Replace mp bus array with bitmap for bus not pciAndi Kleen2006-09-262-75/+26
* [PATCH] Move early chipset quirks out to new fileAndi Kleen2006-09-264-103/+120
* [PATCH] Remove MPS table APIC renumberingAndi Kleen2006-09-261-71/+0
* [PATCH] x86: AUX_DEVICE_INFO is one byte long, use 'movb'Diego Calleja2006-09-262-4/+4
* [PATCH] i386: Factor out common io apic routing entry accessAndi Kleen2006-09-261-57/+43
* [PATCH] Factor out common io apic routing entry accessAndi Kleen2006-09-261-41/+41
* [PATCH] i386/x86-64: Remove obsolete sanity check in mptable parsingAndi Kleen2006-09-262-26/+0
* [PATCH] Remove obsolete PIC modeAndi Kleen2006-09-263-72/+29
* [PATCH] Remove leftover MCE/EISA supportAndi Kleen2006-09-262-70/+3
* [PATCH] Remove pirq overwrite supportAndi Kleen2006-09-261-55/+0
* [PATCH] Add some comments to entry.SAndi Kleen2006-09-261-3/+15
* [PATCH] Remove old "focus disabled" chipset errata workaroundAndi Kleen2006-09-261-26/+2
* [PATCH] Remove apic mismatch counterAndi Kleen2006-09-261-6/+0
* [PATCH] Remove all ifdefs for local/io apicAndi Kleen2006-09-2612-58/+3
* [PATCH] Add some comments what tce.c actually doesAndi Kleen2006-09-261-0/+2
* [PATCH] Remove leftover CVS Id in thunk.SAndi Kleen2006-09-261-7/+6
* [PATCH] i386: Redo semaphore and rwlock assembly helpersAndi Kleen2006-09-265-137/+157
* [PATCH] Add proper alignment to ENTRYAndi Kleen2006-09-261-2/+1
* [PATCH] Clean up read write lock assemblyAndi Kleen2006-09-263-31/+39
* [PATCH] Simplify profile_pc on x86-64Andi Kleen2006-09-261-13/+8
* [PATCH] i386: Account spinlocks to the caller during profiling for !FP kernelsAndi Kleen2006-09-261-4/+19
* [PATCH] i386/x86-64: Don't randomize stack top when no randomization personal...Andi Kleen2006-09-262-2/+3
* [PATCH] A few trivial spelling and grammar fixesAdam Henley2006-09-263-4/+4
* [PATCH] x86-64 TIF flags for debug regs and io bitmap in ctxswStephane Eranian2006-09-264-33/+53
* [PATCH] Clean up asm/smp.h includesAndi Kleen2006-09-261-2/+0
* [PATCH] x86: Add portable getcpu callAndi Kleen2006-09-262-0/+2
* [PATCH] Add the vgetcpu vsyscallVojtech Pavlik2006-09-264-9/+93
* [PATCH] Add initalization of the RDTSCP auxilliary valuesVojtech Pavlik2006-09-262-12/+37
* [PATCH] x86: i386/x86-64 Add nmi watchdog support for new Intel CPUsVenkatesh Pallipadi2006-09-262-10/+246
* [PATCH] i386: Enable NMI watchdog by defaultAndi Kleen2006-09-261-0/+9
* [PATCH] i386: Kdump i386 nmi event notification fixVivek Goyal2006-09-261-2/+2
* [PATCH] kdump x86_64 nmi event notification fixVivek Goyal2006-09-261-2/+2
* [PATCH] i386: make functions staticAdrian Bunk2006-09-262-4/+4
* [PATCH] Fix up panic messages for different NMI panicsAndi Kleen2006-09-262-6/+6
* [PATCH] i386/x86-64: Fix NMI watchdog suspend/resumeShaohua Li2006-09-264-15/+56
* [PATCH] x86: x86 clean up nmi panic messagesDon Zickus2006-09-262-14/+22
* [PATCH] x86: Allow users to force a panic on NMIDon Zickus2006-09-262-0/+12
* [PATCH] x86: Add abilty to enable/disable nmi watchdog from procfs (update)Don Zickus2006-09-262-34/+8
* [PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctlDon Zickus2006-09-262-0/+100
* [PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi...Don Zickus2006-09-267-219/+111
* [PATCH] Add ppoll/pselect syscallsAndi Kleen2006-09-261-2/+2
* [PATCH] Add TIF_RESTORE_SIGMASKAndi Kleen2006-09-262-64/+46
* [PATCH] x86: Cleanup NMI interrupt pathDon Zickus2006-09-264-27/+47
* [PATCH] i386: Add SMP support on i386 to reservation frameworkDon Zickus2006-09-264-189/+357