summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-234-25/+73
|\
| * perf/x86: Honor the architectural performance monitoring versionPalik, Imre2015-06-191-6/+6
| * perf/x86/intel: Fix PMI handling for Intel PTAlexander Shishkin2015-06-191-4/+23
| * perf/x86/intel/bts: Fix DS area sharing with x86_pmu eventsAlexander Shishkin2015-06-193-19/+46
| * perf/x86: Add more Broadwell model numbersAndi Kleen2015-06-191-0/+2
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-06-2310-297/+468
|\ \
| * | perf/x86/intel/pebs: Add PEBSv3 decodingPeter Zijlstra2015-06-071-11/+19
| * | perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLESKan Liang2015-06-071-3/+17
| * | perf/intel/x86: Enlarge the PEBS bufferYan, Zheng2015-06-071-1/+1
| * | perf/x86/intel: Drain the PEBS buffer during context switchesYan, Zheng2015-06-074-5/+47
| * | perf/x86/intel: Implement batched PEBS interrupt handling (large PEBS interru...Yan, Zheng2015-06-073-5/+38
| * | perf/x86/intel: Handle multiple records in the PEBS bufferYan, Zheng2015-06-071-42/+100
| * | perf/x86/intel: Introduce setup_pebs_sample_data()Yan, Zheng2015-06-071-43/+52
| * | perf/x86/intel: Use the PEBS auto reload mechanism when possibleYan, Zheng2015-06-074-8/+23
| * | perf/x86/intel: add support for PERF_SAMPLE_BRANCH_IND_JUMPStephane Eranian2015-06-071-1/+9
| * | perf/x86/intel/pt: Remove redundant variable declarationAlexander Shishkin2015-05-271-1/+0
| * | perf/x86/intel/pt: Kill pt_is_running()Alexander Shishkin2015-05-271-10/+1
| * | perf/x86/intel/pt: Document pt_buffer_reset_offsets()Alexander Shishkin2015-05-271-1/+8
| * | perf/x86/intel/pt: Document pt_buffer_reset_markers()Alexander Shishkin2015-05-271-4/+7
| * | perf/x86/intel/pt: Kill an unused variableAlexander Shishkin2015-05-271-3/+3
| * | perf/x86/intel: Simplify put_exclusive_constraints()Peter Zijlstra2015-05-271-14/+15
| * | perf/x86: Simplify the x86_schedule_events() logicPeter Zijlstra2015-05-271-3/+1
| * | perf/x86/intel: Remove intel_excl_states::init_statePeter Zijlstra2015-05-273-22/+2
| * | perf/x86/intel: Remove pointless testsPeter Zijlstra2015-05-271-10/+4
| * | perf/x86/intel: Clean up intel_commit_scheduling() placementPeter Zijlstra2015-05-272-32/+32
| * | perf/x86/intel: Make WARN()ings consistentPeter Zijlstra2015-05-271-11/+7
| * | perf/x86/intel: Simplify the dynamic constraint code somewhatPeter Zijlstra2015-05-271-11/+10
| * | perf/x86/intel: Add lockdep assertPeter Zijlstra2015-05-271-2/+1
| * | perf/x86/intel: Correct local vs remote sibling statePeter Zijlstra2015-05-271-46/+33
| * | perf/x86/intel/cqm: Use 'u32' data type for RMIDsMatt Fleming2015-05-271-19/+18
| * | perf/x86/intel/cqm: Add storage for 'closid' and clean up 'struct intel_pqr_s...Thomas Gleixner2015-05-271-23/+27
| * | perf/x86/intel/cqm: Remove useless wrapper functionThomas Gleixner2015-05-271-6/+1
| * | perf/x86/intel/cqm: Avoid pointless MSR writeThomas Gleixner2015-05-271-3/+5
| * | perf/x86/intel/cqm: Remove pointless spinlock from state cacheThomas Gleixner2015-05-271-11/+6
| * | perf/x86/intel/cqm: Use proper data typesThomas Gleixner2015-05-271-2/+2
| * | perf/x86/intel/cqm: Document PQR MSR abuseThomas Gleixner2015-05-271-2/+13
| * | Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar2015-05-277-78/+122
| |\ \
| * | | perf/x86/intel/uncore: Add Broadwell-U uncore IMC PMU supportStephane Eranian2015-05-113-0/+24
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-224-9/+102
|\ \ \ \
| * | | | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar2015-05-113-11/+11
| * | | | locking/pvqspinlock, x86: Enable PV qspinlock for KVMWaiman Long2015-05-081-0/+43
| * | | | locking/pvqspinlock, x86: Implement the paravirt qspinlock call patchingPeter Zijlstra (Intel)2015-05-083-9/+59
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-6/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-06-021-6/+9
| |\ \ \ \
| | * | | | mce: mce_chrdev_write() can be staticPaul E. McKenney2015-05-271-2/+2
| | * | | | mce: Stop using array-index-based RCU primitivesPaul E. McKenney2015-05-271-4/+7
| | |/ / /
* | | | | Revert "perf/x86/intel/uncore: Move uncore_box_init() out of driver initializ...Ingo Molnar2015-06-092-12/+15
* | | | | perf/x86/intel/uncore: Fix CBOX bit wide and UBOX reg on Haswell-EPKan Liang2015-06-071-3/+3
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-053-25/+30
|\ \ \ \ \
| * | | | | x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski2015-06-023-25/+30
| |/ / / /