| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | perf/x86/intel/pt: Add Intel PT PMU driver | Alexander Shishkin | 2015-04-02 | 5 | -0/+1238 |
| * | | | | | | | | perf/x86: Mark Intel PT and LBR/BTS as mutually exclusive | Alexander Shishkin | 2015-04-02 | 3 | -0/+94 |
| * | | | | | | | | x86: Add Intel Processor Trace (INTEL_PT) cpu feature detection | Alexander Shishkin | 2015-04-02 | 1 | -0/+1 |
| * | | | | | | | | perf: Add per event clockid support | Peter Zijlstra | 2015-03-27 | 1 | -2/+12 |
| * | | | | | | | | Merge branch 'perf/core' into perf/timer, before applying new changes | Ingo Molnar | 2015-03-27 | 10 | -151/+2007 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | perf/x86: Remove redundant calls to perf_pmu_{dis|en}able() | David Ahern | 2015-03-27 | 1 | -2/+0 |
| | * | | | | | | | | Merge branch 'perf/x86' into perf/core, because it's ready | Ingo Molnar | 2015-03-27 | 3 | -1/+1419 |
| | |\ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | perf: Remove type specific target pointers | Peter Zijlstra | 2015-03-23 | 1 | -4/+3 |
| | | * | | | | | | | | perf/x86/intel: Fix Makefile to actually build the cqm driver | Matt Fleming | 2015-03-23 | 1 | -1/+1 |
| | | * | | | | | | | | perf/x86/intel: Enable conflicting event scheduling for CQM | Matt Fleming | 2015-02-25 | 1 | -46/+84 |
| | | * | | | | | | | | perf/x86/intel: Perform rotation on Intel CQM RMIDs | Matt Fleming | 2015-02-25 | 1 | -48/+623 |
| | | * | | | | | | | | perf/x86/intel: Support task events with Intel CQM | Matt Fleming | 2015-02-25 | 1 | -21/+174 |
| | | * | | | | | | | | perf/x86/intel: Implement LRU monitoring ID allocation for CQM | Matt Fleming | 2015-02-25 | 1 | -8/+92 |
| | | * | | | | | | | | perf/x86/intel: Add Intel Cache QoS Monitoring support | Matt Fleming | 2015-02-25 | 1 | -0/+530 |
| | | * | | | | | | | | x86: Add support for Intel Cache QoS Monitoring (CQM) detection | Peter P Waskiewicz Jr | 2015-02-25 | 1 | -0/+39 |
| | * | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th... | Ingo Molnar | 2015-03-27 | 10 | -37/+82 |
| | |\ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|/
| | | |/| | | | | | | |
|
| | * | | | | | | | | | perf/x86/intel: Add INST_RETIRED.ALL workarounds | Andi Kleen | 2015-03-27 | 3 | -0/+37 |
| | * | | | | | | | | | perf/x86/intel: Add Broadwell core support | Andi Kleen | 2015-03-27 | 1 | -0/+47 |
| | * | | | | | | | | | perf/x86/intel: Add new cache events table for Haswell | Andi Kleen | 2015-03-27 | 1 | -2/+192 |
| | * | | | | | | | | | kprobes/x86: Return correct length in __copy_instruction() | Eugene Shatokhin | 2015-03-17 | 1 | -3/+6 |
| | * | | | | | | | | | Merge 'tip/perf/urgent' into perf/core to pick fixes | Arnaldo Carvalho de Melo | 2015-03-02 | 2 | -14/+42 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Merge tag 'v4.0-rc1' into perf/core, to refresh the tree | Ingo Molnar | 2015-02-26 | 33 | -486/+949 |
| | |\ \ \ \ \ \ \ \ \ \
| | | |_|_|/ / / / / / /
| | |/| | | | | | | | | |
|
| | * | | | | | | | | | | perf/x86/intel: Expose LBR callstack to user space tooling | Peter Zijlstra | 2015-02-18 | 2 | -12/+4 |
| | * | | | | | | | | | | perf/x86/intel: Discard zero length call entries in LBR call stack | Yan, Zheng | 2015-02-18 | 1 | -2/+11 |
| | * | | | | | | | | | | perf/x86/intel: Disable FREEZE_LBRS_ON_PMI when LBR operates in callstack mode | Yan, Zheng | 2015-02-18 | 1 | -4/+13 |
| | * | | | | | | | | | | perf/x86/intel: Re-organize code that implicitly enables LBR/PEBS | Yan, Zheng | 2015-02-18 | 1 | -30/+29 |
| | * | | | | | | | | | | perf: Simplify the branch stack check | Yan, Zheng | 2015-02-18 | 1 | -17/+3 |
| | * | | | | | | | | | | perf/x86/intel: Save/restore LBR stack during context switch | Yan, Zheng | 2015-02-18 | 1 | -12/+76 |
| | * | | | | | | | | | | perf/x86/intel: Track number of events that use the LBR callstack | Yan, Zheng | 2015-02-18 | 1 | -0/+19 |
| | * | | | | | | | | | | perf/x86/intel: Allocate space for storing LBR stack | Yan, Zheng | 2015-02-18 | 2 | -0/+11 |
| | * | | | | | | | | | | perf/x86/intel: Add basic Haswell LBR call stack support | Yan, Zheng | 2015-02-18 | 3 | -24/+83 |
| | * | | | | | | | | | | perf/x86/intel: Use context switch callback to flush LBR stack | Yan, Zheng | 2015-02-18 | 4 | -21/+30 |
| | * | | | | | | | | | | perf: Introduce pmu context switch callback | Yan, Zheng | 2015-02-18 | 2 | -0/+9 |
| | * | | | | | | | | | | perf/x86/intel: Reduce lbr_sel_map[] size | Yan, Zheng | 2015-02-18 | 2 | -29/+29 |
| | * | | | | | | | | | | perf/x86/amd/ibs: Convert force_ibs_eilvt_setup() to void | Aravind Gopalakrishnan | 2015-02-18 | 1 | -7/+5 |
| | * | | | | | | | | | | perf/x86/intel/uncore: Delete an unnecessary check before pci_dev_put() call | Markus Elfring | 2015-02-18 | 1 | -2/+1 |
| * | | | | | | | | | | | Merge branch 'timers/core' into perf/timer, to apply dependent patch | Ingo Molnar | 2015-03-27 | 1 | -12/+12 |
| |\ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|/ / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-04-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'nohz/guest' of git://git.kernel.org/pub/scm/linux/kernel/git/fr... | Ingo Molnar | 2015-03-16 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | | |
|
| | * | | | | | | | | | | | context_tracking: Rename context symbols to prepare for transition state | Frederic Weisbecker | 2015-03-09 | 1 | -1/+1 |
| | | |_|_|/ / / / / / /
| | |/| | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-14 | 1 | -21/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2015-03-27 | 1 | -21/+18 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|/ / / / / / / / /
| |/| | | | | | | | | | | |
|
| | * | | | | | | | | | | | x86: Use common outgoing-CPU-notification code | Paul E. McKenney | 2015-03-11 | 1 | -21/+18 |
| | | |/ / / / / / / / /
| | |/| | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2015-04-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | treewide: Fix typo in printk messages | Masanari Iida | 2015-03-06 | 1 | -1/+1 |
* | | | | | | | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-04-13 | 5 | -103/+202 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | x86/mce/severity: Fix warning about indented braces | Aravind Gopalakrishnan | 2015-04-03 | 1 | -5/+4 |
| * | | | | | | | | | | | | x86/mce: Define mce_severity function pointer | Aravind Gopalakrishnan | 2015-03-24 | 3 | -6/+16 |
| * | | | | | | | | | | | | x86/mce: Add an AMD severities-grading function | Aravind Gopalakrishnan | 2015-03-24 | 2 | -0/+65 |
| * | | | | | | | | | | | | x86/mce: Reindent __mcheck_cpu_apply_quirks() properly | Borislav Petkov | 2015-03-23 | 1 | -24/+24 |