All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH 0/2] convert s390 to generic mmu_gather
@ 2018-09-18 12:51 Martin Schwidefsky
  2018-09-18 12:51 ` [PATCH 1/2] asm-generic/tlb: introduce HAVE_MMU_GATHER_NO_GATHER Martin Schwidefsky
  2018-09-18 12:51 ` [PATCH 2/2] s390/tlb: convert to generic mmu_gather Martin Schwidefsky
  0 siblings, 2 replies; 6+ messages in thread
From: Martin Schwidefsky @ 2018-09-18 12:51 UTC (permalink / raw)
  To: Peter Zijlstra
  Cc: will.deacon, aneesh.kumar, akpm, npiggin, linux-arch, linux-mm,
	linux-kernel, linux, heiko.carstens, Linus Torvalds,
	Martin Schwidefsky

Hi Peter,

as an add-on for the TLB flushing changes two patches to make
s390 use the generic mmu_gather code as well. I let it run for
a few hours with several TLB stress tests, no fallout so far.
It certainly can use more testing but it looks ok to me.

Martin Schwidefsky (2):
  asm-generic/tlb: introduce HAVE_MMU_GATHER_NO_GATHER
  s390/tlb: convert to generic mmu_gather

 arch/Kconfig                |   3 +
 arch/s390/Kconfig           |   3 +
 arch/s390/include/asm/tlb.h | 130 ++++++++++++++------------------------------
 arch/s390/mm/pgalloc.c      |  63 +--------------------
 include/asm-generic/tlb.h   |   9 ++-
 mm/mmu_gather.c             | 114 ++++++++++++++++++++++----------------
 6 files changed, 121 insertions(+), 201 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2018-09-19 16:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-18 12:51 [RFC][PATCH 0/2] convert s390 to generic mmu_gather Martin Schwidefsky
2018-09-18 12:51 ` [PATCH 1/2] asm-generic/tlb: introduce HAVE_MMU_GATHER_NO_GATHER Martin Schwidefsky
2018-09-18 12:51 ` [PATCH 2/2] s390/tlb: convert to generic mmu_gather Martin Schwidefsky
2018-09-19 12:38   ` Peter Zijlstra
2018-09-19 14:28     ` Martin Schwidefsky
2018-09-19 16:15       ` Peter Zijlstra

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.