summaryrefslogtreecommitdiff
path: root/arch/x86/events/amd/uncore.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-02x86/msr: Convert the rdpmc() macro to an __always_inline functionXin Li (Intel)
2025-05-02x86/msr: Rename rdpmcl() to rdpmc()Xin Li (Intel)
2025-04-18perf/x86/amd/uncore: Prevent UMC counters from saturatingSandipan Das
2025-04-18perf/x86/amd/uncore: Add parameter to configure hrtimerSandipan Das
2025-04-18perf/x86/amd/uncore: Use hrtimer for handling overflowsSandipan Das
2025-04-18perf/x86/amd/uncore: Remove unused 'struct amd_uncore_ctx::node' memberSandipan Das
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar
2024-11-11perf/x86/amd/uncore: Avoid a false positive warning about snprintf truncation...Jean Delvare
2024-07-04perf/x86/amd/uncore: Fix DF and UMC domain identificationSandipan Das
2024-07-04perf/x86/amd/uncore: Avoid PMU registration if counters are unavailableSandipan Das
2024-05-18perf/x86/amd: Use try_cmpxchg() in events/amd/{un,}core.cUros Bizjak
2024-03-04perf/x86/amd/uncore: Fix __percpu annotationThomas Gleixner
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-16perf/x86/amd/uncore: Pass through error code for initialization failures, ins...Sandipan Das
2023-10-13perf/x86/amd/uncore: Fix uninitialized return value in amd_uncore_init()Dan Carpenter
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner
2023-10-09perf/x86/amd/uncore: Add memory controller supportSandipan Das
2023-10-09perf/x86/amd/uncore: Add group exclusivitySandipan Das
2023-10-09perf/x86/amd/uncore: Use rdmsr if rdpmc is unavailableSandipan Das
2023-10-09perf/x86/amd/uncore: Move discovery and registrationSandipan Das
2023-10-09perf/x86/amd/uncore: Refactor uncore managementSandipan Das
2022-11-09perf/x86/amd/uncore: Fix memory leak for events arraySandipan Das
2022-06-13perf/x86/amd/uncore: Add PerfMonV2 RDPMC assignmentsSandipan Das
2022-06-13perf/x86/amd/uncore: Add PerfMonV2 DF event formatSandipan Das
2022-06-13perf/x86/amd/uncore: Detect available DF countersSandipan Das
2022-06-13perf/x86/amd/uncore: Use attr_update for format attributesSandipan Das
2022-06-13perf/x86/amd/uncore: Use dynamic events arraySandipan Das
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-04-16perf/amd/uncore: Fix sysfs type mismatchNathan Chancellor
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-10perf/amd/uncore: Set all slices and threads to restore perf stat -a behaviourKim Phillips
2020-03-19Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2020-03-17perf/amd/uncore: Add support for Family 19h L3 PMUKim Phillips
2020-03-17perf/amd/uncore: Make L3 thread mask code more readableKim Phillips
2020-03-17perf/amd/uncore: Prepare L3 thread mask code for Family 19hKim Phillips
2020-03-12perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flagKim Phillips
2019-07-13perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCsKim Phillips
2019-07-13perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCsKim Phillips
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-01-21perf/core, arch/x86: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEAndrew Murray
2018-10-23Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-02perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf eventsNatarajan, Janakarajan