summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/tlb.h
AgeCommit message (Expand)Author
2024-02-16arm64: mm: Add support for folding PUDs at runtimeArd Biesheuvel
2023-11-27arm64/mm: Update tlb invalidation routines for FEAT_LPA2Ryan Roberts
2023-10-06mm: add statistics for PUD level pagetableBaolin Wang
2023-08-21arm64: convert various functions to use ptdescsVishal Moola (Oracle)
2021-06-23arm64: tlb: fix the TTL value of tlb_get_levelZhenyu Ye
2020-07-07arm64: tlb: Set the TTL field in flush_tlb_rangeZhenyu Ye
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-04-09arm64: mm: enable per pmd page table lockYu Zhao
2019-04-03asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range()Peter Zijlstra
2018-09-11arm64: tlb: Avoid synchronous TLBIs when freeing page tablesWill Deacon
2018-09-11arm64: tlb: Adjust stride and type of TLBI according to mmu_gatherWill Deacon
2018-09-11arm64: tlb: Remove redundant !CONFIG_HAVE_RCU_TABLE_FREE codeWill Deacon
2018-09-11arm64: tlbflush: Allow stride to be specified for __flush_tlb_range()Will Deacon
2018-08-23arm64: tlb: Provide forward declaration of tlb_flush() before including tlb.hWill Deacon
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov
2015-10-07arm64: tlbflush: avoid flushing when fullmm == 1Will Deacon
2015-07-28arm64: Use last level TLBI for user pte changesCatalin Marinas
2015-04-14arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov
2015-03-14arm64: Invalidate the TLB corresponding to intermediate page table levelsCatalin Marinas
2014-11-17mmu_gather: move minimal range calculations into generic codeWill Deacon
2014-10-09arm64: mm: enable HAVE_RCU_TABLE_FREE logicSteve Capper
2014-07-23arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee
2014-07-23arm64: Introduce VA_BITS and translation level optionsJungseok Lee
2014-04-25arm64: mm: Add THP TLB entries to general mmu_gatherSteve Capper
2014-02-26arm64: Convert asm/tlb.h to generic mmu_gatherCatalin Marinas
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds
2013-06-14ARM64: mm: THP support.Steve Capper
2012-09-17arm64: TLB maintenance functionalityCatalin Marinas