All of lore.kernel.org
 help / color / mirror / Atom feed
From: Borislav Petkov <bp@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: x86-ml <x86@kernel.org>, lkml <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] perf/urgent for v5.17-rc2
Date: Sun, 23 Jan 2022 11:44:44 +0100	[thread overview]
Message-ID: <Ye0xnC7imdiQC9m3@zn.tnic> (raw)

Hi Linus,

please pull perf/urgent for v5.17-rc2.

Thx.

---

The following changes since commit fb3b0673b7d5b477ed104949450cd511337ba3c6:

  Merge tag 'mailbox-v5.17' of git://git.linaro.org/landing-teams/working/fujitsu/integration (2022-01-13 11:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/perf_urgent_for_v5.17_rc2

for you to fetch changes up to 8c16dc047b5dd8f7b3bf4584fa75733ea0dde7dc:

  x86/perf: Avoid warning for Arch LBR without XSAVE (2022-01-18 12:09:49 +0100)

----------------------------------------------------------------
- Add support for accessing the general purpose counters on Alder Lake via MMIO

- Add new LBR format v7 support which is v5 modulo TSX

- Fix counter enumeration on Alder Lake hybrids

- Overhaul how context time updates are done and get rid of
perf_event::shadow_ctx_time.

- The usual amount of fixes: event mask correction, supported event
types reporting, etc.

----------------------------------------------------------------
Andi Kleen (1):
      x86/perf: Avoid warning for Arch LBR without XSAVE

Kan Liang (2):
      perf/x86/intel: Add a quirk for the calculation of the number of counters on Alder Lake
      perf/x86/intel/uncore: Add IMC uncore support for ADL

Peter Zijlstra (1):
      perf: Fix perf_event_read_local() time

Peter Zijlstra (Intel) (2):
      perf/x86/intel/lbr: Support LBR format V7
      perf/x86/intel/lbr: Add static_branch for LBR INFO flags

Stephane Eranian (1):
      perf/x86/rapl: fix AMD event handling

Zhengjun Xing (1):
      perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX

 arch/x86/events/intel/core.c             |  15 ++
 arch/x86/events/intel/lbr.c              | 168 ++++++++++++---------
 arch/x86/events/intel/uncore.c           |   2 +-
 arch/x86/events/intel/uncore.h           |   3 +-
 arch/x86/events/intel/uncore_discovery.c |   4 +-
 arch/x86/events/intel/uncore_discovery.h |   2 +
 arch/x86/events/intel/uncore_snb.c       | 214 ++++++++++++++++++++++++++-
 arch/x86/events/intel/uncore_snbep.c     |   2 +-
 arch/x86/events/perf_event.h             |  10 +-
 arch/x86/events/rapl.c                   |   9 +-
 include/linux/perf_event.h               |  15 +-
 kernel/events/core.c                     | 246 ++++++++++++++++++-------------
 12 files changed, 501 insertions(+), 189 deletions(-)

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Ivo Totev, HRB 36809, AG Nürnberg

             reply	other threads:[~2022-01-23 10:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-23 10:44 Borislav Petkov [this message]
2022-01-23 15:47 ` [GIT PULL] perf/urgent for v5.17-rc2 pr-tracker-bot
2022-01-30 11:15 Borislav Petkov
2022-01-30 13:30 ` 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=Ye0xnC7imdiQC9m3@zn.tnic \
    --to=bp@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.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.