summaryrefslogtreecommitdiff
path: root/arch/x86/events/core.c
AgeCommit message (Expand)Author
2019-04-10x86/perf/amd: Remove need to check "running" bit in NMI handlerLendacky, Thomas
2019-03-06perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)
2019-02-11perf/x86: Add check_period PMU callbackJiri Olsa
2018-11-22perf/x86/intel: Move branch tracing setup to the Intel-specific source fileJiri Olsa
2018-10-23Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-16perf/x86/intel: Export mem events only if there's PEBS supportJiri Olsa
2018-10-02Merge branch 'x86/cache' into perf/core, to resolve conflictsIngo Molnar
2018-09-28perf/x86: Add helper to obtain performance counter indexReinette Chatre
2018-09-27x86/events: Add Hygon Dhyana support to PMU infrastructurePu Wen
2018-09-10perf/x86: Add __ro_after_init annotationsZubin Mithra
2018-08-31x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-05-05perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()Peter Zijlstra
2018-05-05perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*Peter Zijlstra
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani
2018-03-27perf/x86: Update rdpmc_always_available static key to the modern APIDavidlohr Bueso
2018-03-24Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-03-20perf/x86/intel: Rename confusing 'freerunning PEBS' API and implementation to...Kan Liang
2018-03-20perf/x86/intel: Disable userspace RDPMC usage for large PEBSKan Liang
2018-03-16perf: Fix sibling iterationPeter Zijlstra
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra
2018-03-09perf/x86/intel: Disable userspace RDPMC usage for large PEBSKan Liang
2018-03-09perf/x86: Introduce a ->read() callback in 'struct x86_pmu'Kan Liang
2018-03-09perf/x86/intel: Fix event update for auto-reloadKan Liang
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-08-29perf/x86: Fix caps/ for !IntelPeter Zijlstra
2017-08-29x86/ldt: Fix off by one in get_segment_base()Dan Carpenter
2017-08-25perf/x86: Export some PMU attributes in caps/ directoryAndi Kleen
2017-08-10perf/x86: Fix RDPMC vs. mm_struct trackingPeter Zijlstra
2017-07-20perf/x86: Shut up false-positive -Wmaybe-uninitialized warningArnd Bergmann
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-06-08x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov
2017-06-05x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski
2017-05-26x86/perf: Drop EXPORT of perf_check_microcodeThomas Gleixner
2017-05-23perf/x86: Add sysfs entry to freeze counters on SMIKan Liang
2017-05-15x86/tsc: Remodel cyc2ns to use seqcount_latch()Peter Zijlstra
2017-03-23sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra
2017-03-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-03-17x86/perf: Clarify why x86_pmu_event_mapped() isn't racyAndy Lutomirski
2017-03-17x86/perf: Fix CR4.PCE propagation to use active_mm instead of mmAndy Lutomirski
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-14perf/x86: Reject non sampling events with precise_ipJiri Olsa
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-12-12Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds