summaryrefslogtreecommitdiffstats
path: root/arch/x86/events (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-09-187-172/+261
|\
| * Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2024-09-101-5/+42
| |\
| * | perf/x86/intel/cstate: Clean up cpumask and hotplugKan Liang2024-09-101-137/+5
| * | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2024-09-052-12/+33
| |\ \
| * | | perf/x86/intel/bts: Fix comment about default perf_event_paranoid settingJames Clark2024-08-051-3/+0
| * | | perf/x86/intel/uncore: Use D0:F0 as a default deviceZhenyu Wang2024-08-051-0/+4
| * | | perf/x86/intel/uncore: Add LNL uncore iMC freerunning supportZhenyu Wang2024-08-051-0/+1
| * | | perf/x86/intel/uncore: Add Lunar Lake supportKan Liang2024-08-053-0/+141
| * | | perf/x86/intel/uncore: Factor out common MMIO init and ops functionsKan Liang2024-08-051-17/+30
| * | | perf/x86/intel/uncore: Add Arrow Lake supportKan Liang2024-08-051-0/+3
| * | | perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko2024-08-021-0/+63
| * | | perf/x86: Add hw_perf_event::aux_configPeter Zijlstra2024-07-291-7/+7
| * | | perf/x86/intel/pt: Fix sampling synchronizationAdrian Hunter2024-07-291-8/+7
* | | | perf/x86/intel: Allow to setup LBR for counting event for BPFKan Liang2024-09-101-2/+6
| |_|/ |/| |
* | | perf/x86/rapl: Fix the energy-pkg event for AMD CPUsDhananjay Ugwekar2024-09-051-5/+42
| |/ |/|
* | perf/x86/intel: Limit the period on HaswellKan Liang2024-08-251-2/+21
* | perf/x86: Fix smp_processor_id()-in-preemptible warningsLi Huafei2024-07-311-10/+12
|/
* perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra ForestZhenyu Wang2024-07-291-2/+3
* Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-1718-431/+1087
|\
| * perf/x86/intel: Add a distinct name for Granite RapidsKan Liang2024-07-091-5/+9
| * perf/x86/intel/ds: Fix non 0 retire latency on RaptorlakeKan Liang2024-07-091-2/+6
| * perf/x86/intel: Hide Topdown metrics events if the feature is not enumeratedKan Liang2024-07-091-1/+33
| * perf/x86/intel/uncore: Fix the bits of the CHA extended umask for SPRKan Liang2024-07-091-2/+4
| * perf/x86/amd/uncore: Fix DF and UMC domain identificationSandipan Das2024-07-041-3/+3
| * perf/x86/amd/uncore: Avoid PMU registration if counters are unavailableSandipan Das2024-07-041-8/+14
| * perf/x86/intel: Support Perfmon MSRs aliasingKan Liang2024-07-043-5/+26
| * perf/x86/intel: Support PERFEVTSEL extensionKan Liang2024-07-041-4/+65
| * perf/x86: Add config_mask to represent EVENTSEL bitmaskKan Liang2024-07-043-1/+12
| * perf/x86/intel: Support new data source for Lunar LakeKan Liang2024-07-043-3/+109
| * perf/x86/intel: Rename model-specific pebs_latency_data functionsKan Liang2024-07-043-16/+16
| * perf/x86: Add Lunar Lake and Arrow Lake supportKan Liang2024-07-043-0/+143
| * perf/x86: Support counter maskKan Liang2024-07-049-179/+199
| * perf/x86/intel: Support the PEBS event maskKan Liang2024-07-043-13/+25
| * perf/x86/intel/cstate: Add Lunarlake supportZhang Rui2024-07-041-7/+19
| * perf/x86/intel/cstate: Add Arrowlake supportZhang Rui2024-07-041-8/+12
| * perf/x86/intel/cstate: Fix Alderlake/Raptorlake/MeteorlakeZhang Rui2024-07-041-5/+2
| * Merge branch 'tip/x86/cpu'Peter Zijlstra2024-07-042-161/+154
| |\
| * | perf/x86/intel/pt: Fix pt_topa_entry_for_page() address calculationAdrian Hunter2024-07-041-1/+1
| * | perf/x86/intel/pt: Fix a topa_entry base address calculationAdrian Hunter2024-07-041-1/+1
| * | perf/x86/intel/pt: Fix topa_entry base lengthMarco Cavenati2024-07-041-2/+2
| * | perf/x86/intel/uncore: Support HBM and CXL PMON countersKan Liang2024-06-171-2/+53
| * | perf/x86/uncore: Cleanup unused unit structureKan Liang2024-06-174-112/+12
| * | perf/x86/uncore: Apply the unit control RB tree to PCI uncore unitsKan Liang2024-06-175-48/+94
| * | perf/x86/uncore: Apply the unit control RB tree to MSR uncore unitsKan Liang2024-06-174-11/+59
| * | perf/x86/uncore: Apply the unit control RB tree to MMIO uncore unitsKan Liang2024-06-171-16/+14
| * | perf/x86/uncore: Retrieve the unit ID from the unit control RB treeKan Liang2024-06-171-0/+3
| * | perf/x86/uncore: Support per PMU cpumaskKan Liang2024-06-174-5/+89
| * | perf/x86/uncore: Save the unit control address of all unitsKan Liang2024-06-172-2/+87
| * | perf/x86/amd: Use try_cmpxchg() in events/amd/{un,}core.cUros Bizjak2024-05-182-3/+9
* | | Merge tag 'locking-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-171-0/+3
|\ \ \