summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/cacheflush.h
AgeCommit message (Expand)Author
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_CACHE_DICMark Rutland
2023-08-24arm64: implement the new page table range APIMatthew Wilcox (Oracle)
2022-07-05arm64: mm: Remove assembly DMA cache maintenance wrappersWill Deacon
2021-07-08set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba
2021-05-25arm64: Fix cache maintenance function commentsFuad Tabba
2021-05-25arm64: sync_icache_aliases to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __clean_dcache_area_pou to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __clean_dcache_area_pop to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __clean_dcache_area_poc to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: __inval_dcache_area to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: Do not enable uaccess for invalidate_icache_rangeFuad Tabba
2021-01-26arm64: cacheflush: Remove stale commentShaokun Zhang
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport
2020-06-08arm64: use asm-generic/cacheflush.hChristoph Hellwig
2020-05-05arm64: cacheflush: Fix KGDB trap detectionDaniel Thompson
2020-02-22arm64: Ask the compiler to __always_inline functions used by KVM at HYPJames Morse
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-06-24arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2018-07-05arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-04-11arm64: turn flush_dcache_mmap_lock into a no-opMatthew Wilcox
2018-03-09arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDCShanker Donthineni
2018-01-08arm64: KVM: Add invalidate_icache_range helperMarc Zyngier
2017-11-28arm64: mm: cleanup stale AIVIVT referencesMark Rutland
2017-08-09arm64: Implement pmem API supportRobin Murphy
2017-08-09arm64: Convert __inval_cache_range() to area-basedRobin Murphy
2017-08-09arm64: mm: Fix set_memory_valid() declarationRobin Murphy
2017-05-08treewide: decouple cacheflush.h and set_memory.hLaura Abbott
2017-05-08treewide: move set_memory_* functions away from cacheflush.hLaura Abbott
2017-04-05arm64: mm: add set_memory_valid()AKASHI Takahiro
2016-11-23arm64: Remove I-cache invalidation from flush_cache_range()Catalin Marinas
2016-11-07arm64: Add uprobe supportPratyush Anand
2016-08-22arm64: mm: convert __dma_* routines to use start, sizeKwangwoo Lee
2016-03-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-03-21arm64: drop unused __local_flush_icache_all()Kefeng Wang
2016-02-22asm-generic: Consolidate mark_rodata_ro()Kees Cook
2015-12-17arm64: Use PoU cache instr for I/D coherencyAshok Kumar
2015-10-07arm64: flush: use local TLB and I-cache invalidationWill Deacon
2015-05-19arm64: kill flush_cache_all()Mark Rutland
2015-01-22arm64: add better page protections to arm64Laura Abbott
2014-12-01arm64: compat: align cacheflush syscall with arch/armVladimir Murzin
2014-09-08arm64: Add CONFIG_DEBUG_SET_MODULE_RONX supportLaura Abbott
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-02-27arm64: Implement coherent DMA API based on swiotlbCatalin Marinas
2014-02-05arm64: add DSB after icache flush in __flush_icache_all()Vinayak Kale
2013-06-07arm64: Remove __flush_dcache_page()Catalin Marinas