summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/amd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar2020-03-251-1/+1
|\
| * x86/perf/events: Convert to new CPU match macrosThomas Gleixner2020-03-241-1/+1
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2020-03-191-10/+7
|\ \
| * | perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flagKim Phillips2020-03-121-10/+7
| |/
* | perf/amd/uncore: Add support for Family 19h L3 PMUKim Phillips2020-03-171-6/+14
* | perf/amd/uncore: Make L3 thread mask code more readableKim Phillips2020-03-171-5/+8
* | perf/amd/uncore: Prepare L3 thread mask code for Family 19hKim Phillips2020-03-171-9/+16
|/
* perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event mapKim Phillips2020-02-111-0/+1
* perf/x86/amd: Add support for Large Increment per Cycle EventsKim Phillips2020-01-171-0/+18
* perf/x86/amd: Constrain Large Increment per Cycle eventsKim Phillips2020-01-171-30/+61
* perf/x86/amd: Remove set but not used variable 'active'Zheng Yongjun2019-11-111-11/+2
* perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h)Kim Phillips2019-10-281-2/+4
* perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP...Kim Phillips2019-10-281-1/+1
* perf/x86/amd: Change/fix NMI latency mitigation to use a timestampTom Lendacky2019-10-091-13/+17
* perf/x86/amd/ibs: Fix sample bias for dispatched micro-opsKim Phillips2019-08-301-3/+10
* perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCsKim Phillips2019-07-131-4/+11
* perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCsKim Phillips2019-07-131-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-16/+4
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* perf/x86/amd/iommu: Make the 'amd_iommu_attr_groups' symbol staticWang Hai2019-05-081-1/+1
* perf/x86/amd: Update generic hardware cache events for Family 17hKim Phillips2019-05-021-3/+108
* perf/x86/amd: Add event map for AMD Family 17hKim Phillips2019-04-181-9/+26
* x86/perf/amd: Remove need to check "running" bit in NMI handlerLendacky, Thomas2019-04-101-2/+19
* x86/perf/amd: Resolve NMI latency issues for active PMCsLendacky, Thomas2019-04-031-1/+55
* x86/perf/amd: Resolve race condition when disabling PMCLendacky, Thomas2019-04-031-3/+62
* perf/core, arch/x86: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEAndrew Murray2019-01-212-10/+3
* perf/core, arch/x86: Use PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray2019-01-212-20/+3
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-232-7/+17
|\
| * x86/events: Add Hygon Dhyana support to PMU infrastructurePu Wen2018-09-272-7/+17
* | perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf eventsNatarajan, Janakarajan2018-10-021-0/+10
|/
* perf/x86/amd/ibs: Don't access non-started eventThomas Gleixner2018-07-241-1/+5
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-051-1/+1
|\
| * x86: Remove pr_fmt duplicate logging prefixesJoe Perches2018-05-131-1/+1
* | perf/events/amd/uncore: Fix amd_uncore_llc ID to use pre-defined cpu_llc_idSuravee Suthikulpanit2018-05-061-19/+2
|/
* perf/x86/amd/power: Do not load AMD power module on !AMD platformsXiao Liang2018-01-241-1/+1
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-141-1/+1
|\
| * x86/events/amd/iommu: Make iommu_pmu const and __initconstBhumika Goyal2017-10-191-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* perf/x86/amd/uncore: Get correct number of cores sharing last level cacheJanakarajan Natarajan2017-08-101-3/+16
* perf/x86/amd/uncore: Rename cpufeatures macro for cache countersJanakarajan Natarajan2017-08-101-1/+1
* perf/amd/uncore: Fix pr_fmt() prefixBorislav Petkov2017-04-111-2/+5
* perf/amd/uncore: Clean up per-family setupBorislav Petkov2017-04-111-38/+21
* perf/amd/uncore: Do feature check first, before assignmentsBorislav Petkov2017-04-111-5/+4
* x86/events/amd/iommu: Enable support for multiple IOMMUsSuravee Suthikulpanit2017-03-301-41/+71
* x86/events/amd/iommu: Add IOMMU-specific hw_perf_event structSuravee Suthikulpanit2017-03-301-63/+50
* x86/events/amd/iommu: Fix sysfs perf attribute groupsSuravee Suthikulpanit2017-03-301-49/+32
* x86/events, drivers/amd/iommu: Prepare for multiple IOMMUs supportSuravee Suthikulpanit2017-03-302-23/+24
* x86/events/amd/iommu.c: Modify functions to query max banks and countersSuravee Suthikulpanit2017-03-302-15/+11
* x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus()Suravee Suthikulpanit2017-03-301-0/+2