Age | Commit message (Expand) | Author |
2016-01-06 | perf/x86: Enable cycles:pp for Intel Atom | Stephane Eranian |
2016-01-06 | perf/x86: fix PEBS issues on Intel Atom/Core2 | Stephane Eranian |
2016-01-06 | perf/x86: Use INST_RETIRED.PREC_DIST for cycles: ppp | Andi Kleen |
2016-01-06 | perf/x86: Use INST_RETIRED.TOTAL_CYCLES_PS for cycles:pp for Skylake | Andi Kleen |
2016-01-06 | perf/x86: Allow zero PEBS status with only single active event | Andi Kleen |
2016-01-06 | perf/x86: Remove warning for zero PEBS status | Andi Kleen |
2015-09-13 | perf/x86/intel/ds: Work around BTS leaking kernel addresses | Alexander Shishkin |
2015-08-04 | perf/x86/intel/pebs: Robustify PEBS buffer drain | Peter Zijlstra |
2015-08-04 | perf/x86/intel/pebs: Fix event disable PEBS buffer drain | Liang, Kan |
2015-08-04 | perf/x86/intel: Add Intel Skylake PMU support | Andi Kleen |
2015-08-04 | perf/x86/intel/lbr: Allow time stamp for free running PEBSv3 | Andi Kleen |
2015-08-04 | perf/x86/intel: Add support for PEBSv3 profiling | Andi Kleen |
2015-06-07 | perf/x86/intel/pebs: Add PEBSv3 decoding | Peter Zijlstra |
2015-06-07 | perf/x86/intel: Introduce PERF_RECORD_LOST_SAMPLES | Kan Liang |
2015-06-07 | perf/intel/x86: Enlarge the PEBS buffer | Yan, Zheng |
2015-06-07 | perf/x86/intel: Drain the PEBS buffer during context switches | Yan, Zheng |
2015-06-07 | perf/x86/intel: Implement batched PEBS interrupt handling (large PEBS interru... | Yan, Zheng |
2015-06-07 | perf/x86/intel: Handle multiple records in the PEBS buffer | Yan, Zheng |
2015-06-07 | perf/x86/intel: Introduce setup_pebs_sample_data() | Yan, Zheng |
2015-06-07 | perf/x86/intel: Use the PEBS auto reload mechanism when possible | Yan, Zheng |
2015-05-27 | perf/x86: Fix event/group validation | Peter Zijlstra |
2015-04-17 | perf/x86/intel: Fix Core2,Atom,NHM,WSM cycles:pp events | Peter Zijlstra |
2015-04-02 | perf/x86/intel: Enforce HT bug workaround with PEBS for SNB/IVB/HSW | Maria Dimakopoulou |
2015-04-02 | perf/x86/intel/bts: Add BTS PMU driver | Alexander Shishkin |
2015-01-16 | perf/x86/intel: Fix bug for "cycles:p" and "cycles:pp" on SLM | Kan Liang |
2014-12-10 | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-11-18 | x86: Remove arbitrary instruction size limit in instruction decoder | Dave Hansen |
2014-11-16 | perf/x86: Add support for sampling PEBS machine state registers | Stephane Eranian |
2014-11-16 | perf/x86/intel: Disallow flags for most Core2/Atom/Nehalem/Westmere events | Andi Kleen |
2014-11-16 | perf/x86/intel: Use INTEL_FLAGS_UEVENT_CONSTRAINT for PRECDIST | Andi Kleen |
2014-10-15 | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2014-09-09 | perf/x86/intel: Mark initialization code as such | Mathias Krause |
2014-08-26 | x86: Replace __get_cpu_var uses | Christoph Lameter |
2014-08-13 | perf/x86: Clean up __intel_pmu_pebs_event() code | Stephane Eranian |
2014-08-13 | perf/x86: Fix data source encoding issues for load latency/precise store | Stephane Eranian |
2014-08-13 | perf/x86: Don't mark DataLA addresses as store | Andi Kleen |
2014-08-13 | perf/x86: Revamp PEBS event selection | Andi Kleen |
2014-07-16 | perf/x86/intel: Avoid spamming kernel log for BTS buffer failure | David Rientjes |
2014-05-19 | fix Haswell precise store data source encoding | Stephane Eranian |
2013-11-06 | perf: Fix arch_perf_out_copy_user default | Peter Zijlstra |
2013-10-16 | perf/x86: Optimize intel_pmu_pebs_fixup_ip() | Peter Zijlstra |
2013-10-04 | perf/x86: Add Haswell specific transaction flag reporting | Andi Kleen |
2013-10-04 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar |
2013-09-20 | perf/x86/intel: Fix build warning in intel_pmu_drain_pebs_nhm() | Peter Zijlstra |
2013-09-20 | perf/x86/intel: Remove division from the intel_pmu_drain_pebs_nhm() hot path | Peter Zijlstra |
2013-09-18 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2013-09-14 | perf/x86/intel: Mark MEM_LOAD_UOPS_MISS_RETIRED as precise on SNB | Stephane Eranian |
2013-09-12 | perf/x86/intel: Clean-up/reduce PEBS code | Peter Zijlstra |
2013-09-12 | perf/x86: Report TSX transaction abort cost as weight | Andi Kleen |
2013-09-02 | perf: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node() | Joe Perches |