Merge tag 'perf_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Borislav Petkov: - Add support for accessing the general purpose counters on Alder Lake via MMIO - Add new LBR format v7 support which is v5 modulo TSX - Fix counter enumeration on Alder Lake hybrids - Overhaul how context time updates are done and get rid of perf_event::shadow_ctx_time. - The usual amount of fixes: event mask correction, supported event types reporting, etc. * tag 'perf_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/perf: Avoid warning for Arch LBR without XSAVE perf/x86/intel/uncore: Add IMC uncore support for ADL perf/x86/intel/lbr: Add static_branch for LBR INFO flags perf/x86/intel/lbr: Support LBR format V7 perf/x86/rapl: fix AMD event handling perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX perf/x86/intel: Add a quirk for the calculation of the number of counters on Alder Lake perf: Fix perf_event_read_local() time
Showing
- arch/x86/events/intel/core.c 15 additions, 0 deletionsarch/x86/events/intel/core.c
- arch/x86/events/intel/lbr.c 101 additions, 67 deletionsarch/x86/events/intel/lbr.c
- arch/x86/events/intel/uncore.c 1 addition, 1 deletionarch/x86/events/intel/uncore.c
- arch/x86/events/intel/uncore.h 2 additions, 1 deletionarch/x86/events/intel/uncore.h
- arch/x86/events/intel/uncore_discovery.c 2 additions, 2 deletionsarch/x86/events/intel/uncore_discovery.c
- arch/x86/events/intel/uncore_discovery.h 2 additions, 0 deletionsarch/x86/events/intel/uncore_discovery.h
- arch/x86/events/intel/uncore_snb.c 213 additions, 1 deletionarch/x86/events/intel/uncore_snb.c
- arch/x86/events/intel/uncore_snbep.c 1 addition, 1 deletionarch/x86/events/intel/uncore_snbep.c
- arch/x86/events/perf_event.h 9 additions, 1 deletionarch/x86/events/perf_event.h
- arch/x86/events/rapl.c 6 additions, 3 deletionsarch/x86/events/rapl.c
- include/linux/perf_event.h 3 additions, 12 deletionsinclude/linux/perf_event.h
- kernel/events/core.c 146 additions, 100 deletionskernel/events/core.c
Please register or sign in to comment