From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
Peter Zijlstra <peterz@infradead.org>,
Thomas Gleixner <tglx@linutronix.de>,
Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] perf changes for v5.15
Date: Mon, 30 Aug 2021 12:06:41 +0200 [thread overview]
Message-ID: <YSytsSM2mOcpGHJq@gmail.com> (raw)
Linus,
Please pull the latest perf/core git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-core-2021-08-30
# HEAD: 6a371bafe613b7746c3d3ac486bdb3035f77e029 perf/x86/amd/ibs: Add bitfield definitions in new <asm/amd-ibs.h> header
Perf events changes for v5.15 are:
- Add support for Intel Sapphire Rapids server CPU uncore events
- Allow the AMD uncore driver to be built as a module
- Misc cleanups and fixes
Thanks,
Ingo
------------------>
Alexander Antonov (1):
perf/x86/intel/uncore: Fix IIO cleanup mapping procedure for SNR/ICX
Colin Ian King (1):
perf/x86: Remove unused assignment to pointer 'e'
Kan Liang (15):
perf/x86/intel/uncore: Add Sapphire Rapids server framework
perf/x86/intel/uncore: Add Sapphire Rapids server CHA support
perf/x86/intel/uncore: Add Sapphire Rapids server IIO support
perf/x86/intel/uncore: Add Sapphire Rapids server IRP support
perf/x86/intel/uncore: Add Sapphire Rapids server M2PCIe support
perf/x86/intel/uncore: Add Sapphire Rapids server PCU support
perf/x86/intel/uncore: Add Sapphire Rapids server IMC support
perf/x86/intel/uncore: Add Sapphire Rapids server M2M support
perf/x86/intel/uncore: Add Sapphire Rapids server UPI support
perf/x86/intel/uncore: Add Sapphire Rapids server M3UPI support
perf/x86/intel/uncore: Add Sapphire Rapids server MDF support
perf/x86/intel/uncore: Add alias PMU name
perf/x86/intel/uncore: Factor out snr_uncore_mmio_map()
perf/x86/intel/uncore: Support IIO free-running counters on Sapphire Rapids server
perf/x86/intel/uncore: Support IMC free-running counters on Sapphire Rapids server
Kim Phillips (5):
perf/amd/uncore: Simplify code, use free_percpu()'s built-in check for NULL
perf/amd/uncore: Clean up header use, use <linux/ include paths instead of <asm/
x86/cpu: Add get_llc_id() helper function
perf/amd/uncore: Allow the driver to be built as a module
perf/x86/amd/ibs: Add bitfield definitions in new <asm/amd-ibs.h> header
Sebastian Andrzej Siewior (2):
perf/x86/intel: Replace deprecated CPU-hotplug functions
perf/hw_breakpoint: Replace deprecated CPU-hotplug functions
.../testing/sysfs-bus-event_source-devices-uncore | 13 +
arch/x86/events/Kconfig | 10 +
arch/x86/events/amd/Makefile | 5 +-
arch/x86/events/amd/ibs.c | 23 +-
arch/x86/events/amd/uncore.c | 40 +-
arch/x86/events/core.c | 4 +-
arch/x86/events/intel/core.c | 8 +-
arch/x86/events/intel/pt.c | 4 +-
arch/x86/events/intel/uncore.c | 45 +-
arch/x86/events/intel/uncore.h | 4 +
arch/x86/events/intel/uncore_discovery.c | 42 +-
arch/x86/events/intel/uncore_discovery.h | 21 +
arch/x86/events/intel/uncore_snbep.c | 583 ++++++++++++++++++++-
arch/x86/include/asm/amd-ibs.h | 132 +++++
arch/x86/include/asm/processor.h | 2 +
arch/x86/kernel/cpu/amd.c | 2 +-
arch/x86/kernel/cpu/common.c | 6 +
kernel/events/hw_breakpoint.c | 4 +-
18 files changed, 858 insertions(+), 90 deletions(-)
create mode 100644 Documentation/ABI/testing/sysfs-bus-event_source-devices-uncore
create mode 100644 arch/x86/include/asm/amd-ibs.h
next reply other threads:[~2021-08-30 10:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-30 10:06 Ingo Molnar [this message]
2021-08-30 21:04 ` [GIT PULL] perf changes for v5.15 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=YSytsSM2mOcpGHJq@gmail.com \
--to=mingo@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.