summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-08-014-145/+1472
|\
| * perf/x86: Fix format definition of SNB-EP uncore QPI boxYan, Zheng2012-07-262-1/+25
| * perf/x86: Make bitfield unsignedPeter Zijlstra2012-07-261-1/+1
| * perf/x86: Fix LLC-* and node-* events on Intel SandyBridgeYan, Zheng2012-07-261-6/+86
| * perf/x86: Add Intel Nehalem-EX uncore supportYan, Zheng2012-07-262-129/+1352
| * perf/x86: Fix typo in format definition of uncore PCU filterYan, Zheng2012-07-261-8/+8
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-263-0/+216
|\ \
| * | x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi2012-06-282-2/+46
| * | x86/tlb_info: get last level TLB entry number of CPUAlex Shi2012-06-283-0/+172
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-07-262-56/+1
|\ \ \
| * | | sched/x86: Remove broken power estimationPeter Zijlstra2012-07-242-56/+1
* | | | Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-07-242-4/+22
|\ \ \ \
| * | | | x86, MCE, AMD: Adjust initcall sequence for xenLiu, Jinsong2012-07-191-1/+21
| * | | | xen/mce: Add mcelog support for Xen platformLiu, Jinsong2012-07-191-3/+1
| | |/ / | |/| |
* | | | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-241-0/+3
|\ \ \ \
| * | | | x86, hyper: fix build with !CONFIG_KVM_GUESTAvi Kivity2012-07-181-0/+2
| * | | | KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform checkPrarit Bhargava2012-07-111-0/+1
* | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-232-143/+127
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'mce-ripvfix' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Ingo Molnar2012-07-111-2/+4
| |\ \ \ \
| | * | | | x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faultsTony Luck2012-07-111-2/+4
| | | |_|/ | | |/| |
| * | | | Merge tag 'v3.5-rc6' into x86/mceIngo Molnar2012-07-117-55/+141
| |\| | |
| * | | | Merge tag 'amd-thresholding-fixes-for-3.6' of git://git.kernel.org/pub/scm/li...Ingo Molnar2012-06-081-141/+123
| |\ \ \ \
| | * | | | x86, MCE, AMD: Update copyrights and boilerplateBorislav Petkov2012-06-071-2/+4
| | * | | | x86, MCE, AMD: Give proper names to the thresholding banksBorislav Petkov2012-06-071-4/+31
| | * | | | x86, MCE, AMD: Make error_count read onlyBorislav Petkov2012-06-071-9/+4
| | * | | | x86, MCE, AMD: Cleanup reading of error_countBorislav Petkov2012-06-071-18/+5
| | * | | | x86, MCE, AMD: Print decimal thresholding valuesBorislav Petkov2012-06-071-2/+2
| | * | | | x86, MCE, AMD: Move shared bank to node descriptorBorislav Petkov2012-06-071-20/+87
| | * | | | x86, MCE, AMD: Remove local_allocate_... wrapperBorislav Petkov2012-06-071-8/+3
| | * | | | x86, MCE, AMD: Remove shared banks sysfs linkingBorislav Petkov2012-06-071-98/+7
| | | |/ / | | |/| |
* | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-223-25/+29
|\ \ \ \ \
| * \ \ \ \ Merge commit 'v3.5-rc3' into x86/debugIngo Molnar2012-06-205-49/+122
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-063-26/+30
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-222-8/+4
|\ \ \ \ \
| * | | | | x86/mm/mtrr: Slightly simplify print_mtrr_state()Jan Beulich2012-07-101-5/+1
| * | | | | x86/mm/mtrr: Fix alignment determination in range_to_mtrr()Jan Beulich2012-07-101-3/+3
| | |/ / / | |/| | |
* | | | | perf/x86: Fix intel_perfmon_event_mapformattingPekka Enberg2012-07-061-8/+8
* | | | | perf/x86: Uncore filter support for SandyBridge-EPYan, Zheng2012-07-052-46/+206
* | | | | perf/x86: Detect number of instances of uncore CBoxYan, Zheng2012-07-051-1/+6
* | | | | perf/x86: Fix event constraint for SandyBridge-EP C-BoxYan, Zheng2012-07-051-1/+1
* | | | | perf/x86: Use 0xff as pseudo code for fixed uncore eventYan, Zheng2012-07-052-3/+3
* | | | | perf/x86: Save a few bytes in 'struct x86_pmu'Peter Zijlstra2012-07-051-2/+5
* | | | | perf/x86: Add a microcode revision check for SNB-PEBSPeter Zijlstra2012-07-053-11/+65
* | | | | perf/x86: Improve debug output in check_hw_exists()Robert Richter2012-07-051-3/+5
* | | | | perf/x86/amd: Unify AMD's generic and family 15h pmusRobert Richter2012-07-051-57/+46
* | | | | perf/x86: Move Intel specific code to intel_pmu_init()Robert Richter2012-07-052-32/+35
* | | | | perf/x86: Rename Intel specific macrosRobert Richter2012-07-054-29/+29
* | | | | Merge branch 'x86/cpu' into perf/coreIngo Molnar2012-07-056-17/+50
|\ \ \ \ \
| * | | | | x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()H. Peter Anvin2012-06-075-15/+15
| * | | | | x86, cpu, amd: Deprecate AMD-specific MSR variantsBorislav Petkov2012-06-071-0/+33