Messages in this thread |  | | From | Andy Lutomirski <> | Subject | [PATCH v3 0/4] x86/mm: Straightforward TLB flush fixes/cleanups | Date | Sat, 22 Apr 2017 00:01:18 -0700 |
| |
I have some less straightforward cleanups coming, but these three are easy and might even be okay for 4.12 assuming that someone feels like reviewing them.
Changes from v2: - Added patch 1 (I suck at grep) - Delete one more copy of flush_tlb() in patch 2 (ditto)
Changes from v1: - Fixed the Cc list on patch 3. No code changes at all.
Andy Lutomirski (4): x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly() x86/mm: Remove flush_tlb() and flush_tlb_current_task() x86/mm: Make flush_tlb_mm_range() more predictable x86/mm: Fix flush_tlb_page() on Xen
arch/x86/include/asm/tlbflush.h | 9 --------- arch/x86/kernel/vm86_32.c | 2 +- arch/x86/mm/tlb.c | 33 ++++++++------------------------- 3 files changed, 9 insertions(+), 35 deletions(-)
-- 2.9.3
|  |