[GIT,PULL] x86/cache for 6.4

Message ID 20230427160739.1053203-1-dave.hansen@linux.intel.com
State New
Headers
Series [GIT,PULL] x86/cache for 6.4 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cache_for_6.4

Message

Dave Hansen April 27, 2023, 4:07 p.m. UTC
  Hi Linus,

Please pull some x86/cache changes for 6.4.  This contains a single commit
that reduces unnecessary hardware counter reads and also just plain makes
the code more readable.

--

The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

  Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cache_for_6.4

for you to fetch changes up to 322b72e0fd10101f2da8985b31b4af70f184bf79:

  x86/resctrl: Avoid redundant counter read in __mon_event_count() (2023-03-15 15:44:15 -0700)

----------------------------------------------------------------
Reduce redundant counter reads with resctrl refactoring

----------------------------------------------------------------
Peter Newman (1):
      x86/resctrl: Avoid redundant counter read in __mon_event_count()

 arch/x86/kernel/cpu/resctrl/monitor.c | 43 ++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 24 deletions(-)
  

Comments

pr-tracker-bot@kernel.org April 28, 2023, 5:23 p.m. UTC | #1
The pull request you sent on Thu, 27 Apr 2023 09:07:39 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_cache_for_6.4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4980c176a71706f3621d5c1674266de54a689cb1

Thank you!