Age | Commit message (Expand) | Author |
2024-11-11 | perf/x86/amd/uncore: Avoid a false positive warning about snprintf truncation... | Jean Delvare |
2024-07-04 | perf/x86/amd/uncore: Fix DF and UMC domain identification | Sandipan Das |
2024-07-04 | perf/x86/amd/uncore: Avoid PMU registration if counters are unavailable | Sandipan Das |
2024-05-18 | perf/x86/amd: Use try_cmpxchg() in events/amd/{un,}core.c | Uros Bizjak |
2024-03-04 | perf/x86/amd/uncore: Fix __percpu annotation | Thomas Gleixner |
2023-10-30 | Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2023-10-16 | perf/x86/amd/uncore: Pass through error code for initialization failures, ins... | Sandipan Das |
2023-10-13 | perf/x86/amd/uncore: Fix uninitialized return value in amd_uncore_init() | Dan Carpenter |
2023-10-10 | x86/cpu: Move cpu_l[l2]c_id into topology info | Thomas Gleixner |
2023-10-09 | perf/x86/amd/uncore: Add memory controller support | Sandipan Das |
2023-10-09 | perf/x86/amd/uncore: Add group exclusivity | Sandipan Das |
2023-10-09 | perf/x86/amd/uncore: Use rdmsr if rdpmc is unavailable | Sandipan Das |
2023-10-09 | perf/x86/amd/uncore: Move discovery and registration | Sandipan Das |
2023-10-09 | perf/x86/amd/uncore: Refactor uncore management | Sandipan Das |
2022-11-09 | perf/x86/amd/uncore: Fix memory leak for events array | Sandipan Das |
2022-06-13 | perf/x86/amd/uncore: Add PerfMonV2 RDPMC assignments | Sandipan Das |
2022-06-13 | perf/x86/amd/uncore: Add PerfMonV2 DF event format | Sandipan Das |
2022-06-13 | perf/x86/amd/uncore: Detect available DF counters | Sandipan Das |
2022-06-13 | perf/x86/amd/uncore: Use attr_update for format attributes | Sandipan Das |
2022-06-13 | perf/x86/amd/uncore: Use dynamic events array | Sandipan Das |
2021-08-26 | perf/amd/uncore: Allow the driver to be built as a module | Kim Phillips |
2021-08-26 | x86/cpu: Add get_llc_id() helper function | Kim Phillips |
2021-08-26 | perf/amd/uncore: Clean up header use, use <linux/ include paths instead of <asm/ | Kim Phillips |
2021-08-26 | perf/amd/uncore: Simplify code, use free_percpu()'s built-in check for NULL | Kim Phillips |
2021-04-16 | perf/amd/uncore: Fix sysfs type mismatch | Nathan Chancellor |
2020-09-24 | perf/amd/uncore: Inform the user how many counters each uncore PMU has | Kim Phillips |
2020-09-24 | perf/amd/uncore: Allow F19h user coreid, threadmask, and sliceid specification | Kim Phillips |
2020-09-24 | perf/amd/uncore: Allow F17h user threadmask and slicemask specification | Kim Phillips |
2020-09-24 | perf/amd/uncore: Prepare to scale for more attributes that vary per family | Kim Phillips |
2020-09-10 | perf/amd/uncore: Set all slices and threads to restore perf stat -a behaviour | Kim Phillips |
2020-03-19 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2020-03-17 | perf/amd/uncore: Add support for Family 19h L3 PMU | Kim Phillips |
2020-03-17 | perf/amd/uncore: Make L3 thread mask code more readable | Kim Phillips |
2020-03-17 | perf/amd/uncore: Prepare L3 thread mask code for Family 19h | Kim Phillips |
2020-03-12 | perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flag | Kim Phillips |
2019-07-13 | perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCs | Kim Phillips |
2019-07-13 | perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCs | Kim Phillips |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-01-21 | perf/core, arch/x86: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDE | Andrew Murray |
2018-10-23 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-10-02 | perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf events | Natarajan, Janakarajan |
2018-09-27 | x86/events: Add Hygon Dhyana support to PMU infrastructure | Pu Wen |
2018-05-06 | perf/events/amd/uncore: Fix amd_uncore_llc ID to use pre-defined cpu_llc_id | Suravee Suthikulpanit |
2017-08-10 | perf/x86/amd/uncore: Get correct number of cores sharing last level cache | Janakarajan Natarajan |
2017-08-10 | perf/x86/amd/uncore: Rename cpufeatures macro for cache counters | Janakarajan Natarajan |
2017-04-11 | perf/amd/uncore: Fix pr_fmt() prefix | Borislav Petkov |
2017-04-11 | perf/amd/uncore: Clean up per-family setup | Borislav Petkov |
2017-04-11 | perf/amd/uncore: Do feature check first, before assignments | Borislav Petkov |
2017-01-30 | perf/x86/amd/uncore: Update sysfs attributes for Family17h processors | Janakarajan Natarajan |
2017-01-30 | perf/x86/amd/uncore: Update the number of uncore counters | Janakarajan Natarajan |