summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/amd
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/amd/uncore: Add PerfMonV2 RDPMC assignmentsSandipan Das2022-06-131-0/+10
* perf/x86/amd/uncore: Add PerfMonV2 DF event formatSandipan Das2022-06-131-7/+17
* perf/x86/amd/uncore: Detect available DF countersSandipan Das2022-06-131-0/+10
* perf/x86/amd/uncore: Use attr_update for format attributesSandipan Das2022-06-131-14/+54
* perf/x86/amd/uncore: Use dynamic events arraySandipan Das2022-06-131-7/+31
* perf/x86/amd/core: Fix reloading events for SVMSandipan Das2022-05-191-4/+20
* perf/x86/amd: Run AMD BRS code only on supported hwBorislav Petkov2022-05-181-1/+4
* perf/x86/amd: Fix AMD BRS period adjustmentPeter Zijlstra2022-05-181-0/+13
* perf/x86/amd: Remove unused variable 'hwc'Zucheng Zheng2022-05-121-3/+0
* perf/amd/ibs: Advertise zen4_ibs_extensions as pmu capability attributeRavi Bangoria2022-05-111-0/+21
* perf/amd/ibs: Add support for L3 miss filteringRavi Bangoria2022-05-111-7/+60
* perf/amd/ibs: Use ->is_visible callback for dynamic attributesRavi Bangoria2022-05-111-24/+54
* perf/amd/ibs: Cascade pmu init functions' return valueRavi Bangoria2022-05-111-8/+29
* perf/amd/ibs: Use interrupt regs ip for stack unwindingRavi Bangoria2022-05-101-0/+18
* perf/x86/amd/core: Add PerfMonV2 overflow handlingSandipan Das2022-05-041-11/+133
* perf/x86/amd/core: Add PerfMonV2 counter controlSandipan Das2022-05-041-5/+45
* perf/x86/amd/core: Detect available countersSandipan Das2022-05-041-0/+6
* perf/x86/amd/core: Detect PerfMonV2 supportSandipan Das2022-05-041-0/+27
* perf/x86/amd: Add idle hooks for branch samplingStephane Eranian2022-04-052-0/+37
* perf/x86/amd: Make Zen3 branch sampling opt-inStephane Eranian2022-04-051-1/+2
* perf/x86/amd: Enable branch sampling priv level filteringStephane Eranian2022-04-051-6/+20
* perf/x86/amd: Add branch-brs helper event for Fam19h BRSStephane Eranian2022-04-051-0/+15
* perf/x86/amd: Add AMD Fam19h Branch Sampling supportStephane Eranian2022-04-053-5/+547
* x86/events/amd/iommu: Remove redundant assignment to variable shiftColin Ian King2021-12-281-1/+1
* perf/x86/amd/ibs: Add bitfield definitions in new <asm/amd-ibs.h> headerKim Phillips2021-08-261-14/+9
* perf/amd/uncore: Allow the driver to be built as a moduleKim Phillips2021-08-262-3/+30
* x86/cpu: Add get_llc_id() helper functionKim Phillips2021-08-261-1/+1
* perf/amd/uncore: Clean up header use, use <linux/ include paths instead of <asm/Kim Phillips2021-08-261-2/+2
* perf/amd/uncore: Simplify code, use free_percpu()'s built-in check for NULLKim Phillips2021-08-261-4/+2
* perf/x86/amd/power: Assign pmu.moduleKim Phillips2021-08-261-0/+1
* perf/x86/amd/ibs: Extend PERF_PMU_CAP_NO_EXCLUDE to IBS OpKim Phillips2021-08-261-0/+1
* perf/x86/amd/ibs: Work around erratum #1197Kim Phillips2021-08-261-0/+8
* Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-091-21/+26
|\
| * x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gatingSuravee Suthikulpanit2021-05-061-21/+26
* | Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-012-19/+1
|\ \ | |/ |/|
| * iommu/amd: Move a few prototypes to include/linux/amd-iommu.hChristoph Hellwig2021-04-072-19/+1
* | Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-282-6/+6
|\ \
| * | perf/amd/uncore: Fix sysfs type mismatchNathan Chancellor2021-04-161-3/+3
| * | x86/events/amd/iommu: Fix sysfs type mismatchNathan Chancellor2021-04-161-3/+3
| |/
* / x86: Fix various typos in commentsIngo Molnar2021-03-182-2/+2
|/
* x86/CPU/AMD: Remove amd_get_nb_id()Yazen Ghannam2020-11-191-1/+1
* x86/events/amd/iommu: Fix sizeof mismatchColin Ian King2020-10-031-1/+1
* perf/amd/uncore: Inform the user how many counters each uncore PMU hasKim Phillips2020-09-241-6/+7
* perf/amd/uncore: Allow F19h user coreid, threadmask, and sliceid specificationKim Phillips2020-09-241-5/+32
* perf/amd/uncore: Allow F17h user threadmask and slicemask specificationKim Phillips2020-09-241-7/+16
* perf/amd/uncore: Prepare to scale for more attributes that vary per familyKim Phillips2020-09-241-50/+61
* arch/x86/amd/ibs: Fix re-arming IBS FetchKim Phillips2020-09-101-1/+14
* perf/x86/amd/ibs: Support 27-bit extended Op/cycle counterKim Phillips2020-09-101-11/+31
* perf/x86/amd/ibs: Fix raw sample data accumulationKim Phillips2020-09-101-10/+16
* perf/x86/amd/ibs: Don't include randomized bits in get_ibs_op_count()Kim Phillips2020-09-101-4/+8