Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1628428
| From | Andy Lutomirski <luto@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] x86/mm: Straightforward TLB flush fixes/cleanups |
| Date | 2017-04-21 20:30 +0200 |
| Message-ID | <tyLtE-Ix-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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. Andy Lutomirski (3): 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 | 3 --- arch/x86/mm/tlb.c | 33 ++++++++------------------------- 2 files changed, 8 insertions(+), 28 deletions(-) -- 2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] x86/mm: Straightforward TLB flush fixes/cleanups Andy Lutomirski <luto@kernel.org> - 2017-04-21 20:30 +0200 [PATCH 2/3] x86/mm: Make flush_tlb_mm_range() more predictable Andy Lutomirski <luto@kernel.org> - 2017-04-21 20:30 +0200
csiph-web