summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2012-09-04perf/x86: Enable Intel Cedarview Atom suppportStephane Eranian2-1/+3
2012-08-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2012-08-13perf/x86: disable PEBS on a guest entry.Gleb Natapov1-1/+9
2012-08-13perf/x86: Add Intel Westmere-EX uncore supportYan, Zheng2-33/+68
2012-08-13perf/x86: Fixes for Nehalem-EX uncore driverYan, Zheng2-109/+87
2012-08-13perf, x86: Fix uncore_types_exit section mismatchBorislav Petkov1-1/+1
2012-08-09x86, avx: don't use avx instructions with "noxsave" boot paramSuresh Siddha1-0/+2
2012-08-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-10/+40
2012-08-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-15/+107
2012-08-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-145/+1472
2012-07-31perf/x86: Fix USER/KERNEL tagging of samples properlyPeter Zijlstra4-14/+106
2012-07-31perf/x86/intel/uncore: Make UNCORE_PMU_HRTIMER_INTERVAL 64-bitAndrew Morton1-1/+1
2012-07-27Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-0/+216
2012-07-27Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-56/+1
2012-07-26x86/mce: Add quirk for instruction recovery on Sandy Bridge processorsTony Luck1-3/+40
2012-07-26x86/mce: Move MCACOD defines from mce-severity.c to <asm/mce.h>Tony Luck1-7/+0
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-25Merge 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-23Merge 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-19x86, hyper: fix build with !CONFIG_KVM_GUESTAvi Kivity1-0/+2
2012-07-12Merge 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