summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel/core.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-25perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1Kan Liang1-3/+6
2018-03-24Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-7/+7
2018-03-20perf/x86/intel: Rename confusing 'freerunning PEBS' API and implementation to...Kan Liang1-6/+6
2018-03-20perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()Dan Carpenter1-1/+1
2018-03-09perf/x86/intel: Fix PMU read for auto-reloadKan Liang1-0/+9
2018-03-09perf/x86/intel: Properly save/restore the PMU state in the NMI handlerKan Liang1-1/+9
2018-03-09perf/x86/intel: Fix large period handling on Broadwell CPUsKan Liang1-1/+1
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-1/+1
2017-12-27perf/x86/intel: Plug memory leak in intel_pmu_init()Thomas Gleixner1-1/+4
2017-11-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-12/+23
2017-11-13perf/x86/intel: Hide TSX events when RTM is not supportedAndi Kleen1-12/+23
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-7/+4
2017-09-29perf/x86: Enable free running PEBS for REGS_USER/INTRAndi Kleen1-0/+4
2017-09-14perf/x86/intel, watchdog/core: Sanitize PMU HT bug workaroundPeter Zijlstra1-7/+4
2017-08-29perf/x86: Fix caps/ for !IntelPeter Zijlstra1-12/+2
2017-08-25perf/x86: Export some PMU attributes in caps/ directoryAndi Kleen1-1/+65
2017-08-25perf/x86: Only show format attributes when supportedAndi Kleen1-7/+41
2017-08-25perf/x86: Fix data source decoding for SkylakeAndi Kleen1-0/+2
2017-08-25perf/x86: Move Nehalem PEBS code to flagAndi Kleen1-0/+1
2017-07-21perf/x86/intel: Add proper condition to run sched_task callbacksJiri Olsa1-4/+2
2017-07-18perf/x86/intel: Add Goldmont Plus CPU PMU supportKan Liang1-0/+158
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+5
2017-07-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+63
2017-06-22perf/x86/intel: Add 1G DTLB load/store miss support for SKLKan Liang1-2/+2
2017-05-26perf/x86/intel: Drop get_online_cpus() in intel_snb_check_microcode()Sebastian Andrzej Siewior1-6/+5
2017-05-23perf/x86: Add sysfs entry to freeze counters on SMIKan Liang1-0/+63
2017-04-14perf/x86: Fix spurious NMI with PEBS Load Latency eventKan Liang1-1/+1
2017-03-16perf/x86: Add Top Down events to Intel GoldmontKan Liang1-0/+22
2017-01-17perf/x86/intel: Handle exclusive threadid correctly on CPU hotplugZhou Chengming1-2/+5
2017-01-11perf/x86/intel: Use ULL constant to prevent undefined shift behaviourColin King1-1/+1
2016-12-22perf/x86/pebs: Fix handling of PEBS buffer overflowsStephane Eranian1-9/+21
2016-12-06perf/x86: Fix full width counter, counter overflowPeter Zijlstra (Intel)1-1/+1
2016-10-28perf/x86/intel: Honour the CPUID for number of fixed counters in hypervisorsImre Palik1-3/+7
2016-10-17perf/x86/intel: Add Knights Mill CPUIDPiotr Luc1-1/+2
2016-09-23Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-7/+8
2016-09-15perf/x86/intel: Don't disable "intel_bts" around "intel" event batchingAlexander Shishkin1-7/+8
2016-08-10perf/x86: Ensure perf_sched_cb_{inc,dec}() is only called from pmu::{add,del}()Peter Zijlstra1-13/+18
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2016-07-14perf/x86: Convert the core to the hotplug state machineThomas Gleixner1-2/+2
2016-07-07Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar1-0/+29
2016-07-03perf/x86/intel: Update event constraints when HT is offStephane Eranian1-0/+29
2016-06-27perf/x86/intel: Fix MSR_LAST_BRANCH_FROM_x bug when no TSXDavid Carrillo-Cisneros1-0/+18
2016-06-27perf/x86/intel: Print LBR support statement after validationDavid Carrillo-Cisneros1-0/+2
2016-06-08perf/x86/intel: Use Intel family macros for core perf eventsDave Hansen1-43/+44
2016-06-03perf/x86/intel: Use new topology_max_smt_threads() in HT leak workaroundAndi Kleen1-4/+2
2016-06-03perf/x86/intel: Add topdown events to Intel AtomAndi Kleen1-0/+24
2016-06-03perf/x86/intel: Add topdown events to Intel CoreAndi Kleen1-0/+50
2016-06-03perf/x86/intel: Change offcore response masks for Knights LandingLukasz Odzioba1-4/+2
2016-06-03perf/x86/intel: Add 'static' keyword to locally used arraysLukasz Odzioba1-4/+4
2016-05-12Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+1