summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-99/+224
2012-07-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-56/+1
2012-07-24Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-11/+0
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-07-24Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-4/+22
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-3/+81
2012-07-24sched/x86: Remove broken power estimationPeter Zijlstra2-56/+1
2012-07-23Merge branches 'iommu/fixes', 'x86/amd', 'groups', 'arm/tegra' and 'api/domai...Joerg Roedel1-11/+0
2012-07-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-143/+128
2012-07-22Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-36/+24
2012-07-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds17-532/+357
2012-07-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds28-286/+343
2012-07-22Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-9/+6
2012-07-22Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+0
2012-07-22Revert "x86/early_printk: Replace obsolete simple_strtoul() usage with kstrto...Ingo Molnar1-6/+6
2012-07-20module.c: spelling s/postition/position/gGeert Uytterhoeven1-1/+1
2012-07-19x86, MCE, AMD: Adjust initcall sequence for xenLiu, Jinsong1-1/+21
2012-07-19xen/mce: Add mcelog support for Xen platformLiu, Jinsong1-3/+1
2012-07-18x86, hyper: fix build with !CONFIG_KVM_GUESTAvi Kivity1-0/+2
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar1-4/+35
2012-07-16KVM guest: switch to apic_set_eoi_write, apic_writeMichael S. Tsirkin1-10/+3
2012-07-16apic: add apic_set_eoi_write for PV useMichael S. Tsirkin1-0/+17
2012-07-14vsyscall_64: add missing ifdef CONFIG_SECCOMPWill Drewry1-0/+4
2012-07-13x86/vsyscall: allow seccomp filter in vsyscall=emulateWill Drewry1-4/+31
2012-07-11Merge branch 'mce-ripvfix' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Ingo Molnar1-2/+4
2012-07-11x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck1-2/+4
2012-07-11KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform checkPrarit Bhargava2-0/+15
2012-07-11Merge tag 'v3.5-rc6' into x86/mceIngo Molnar16-90/+193
2012-07-10x86/mm/mtrr: Slightly simplify print_mtrr_state()Jan Beulich1-5/+1
2012-07-10x86/mm/mtrr: Fix alignment determination in range_to_mtrr()Jan Beulich1-3/+3
2012-07-06perf/x86: Fix intel_perfmon_event_mapformattingPekka Enberg1-8/+8
2012-07-06x86/apic/x2apic: Use multiple cluster members for the irq destination only wi...Suresh Siddha1-2/+19
2012-07-06x86/apic/x2apic: Limit the vector reservation to the user specified maskSuresh Siddha4-21/+22
2012-07-06x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain member...Suresh Siddha4-13/+11
2012-07-05perf/x86: Uncore filter support for SandyBridge-EPYan, Zheng2-46/+206
2012-07-05perf/x86: Detect number of instances of uncore CBoxYan, Zheng1-1/+6
2012-07-05perf/x86: Fix event constraint for SandyBridge-EP C-BoxYan, Zheng1-1/+1
2012-07-05perf/x86: Use 0xff as pseudo code for fixed uncore eventYan, Zheng2-3/+3
2012-07-05perf/x86: Save a few bytes in 'struct x86_pmu'Peter Zijlstra1-2/+5
2012-07-05perf/x86: Add a microcode revision check for SNB-PEBSPeter Zijlstra4-14/+72
2012-07-05perf/x86: Improve debug output in check_hw_exists()Robert Richter1-3/+5
2012-07-05perf/x86/amd: Unify AMD's generic and family 15h pmusRobert Richter1-57/+46
2012-07-05perf/x86: Move Intel specific code to intel_pmu_init()Robert Richter2-32/+35
2012-07-05perf/x86: Rename Intel specific macrosRobert Richter4-29/+29
2012-07-05Merge branch 'x86/microcode' into perf/coreIngo Molnar1-11/+43
2012-07-05Merge branch 'x86/cpu' into perf/coreIngo Molnar8-21/+52
2012-07-05Merge branch 'perf/urgent' into perf/coreIngo Molnar9-31/+56
2012-07-05perf/x86: Fix USER/KERNEL tagging of samplesPeter Zijlstra1-1/+1
2012-07-01x86, microcode: Make reload interface per systemBorislav Petkov1-8/+28