summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2015-06-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-25/+73
2015-06-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-297/+468
2015-06-23Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+9
2015-06-19perf/x86: Honor the architectural performance monitoring versionPalik, Imre1-6/+6
2015-06-19perf/x86/intel: Fix PMI handling for Intel PTAlexander Shishkin1-4/+23
2015-06-19perf/x86/intel/bts: Fix DS area sharing with x86_pmu eventsAlexander Shishkin3-19/+46
2015-06-19perf/x86: Add more Broadwell model numbersAndi Kleen1-0/+2
2015-06-09Revert "perf/x86/intel/uncore: Move uncore_box_init() out of driver initializ...Ingo Molnar2-12/+15
2015-06-07perf/x86/intel/pebs: Add PEBSv3 decodingPeter Zijlstra1-11/+19
2015-06-07perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLESKan Liang1-3/+17
2015-06-07perf/intel/x86: Enlarge the PEBS bufferYan, Zheng1-1/+1
2015-06-07perf/x86/intel: Drain the PEBS buffer during context switchesYan, Zheng4-5/+47
2015-06-07perf/x86/intel: Implement batched PEBS interrupt handling (large PEBS interru...Yan, Zheng3-5/+38
2015-06-07perf/x86/intel: Handle multiple records in the PEBS bufferYan, Zheng1-42/+100
2015-06-07perf/x86/intel: Introduce setup_pebs_sample_data()Yan, Zheng1-43/+52
2015-06-07perf/x86/intel: Use the PEBS auto reload mechanism when possibleYan, Zheng4-8/+23
2015-06-07perf/x86/intel: add support for PERF_SAMPLE_BRANCH_IND_JUMPStephane Eranian1-1/+9
2015-06-07perf/x86/intel/uncore: Fix CBOX bit wide and UBOX reg on Haswell-EPKan Liang1-3/+3
2015-06-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-79/+123
2015-06-04perf/x86/intel/pt: Fix a refactoring bugAlexander Shishkin1-1/+1
2015-06-02Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-6/+9
2015-05-27mce: mce_chrdev_write() can be staticPaul E. McKenney1-2/+2
2015-05-27mce: Stop using array-index-based RCU primitivesPaul E. McKenney1-4/+7
2015-05-27perf/x86/intel/pt: Remove redundant variable declarationAlexander Shishkin1-1/+0
2015-05-27perf/x86/intel/pt: Kill pt_is_running()Alexander Shishkin1-10/+1
2015-05-27perf/x86/intel/pt: Document pt_buffer_reset_offsets()Alexander Shishkin1-1/+8
2015-05-27perf/x86/intel/pt: Document pt_buffer_reset_markers()Alexander Shishkin1-4/+7
2015-05-27perf/x86/intel/pt: Kill an unused variableAlexander Shishkin1-3/+3
2015-05-27perf/x86/intel: Simplify put_exclusive_constraints()Peter Zijlstra1-14/+15
2015-05-27perf/x86: Simplify the x86_schedule_events() logicPeter Zijlstra1-3/+1
2015-05-27perf/x86/intel: Remove intel_excl_states::init_statePeter Zijlstra3-22/+2
2015-05-27perf/x86/intel: Remove pointless testsPeter Zijlstra1-10/+4
2015-05-27perf/x86/intel: Clean up intel_commit_scheduling() placementPeter Zijlstra2-32/+32
2015-05-27perf/x86/intel: Make WARN()ings consistentPeter Zijlstra1-11/+7
2015-05-27perf/x86/intel: Simplify the dynamic constraint code somewhatPeter Zijlstra1-11/+10
2015-05-27perf/x86/intel: Add lockdep assertPeter Zijlstra1-2/+1
2015-05-27perf/x86/intel: Correct local vs remote sibling statePeter Zijlstra1-46/+33
2015-05-27perf/x86/intel/cqm: Use 'u32' data type for RMIDsMatt Fleming1-19/+18
2015-05-27perf/x86/intel/cqm: Add storage for 'closid' and clean up 'struct intel_pqr_s...Thomas Gleixner1-23/+27
2015-05-27perf/x86/intel/cqm: Remove useless wrapper functionThomas Gleixner1-6/+1
2015-05-27perf/x86/intel/cqm: Avoid pointless MSR writeThomas Gleixner1-3/+5
2015-05-27perf/x86/intel/cqm: Remove pointless spinlock from state cacheThomas Gleixner1-11/+6
2015-05-27perf/x86/intel/cqm: Use proper data typesThomas Gleixner1-2/+2
2015-05-27perf/x86/intel/cqm: Document PQR MSR abuseThomas Gleixner1-2/+13
2015-05-27Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar7-78/+122
2015-05-27perf/x86: Tweak broken BIOS rules during check_hw_exists()Don Zickus1-1/+15
2015-05-27perf/x86/intel/pt: Untangle pt_buffer_reset_markers()Alexander Shishkin1-12/+22
2015-05-27perf/x86: Improve HT workaround GP counter constraintPeter Zijlstra4-30/+53
2015-05-27perf/x86: Fix event/group validationPeter Zijlstra6-36/+33
2015-05-18x86/mce: Fix MCE severity messagesBorislav Petkov1-2/+5