All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] perf events changes for v5.18
@ 2022-03-21 10:59 Ingo Molnar
  2022-03-22 23:27 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2022-03-21 10:59 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Peter Zijlstra, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin

Linus,

Please pull the latest perf/core git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-core-2022-03-21

   # HEAD: 02a08d78f5c429c7dc8e5b9417b4efb518b3d041 perf/x86/intel/uncore: Fix the build on !CONFIG_PHYS_ADDR_T_64BIT

Changes for this cycle were:

 - Fix address filtering for Intel/PT,ARM/CoreSight
 - Enable Intel/PEBS format 5
 - Allow more fixed-function counters for x86
 - Intel/PT: Enable not recording Taken-Not-Taken packets
 - Add a few branch-types

 Thanks,

	Ingo

------------------>
Adrian Hunter (5):
      perf/x86/intel/pt: Relax address filter validation
      x86: Share definition of __is_canonical_address()
      perf/core: Fix address filter parser for multiple filters
      perf/x86/intel/pt: Fix address filter config for 32-bit kernel
      perf/core: Allow kernel address filter when not filtering the kernel

Alexander Shishkin (2):
      perf/x86/intel/pt: Add a capability and config bit for event tracing
      perf/x86/intel/pt: Add a capability and config bit for disabling TNTs

Anshuman Khandual (1):
      perf: Add irq and exception return branch types

Ingo Molnar (1):
      perf/x86/intel/uncore: Fix the build on !CONFIG_PHYS_ADDR_T_64BIT

Kan Liang (2):
      perf/x86/intel: Enable PEBS format 5
      perf/x86/intel: Increase max number of the fixed counters

Steve Wahl (1):
      perf/x86/intel/uncore: Make uncore_discovery clean for 64 bit addresses

Wei Wang (1):
      KVM: x86: use the KVM side max supported fixed counter


 arch/x86/events/intel/core.c             | 40 +++++++++++++++++-
 arch/x86/events/intel/ds.c               | 14 +++++--
 arch/x86/events/intel/lbr.c              |  4 +-
 arch/x86/events/intel/pt.c               | 71 +++++++++++++++++++++++++-------
 arch/x86/events/intel/uncore_discovery.c | 16 +++++--
 arch/x86/events/intel/uncore_discovery.h |  2 -
 arch/x86/include/asm/intel_ds.h          |  5 ++-
 arch/x86/include/asm/intel_pt.h          |  2 +
 arch/x86/include/asm/kvm_host.h          |  3 +-
 arch/x86/include/asm/msr-index.h         |  2 +
 arch/x86/include/asm/page.h              | 10 +++++
 arch/x86/include/asm/perf_event.h        |  2 +-
 arch/x86/kvm/cpuid.c                     |  3 +-
 arch/x86/kvm/emulate.c                   |  4 +-
 arch/x86/kvm/pmu.h                       |  2 -
 arch/x86/kvm/vmx/pmu_intel.c             |  4 +-
 arch/x86/kvm/x86.c                       |  4 +-
 arch/x86/kvm/x86.h                       |  7 +---
 arch/x86/mm/maccess.c                    |  7 +---
 include/uapi/linux/perf_event.h          |  2 +
 kernel/events/core.c                     |  5 ++-
 tools/include/uapi/linux/perf_event.h    |  2 +
 tools/perf/util/branch.c                 |  4 +-
 23 files changed, 161 insertions(+), 54 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] perf events changes for v5.18
  2022-03-21 10:59 [GIT PULL] perf events changes for v5.18 Ingo Molnar
@ 2022-03-22 23:27 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-03-22 23:27 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Peter Zijlstra,
	Arnaldo Carvalho de Melo, Mark Rutland, Alexander Shishkin

The pull request you sent on Mon, 21 Mar 2022 11:59:21 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-core-2022-03-21

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/95ab0e87683edb6766e4992725aac13aca788ec6

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-22 23:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21 10:59 [GIT PULL] perf events changes for v5.18 Ingo Molnar
2022-03-22 23:27 ` pr-tracker-bot

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.