public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] x86/mm: PCID
@ 2017-07-25  4:41 Andy Lutomirski
  2017-07-25  4:41 ` [PATCH v5 1/2] x86/mm: Try to preserve old TLB entries using PCID Andy Lutomirski
  2017-07-25  4:41 ` [PATCH v5 2/2] x86/mm: Improve TLB flush documentation Andy Lutomirski
  0 siblings, 2 replies; 7+ messages in thread
From: Andy Lutomirski @ 2017-07-25  4:41 UTC (permalink / raw)
  To: x86
  Cc: linux-kernel, Borislav Petkov, Linus Torvalds, Andrew Morton,
	Mel Gorman, linux-mm@kvack.org, Nadav Amit, Rik van Riel,
	Dave Hansen, Arjan van de Ven, Peter Zijlstra, Andy Lutomirski

Here's PCID v5.

Changes from v4:
 - Remove smp_mb__after_atomic() (Peterz)
 - Rebase, which involved tiny fixups due to SME
 - Add the doc patch, as promised

Andy Lutomirski (2):
  x86/mm: Try to preserve old TLB entries using PCID
  x86/mm: Improve TLB flush documentation

 arch/x86/include/asm/mmu_context.h     |   3 +
 arch/x86/include/asm/processor-flags.h |   2 +
 arch/x86/include/asm/tlbflush.h        |  18 ++++-
 arch/x86/mm/init.c                     |   1 +
 arch/x86/mm/tlb.c                      | 123 ++++++++++++++++++++++++++-------
 5 files changed, 119 insertions(+), 28 deletions(-)

-- 
2.9.4

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

end of thread, other threads:[~2017-07-25 13:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-25  4:41 [PATCH v5 0/2] x86/mm: PCID Andy Lutomirski
2017-07-25  4:41 ` [PATCH v5 1/2] x86/mm: Try to preserve old TLB entries using PCID Andy Lutomirski
2017-07-25 13:47   ` [tip:x86/mm] x86/mm: Implement PCID based optimization: try " tip-bot for Andy Lutomirski
2017-07-25  4:41 ` [PATCH v5 2/2] x86/mm: Improve TLB flush documentation Andy Lutomirski
2017-07-25  4:47   ` Nadav Amit
2017-07-25  5:43     ` Andy Lutomirski
2017-07-25 10:02   ` Peter Zijlstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox