summaryrefslogtreecommitdiff
path: root/arch/x86/events/intel/core.c
AgeCommit message (Expand)Author
2019-09-21perf/x86/intel: Restrict period on NehalemJosh Hunt
2019-06-15perf/x86/intel: Allow PEBS multi-entry in watermark modeStephane Eranian
2019-05-14x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra
2019-05-10perf/x86/intel: Initialize TFA MSRPeter Zijlstra
2019-05-10perf/x86/intel: Fix handling of wakeup_events for multi-entry PEBSStephane Eranian
2019-04-27perf/x86: Fix incorrect PEBS_REGSKan Liang
2019-03-19perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot
2019-03-19perf/x86/intel: Fix memory corruptionPeter Zijlstra
2019-03-13perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)
2019-03-13perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)
2019-03-13perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)
2019-02-20perf/x86: Add check_period PMU callbackJiri Olsa
2019-02-12perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()Peter Zijlstra
2018-12-05perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()Jiri Olsa
2018-12-05perf/x86/intel: Move branch tracing setup to the Intel-specific source fileJiri Olsa
2018-06-21perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1Kan Liang
2018-05-30perf/x86/intel: Fix large period handling on Broadwell CPUsKan Liang
2018-05-30perf/x86/intel: Properly save/restore the PMU state in the NMI handlerKan Liang
2018-03-28perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()Dan Carpenter
2018-03-03perf/x86/intel: Plug memory leak in intel_pmu_init()Thomas Gleixner
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2017-12-25perf/x86: Enable free running PEBS for REGS_USER/INTRAndi Kleen
2017-11-30perf/x86/intel: Hide TSX events when RTM is not supportedAndi Kleen
2017-09-14perf/x86/intel, watchdog/core: Sanitize PMU HT bug workaroundPeter Zijlstra
2017-08-29perf/x86: Fix caps/ for !IntelPeter Zijlstra
2017-08-25perf/x86: Export some PMU attributes in caps/ directoryAndi Kleen
2017-08-25perf/x86: Only show format attributes when supportedAndi Kleen
2017-08-25perf/x86: Fix data source decoding for SkylakeAndi Kleen
2017-08-25perf/x86: Move Nehalem PEBS code to flagAndi Kleen
2017-07-21perf/x86/intel: Add proper condition to run sched_task callbacksJiri Olsa
2017-07-18perf/x86/intel: Add Goldmont Plus CPU PMU supportKan Liang
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-06-22perf/x86/intel: Add 1G DTLB load/store miss support for SKLKan Liang
2017-05-26perf/x86/intel: Drop get_online_cpus() in intel_snb_check_microcode()Sebastian Andrzej Siewior
2017-05-23perf/x86: Add sysfs entry to freeze counters on SMIKan Liang
2017-04-14perf/x86: Fix spurious NMI with PEBS Load Latency eventKan Liang
2017-03-16perf/x86: Add Top Down events to Intel GoldmontKan Liang
2017-01-17perf/x86/intel: Handle exclusive threadid correctly on CPU hotplugZhou Chengming
2017-01-11perf/x86/intel: Use ULL constant to prevent undefined shift behaviourColin King
2016-12-22perf/x86/pebs: Fix handling of PEBS buffer overflowsStephane Eranian
2016-12-06perf/x86: Fix full width counter, counter overflowPeter Zijlstra (Intel)
2016-10-28perf/x86/intel: Honour the CPUID for number of fixed counters in hypervisorsImre Palik
2016-10-17perf/x86/intel: Add Knights Mill CPUIDPiotr Luc
2016-09-23Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2016-09-15perf/x86/intel: Don't disable "intel_bts" around "intel" event batchingAlexander Shishkin
2016-08-10perf/x86: Ensure perf_sched_cb_{inc,dec}() is only called from pmu::{add,del}()Peter Zijlstra
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-14perf/x86: Convert the core to the hotplug state machineThomas Gleixner
2016-07-07Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar