]> git.baikalelectronics.ru Git - kernel.git/commit
x86/mm/tlb: Revert the recent lazy TLB patches
authorPeter Zijlstra <peterz@infradead.org>
Wed, 22 Aug 2018 15:30:13 +0000 (17:30 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Aug 2018 01:22:04 +0000 (18:22 -0700)
commit7cae0e40bf3182778e21c8366cdf3c73dc97d53e
treec65ef4f76102052b4ffe0ec40bec83578ea71c2f
parent573db898fb28febf34d29d0b59241fb73b767e6e
x86/mm/tlb: Revert the recent lazy TLB patches

Revert commits:

  80b585e73477 x86/mm/tlb: Always use lazy TLB mode
  04c7a9f421d1 x86/mm/tlb: Only send page table free TLB flush to lazy TLB CPUs
  413e2f2b5dcb x86/mm/tlb: Make lazy TLB mode lazier
  c352c9435a0e x86/mm/tlb: Restructure switch_mm_irqs_off()
  e549bcdd493e x86/mm/tlb: Leave lazy TLB mode at page table free time

In order to simplify the TLB invalidate fixes for x86 and unify the
parts that need backporting.  We'll try again later.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Rik van Riel <riel@surriel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/include/asm/tlbflush.h
arch/x86/mm/tlb.c
include/asm-generic/tlb.h
mm/memory.c