index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
cacheflush.h
Age
Commit message (
Expand
)
Author
2022-07-05
arm64: mm: Remove assembly DMA cache maintenance wrappers
Will Deacon
2021-07-08
set_memory: allow querying whether set_direct_map_*() is actually enabled
Mike Rapoport
2021-05-25
arm64: Rename arm64-internal cache maintenance functions
Fuad Tabba
2021-05-25
arm64: Fix cache maintenance function comments
Fuad Tabba
2021-05-25
arm64: sync_icache_aliases to take end parameter instead of size
Fuad Tabba
2021-05-25
arm64: __clean_dcache_area_pou to take end parameter instead of size
Fuad Tabba
2021-05-25
arm64: __clean_dcache_area_pop to take end parameter instead of size
Fuad Tabba
2021-05-25
arm64: __clean_dcache_area_poc to take end parameter instead of size
Fuad Tabba
2021-05-25
arm64: __flush_dcache_area to take end parameter instead of size
Fuad Tabba
2021-05-25
arm64: __inval_dcache_area to take end parameter instead of size
Fuad Tabba
2021-05-25
arm64: Do not enable uaccess for invalidate_icache_range
Fuad Tabba
2021-01-26
arm64: cacheflush: Remove stale comment
Shaokun Zhang
2020-12-15
arch, mm: make kernel_page_present() always available
Mike Rapoport
2020-06-08
arm64: use asm-generic/cacheflush.h
Christoph Hellwig
2020-05-05
arm64: cacheflush: Fix KGDB trap detection
Daniel Thompson
2020-02-22
arm64: Ask the compiler to __always_inline functions used by KVM at HYP
James Morse
2019-07-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-06-24
arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAP
Ard Biesheuvel
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2018-07-05
arm64: IPI each CPU after invalidating the I-cache for kernel mappings
Will Deacon
2018-06-15
docs: Fix some broken references
Mauro Carvalho Chehab
2018-04-11
arm64: turn flush_dcache_mmap_lock into a no-op
Matthew Wilcox
2018-03-09
arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDC
Shanker Donthineni
2018-01-08
arm64: KVM: Add invalidate_icache_range helper
Marc Zyngier
2017-11-28
arm64: mm: cleanup stale AIVIVT references
Mark Rutland
2017-08-09
arm64: Implement pmem API support
Robin Murphy
2017-08-09
arm64: Convert __inval_cache_range() to area-based
Robin Murphy
2017-08-09
arm64: mm: Fix set_memory_valid() declaration
Robin Murphy
2017-05-08
treewide: decouple cacheflush.h and set_memory.h
Laura Abbott
2017-05-08
treewide: move set_memory_* functions away from cacheflush.h
Laura Abbott
2017-04-05
arm64: mm: add set_memory_valid()
AKASHI Takahiro
2016-11-23
arm64: Remove I-cache invalidation from flush_cache_range()
Catalin Marinas
2016-11-07
arm64: Add uprobe support
Pratyush Anand
2016-08-22
arm64: mm: convert __dma_* routines to use start, size
Kwangwoo Lee
2016-03-24
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-03-21
arm64: drop unused __local_flush_icache_all()
Kefeng Wang
2016-02-22
asm-generic: Consolidate mark_rodata_ro()
Kees Cook
2015-12-17
arm64: Use PoU cache instr for I/D coherency
Ashok Kumar
2015-10-07
arm64: flush: use local TLB and I-cache invalidation
Will Deacon
2015-05-19
arm64: kill flush_cache_all()
Mark Rutland
2015-01-22
arm64: add better page protections to arm64
Laura Abbott
2014-12-01
arm64: compat: align cacheflush syscall with arch/arm
Vladimir Murzin
2014-09-08
arm64: Add CONFIG_DEBUG_SET_MODULE_RONX support
Laura Abbott
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-02-27
arm64: Implement coherent DMA API based on swiotlb
Catalin Marinas
2014-02-05
arm64: add DSB after icache flush in __flush_icache_all()
Vinayak Kale
2013-06-07
arm64: Remove __flush_dcache_page()
Catalin Marinas
2012-11-23
arm64: Convert empty flush_cache_{mm,page} functions to static inline
Catalin Marinas
2012-09-17
arm64: Cache maintenance routines
Catalin Marinas