| Commit message (Expand) | Author | Age | Files | Lines |
* | x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue | Andy Lutomirski | 2015-04-26 | 1 | -0/+3 |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-04-18 | 5 | -49/+106 |
|\ |
|
| * | perf/x86/intel/pt: Fix and clean up error handling in pt_event_add() | Ingo Molnar | 2015-04-18 | 1 | -18/+15 |
| * | perf/x86/intel: Add Broadwell support for the LBR callstack | Kan Liang | 2015-04-17 | 1 | -1/+1 |
| * | perf/x86/intel/rapl: Fix energy counter measurements but supporing per domain... | Jacob Pan | 2015-04-17 | 1 | -21/+73 |
| * | perf/x86/intel: Fix Core2,Atom,NHM,WSM cycles:pp events | Peter Zijlstra | 2015-04-17 | 1 | -0/+8 |
| * | perf/x86: Fix hw_perf_event::flags collision | Peter Zijlstra | 2015-04-17 | 1 | -9/+9 |
* | | x86: mtrr: if: remove use of seq_printf return value | Joe Perches | 2015-04-15 | 1 | -7/+5 |
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-04-14 | 15 | -231/+4606 |
|\ \
| |/ |
|
| * | perf/x86/intel/pt: Clean up the control flow in pt_pmu_hw_init() | Ingo Molnar | 2015-04-12 | 1 | -23/+30 |
| * | perf/x86/intel/pt: Fix the 32-bit build | Ingo Molnar | 2015-04-02 | 2 | -3/+3 |
| * | perf/x86/intel: Avoid rewriting DEBUGCTL with the same value for LBRs | Andi Kleen | 2015-04-02 | 1 | -2/+4 |
| * | perf/x86/intel: Streamline LBR MSR handling in PMI | Andi Kleen | 2015-04-02 | 3 | -10/+27 |
| * | perf/x86: Only dump PEBS register when PEBS has been detected | Andi Kleen | 2015-04-02 | 1 | -2/+4 |
| * | perf/x86: Dump DEBUGCTL in PMU dump | Andi Kleen | 2015-04-02 | 1 | -1/+5 |
| * | perf/x86/intel: Reset more state in PMU reset | Andi Kleen | 2015-04-02 | 1 | -0/+12 |
| * | perf/x86/intel: Make the HT bug workaround conditional on HT enabled | Stephane Eranian | 2015-04-02 | 2 | -21/+79 |
| * | perf/x86/intel: Limit to half counters when the HT workaround is enabled, to ... | Stephane Eranian | 2015-04-02 | 2 | -2/+22 |
| * | perf/x86/intel: Fix intel_get_event_constraints() for dynamic constraints | Stephane Eranian | 2015-04-02 | 1 | -5/+10 |
| * | perf/x86/intel: Enforce HT bug workaround with PEBS for SNB/IVB/HSW | Maria Dimakopoulou | 2015-04-02 | 2 | -11/+37 |
| * | perf/x86/intel: Enforce HT bug workaround for SNB/IVB/HSW | Maria Dimakopoulou | 2015-04-02 | 1 | -9/+44 |
| * | perf/x86/intel: Implement cross-HT corruption bug workaround | Maria Dimakopoulou | 2015-04-02 | 3 | -13/+331 |
| * | perf/x86/intel: Add cross-HT counter exclusion infrastructure | Maria Dimakopoulou | 2015-04-02 | 2 | -5/+98 |
| * | perf/x86: Add 'index' param to get_event_constraint() callback | Stephane Eranian | 2015-04-02 | 4 | -10/+19 |
| * | perf/x86: Add 3 new scheduling callbacks | Maria Dimakopoulou | 2015-04-02 | 2 | -0/+18 |
| * | perf/x86: Vectorize cpuc->kfree_on_online | Stephane Eranian | 2015-04-02 | 4 | -6/+19 |
| * | perf/x86: Rename x86_pmu::er_flags to 'flags' | Stephane Eranian | 2015-04-02 | 2 | -15/+18 |
| * | Merge branch 'perf/urgent' into perf/core, before applying dependent patches | Ingo Molnar | 2015-04-02 | 1 | -5/+5 |
| |\ |
|
| * | | perf/x86/intel/bts: Add BTS PMU driver | Alexander Shishkin | 2015-04-02 | 5 | -3/+540 |
| * | | 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 |
| * | | 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 | 2 | -2/+8 |
| |\ \ \ |
|
| * | | | | 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 |
| * | | | | Merge tag 'v4.0-rc1' into perf/core, to refresh the tree | Ingo Molnar | 2015-02-26 | 7 | -41/+47 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | 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 |