Merge tag 'perf-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/kernel/git...
commitfe0d43f23110ec80aea1f94eeb1e6ddab9ef453f
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 May 2024 18:32:42 +0000 (19 11:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 May 2024 18:32:42 +0000 (19 11:32 -0700)
tree3171fb62428598b34a7dd02ed34833206eda8038
parent61307b7be41a1f1039d1d1368810a1d92cb97b44
parent9d351132ed706ae24325809afa821cabf6d72568
Merge tag 'perf-urgent-2024-05-18' of git://git./linux/kernel/git/tip/tip

Pull perf event updates from Ingo Molnar:

 - Extend the x86 instruction decoder with APX and
   other new instructions

 - Misc cleanups

* tag 'perf-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf/x86/cstate: Remove unused 'struct perf_cstate_msr'
  perf/x86/rapl: Rename 'maxdie' to nr_rapl_pmu and 'dieid' to rapl_pmu_idx
  x86/insn: Add support for APX EVEX instructions to the opcode map
  x86/insn: Add support for APX EVEX to the instruction decoder logic
  x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder opcode map
  x86/insn: Add support for REX2 prefix to the instruction decoder logic
  x86/insn: Add misc new Intel instructions
  x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS
  x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map
  x86/insn: Add Key Locker instructions to the opcode map