summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel/core.c
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel: Fix spurious NMI on fixed counterKan Liang2019-07-261-5/+3Star
* perf/x86/intel: Allow PEBS multi-entry in watermark modeStephane Eranian2019-06-151-1/+1
* perf/x86/intel: Fix race in intel_pmu_disable_event()Jiri Olsa2019-05-251-3/+7
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-141-9/+11
* perf/x86/intel: Initialize TFA MSRPeter Zijlstra2019-05-101-0/+6
* perf/x86/intel: Fix handling of wakeup_events for multi-entry PEBSStephane Eranian2019-05-101-1/+1
* perf/x86: Fix incorrect PEBS_REGSKan Liang2019-04-271-1/+1
* perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot2019-03-191-1/+1
* perf/x86/intel: Fix memory corruptionPeter Zijlstra2019-03-191-1/+1
* perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)2019-03-131-3/+71
* perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)2019-03-131-21/+30
* perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)2019-03-131-11/+18
* perf/x86: Add check_period PMU callbackJiri Olsa2019-02-201-0/+9
* perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Peter Zijlstra2019-02-121-2/+8
* perf/x86/intel: Disallow precise_ip on BTS eventsJiri Olsa2018-12-051-0/+4
* perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()Jiri Olsa2018-12-051-14/+3Star
* perf/x86/intel: Move branch tracing setup to the Intel-specific source fileJiri Olsa2018-12-051-1/+40
* perf/x86/intel: Support Extended PEBS for Goldmont PlusKan Liang2018-07-251-1/+1
* perf/x86/intel/ds: Handle PEBS overflow for fixed countersKan Liang2018-07-251-1/+4
* perf/x86/intel: Support PEBS on fixed countersKan Liang2018-07-251-11/+13
* perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra2018-07-251-0/+3
* perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1Kan Liang2018-04-251-3/+6
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-03-241-7/+7
|\
| * perf/x86/intel: Rename confusing 'freerunning PEBS' API and implementation to...Kan Liang2018-03-201-6/+6
| * perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()Dan Carpenter2018-03-201-1/+1
* | perf/x86/intel: Fix PMU read for auto-reloadKan Liang2018-03-091-0/+9
* | perf/x86/intel: Properly save/restore the PMU state in the NMI handlerKan Liang2018-03-091-1/+9
* | perf/x86/intel: Fix large period handling on Broadwell CPUsKan Liang2018-03-091-1/+1
|/
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-1/+1
* perf/x86/intel: Plug memory leak in intel_pmu_init()Thomas Gleixner2017-12-271-1/+4
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-261-12/+23
|\
| * perf/x86/intel: Hide TSX events when RTM is not supportedAndi Kleen2017-11-131-12/+23
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-201-7/+4Star
|\|
| * perf/x86/intel, watchdog/core: Sanitize PMU HT bug workaroundPeter Zijlstra2017-09-141-7/+4Star
* | perf/x86: Enable free running PEBS for REGS_USER/INTRAndi Kleen2017-09-291-0/+4
|/
* perf/x86: Fix caps/ for !IntelPeter Zijlstra2017-08-291-12/+2Star
* perf/x86: Export some PMU attributes in caps/ directoryAndi Kleen2017-08-251-1/+65
* perf/x86: Only show format attributes when supportedAndi Kleen2017-08-251-7/+41
* perf/x86: Fix data source decoding for SkylakeAndi Kleen2017-08-251-0/+2
* perf/x86: Move Nehalem PEBS code to flagAndi Kleen2017-08-251-0/+1
* perf/x86/intel: Add proper condition to run sched_task callbacksJiri Olsa2017-07-211-4/+2Star
* perf/x86/intel: Add Goldmont Plus CPU PMU supportKan Liang2017-07-181-0/+158
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-041-6/+5Star
|\
| * perf/x86/intel: Drop get_online_cpus() in intel_snb_check_microcode()Sebastian Andrzej Siewior2017-05-261-6/+5Star
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-031-0/+63
|\ \
| * | perf/x86: Add sysfs entry to freeze counters on SMIKan Liang2017-05-231-0/+63
| |/
* / perf/x86/intel: Add 1G DTLB load/store miss support for SKLKan Liang2017-06-221-2/+2
|/
* perf/x86: Fix spurious NMI with PEBS Load Latency eventKan Liang2017-04-141-1/+1
* perf/x86: Add Top Down events to Intel GoldmontKan Liang2017-03-161-0/+22
* perf/x86/intel: Handle exclusive threadid correctly on CPU hotplugZhou Chengming2017-01-171-2/+5