summaryrefslogtreecommitdiff
path: root/arch/x86/mm/tlb.c
Commit message (Expand)AuthorAge
* Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-06
|\
| * x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen2018-01-30
* | membarrier/x86: Provide core serializing commandMathieu Desnoyers2018-02-05
* | membarrier: Document scheduler barrier requirementsMathieu Desnoyers2018-02-05
|/
* x86/mm/64: Fix vmapped stack syncing on very-large-memory 4-level systemsAndy Lutomirski2018-01-26
* x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2017-12-23
* x86/mm: Abstract switching CR3Dave Hansen2017-12-23
* x86/mm: Allow flushing for future ASID switchesDave Hansen2017-12-23
* x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen2017-12-22
* x86/mm: Use __flush_tlb_one() for kernel memoryPeter Zijlstra2017-12-22
* Revert "x86/mm: Stop calling leave_mm() in idle code"Andy Lutomirski2017-11-04
* x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mmAndy Lutomirski2017-10-18
* x86/mm: Tidy up "x86/mm: Flush more aggressively in lazy TLB mode"Andy Lutomirski2017-10-18
* x86/mm/64: Remove the last VM_BUG_ON() from the TLB codeAndy Lutomirski2017-10-18
* x86/mm: Flush more aggressively in lazy TLB modeAndy Lutomirski2017-10-14
* x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2017-09-29
* x86/mm: Factor out CR3-building codeAndy Lutomirski2017-09-17
* x86/mm: Get rid of VM_BUG_ON in switch_tlb_irqs_off()Andy Lutomirski2017-09-13
* x86/mm/64: Fix an incorrect warning with CONFIG_DEBUG_VM=y, !PCIDAndy Lutomirski2017-09-10
* x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski2017-09-06
* x86/mm: Implement PCID based optimization: try to preserve old TLB entries us...Andy Lutomirski2017-07-25
* x86/mm: Provide general kernel support for memory encryptionTom Lendacky2017-07-18
* x86/mm: Stop calling leave_mm() in idle codeAndy Lutomirski2017-07-05
* x86/mm: Rework lazy TLB mode and TLB freshness trackingAndy Lutomirski2017-07-05
* x86/mm: Track the TLB's tlb_gen and update the flushing algorithmAndy Lutomirski2017-07-05
* x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski2017-07-05
* x86/mm: Delete a big outdated comment about TLB flushingAndy Lutomirski2017-06-30
* x86/mm: Don't reenter flush_tlb_func_common()Andy Lutomirski2017-06-30
* x86/ldt: Simplify the LDT switching logicAndy Lutomirski2017-06-22
* x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush codeAndy Lutomirski2017-06-05
* x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski2017-06-05
* x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski2017-06-05
* x86/mm: Use new merged flush logic in arch_tlbbatch_flush()Andy Lutomirski2017-06-05
* x86/mm: Refactor flush_tlb_mm_range() to merge local and remote casesAndy Lutomirski2017-06-05
* x86/mm: Change the leave_mm() condition for local TLB flushesAndy Lutomirski2017-06-05
* x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy Lutomirski2017-06-05
* mm, x86/mm: Make the batched unmap TLB flush API more genericAndy Lutomirski2017-05-24
* x86/mm: Reduce indentation in flush_tlb_func()Andy Lutomirski2017-05-24
* x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()Andy Lutomirski2017-05-24
* x86/mm: Fix flush_tlb_page() on XenAndy Lutomirski2017-04-26
* x86/mm: Make flush_tlb_mm_range() more predictableAndy Lutomirski2017-04-26
* x86/mm: Remove flush_tlb() and flush_tlb_current_task()Andy Lutomirski2017-04-26
* x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski2016-08-24
* x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-14
* x86/mm, sched/core: Turn off IRQs in switch_mm()Andy Lutomirski2016-04-28
* x86/mm, sched/core: Uninline switch_mm()Andy Lutomirski2016-04-28
* x86/mm: Build arch/x86/mm/tlb.c even on !SMPAndy Lutomirski2016-04-28
* mm/rmap: batched invalidations should use existing apiNadav Amit2016-04-01
* x86/mm: TLB_REMOTE_SEND_IPI should count pagesNadav Amit2016-04-01
* x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski2016-01-11