summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2012-07-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-145/+1472
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-0/+216
2012-07-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-56/+1
2012-07-26perf/x86: Fix format definition of SNB-EP uncore QPI boxYan, Zheng2-1/+25
2012-07-26perf/x86: Make bitfield unsignedPeter Zijlstra1-1/+1
2012-07-26perf/x86: Fix LLC-* and node-* events on Intel SandyBridgeYan, Zheng1-6/+86
2012-07-26perf/x86: Add Intel Nehalem-EX uncore supportYan, Zheng2-129/+1352
2012-07-26perf/x86: Fix typo in format definition of uncore PCU filterYan, Zheng1-8/+8
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 Torvalds1-0/+3
2012-07-24sched/x86: Remove broken power estimationPeter Zijlstra2-56/+1
2012-07-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-143/+127
2012-07-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-25/+29
2012-07-22Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+4
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-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 Bhargava1-0/+1
2012-07-11Merge tag 'v3.5-rc6' into x86/mceIngo Molnar7-55/+141
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-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 Zijlstra3-11/+65
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/cpu' into perf/coreIngo Molnar6-17/+50
2012-07-05Merge branch 'perf/urgent' into perf/coreIngo Molnar3-8/+21
2012-07-05perf/x86: Fix USER/KERNEL tagging of samplesPeter Zijlstra1-1/+1
2012-06-27x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi2-2/+46
2012-06-27x86/tlb_info: get last level TLB entry number of CPUAlex Shi3-0/+172
2012-06-26x86, cpufeature: Remove stray %s, add -w to mkcapflags.plH. Peter Anvin1-2/+2
2012-06-25x86, cpufeature: Catch duplicate CPU feature stringsH. Peter Anvin1-5/+18
2012-06-25x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin1-1/+1
2012-06-25perf/x86: Fix section mismatch in uncore_pci_init()Robert Richter1-1/+1
2012-06-20Merge commit 'v3.5-rc3' into x86/debugIngo Molnar5-49/+122
2012-06-18perf/x86: Lowercase uncore PMU event namesPeter Zijlstra1-35/+16
2012-06-18perf/x86: Add Intel Nehalem and Sandy Bridge-EP uncore supportYan, Zheng2-0/+570
2012-06-18perf: Add generic PCI uncore PMU device supportYan, Zheng2-5/+236
2012-06-18perf/x86: Add Intel Nehalem and Sandy Bridge uncore PMU supportYan, Zheng2-0/+245
2012-06-18perf/x86: Add generic Intel uncore PMU supportYan, Zheng3-1/+1085
2012-06-18perf: Export perf_assign_events()Yan, Zheng2-3/+5