]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
Merge branch 'for-next/caches' into for-next/core
authorWill Deacon <will@kernel.org>
Thu, 24 Jun 2021 12:33:02 +0000 (13:33 +0100)
committerWill Deacon <will@kernel.org>
Thu, 24 Jun 2021 12:33:02 +0000 (13:33 +0100)
commit25377204ebd4db2048c873b7c68874247a391998
treef342532dc4ad22b13e5f36afedb8bdafb4b92670
parent216fe62d6fa85b0a3a6a0e66f11da29db4be7490
parentfade9c2c6ee2baea7df8e6059b3f143c681e5ce4
Merge branch 'for-next/caches' into for-next/core

Big cleanup of our cache maintenance routines, which were confusingly
named and inconsistent in their implementations.

* for-next/caches:
  arm64: Rename arm64-internal cache maintenance functions
  arm64: Fix cache maintenance function comments
  arm64: sync_icache_aliases to take end parameter instead of size
  arm64: __clean_dcache_area_pou to take end parameter instead of size
  arm64: __clean_dcache_area_pop to take end parameter instead of size
  arm64: __clean_dcache_area_poc to take end parameter instead of size
  arm64: __flush_dcache_area to take end parameter instead of size
  arm64: dcache_by_line_op to take end parameter instead of size
  arm64: __inval_dcache_area to take end parameter instead of size
  arm64: Fix comments to refer to correct function __flush_icache_range
  arm64: Move documentation of dcache_by_line_op
  arm64: assembler: remove user_alt
  arm64: Downgrade flush_icache_range to invalidate
  arm64: Do not enable uaccess for invalidate_icache_range
  arm64: Do not enable uaccess for flush_icache_range
  arm64: Apply errata to swsusp_arch_suspend_exit
  arm64: assembler: add conditional cache fixups
  arm64: assembler: replace `kaddr` with `addr`
arch/arm64/include/asm/assembler.h
arch/arm64/kernel/head.S