summaryrefslogtreecommitdiff
path: root/arch/x86/mm/tlb.c
AgeCommit message (Expand)Author
2019-05-14x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner
2019-05-14x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina
2018-03-11x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen
2018-03-11x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski
2018-01-17x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin
2018-01-05kaiser: kaiser_flush_tlb_on_return_to_user() check PCIDHugh Dickins
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins
2018-01-05kaiser: PCID 0 for kernel and 128 for userHugh Dickins
2018-01-05kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush userHugh Dickins
2018-01-05kaiser: enhanced by kernel and user PCIDsHugh Dickins
2018-01-02x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski
2018-01-02x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()Andy Lutomirski
2018-01-02x86/mm: Make flush_tlb_mm_range() more predictableAndy Lutomirski
2018-01-02x86/mm: Remove flush_tlb() and flush_tlb_current_task()Andy Lutomirski
2017-07-05x86/mm: Fix flush_tlb_page() on XenAndy Lutomirski
2016-08-24x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski
2016-07-14x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-04-28x86/mm, sched/core: Turn off IRQs in switch_mm()Andy Lutomirski
2016-04-28x86/mm, sched/core: Uninline switch_mm()Andy Lutomirski
2016-04-28x86/mm: Build arch/x86/mm/tlb.c even on !SMPAndy Lutomirski
2016-04-01mm/rmap: batched invalidations should use existing apiNadav Amit
2016-04-01x86/mm: TLB_REMOTE_SEND_IPI should count pagesNadav Amit
2016-01-11x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski
2015-09-04x86, mm: trace when an IPI is about to be sentMel Gorman
2015-07-21x86/mm: Add parenthesis for TLB tracepoint size calculationDave Hansen
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski
2014-08-10x86/mm: Fix sparse 'tlb_single_page_flush_ceiling' warning and make the varia...Jeremiah Mahler
2014-08-08x86/mm: Fix RCU splat from new TLB tracepointsDave Hansen
2014-07-31x86/mm: Set TLB flush tunable to sane value (33)Dave Hansen
2014-07-31x86/mm: New tunable for single vs full TLB flushDave Hansen
2014-07-31x86/mm: Add tracepoints for TLB flushesDave Hansen
2014-07-31x86/mm: Unify remote INVLPG codeDave Hansen
2014-07-31x86/mm: Fix missed global TLB flush statDave Hansen
2014-07-31x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen
2014-07-31x86/mm: Clean up the TLB flushing codeDave Hansen
2014-01-25x86/mm: Eliminate redundant page table walk during TLB range flushingMel Gorman
2014-01-25x86/mm: Clean up inconsistencies when flushing TLB rangesMel Gorman
2014-01-25mm, x86: Account for TLB flushes only when debuggingMel Gorman
2013-09-11mm: vmstats: track TLB flush stats on UP tooDave Hansen
2013-09-11mm: vmstats: tlb flush countersDave Hansen
2013-01-24x86: Convert a few mistaken __cpuinit annotations to __initJan Beulich
2012-11-29x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin
2012-11-14x86, mm: Correct vmflag test for checking VM_HUGETLBJoonsoo Kim
2012-09-27x86: Distinguish TLB shootdown interrupts from other functions call interruptsTomoki Sekiyama
2012-09-07x86/mm: Fix range check in tlbflush debugfs interfaceJan Beulich
2012-06-27x86/tlb: do flush_tlb_kernel_range by 'invlpg'Alex Shi
2012-06-27x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORAlex Shi
2012-06-27x86/tlb: enable tlb flush range support for x86Alex Shi
2012-06-27x86/tlb: add tlb_flushall_shift knob into debugfsAlex Shi
2012-06-27x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi