aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-18Merge tag 'linus-mce-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/rasLinus Torvalds1-3/+11
2012-05-17Merge branches 'perf-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+9
2012-05-14x86/mce: Only restart instruction after machine check recovery if it is safeTony Luck1-3/+11
2012-05-09Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+1
2012-05-08Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+13
2012-05-08percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bitTejun Heo1-1/+13
2012-05-08x86: Fix section annotation of acpi_map_cpu2node()Jan Beulich1-1/+1
2012-05-07x86/microcode: Ensure that module is only loaded on supported Intel CPUsSrivatsa S. Bhat1-6/+8
2012-05-06IA32 emulation: Fix build problem for modular ia32 a.out supportLarry Finger1-0/+1
2012-05-06KVM: Do not take reference to mm during async #PFGleb Natapov1-8/+1
2012-04-27x86/amd: Re-enable CPU topology extensions in case BIOS has disabled itAndreas Herrmann1-0/+18
2012-04-25x86/apic: Use x2apic physical mode based on FADT settingGreg Pearson1-0/+6
2012-04-25Merge tag 'l3-fix-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgentIngo Molnar1-4/+4
2012-04-23x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from assemblerKonrad Rzeszutek Wilk4-6/+8
2012-04-23ACPI: Convert wake_sleep_flags to a value instead of functionKonrad Rzeszutek Wilk1-0/+2
2012-04-19x86, intel_cacheinfo: Fix error return code in amd_set_l3_disable_slot()Srivatsa S. Bhat1-4/+4
2012-04-18x86, apic: APIC code touches invalid MSR on P5 class machinesBryan O'Donoghue1-14/+20
2012-04-16i387: ptrace breaks the lazy-fpu-restore logicOleg Nesterov1-0/+1
2012-04-16x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id()Andreas Herrmann4-15/+9
2012-04-16x86/amd: Remove broken links from comment and kernel messageAndreas Herrmann1-2/+2
2012-04-14Merge tag 'microcode-fix-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgentIngo Molnar2-11/+11
2012-04-13x86, microcode: Ensure that module is only loaded on supported AMD CPUsAndreas Herrmann2-8/+10
2012-04-13x86, microcode: Fix sysfs warning during module unload on unsupported CPUsAndreas Herrmann1-3/+1
2012-04-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2012-04-07Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2012-04-06x86: vsyscall: Use NULL instead 0 for a pointer argumentEmil Goode1-3/+3
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-8/+1
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-8/+1
2012-04-05KVM: Resolve RCU vs. async page fault problemGleb Natapov1-0/+4
2012-04-04Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdbLinus Torvalds1-0/+60
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds5-17/+29
2012-04-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+13
2012-04-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-25/+6
2012-04-03perf/x86/p4: Add format attributesPeter Zijlstra1-0/+13
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-1/+90
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds3-5/+11
2012-03-30Merge branch 'tboot' into releaseLen Brown1-3/+6
2012-03-30Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'misc', 'red-hat-bz-727865', 'thermal', 'throttling', 'turbostat' and 'video' into releaseLen Brown2-2/+5
2012-03-30ACPI: Fix use-after-free in acpi_map_lsapicPetr Vandrovec1-1/+2
2012-03-30idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky1-1/+3
2012-03-30x86: Remove the ancient and deprecated disable_hlt() and enable_hlt() facilityLen Brown1-24/+0
2012-03-30Merge branch 'linus' into x86/urgentIngo Molnar41-164/+450
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-69/+77
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-30/+312
2012-03-29x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel1-0/+60
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-227/+253
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-13/+22
2012-03-29x86: Preserve lazy irq disable semantics in fixup_irqs()Liu, Chuansheng1-1/+6
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-10/+1