summaryrefslogtreecommitdiff
path: root/arch/x86/events/intel
AgeCommit message (Expand)AuthorFilesLines
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-172/+198
2024-09-10perf/x86/intel: Allow to setup LBR for counting event for BPFKan Liang1-2/+6
2024-09-10perf/x86/intel/cstate: Clean up cpumask and hotplugKan Liang1-137/+5
2024-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-2/+21
2024-08-25perf/x86/intel: Limit the period on HaswellKan Liang1-2/+21
2024-08-05perf/x86/intel/bts: Fix comment about default perf_event_paranoid settingJames Clark1-3/+0
2024-08-05perf/x86/intel/uncore: Use D0:F0 as a default deviceZhenyu Wang1-0/+4
2024-08-05perf/x86/intel/uncore: Add LNL uncore iMC freerunning supportZhenyu Wang1-0/+1
2024-08-05perf/x86/intel/uncore: Add Lunar Lake supportKan Liang3-0/+141
2024-08-05perf/x86/intel/uncore: Factor out common MMIO init and ops functionsKan Liang1-17/+30
2024-08-05perf/x86/intel/uncore: Add Arrow Lake supportKan Liang1-0/+3
2024-07-29perf/x86: Add hw_perf_event::aux_configPeter Zijlstra1-7/+7
2024-07-29perf/x86/intel/pt: Fix sampling synchronizationAdrian Hunter1-8/+7
2024-07-29perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra ForestZhenyu Wang1-2/+3
2024-07-17Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-330/+904
2024-07-16Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-106/+106
2024-07-09perf/x86/intel: Add a distinct name for Granite RapidsKan Liang1-5/+9
2024-07-09perf/x86/intel/ds: Fix non 0 retire latency on RaptorlakeKan Liang1-2/+6
2024-07-09perf/x86/intel: Hide Topdown metrics events if the feature is not enumeratedKan Liang1-1/+33
2024-07-09perf/x86/intel/uncore: Fix the bits of the CHA extended umask for SPRKan Liang1-2/+4
2024-07-04perf/x86/intel: Support Perfmon MSRs aliasingKan Liang1-1/+16
2024-07-04perf/x86/intel: Support PERFEVTSEL extensionKan Liang1-4/+65
2024-07-04perf/x86: Add config_mask to represent EVENTSEL bitmaskKan Liang1-0/+1
2024-07-04perf/x86/intel: Support new data source for Lunar LakeKan Liang2-2/+94
2024-07-04perf/x86/intel: Rename model-specific pebs_latency_data functionsKan Liang2-14/+14
2024-07-04perf/x86: Add Lunar Lake and Arrow Lake supportKan Liang2-0/+141
2024-07-04perf/x86: Support counter maskKan Liang5-102/+95
2024-07-04perf/x86/intel: Support the PEBS event maskKan Liang2-11/+12
2024-07-04perf/x86/intel/cstate: Add Lunarlake supportZhang Rui1-7/+19
2024-07-04perf/x86/intel/cstate: Add Arrowlake supportZhang Rui1-8/+12
2024-07-04perf/x86/intel/cstate: Fix Alderlake/Raptorlake/MeteorlakeZhang Rui1-5/+2
2024-07-04Merge branch 'tip/x86/cpu'Peter Zijlstra1-116/+109
2024-07-04perf/x86/intel/pt: Fix pt_topa_entry_for_page() address calculationAdrian Hunter1-1/+1
2024-07-04perf/x86/intel/pt: Fix a topa_entry base address calculationAdrian Hunter1-1/+1
2024-07-04perf/x86/intel/pt: Fix topa_entry base lengthMarco Cavenati1-2/+2
2024-06-17perf/x86/intel/uncore: Support HBM and CXL PMON countersKan Liang1-2/+53
2024-06-17perf/x86/uncore: Cleanup unused unit structureKan Liang4-112/+12
2024-06-17perf/x86/uncore: Apply the unit control RB tree to PCI uncore unitsKan Liang5-48/+94
2024-06-17perf/x86/uncore: Apply the unit control RB tree to MSR uncore unitsKan Liang4-11/+59
2024-06-17perf/x86/uncore: Apply the unit control RB tree to MMIO uncore unitsKan Liang1-16/+14
2024-06-17perf/x86/uncore: Retrieve the unit ID from the unit control RB treeKan Liang1-0/+3
2024-06-17perf/x86/uncore: Support per PMU cpumaskKan Liang4-5/+89
2024-06-17perf/x86/uncore: Save the unit control address of all unitsKan Liang2-2/+87
2024-05-31perf/x86/intel: Add missing MODULE_DESCRIPTION() linesJeff Johnson2-0/+2
2024-05-28x86/cpu: Switch to new Intel CPU model definesTony Luck1-32/+32
2024-05-28perf/x86/intel: Switch to new Intel CPU model definesTony Luck1-74/+74
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+3
2024-05-08perf/x86/cstate: Remove unused 'struct perf_cstate_msr'Ingo Molnar1-6/+0
2024-05-04perf: Use device_show_string() helper for sysfs attributesLukas Wunner1-10/+3
2024-05-02Merge branch 'x86/cpu' into perf/core, to pick up dependent commitsIngo Molnar6-132/+135