summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel: Limit to half counters when the HT workaround is enabled, to ...Stephane Eranian2015-04-022-2/+22
* perf/x86/intel: Fix intel_get_event_constraints() for dynamic constraintsStephane Eranian2015-04-021-5/+10
* perf/x86/intel: Enforce HT bug workaround with PEBS for SNB/IVB/HSWMaria Dimakopoulou2015-04-022-11/+37
* perf/x86/intel: Enforce HT bug workaround for SNB/IVB/HSWMaria Dimakopoulou2015-04-021-9/+44
* perf/x86/intel: Implement cross-HT corruption bug workaroundMaria Dimakopoulou2015-04-023-13/+331
* perf/x86/intel: Add cross-HT counter exclusion infrastructureMaria Dimakopoulou2015-04-022-5/+98
* perf/x86: Add 'index' param to get_event_constraint() callbackStephane Eranian2015-04-024-10/+19
* perf/x86: Add 3 new scheduling callbacksMaria Dimakopoulou2015-04-022-0/+18
* perf/x86: Vectorize cpuc->kfree_on_onlineStephane Eranian2015-04-024-6/+19
* perf/x86: Rename x86_pmu::er_flags to 'flags'Stephane Eranian2015-04-022-15/+18
* Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar2015-04-022-9/+19
|\
| * perf/x86/intel: Fix Haswell CYCLE_ACTIVITY.* counter constraintsAndi Kleen2015-04-021-3/+3
| * perf/x86/intel: Filter branches for PEBS eventKan Liang2015-04-021-2/+2
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-03-281-4/+14
| |\
| | * x86/asm/entry: Check for syscall exit work with IRQs disabledAndy Lutomirski2015-03-241-4/+14
* | | perf/x86/intel/bts: Add BTS PMU driverAlexander Shishkin2015-04-025-3/+540
* | | perf/x86/intel/pt: Add Intel PT PMU driverAlexander Shishkin2015-04-026-0/+1256
* | | perf/x86: Mark Intel PT and LBR/BTS as mutually exclusiveAlexander Shishkin2015-04-023-0/+94
* | | x86: Add Intel Processor Trace (INTEL_PT) cpu feature detectionAlexander Shishkin2015-04-022-0/+2
* | | perf: Add per event clockid supportPeter Zijlstra2015-03-271-2/+12
* | | Merge branch 'perf/core' into perf/timer, before applying new changesIngo Molnar2015-03-2712-152/+2018
|\ \ \
| * | | perf/x86: Remove redundant calls to perf_pmu_{dis|en}able()David Ahern2015-03-271-2/+0
| * | | Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar2015-03-275-2/+1430
| |\ \ \
| | * | | perf: Remove type specific target pointersPeter Zijlstra2015-03-231-4/+3
| | * | | perf/x86/intel: Fix Makefile to actually build the cqm driverMatt Fleming2015-03-231-1/+1
| | * | | perf/x86/intel: Enable conflicting event scheduling for CQMMatt Fleming2015-02-251-46/+84
| | * | | perf/x86/intel: Perform rotation on Intel CQM RMIDsMatt Fleming2015-02-251-48/+623
| | * | | perf/x86/intel: Support task events with Intel CQMMatt Fleming2015-02-251-21/+174
| | * | | perf/x86/intel: Implement LRU monitoring ID allocation for CQMMatt Fleming2015-02-251-8/+92
| | * | | perf/x86/intel: Add Intel Cache QoS Monitoring supportMatt Fleming2015-02-251-0/+530
| | * | | x86: Add support for Intel Cache QoS Monitoring (CQM) detectionPeter P Waskiewicz Jr2015-02-253-1/+50
| * | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th...Ingo Molnar2015-03-2735-161/+183
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | perf/x86/intel: Add INST_RETIRED.ALL workaroundsAndi Kleen2015-03-273-0/+37
| * | | | perf/x86/intel: Add Broadwell core supportAndi Kleen2015-03-271-0/+47
| * | | | perf/x86/intel: Add new cache events table for HaswellAndi Kleen2015-03-271-2/+192
| * | | | kprobes/x86: Return correct length in __copy_instruction()Eugene Shatokhin2015-03-171-3/+6
| * | | | Merge 'tip/perf/urgent' into perf/core to pick fixesArnaldo Carvalho de Melo2015-03-022-14/+42
| |\ \ \ \
| * \ \ \ \ Merge tag 'v4.0-rc1' into perf/core, to refresh the treeIngo Molnar2015-02-26137-2510/+5102
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | perf/x86/intel: Expose LBR callstack to user space toolingPeter Zijlstra2015-02-182-12/+4
| * | | | | perf/x86/intel: Discard zero length call entries in LBR call stackYan, Zheng2015-02-181-2/+11
| * | | | | perf/x86/intel: Disable FREEZE_LBRS_ON_PMI when LBR operates in callstack modeYan, Zheng2015-02-181-4/+13
| * | | | | perf/x86/intel: Re-organize code that implicitly enables LBR/PEBSYan, Zheng2015-02-181-30/+29
| * | | | | perf: Simplify the branch stack checkYan, Zheng2015-02-181-17/+3
| * | | | | perf/x86/intel: Save/restore LBR stack during context switchYan, Zheng2015-02-181-12/+76
| * | | | | perf/x86/intel: Track number of events that use the LBR callstackYan, Zheng2015-02-181-0/+19
| * | | | | perf/x86/intel: Allocate space for storing LBR stackYan, Zheng2015-02-182-0/+11
| * | | | | perf/x86/intel: Add basic Haswell LBR call stack supportYan, Zheng2015-02-183-24/+83
| * | | | | perf/x86/intel: Use context switch callback to flush LBR stackYan, Zheng2015-02-184-21/+30
| * | | | | perf: Introduce pmu context switch callbackYan, Zheng2015-02-182-0/+9
| * | | | | perf/x86/intel: Reduce lbr_sel_map[] sizeYan, Zheng2015-02-182-29/+29
OpenPOWER on IntegriCloud