[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Zkhtfutbppql4/p7@gmail.com>
Date: Sat, 18 May 2024 10:57:34 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Peter Zijlstra <peterz@...radead.org>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
Jiri Olsa <jolsa@...hat.com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Mark Rutland <mark.rutland@....com>,
Namhyung Kim <namhyung@...nel.org>,
linux-perf-users@...r.kernel.org
Subject: [GIT PULL] Performance events updates for v6.10, #2
Linus,
Please pull the latest perf/urgent Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-urgent-2024-05-18
# HEAD: 9d351132ed706ae24325809afa821cabf6d72568 perf/x86/cstate: Remove unused 'struct perf_cstate_msr'
Changes:
- Extend the x86 instruction decoder with APX and
other new instructions
- Misc cleanups
Note that these commits were delayed to after when/if x86/cpu was merged
upstream, due to this merge dependency:
10ed2b118116 Merge branch 'x86/cpu' into perf/core, to pick up dependent commits
Thanks,
Ingo
------------------>
Adrian Hunter (7):
x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map
x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS
x86/insn: Add misc new Intel instructions
x86/insn: Add support for REX2 prefix 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 APX EVEX to the instruction decoder logic
x86/insn: Add support for APX EVEX instructions to the opcode map
Chang S. Bae (1):
x86/insn: Add Key Locker instructions to the opcode map
Dhananjay Ugwekar (1):
perf/x86/rapl: Rename 'maxdie' to nr_rapl_pmu and 'dieid' to rapl_pmu_idx
Ingo Molnar (3):
Merge tag 'v6.9-rc6' into perf/core, to pick up fixes
Merge branch 'x86/cpu' into perf/core, to pick up dependent commits
perf/x86/cstate: Remove unused 'struct perf_cstate_msr'
arch/x86/events/intel/cstate.c | 6 ----
arch/x86/events/rapl.c | 16 +++++-----
arch/x86/include/asm/inat.h | 17 ++++++++++-
arch/x86/include/asm/insn.h | 32 ++++++++++++++++---
arch/x86/lib/insn.c | 29 ++++++++++++++++++
arch/x86/lib/x86-opcode-map.txt | 315 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------
arch/x86/tools/gen-insn-attr-x86.awk | 15 ++++++++-
tools/arch/x86/include/asm/inat.h | 17 ++++++++++-
tools/arch/x86/include/asm/insn.h | 32 ++++++++++++++++---
tools/arch/x86/lib/insn.c | 29 ++++++++++++++++++
tools/arch/x86/lib/x86-opcode-map.txt | 315 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------
tools/arch/x86/tools/gen-insn-attr-x86.awk | 15 ++++++++-
12 files changed, 630 insertions(+), 208 deletions(-)
Powered by blists - more mailing lists