index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
tlbflush.h
Age
Commit message (
Expand
)
Author
2021-08-06
arm64: mm: Fix TLBI vs ASID rollover
Will Deacon
2021-08-03
arm64: fix typo in a comment
Jason Wang
2020-08-28
arm64: use a common .arch preamble for inline assembly
Sami Tolvanen
2020-07-15
arm64: tlb: Use the TLBI RANGE feature in arm64
Zhenyu Ye
2020-07-10
arm64: tlb: don't set the ttl value in flush_tlb_page_nosync
Zhenyu Ye
2020-07-07
arm64: Shift the __tlbi_level() indentation left
Catalin Marinas
2020-07-07
arm64: tlb: Set the TTL field in flush_tlb_range
Zhenyu Ye
2020-07-07
arm64: Add tlbi_user_level TLB invalidation helper
Zhenyu Ye
2020-07-07
arm64: Add level-hinted TLB invalidation helper
Marc Zyngier
2019-08-27
arm64: tlb: Ensure we execute an ISB following walk cache invalidation
Will Deacon
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-12
arm64: tlbflush: Ensure start/end of address range are aligned to stride
Will Deacon
2018-12-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-11-29
arm64: Add workaround for Cortex-A76 erratum 1286807
Catalin Marinas
2018-11-27
arm64: tlbi: Set MAX_TLBI_OPS to PTRS_PER_PTE
Will Deacon
2018-11-26
arm64: mm: Don't wait for completion of TLB invalidation when page aging
Alex Van Brunt
2018-09-11
arm64: tlb: Rewrite stale comment in asm/tlbflush.h
Will Deacon
2018-09-11
arm64: tlb: Avoid synchronous TLBIs when freeing page tables
Will Deacon
2018-09-11
arm64: tlbflush: Allow stride to be specified for __flush_tlb_range()
Will Deacon
2018-09-11
arm64: tlb: Justify non-leaf invalidation in flush_tlb_range()
Will Deacon
2018-09-11
arm64: tlb: Add DSB ISHST prior to TLBI in __flush_tlb_[kernel_]pgtable()
Will Deacon
2018-09-11
arm64: tlb: Use last-level invalidation in flush_tlb_kernel_range()
Will Deacon
2018-07-06
arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable
Chintan Pandya
2018-03-28
arm64: tlbflush: avoid writing RES0 bits
Philip Elcan
2017-12-11
arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
Will Deacon
2017-02-01
arm64: Work around Falkor erratum 1009
Christopher Covington
2016-09-28
arm64: tlbflush.h: add __tlbi() macro
Mark Rutland
2015-10-07
arm64: tlb: remove redundant barrier from __flush_tlb_pgtable
Will Deacon
2015-10-07
arm64: tlbflush: remove redundant ASID casts to (unsigned long)
Will Deacon
2015-10-07
arm64: flush: use local TLB and I-cache invalidation
Will Deacon
2015-07-28
arm64: Use last level TLBI for user pte changes
Catalin Marinas
2015-07-28
arm64: Clean up __flush_tlb(_kernel)_range functions
Catalin Marinas
2015-07-27
arm64: move update_mmu_cache() into asm/pgtable.h
Will Deacon
2015-06-12
arm64: mm: remove reference to tlb.S from comment block
Vladimir Murzin
2015-03-14
arm64: Invalidate the TLB corresponding to intermediate page table levels
Catalin Marinas
2015-02-26
arm64: mm: remove unused functions and variable protoypes
Yingjoe Chen
2014-07-24
arm64: fix soft lockup due to large tlb flush range
Mark Salter
2014-07-24
arm64: Fix barriers used for page table modifications
Catalin Marinas
2014-05-09
arm64: barriers: make use of barrier options with explicit barriers
Will Deacon
2014-05-09
arm64: mm: Optimise tlb flush logic where we have >4K granule
Steve Capper
2013-06-14
ARM64: mm: THP support.
Steve Capper
2012-09-17
arm64: TLB maintenance functionality
Catalin Marinas