summaryrefslogtreecommitdiff
path: root/arch/x86/events/amd/core.c
AgeCommit message (Expand)Author
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-21perf/x86/amd: Remove driver-specific throttle supportKan Liang
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar
2024-11-19perf/core: Check sample_type in perf_sample_save_brstackYabin Cui
2024-10-07perf/x86/amd: Warn only on new bits setBreno Leitao
2024-07-04perf/x86: Support counter maskKan Liang
2024-05-18perf/x86/amd: Use try_cmpxchg() in events/amd/{un,}core.cUros Bizjak
2024-04-03perf/x86/amd: Support capturing LBR from software eventsAndrii Nakryiko
2024-04-03perf/x86/amd: Ensure amd_pmu_core_disable_all() is always inlinedAndrii Nakryiko
2024-03-26perf/x86/amd/core: Define a proper ref-cycles event for Zen 4 and laterSandipan Das
2024-03-26perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and laterSandipan Das
2024-03-25perf/x86/amd/lbr: Use freeze based on availabilitySandipan Das
2024-03-13perf/x86/amd/core: Avoid register reset when CPU is deadSandipan Das
2024-02-15x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner
2024-01-08Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-10-27perf: Add branch stack countersKan Liang
2023-09-25perf/x86/amd: Do not WARN() on every IRQBreno Leitao
2023-09-22perf/x86/amd/core: Fix overflow reset on hotplugSandipan Das
2023-05-08perf/ibs: Fix interface via core pmu eventsRavi Bangoria
2023-03-21perf/x86/amd/core: Always clear status for idxBreno Leitao
2023-01-18perf/core: Add perf_sample_save_brstack() helperNamhyung Kim
2022-12-27perf/x86/amd: fix potential integer overflow on shift of a intColin Ian King
2022-11-16perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and ...Ravi Bangoria
2022-09-07perf/x86: Change x86_pmu::limit_period signaturePeter Zijlstra
2022-09-06perf: Use sample_flags for branch stackKan Liang
2022-08-27perf/x86/amd/lbr: Add LbrExtV2 hardware branch filter supportSandipan Das
2022-08-27perf/x86/amd/lbr: Add LbrExtV2 branch record supportSandipan Das
2022-08-27perf/x86/amd/lbr: Detect LbrExtV2 supportSandipan Das
2022-08-27perf/x86/amd/core: Add generic branch record interfacesSandipan Das
2022-08-27perf/x86/amd/core: Refactor branch attributesSandipan Das
2022-08-27perf/x86/amd/brs: Move feature-specific functionsSandipan Das
2022-05-19perf/x86/amd/core: Fix reloading events for SVMSandipan Das
2022-05-18perf/x86/amd: Fix AMD BRS period adjustmentPeter Zijlstra
2022-05-12perf/x86/amd: Remove unused variable 'hwc'Zucheng Zheng
2022-05-04perf/x86/amd/core: Add PerfMonV2 overflow handlingSandipan Das
2022-05-04perf/x86/amd/core: Add PerfMonV2 counter controlSandipan Das
2022-05-04perf/x86/amd/core: Detect available countersSandipan Das
2022-05-04perf/x86/amd/core: Detect PerfMonV2 supportSandipan Das
2022-04-05perf/x86/amd: Add idle hooks for branch samplingStephane Eranian
2022-04-05perf/x86/amd: Add branch-brs helper event for Fam19h BRSStephane Eranian
2022-04-05perf/x86/amd: Add AMD Fam19h Branch Sampling supportStephane Eranian
2021-03-18x86: Fix various typos in commentsIngo Molnar
2020-11-19x86/CPU/AMD: Remove amd_get_nb_id()Yazen Ghannam
2020-02-11perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event mapKim Phillips
2020-01-17perf/x86/amd: Add support for Large Increment per Cycle EventsKim Phillips
2020-01-17perf/x86/amd: Constrain Large Increment per Cycle eventsKim Phillips
2019-11-11perf/x86/amd: Remove set but not used variable 'active'Zheng Yongjun