Age | Commit message (Expand) | Author |
2017-03-22 | x86/perf: Fix CR4.PCE propagation to use active_mm instead of mm | Andy Lutomirski |
2016-12-15 | perf/x86: Fix full width counter, counter overflow | Peter Zijlstra (Intel) |
2016-04-12 | perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi | Kan Liang |
2015-11-23 | treewide: Remove old email address | Peter Zijlstra |
2015-09-13 | perf/core: Drop PERF_EVENT_TXN | Sukadev Bhattiprolu |
2015-09-13 | perf/core: Add a 'flags' parameter to the PMU transactional interfaces | Sukadev Bhattiprolu |
2015-09-01 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-08-20 | Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor... | Ingo Molnar |
2015-08-04 | perf/x86: Make merge_attr() global to use from perf_event_intel | Andi Kleen |
2015-07-31 | x86/ldt: Make modify_ldt() optional | Andy Lutomirski |
2015-07-31 | Merge branch 'x86/urgent' into x86/asm, before applying dependent patches | Ingo Molnar |
2015-07-31 | x86/ldt: Make modify_ldt synchronous | Andy Lutomirski |
2015-07-06 | x86/compat, x86/perf: Don't build perf_callchain_user32() on x32 | Brian Gerst |
2015-06-30 | perf/x86: Fix 'active_events' imbalance | Peter Zijlstra |
2015-06-22 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-06-19 | perf/x86/intel: Fix PMI handling for Intel PT | Alexander Shishkin |
2015-06-19 | perf/x86/intel/bts: Fix DS area sharing with x86_pmu events | Alexander Shishkin |
2015-06-07 | perf/x86/intel: Use the PEBS auto reload mechanism when possible | Yan, Zheng |
2015-05-27 | perf/x86: Simplify the x86_schedule_events() logic | Peter Zijlstra |
2015-05-27 | perf/x86/intel: Remove intel_excl_states::init_state | Peter Zijlstra |
2015-05-27 | perf/x86: Tweak broken BIOS rules during check_hw_exists() | Don Zickus |
2015-05-27 | perf/x86: Improve HT workaround GP counter constraint | Peter Zijlstra |
2015-05-27 | perf/x86: Fix event/group validation | Peter Zijlstra |
2015-04-14 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2015-04-02 | perf/x86: Only dump PEBS register when PEBS has been detected | Andi Kleen |
2015-04-02 | perf/x86: Dump DEBUGCTL in PMU dump | Andi Kleen |
2015-04-02 | perf/x86/intel: Implement cross-HT corruption bug workaround | Maria Dimakopoulou |
2015-04-02 | perf/x86: Add 'index' param to get_event_constraint() callback | Stephane Eranian |
2015-04-02 | perf/x86: Add 3 new scheduling callbacks | Maria Dimakopoulou |
2015-04-02 | perf/x86: Vectorize cpuc->kfree_on_online | Stephane Eranian |
2015-04-02 | perf/x86: Mark Intel PT and LBR/BTS as mutually exclusive | Alexander Shishkin |
2015-03-31 | x86/asm/entry: Remove user_mode_ignore_vm86() | Ingo Molnar |
2015-03-27 | perf: Add per event clockid support | Peter Zijlstra |
2015-03-27 | perf/x86: Remove redundant calls to perf_pmu_{dis|en}able() | David Ahern |
2015-03-27 | perf/x86/intel: Add INST_RETIRED.ALL workarounds | Andi Kleen |
2015-03-23 | x86/asm/entry, perf: Explicitly optimize vm86 handling in code_segment_base() | Andy Lutomirski |
2015-03-23 | x86/asm/entry, perf: Fix incorrect TIF_IA32 check in code_segment_base() | Andy Lutomirski |
2015-02-18 | perf/x86/intel: Re-organize code that implicitly enables LBR/PEBS | Yan, Zheng |
2015-02-18 | perf/x86/intel: Allocate space for storing LBR stack | Yan, Zheng |
2015-02-18 | perf/x86/intel: Use context switch callback to flush LBR stack | Yan, Zheng |
2015-02-18 | perf: Introduce pmu context switch callback | Yan, Zheng |
2015-02-04 | perf/x86: Add /sys/devices/cpu/rdpmc=2 to allow rdpmc for all tasks | Andy Lutomirski |
2015-02-04 | perf/x86: Only allow rdpmc if a perf_event is mapped | Andy Lutomirski |
2015-02-04 | perf: Pass the event to arch_perf_update_userpage() | Andy Lutomirski |
2015-02-04 | x86: Clean up cr4 manipulation | Andy Lutomirski |
2014-10-29 | perf/x86/intel: Revert incomplete and undocumented Broadwell client support | Ingo Molnar |
2014-10-28 | perf: Fix bogus kernel printk | Peter Zijlstra (Intel) |
2014-10-15 | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2014-10-03 | perf/x86: Tone down kernel messages when the PMU check fails in a virtual env... | Wei Huang |
2014-09-24 | perf/x86: Add INST_RETIRED.ALL workarounds | Andi Kleen |