aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/tlbflush.h
AgeCommit message (Expand)Author
2021-08-06arm64: mm: Fix TLBI vs ASID rolloverWill Deacon
2021-08-03arm64: fix typo in a commentJason Wang
2020-08-28arm64: use a common .arch preamble for inline assemblySami Tolvanen
2020-07-15arm64: tlb: Use the TLBI RANGE feature in arm64Zhenyu Ye
2020-07-10arm64: tlb: don't set the ttl value in flush_tlb_page_nosyncZhenyu Ye
2020-07-07arm64: Shift the __tlbi_level() indentation leftCatalin Marinas
2020-07-07arm64: tlb: Set the TTL field in flush_tlb_rangeZhenyu Ye
2020-07-07arm64: Add tlbi_user_level TLB invalidation helperZhenyu Ye
2020-07-07arm64: Add level-hinted TLB invalidation helperMarc Zyngier
2019-08-27arm64: tlb: Ensure we execute an ISB following walk cache invalidationWill Deacon
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-12arm64: tlbflush: Ensure start/end of address range are aligned to strideWill Deacon
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-11-29arm64: Add workaround for Cortex-A76 erratum 1286807Catalin Marinas
2018-11-27arm64: tlbi: Set MAX_TLBI_OPS to PTRS_PER_PTEWill Deacon
2018-11-26arm64: mm: Don't wait for completion of TLB invalidation when page agingAlex Van Brunt
2018-09-11arm64: tlb: Rewrite stale comment in asm/tlbflush.hWill Deacon
2018-09-11arm64: tlb: Avoid synchronous TLBIs when freeing page tablesWill Deacon
2018-09-11arm64: tlbflush: Allow stride to be specified for __flush_tlb_range()Will Deacon
2018-09-11arm64: tlb: Justify non-leaf invalidation in flush_tlb_range()Will Deacon
2018-09-11arm64: tlb: Add DSB ISHST prior to TLBI in __flush_tlb_[kernel_]pgtable()Will Deacon
2018-09-11arm64: tlb: Use last-level invalidation in flush_tlb_kernel_range()Will Deacon
2018-07-06arm64: tlbflush: Introduce __flush_tlb_kernel_pgtableChintan Pandya
2018-03-28arm64: tlbflush: avoid writing RES0 bitsPhilip Elcan
2017-12-11arm64: mm: Invalidate both kernel and user ASIDs when performing TLBIWill Deacon
2017-02-01arm64: Work around Falkor erratum 1009Christopher Covington
2016-09-28arm64: tlbflush.h: add __tlbi() macroMark Rutland
2015-10-07arm64: tlb: remove redundant barrier from __flush_tlb_pgtableWill Deacon
2015-10-07arm64: tlbflush: remove redundant ASID casts to (unsigned long)Will Deacon
2015-10-07arm64: flush: use local TLB and I-cache invalidationWill Deacon
2015-07-28arm64: Use last level TLBI for user pte changesCatalin Marinas
2015-07-28arm64: Clean up __flush_tlb(_kernel)_range functionsCatalin Marinas
2015-07-27arm64: move update_mmu_cache() into asm/pgtable.hWill Deacon
2015-06-12arm64: mm: remove reference to tlb.S from comment blockVladimir Murzin
2015-03-14arm64: Invalidate the TLB corresponding to intermediate page table levelsCatalin Marinas
2015-02-26arm64: mm: remove unused functions and variable protoypesYingjoe Chen
2014-07-24arm64: fix soft lockup due to large tlb flush rangeMark Salter
2014-07-24arm64: Fix barriers used for page table modificationsCatalin Marinas
2014-05-09arm64: barriers: make use of barrier options with explicit barriersWill Deacon
2014-05-09arm64: mm: Optimise tlb flush logic where we have >4K granuleSteve Capper
2013-06-14ARM64: mm: THP support.Steve Capper
2012-09-17arm64: TLB maintenance functionalityCatalin Marinas