aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel/cstate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-29perf/x86/cstate: Add new Raptor Lake S supportKan Liang1-0/+1
2022-05-11perf/x86/cstate: Add new Alder Lake and Raptor Lake supportKan Liang1-0/+2
2022-04-19perf/x86/cstate: Add SAPPHIRERAPIDS_X CPU supportZhang Rui1-3/+4
2022-04-05perf/x86/cstate: Add Raptor Lake supportKan Liang1-10/+12
2021-07-02perf/x86/cstate: Add ICELAKE_X and ICELAKE_D supportZhang Rui1-6/+17
2021-04-19perf/x86/cstate: Add Alder Lake CPU supportKan Liang1-10/+29
2020-11-26Merge remote-tracking branch 'origin/master' into perf/corePeter Zijlstra1-3/+3
2020-11-17perf/x86: fix sysfs type mismatchesSami Tolvanen1-3/+3
2020-10-29perf/x86/cstate: Add Rocket Lake CPU supportKan Liang1-9/+10
2020-04-22perf/x86/cstate: Add Jasper Lake CPU supportHarry Pan1-0/+1
2020-03-24x86/perf/events: Convert to new CPU match macrosThomas Gleixner1-43/+40
2020-02-11perf/x86/cstate: Add Tremont supportKan Liang1-9/+13
2019-10-12perf/x86/cstate: Add Tiger Lake CPU supportKan Liang1-9/+11
2019-10-12perf/x86/cstate: Update C-state counters for Ice LakeKan Liang1-11/+25
2019-10-12perf/x86/cstate: Add Comet Lake CPU supportKan Liang1-10/+14
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-20/+20
2019-09-03perf/x86: Make more stuff staticValdis Klētnieks1-2/+2
2019-08-28x86/intel: Aggregate microserver namingPeter Zijlstra1-6/+6
2019-08-28x86/intel: Aggregate big core graphics namingPeter Zijlstra1-4/+4
2019-08-28x86/intel: Aggregate big core mobile namingPeter Zijlstra1-9/+9
2019-08-28x86/intel: Aggregate big core client namingPeter Zijlstra1-11/+11
2019-06-24perf/x86/cstate: Use new probe functionJiri Olsa1-65/+87
2019-06-17perf/x86/intel: Add Icelake desktop CPUIDKan Liang1-0/+1
2019-05-23perf/x86/intel/cstate: Support multi-die/packageKan Liang1-4/+10
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2019-04-25perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC10 countersHarry Pan1-5/+5
2019-04-16perf/x86/intel/cstate: Add Icelake supportKan Liang1-0/+2
2019-01-21perf/core, arch/x86: Use PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray1-9/+3
2018-10-02x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra1-4/+4
2018-05-05perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msrPeter Zijlstra1-0/+2
2018-03-31perf/x86/intel: Enable C-state residency events for Cannon LakeHarry Pan1-13/+31
2017-09-25perf/x86/intel/cstate: Add missing CPU IDsKan Liang1-0/+4
2017-07-18perf/x86/intel: Enable C-state residency events for Apollo LakeHarry Pan1-6/+20
2017-03-01x86/events: Remove last remnants of old filenamesBorislav Petkov1-1/+1
2017-02-11perf/x86/intel: Add Kaby Lake supportSrinivas Pandruvada1-0/+3
2017-01-05perf/x86: Set pmu->module in Intel PMU modulesDavid Carrillo-Cisneros1-0/+2
2016-12-25perf/x86/intel/cstate: Prevent hotplug callback leakThomas Gleixner1-7/+7
2016-12-06perf/x86/intel: Enable C-state residency events for Knights MillPiotr Luc1-0/+1
2016-10-19perf/x86/intel/cstate: Add C-state residency events for Knights LandingLukasz Odzioba1-4/+26
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-36/+15
2016-07-14perf/x86/intel/cstate: Convert Intel CSTATE to hotplug state machineSebastian Andrzej Siewior1-36/+15
2016-06-08perf/x86/cstate: Use Intel Model name macrosDave Hansen1-23/+24
2016-03-31x86/perf/intel/cstate: Modularize driverThomas Gleixner1-3/+19
2016-03-31x86/perf/intel/cstate: Sanitize error handlingThomas Gleixner1-23/+27
2016-03-31x86/perf/intel/cstate: Sanitize probingThomas Gleixner1-199/+160
2016-03-31x86/perf/intel/cstate: Make cstate hotplug handling actually workThomas Gleixner1-69/+53
2016-02-17perf/x86: Move perf_event.h to its new homeBorislav Petkov1-1/+1
2016-02-17perf/x86: Move perf_event_intel_cstate.c ..... => x86/events/intel/cstate.cBorislav Petkov1-0/+694