All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] x86/mm changes for v6.14
@ 2025-01-31  9:21 Ingo Molnar
  2025-01-31 20:27 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2025-01-31  9:21 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, the arch/x86 maintainers, Peter Zijlstra,
	Rik van Riel, Andrew Morton

Linus,

Please pull the latest x86/mm Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-mm-2025-01-31

   # HEAD: aa135d1d0902c49ed45bec98c61c1b4022652b7e x86/mm: Remove unnecessary include of <linux/extable.h>

x86/mm changes for v6.14:

 - The biggest changes are the TLB flushing scalability optimizations,
   to update the mm_cpumask lazily and related changes. This feature
   has both a track record and a continued risk of performance regressions,
   so it was already delayed by a cycle - but it's all 100% perfect now™.
   (Rik van Riel)

 - Also miscellaneous fixes and cleanups. (Gautam Somani,
   Kirill A. Shutemov, Sebastian Andrzej Siewior)

 Thanks,

	Ingo

------------------>
Gautam Somani (1):
      x86/mm/selftests: Fix typo in lam.c

Kirill A. Shutemov (1):
      x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()

Rik van Riel (4):
      x86/mm/tlb: Update mm_cpumask lazily
      x86/mm/tlb: Add tracepoint for TLB flush IPI to stale CPU
      x86/mm/tlb: Also remove local CPU from mm_cpumask if stale
      x86/mm/tlb: Only trim the mm_cpumask once a second

Sebastian Andrzej Siewior (1):
      x86/mm: Remove unnecessary include of <linux/extable.h>


 arch/x86/hyperv/ivm.c              |  2 +-
 arch/x86/include/asm/mmu.h         |  2 ++
 arch/x86/include/asm/mmu_context.h |  1 +
 arch/x86/include/asm/mtrr.h        | 10 +++----
 arch/x86/include/asm/tlbflush.h    |  1 +
 arch/x86/kernel/alternative.c      | 10 +++++--
 arch/x86/kernel/cpu/mtrr/generic.c |  6 ++--
 arch/x86/kernel/cpu/mtrr/mtrr.c    |  2 +-
 arch/x86/kernel/kvm.c              |  2 +-
 arch/x86/mm/fault.c                |  1 -
 arch/x86/mm/tlb.c                  | 59 ++++++++++++++++++++++++++++----------
 arch/x86/xen/enlighten_pv.c        |  4 +--
 include/linux/mm_types.h           |  1 +
 tools/testing/selftests/x86/lam.c  |  2 +-
 14 files changed, 70 insertions(+), 33 deletions(-)

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

* Re: [GIT PULL] x86/mm changes for v6.14
  2025-01-31  9:21 [GIT PULL] x86/mm changes for v6.14 Ingo Molnar
@ 2025-01-31 20:27 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-01-31 20:27 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, the arch/x86 maintainers,
	Peter Zijlstra, Rik van Riel, Andrew Morton

The pull request you sent on Fri, 31 Jan 2025 10:21:43 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-mm-2025-01-31

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

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:[~2025-01-31 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-31  9:21 [GIT PULL] x86/mm changes for v6.14 Ingo Molnar
2025-01-31 20: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.