From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
Peter Zijlstra <peterz@infradead.org>,
Arnaldo Carvalho de Melo <acme@redhat.com>,
Jiri Olsa <jolsa@redhat.com>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>,
Mark Rutland <mark.rutland@arm.com>,
Namhyung Kim <namhyung@kernel.org>,
linux-perf-users@vger.kernel.org
Subject: [GIT PULL] Performance events updates for v6.10, #2
Date: Sat, 18 May 2024 10:57:34 +0200 [thread overview]
Message-ID: <Zkhtfutbppql4/p7@gmail.com> (raw)
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(-)
next reply other threads:[~2024-05-18 8:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-18 8:57 Ingo Molnar [this message]
2024-05-19 19:36 ` [GIT PULL] Performance events updates for v6.10, #2 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Zkhtfutbppql4/p7@gmail.com \
--to=mingo@kernel.org \
--cc=acme@redhat.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=namhyung@kernel.org \
--cc=peterz@infradead.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).