summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf: Clean up power events by introducing new, more generic onesThomas Renninger2011-01-043-2/+9
* Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar2011-01-042-14/+19
|\
| * 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
* | | x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...Don Zickus2010-12-222-11/+1
* | | Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar2010-12-229-28/+86
|\ \ \ | |/ /
| | |
| | \
| *-. \ 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
| |/
* | perf, x86: Provide a PEBS capable cycle eventPeter Zijlstra2010-12-161-0/+26
* | perf: Dynamic pmu typesPeter Zijlstra2010-12-161-1/+1
* | perf, x86: Detect broken BIOSes that corrupt the PMUPeter Zijlstra2010-12-161-6/+42
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-12-161-0/+5
|\ \ | |/
| *---. 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
* | | | | x86, watchdog: Compile fix when CONFIG_LOCAL_APIC not enabledDon Zickus2010-12-131-0/+3
* | | | | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus2010-12-102-8/+11
* | | | | lockup detector: Compile fixes from removing the old x86 nmi watchdogDon Zickus2010-12-101-1/+7
* | | | | x86: Address 'unused' warning in hw_nmi.c againRakib Mullick2010-12-091-1/+1
* | | | | perf, amd: Remove the nb lockPeter Zijlstra2010-12-081-13/+3
* | | | | Merge commit 'v2.6.37-rc5' into perf/coreIngo Molnar2010-12-073-37/+54
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-11-281-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
| |\ \ \
* | | | | kprobes: Use text_poke_smp_batch for unoptimizingMasami Hiramatsu2010-12-061-0/+40
* | | | | kprobes: Use text_poke_smp_batch for optimizingMasami Hiramatsu2010-12-061-8/+61
* | | | | x86: Introduce text_poke_smp_batch() for batch-code modifyingMasami Hiramatsu2010-12-061-9/+40
* | | | | kprobes: Support delayed unoptimizingMasami Hiramatsu2010-12-061-0/+4
* | | | | perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2010-11-262-5/+7
* | | | | x86: Set cpu masks before calling CPU_STARTING notifiersAndi Kleen2010-11-261-4/+7
* | | | | perf: Introduce is_sampling_event()Franck Bui-Huu2010-11-261-1/+1
* | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-11-264-3/+30
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | x86, perf, nmi: Disable perf if counters are not accessibleDon Zickus2010-11-261-0/+20
| | |/ / | |/| |
| * | | 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
OpenPOWER on IntegriCloud