| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-06-22 | 7 | -35/+33 |
|\ |
|
| * | preempt: Use preempt_schedule_context() as the official tracing preemption point | Frederic Weisbecker | 2015-06-07 | 2 | -6/+2 |
| * | Merge branch 'linus' into sched/core, to resolve conflict | Ingo Molnar | 2015-06-02 | 2 | -2/+20 |
| |\ |
|
| * | | x86: Replace cpu_**_mask() with topology_**_cpumask() | Bartosz Golaszewski | 2015-05-27 | 3 | -22/+25 |
| * | | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() | Bartosz Golaszewski | 2015-05-27 | 1 | -3/+3 |
| * | | sched/x86: Drop repeated word from mwait_idle() comment | Huang Rui | 2015-05-27 | 1 | -4/+3 |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-06-22 | 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-22 | 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 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|