summaryrefslogtreecommitdiff
path: root/include/asm-generic/tlb.h
AgeCommit message (Expand)Author
2015-11-23treewide: Remove old email addressPeter Zijlstra
2015-01-13mm: mmu_gather: use tlb->end != 0 only for TLB invalidationWill Deacon
2014-11-17mmu_gather: move minimal range calculations into generic codeWill Deacon
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds
2013-06-06arch, mm: Remove tlb_fast_mode()Peter Zijlstra
2013-04-12x86-32: Fix possible incomplete TLB invalidate with PAE pagetablesDave Hansen
2013-01-04mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko
2012-06-27mm/mmu_gather: enable tlb flush range in generic mmu_gatherAlex Shi
2012-06-27x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi
2012-01-12thp: add tlb_remove_pmd_tlb_entryShaohua Li
2011-05-25mm: uninline large generic tlb.h functionsPeter Zijlstra
2011-05-25mm: extended batches for generic mmu_gatherPeter Zijlstra
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra
2011-05-25mm: mmu_gather reworkPeter Zijlstra
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt
2008-02-04asm-generic/tlb.h: remove <linux/quicklist.h>H. Peter Anvin
2008-01-31asm-generic/tlb.h: build fixIngo Molnar
2008-01-30x86: demacro asm-x86/pgalloc_32.hJeremy Fitzhardinge
2007-12-26Revert quicklist need->flush fixChristoph Lameter
2007-12-17quicklist: Set tlb->need_flush if pages are remaining in quicklist 0Christoph Lameter
2006-10-03fix file specification in commentsUwe Zeisberger
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2005-10-29[PATCH] mm: tlb_finish_mmu forget rssHugh Dickins
2005-10-29[PATCH] mm: tlb_is_full_mm was obscureHugh Dickins
2005-10-29[PATCH] mm: tlb_gather_mmu get_cpu_varHugh Dickins
2005-09-12[PATCH] x86-64: Increase TLB flush array sizeAndi Kleen
2005-03-28[PATCH] mm counter operations through macrosChristoph Lameter
2004-12-31[PATCH] introduce fallback headerNick Piggin
2004-12-31[PATCH] introduce 4-level nopud folding headerNick Piggin
2004-07-12[PATCH] ia64: Reduce TLB flushing during process migrationJack Steiner
2004-06-17[PATCH] Clean up asm/pgalloc.h includeRussell King
2004-05-14[PATCH] revert the process-migration-speedup patchAndrew Morton
2004-05-09[PATCH] Reduce TLB flushing during process migrationAndrew Morton
2004-02-18[PATCH] Inefficient TLB flush fixAndrew Morton
2003-08-13[PATCH] correct tlb_remove_page comment.Dave Jones
2003-05-25[PATCH] Change mmu_gathers into per-cpu dataAndrew Morton
2003-03-23[PATCH] asm-generic/tlb.h needs swap.hAndrew Morton
2003-01-10[PATCH] replace `typedef mmu_gather_t' with `struct mmu_gather'Andrew Morton
2002-09-15[PATCH] clean up the TLB takedown code, remove debugAndrew Morton
2002-08-30[PATCH] batched freeing of anon pagesAndrew Morton
2002-08-27[PATCH] reduced TLB invalidation rateAndrew Morton
2002-08-10[PATCH] alpha: pte/pfn/page/tlb macros update [1/10]Ivan Kokshaysky
2002-06-17[PATCH] Latest nonlinear CPU patchesRusty Russell
2002-06-06TLB gather: Distinguish between full-mm and partial-mm flushes.David S. Miller
2002-05-20Move check_pgt_cache() to tlb_finish_mmu().Linus Torvalds
2002-05-20Make generic TLB shootdown friendlier to non-x86 architecturesLinus Torvalds
2002-05-17Cleanup munmap a lot. Fix Intel P4 TLB corruptions on SMP.Linus Torvalds
2002-05-15Fix up some more TLB shootdown issues.Linus Torvalds
2002-05-15This improves on the page table TLB shootdown. Almost there.Linus Torvalds
2002-05-15First cut at proper TLB shootdown for page directory entries.Linus Torvalds