| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-06-23 | 4 | -25/+73 |
|\ |
|
| * | perf/x86: Honor the architectural performance monitoring version | Palik, Imre | 2015-06-19 | 1 | -6/+6 |
| * | perf/x86/intel: Fix PMI handling for Intel PT | Alexander Shishkin | 2015-06-19 | 1 | -4/+23 |
| * | perf/x86/intel/bts: Fix DS area sharing with x86_pmu events | Alexander Shishkin | 2015-06-19 | 3 | -19/+46 |
| * | perf/x86: Add more Broadwell model numbers | Andi Kleen | 2015-06-19 | 1 | -0/+2 |
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-06-23 | 10 | -297/+468 |
|\ \ |
|
| * | | perf/x86/intel/pebs: Add PEBSv3 decoding | Peter Zijlstra | 2015-06-07 | 1 | -11/+19 |
| * | | perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLES | Kan Liang | 2015-06-07 | 1 | -3/+17 |
| * | | perf/intel/x86: Enlarge the PEBS buffer | Yan, Zheng | 2015-06-07 | 1 | -1/+1 |
| * | | perf/x86/intel: Drain the PEBS buffer during context switches | Yan, Zheng | 2015-06-07 | 4 | -5/+47 |
| * | | perf/x86/intel: Implement batched PEBS interrupt handling (large PEBS interru... | Yan, Zheng | 2015-06-07 | 3 | -5/+38 |
| * | | perf/x86/intel: Handle multiple records in the PEBS buffer | Yan, Zheng | 2015-06-07 | 1 | -42/+100 |
| * | | perf/x86/intel: Introduce setup_pebs_sample_data() | Yan, Zheng | 2015-06-07 | 1 | -43/+52 |
| * | | perf/x86/intel: Use the PEBS auto reload mechanism when possible | Yan, Zheng | 2015-06-07 | 4 | -8/+23 |
| * | | perf/x86/intel: add support for PERF_SAMPLE_BRANCH_IND_JUMP | Stephane Eranian | 2015-06-07 | 1 | -1/+9 |
| * | | perf/x86/intel/pt: Remove redundant variable declaration | Alexander Shishkin | 2015-05-27 | 1 | -1/+0 |
| * | | perf/x86/intel/pt: Kill pt_is_running() | Alexander Shishkin | 2015-05-27 | 1 | -10/+1 |
| * | | perf/x86/intel/pt: Document pt_buffer_reset_offsets() | Alexander Shishkin | 2015-05-27 | 1 | -1/+8 |
| * | | perf/x86/intel/pt: Document pt_buffer_reset_markers() | Alexander Shishkin | 2015-05-27 | 1 | -4/+7 |
| * | | perf/x86/intel/pt: Kill an unused variable | Alexander Shishkin | 2015-05-27 | 1 | -3/+3 |
| * | | perf/x86/intel: Simplify put_exclusive_constraints() | Peter Zijlstra | 2015-05-27 | 1 | -14/+15 |
| * | | perf/x86: Simplify the x86_schedule_events() logic | Peter Zijlstra | 2015-05-27 | 1 | -3/+1 |
| * | | perf/x86/intel: Remove intel_excl_states::init_state | Peter Zijlstra | 2015-05-27 | 3 | -22/+2 |
| * | | perf/x86/intel: Remove pointless tests | Peter Zijlstra | 2015-05-27 | 1 | -10/+4 |
| * | | perf/x86/intel: Clean up intel_commit_scheduling() placement | Peter Zijlstra | 2015-05-27 | 2 | -32/+32 |
| * | | perf/x86/intel: Make WARN()ings consistent | Peter Zijlstra | 2015-05-27 | 1 | -11/+7 |
| * | | perf/x86/intel: Simplify the dynamic constraint code somewhat | Peter Zijlstra | 2015-05-27 | 1 | -11/+10 |
| * | | perf/x86/intel: Add lockdep assert | Peter Zijlstra | 2015-05-27 | 1 | -2/+1 |
| * | | perf/x86/intel: Correct local vs remote sibling state | Peter Zijlstra | 2015-05-27 | 1 | -46/+33 |
| * | | perf/x86/intel/cqm: Use 'u32' data type for RMIDs | Matt Fleming | 2015-05-27 | 1 | -19/+18 |
| * | | perf/x86/intel/cqm: Add storage for 'closid' and clean up 'struct intel_pqr_s... | Thomas Gleixner | 2015-05-27 | 1 | -23/+27 |
| * | | perf/x86/intel/cqm: Remove useless wrapper function | Thomas Gleixner | 2015-05-27 | 1 | -6/+1 |
| * | | perf/x86/intel/cqm: Avoid pointless MSR write | Thomas Gleixner | 2015-05-27 | 1 | -3/+5 |
| * | | perf/x86/intel/cqm: Remove pointless spinlock from state cache | Thomas Gleixner | 2015-05-27 | 1 | -11/+6 |
| * | | perf/x86/intel/cqm: Use proper data types | Thomas Gleixner | 2015-05-27 | 1 | -2/+2 |
| * | | perf/x86/intel/cqm: Document PQR MSR abuse | Thomas Gleixner | 2015-05-27 | 1 | -2/+13 |
| * | | Merge branch 'perf/urgent' into perf/core, before applying dependent patches | Ingo Molnar | 2015-05-27 | 7 | -78/+122 |
| |\ \ |
|
| * | | | perf/x86/intel/uncore: Add Broadwell-U uncore IMC PMU support | Stephane Eranian | 2015-05-11 | 3 | -0/+24 |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-06-22 | 4 | -9/+102 |
|\ \ \ \ |
|
| * | | | | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS | Ingo Molnar | 2015-05-11 | 3 | -11/+11 |
| * | | | | locking/pvqspinlock, x86: Enable PV qspinlock for KVM | Waiman Long | 2015-05-08 | 1 | -0/+43 |
| * | | | | locking/pvqspinlock, x86: Implement the paravirt qspinlock call patching | Peter Zijlstra (Intel) | 2015-05-08 | 3 | -9/+59 |
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-06-22 | 1 | -6/+9 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2015-06-02 | 1 | -6/+9 |
| |\ \ \ \ |
|
| | * | | | | mce: mce_chrdev_write() can be static | Paul E. McKenney | 2015-05-27 | 1 | -2/+2 |
| | * | | | | mce: Stop using array-index-based RCU primitives | Paul E. McKenney | 2015-05-27 | 1 | -4/+7 |
| | |/ / / |
|
* | | | | | Revert "perf/x86/intel/uncore: Move uncore_box_init() out of driver initializ... | Ingo Molnar | 2015-06-09 | 2 | -12/+15 |
* | | | | | perf/x86/intel/uncore: Fix CBOX bit wide and UBOX reg on Haswell-EP | Kan Liang | 2015-06-07 | 1 | -3/+3 |
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-06-05 | 3 | -25/+30 |
|\ \ \ \ \ |
|
| * | | | | | x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers | Andy Lutomirski | 2015-06-02 | 3 | -25/+30 |
| |/ / / / |
|