summaryrefslogtreecommitdiff
path: root/arch/x86/events/amd
AgeCommit message (Expand)Author
2022-05-19perf/x86/amd/core: Fix reloading events for SVMSandipan Das
2022-05-18perf/x86/amd: Run AMD BRS code only on supported hwBorislav Petkov
2022-05-18perf/x86/amd: Fix AMD BRS period adjustmentPeter Zijlstra
2022-05-12perf/x86/amd: Remove unused variable 'hwc'Zucheng Zheng
2022-05-11perf/amd/ibs: Advertise zen4_ibs_extensions as pmu capability attributeRavi Bangoria
2022-05-11perf/amd/ibs: Add support for L3 miss filteringRavi Bangoria
2022-05-11perf/amd/ibs: Use ->is_visible callback for dynamic attributesRavi Bangoria
2022-05-11perf/amd/ibs: Cascade pmu init functions' return valueRavi Bangoria
2022-05-10perf/amd/ibs: Use interrupt regs ip for stack unwindingRavi Bangoria
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: Make Zen3 branch sampling opt-inStephane Eranian
2022-04-05perf/x86/amd: Enable branch sampling priv level filteringStephane 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-12-28x86/events/amd/iommu: Remove redundant assignment to variable shiftColin Ian King
2021-08-26perf/x86/amd/ibs: Add bitfield definitions in new <asm/amd-ibs.h> headerKim Phillips
2021-08-26perf/amd/uncore: Allow the driver to be built as a moduleKim Phillips
2021-08-26x86/cpu: Add get_llc_id() helper functionKim Phillips
2021-08-26perf/amd/uncore: Clean up header use, use <linux/ include paths instead of <asm/Kim Phillips
2021-08-26perf/amd/uncore: Simplify code, use free_percpu()'s built-in check for NULLKim Phillips
2021-08-26perf/x86/amd/power: Assign pmu.moduleKim Phillips
2021-08-26perf/x86/amd/ibs: Extend PERF_PMU_CAP_NO_EXCLUDE to IBS OpKim Phillips
2021-08-26perf/x86/amd/ibs: Work around erratum #1197Kim Phillips
2021-05-09Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-05-06x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gatingSuravee Suthikulpanit
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-04-16perf/amd/uncore: Fix sysfs type mismatchNathan Chancellor
2021-04-16x86/events/amd/iommu: Fix sysfs type mismatchNathan Chancellor
2021-04-07iommu/amd: Move a few prototypes to include/linux/amd-iommu.hChristoph Hellwig
2021-03-18x86: Fix various typos in commentsIngo Molnar
2020-11-19x86/CPU/AMD: Remove amd_get_nb_id()Yazen Ghannam
2020-10-03x86/events/amd/iommu: Fix sizeof mismatchColin Ian King
2020-09-24perf/amd/uncore: Inform the user how many counters each uncore PMU hasKim Phillips
2020-09-24perf/amd/uncore: Allow F19h user coreid, threadmask, and sliceid specificationKim Phillips
2020-09-24perf/amd/uncore: Allow F17h user threadmask and slicemask specificationKim Phillips
2020-09-24perf/amd/uncore: Prepare to scale for more attributes that vary per familyKim Phillips
2020-09-10arch/x86/amd/ibs: Fix re-arming IBS FetchKim Phillips
2020-09-10perf/x86/amd/ibs: Support 27-bit extended Op/cycle counterKim Phillips
2020-09-10perf/x86/amd/ibs: Fix raw sample data accumulationKim Phillips
2020-09-10perf/x86/amd/ibs: Don't include randomized bits in get_ibs_op_count()Kim Phillips
2020-09-10perf/amd/uncore: Set all slices and threads to restore perf stat -a behaviourKim Phillips
2020-06-15x86/msr: Lift AMD family 0x15 power-specific MSRsBorislav Petkov
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar
2020-03-24x86/perf/events: Convert to new CPU match macrosThomas Gleixner
2020-03-19Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar