]> 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)
commit404538a46f4cdb82ac379203ffdb312680671084
treec65ef4f76102052b4ffe0ec40bec83578ea71c2f
parentbf82e747dd2a7bce6a2936c011df76e3e7dec5ef
x86/mm/tlb: Revert the recent lazy TLB patches

Revert commits:

  e8dfad19b120 x86/mm/tlb: Always use lazy TLB mode
  e3acc70ece19 x86/mm/tlb: Only send page table free TLB flush to lazy TLB CPUs
  c90e7053388d x86/mm/tlb: Make lazy TLB mode lazier
  83f85ce4fbbb x86/mm/tlb: Restructure switch_mm_irqs_off()
  5b08dcdd40d1 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