aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/tlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-17x86/mm: Factor out CR3-building codeAndy Lutomirski1-6/+5
2017-09-13x86/mm: Get rid of VM_BUG_ON in switch_tlb_irqs_off()Andy Lutomirski1-1/+21
2017-09-10x86/mm/64: Fix an incorrect warning with CONFIG_DEBUG_VM=y, !PCIDAndy Lutomirski1-1/+1
2017-09-06x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski1-0/+44
2017-07-25x86/mm: Implement PCID based optimization: try to preserve old TLB entries using PCIDAndy Lutomirski1-16/+64
2017-07-18x86/mm: Provide general kernel support for memory encryptionTom Lendacky1-2/+2
2017-07-05x86/mm: Stop calling leave_mm() in idle codeAndy Lutomirski1-17/+3
2017-07-05x86/mm: Rework lazy TLB mode and TLB freshness trackingAndy Lutomirski1-79/+118
2017-07-05x86/mm: Track the TLB's tlb_gen and update the flushing algorithmAndy Lutomirski1-7/+95
2017-07-05x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski1-2/+4
2017-06-30x86/mm: Delete a big outdated comment about TLB flushingAndy Lutomirski1-36/+0
2017-06-30x86/mm: Don't reenter flush_tlb_func_common()Andy Lutomirski1-2/+15
2017-06-22x86/ldt: Simplify the LDT switching logicAndy Lutomirski1-18/+2
2017-06-05x86/mm: Be more consistent wrt PAGE_SHIFT vs PAGE_SIZE in tlb flush codeAndy Lutomirski1-3/+2
2017-06-05x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski1-108/+108
2017-06-05x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski1-15/+2
2017-06-05x86/mm: Use new merged flush logic in arch_tlbbatch_flush()Andy Lutomirski1-6/+2
2017-06-05x86/mm: Refactor flush_tlb_mm_range() to merge local and remote casesAndy Lutomirski1-65/+48
2017-06-05x86/mm: Change the leave_mm() condition for local TLB flushesAndy Lutomirski1-1/+1
2017-06-05x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy Lutomirski1-32/+32
2017-05-24mm, x86/mm: Make the batched unmap TLB flush API more genericAndy Lutomirski1-0/+17
2017-05-24x86/mm: Reduce indentation in flush_tlb_func()Andy Lutomirski1-16/+18
2017-05-24x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()Andy Lutomirski1-27/+0
2017-04-26x86/mm: Fix flush_tlb_page() on XenAndy Lutomirski1-3/+1
2017-04-26x86/mm: Make flush_tlb_mm_range() more predictableAndy Lutomirski1-5/+7
2017-04-26x86/mm: Remove flush_tlb() and flush_tlb_current_task()Andy Lutomirski1-17/+0
2016-08-24x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y)Andy Lutomirski1-0/+15
2016-07-14x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-04-28x86/mm, sched/core: Turn off IRQs in switch_mm()Andy Lutomirski1-0/+10
2016-04-28x86/mm, sched/core: Uninline switch_mm()Andy Lutomirski1-0/+102
2016-04-28x86/mm: Build arch/x86/mm/tlb.c even on !SMPAndy Lutomirski1-0/+4
2016-04-01mm/rmap: batched invalidations should use existing apiNadav Amit1-1/+1
2016-04-01x86/mm: TLB_REMOTE_SEND_IPI should count pagesNadav Amit1-3/+9
2016-01-11x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski1-3/+26
2015-09-04x86, mm: trace when an IPI is about to be sentMel Gorman1-0/+1
2015-07-21x86/mm: Add parenthesis for TLB tracepoint size calculationDave Hansen1-1/+1
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski1-3/+0
2014-08-10x86/mm: Fix sparse 'tlb_single_page_flush_ceiling' warning and make the variable read-mostlyJeremiah Mahler1-1/+1
2014-08-08x86/mm: Fix RCU splat from new TLB tracepointsDave Hansen1-1/+7
2014-07-31x86/mm: Set TLB flush tunable to sane value (33)Dave Hansen1-2/+11
2014-07-31x86/mm: New tunable for single vs full TLB flushDave Hansen1-0/+46
2014-07-31x86/mm: Add tracepoints for TLB flushesDave Hansen1-2/+9
2014-07-31x86/mm: Unify remote INVLPG codeDave Hansen1-2/+2
2014-07-31x86/mm: Fix missed global TLB flush statDave Hansen1-8/+7
2014-07-31x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen1-76/+11
2014-07-31x86/mm: Clean up the TLB flushing codeDave Hansen1-12/+11
2014-01-25x86/mm: Eliminate redundant page table walk during TLB range flushingMel Gorman1-27/+1
2014-01-25x86/mm: Clean up inconsistencies when flushing TLB rangesMel Gorman1-6/+6
2014-01-25mm, x86: Account for TLB flushes only when debuggingMel Gorman1-7/+7
2013-09-11mm: vmstats: track TLB flush stats on UP tooDave Hansen1-3/+1