summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86: Readd missing irq_to_desc() in fixup_irq()Thomas Gleixner2011-02-171-1/+2
* x86, dmi, debug: Log board name (when present) in dmesg/oops outputNaga Chumbalkar2011-02-171-6/+16
* x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platformsSuresh Siddha2011-02-171-1/+9
* x86/microcode: Fix double vfree() and remove redundant pointer checks before ...Jesper Juhl2010-12-271-11/+5
* Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds2010-12-231-3/+14
|\
| * x86, kexec: Limit the crashkernel address appropriatelyH. Peter Anvin2010-12-171-3/+14
| |
| \
*-. \ Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....Linus Torvalds2010-12-196-25/+35
|\ \ \ | | |/ | |/|
| * | x86-32: Make sure we can map all of lowmem if we need toH. Peter Anvin2010-12-161-5/+7
| * | x86: Enable the intr-remap fault handling after local APIC setupKenji Kaneshige2010-12-132-7/+8
| * | x86, vt-d: Fix the vt-d fault handling irq migration in the x2apic modeKenji Kaneshige2010-12-131-0/+1
| * | x86, xsave: Use alloc_bootmem_align() instead of alloc_bootmem()Suresh Siddha2010-12-131-1/+2
| * | x86: HPET: Chose a paranoid safe value for the ETIME checkThomas Gleixner2010-12-131-10/+16
| * | x86: io_apic: Avoid unused variable warning when CONFIG_GENERIC_PENDING_IRQ=nThomas Gleixner2010-12-091-2/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-12-183-1/+49
|\ \
| * | x86: avoid high BIOS area when allocating address spaceBjorn Helgaas2010-12-171-1/+2
| * | x86: avoid E820 regions when allocating address spaceBjorn Helgaas2010-12-171-1/+37
| * | x86: avoid low BIOS area when allocating address spaceBjorn Helgaas2010-12-172-0/+12
| * | Revert "x86: allocate space within a region top-down"Bjorn Helgaas2010-12-171-1/+0
| |/
* / lguest: populate initial_page_tableRusty Russell2010-12-161-2/+2
|/
*---. Merge branches 'x86-fixes-for-linus', 'perf-fixes-for-linus' and 'sched-fixes...Linus Torvalds2010-12-081-0/+5
|\ \ \
| * | | x86/pvclock: Zero last_value on resumeJeremy Fitzhardinge2010-11-281-0/+5
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-11-281-0/+20
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | x86, perf, nmi: Disable perf if counters are not accessibleDon Zickus2010-11-261-0/+20
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-11-273-37/+54
|\ \ \
| * | | x86-64: Fix and clean up AMD Fam10 MMCONF enablingJan Beulich2010-11-181-34/+30
| * | | x86: UV: Address interrupt/IO port operation conflictDimitri Sivanich2010-11-181-2/+23
| * | | x86, asm: Fix binutils 2.15 build failureTetsuo Handa2010-11-181-1/+1
| | |/ | |/|
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-11-273-3/+10
|\ \ \ | | |/ | |/|
| * | x86/kprobes: Prevent kprobes to probe on save_args()Masami Hiramatsu2010-11-181-0/+2
| * | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-11-181-0/+4
| |\ \
| | * | x86: Ignore trap bits on single step exceptionsFrederic Weisbecker2010-11-121-0/+4
| * | | x86, hw_nmi: Move backtrace_mask declaration under ARCH_HAS_NMI_WATCHDOGRakib Mullick2010-11-181-3/+4
| | |/ | |/|
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-11-181-4/+8
|\ \ \
| * | | kgdb,x86: fix regression in detach handlingJason Wessel2010-11-171-4/+8
| |/ /
* / / BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-172-2/+0
|/ /
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-11-125-49/+11
|\ \
| * | x86, pvclock: Remove leftover scale_delta() functionKusanagi Kouichi2010-11-101-38/+0
| * | x86, apic: Remove double #includeJesper Juhl2010-11-101-1/+0
| * | x86: Adjust section annotations in AMD Fam10 MMCONF enabling codeJan Beulich2010-11-101-3/+4
| * | x86, UV: Update node controller MMRsJack Steiner2010-11-101-6/+6
| * | x86: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl2010-11-101-1/+1
* | | perf, amd: Use kmalloc_node(,__GFP_ZERO) for northbridge structure allocationPeter Zijlstra2010-11-101-2/+2
|/ /
| |
| \
*-. \ Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds2010-10-302-55/+16
|\ \ \ | | |/ | |/|
| | * x86: Check irq_remapped instead of remapping_enabled in destroy_irq()Yinghai Lu2010-10-301-1/+1
| |/ |/|
| * x86, ftrace: Use safe noops, drop trap testH. Peter Anvin2010-10-291-54/+15
| |
| \
*-. \ Merge branches 'x86-fixes-for-linus' and 'x86-uv-for-linus' of git://git.kern...Linus Torvalds2010-10-293-5/+30
|\ \ \
| | * | x86, uv: More Westmere support on SGI UVRuss Anderson2010-10-281-4/+3
| | * | x86, uv: Enable Westmere support on SGI UVRuss Anderson2010-10-261-2/+23
| * | | x86, alternative: Call stop_machine_text_poke() on all cpusJason Baron2010-10-291-1/+1
| * | | x86-32: Restore irq stacks NUMA-aware allocationsEric Dumazet2010-10-291-2/+7