]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'riscv-cache-for-v6.18' of https://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Wed, 24 Sep 2025 21:17:20 +0000 (23:17 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 24 Sep 2025 21:17:23 +0000 (23:17 +0200)
commitc4ebd661282df563a0c83acacbc35cfd4d8da541
tree1ddc25fbb366a97ed2af9dda908ee7e9bcb51500
parenta53811fb37d30622db1fdfc37feb40a3190b9731
parent941327ca5ddd45cfc4dd960cbbabed9e2b5cb1b0
Merge tag 'riscv-cache-for-v6.18' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into soc/drivers

RISC-V cache drivers for v6.18

sifive:
Reduce the number of fences issued while flushing. Samuel reports that
this is approximately a 15% speed-up.

ax45mp:
Fix the binding so that it permits the cache-sets setting used by the
recently added QiLai SoC.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
* tag 'riscv-cache-for-v6.18' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux:
  cache: sifive_ccache: Optimize cache flushes
  dt-bindings: cache: ax45mp: add 2048 as a supported cache-sets value

Link: https://lore.kernel.org/r/20250924-relenting-aqua-a4a93b89809e@spud
Signed-off-by: Arnd Bergmann <arnd@arndb.de>