aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events/amd/uncore.c
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/amd/uncore: Fix memory leak for events arraySandipan Das2022-11-091-0/+1
* 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/amd/uncore: Allow the driver to be built as a moduleKim Phillips2021-08-261-1/+27
* 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/amd/uncore: Fix sysfs type mismatchNathan Chancellor2021-04-161-3/+3
* 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
* perf/amd/uncore: Set all slices and threads to restore perf stat -a behaviourKim Phillips2020-09-101-20/+8
* 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/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-191-4/+1
* perf/core, arch/x86: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEAndrew Murray2019-01-211-5/+2
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-231-7/+13
|\
| * x86/events: Add Hygon Dhyana support to PMU infrastructurePu Wen2018-09-271-7/+13
* | perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf eventsNatarajan, Janakarajan2018-10-021-0/+10
|/
* perf/events/amd/uncore: Fix amd_uncore_llc ID to use pre-defined cpu_llc_idSuravee Suthikulpanit2018-05-061-19/+2
* 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
* perf/x86/amd/uncore: Update sysfs attributes for Family17h processorsJanakarajan Natarajan2017-01-301-21/+56
* perf/x86/amd/uncore: Update the number of uncore countersJanakarajan Natarajan2017-01-301-3/+28
* perf/x86/amd/uncore: Rename 'L2' to 'LLC'Janakarajan Natarajan2017-01-301-49/+49
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-3/+3
* perf/x86/amd/uncore: Prevent use after freeSebastian Andrzej Siewior2016-09-101-4/+18
* perf/x86/amd/uncore: Convert to hotplug state machineRichard Cochran2016-07-141-90/+32
* perf/x86/amd/uncore: Do not register a task ctx for uncore PMUsPeter Zijlstra2016-04-131-0/+2
* Merge branch 'perf/urgent' into perf/core, to queue up dependent patchIngo Molnar2016-02-171-0/+2
* perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.cBorislav Petkov2016-02-091-0/+601