openwrt/target/linux/generic
David Bauer 26bc8f6876 generic: MIPS: Add barriers between dcache & icache flushes
This fixes spurious boot-errors with some ath79 MIPS 74Kc boards such
as the AC Lite as well as Archer C7 v2.

The missing barrier leads to the icache flush being executed before the
dcache writeback, which results in the CPU executing the dummy infinite
loop in tlbmiss_handler_setup_pgd.

Applying this patch from upstream ensures the dcache is written back
before flushing the icache.

Signed-off-by: David Bauer <mail@david-bauer.net>
2023-03-04 13:09:30 +01:00
..
backport-5.10 kernel: backport NVMEM late fixes from v6.2 2023-02-23 09:50:01 +01:00
backport-5.15 kernel: bump 5.15 to 5.15.98 2023-03-04 13:06:28 +01:00
files treewide: strip useless default n Kconfig lines 2023-02-03 12:50:15 +01:00
hack-5.10 mt76: update to the latest version, import WED related mtk_eth_soc patches 2023-02-02 11:16:49 +01:00
hack-5.15 kernel: bump 5.15 to 5.15.98 2023-03-04 13:06:28 +01:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
other-files initramfs: switch to tmpfs to fix ujail 2020-11-27 01:23:43 +00:00
pending-5.10 generic: MIPS: Add barriers between dcache & icache flushes 2023-03-04 13:09:30 +01:00
pending-5.15 generic: MIPS: Add barriers between dcache & icache flushes 2023-03-04 13:09:30 +01:00
config-5.10 kernel: move CONFIG_PAGE_POOL to generic 2023-03-04 10:20:58 +01:00
config-5.15 kernel: move CONFIG_PAGE_POOL to generic 2023-03-04 10:20:58 +01:00
config-filter kernel: filter out both Clang and LLD versions 2021-12-17 16:16:34 +01:00
PATCHES