Files
Phil Elwell 759bb1d5c1 mm/vmscan: Maintain TLB coherency in LRU code
As a workaround (and possibly a fix) for CPU spins observed on BCM2837,
use ptep_clear_flush_young instead of ptep_test_and_clear_young inside
lru_gen_look_around in order to expose PTE changes to the MMU. Note that
on architectures that don't require an explicit flush,
ptep_clear_flush_young just calls ptep_test_and_clear_young.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
2025-08-22 15:00:22 +01:00
..
2025-03-17 22:07:05 -07:00
2024-11-03 01:28:06 -05:00
2025-04-06 10:00:04 -07:00
2025-03-17 22:06:39 -07:00
2025-01-13 22:40:51 -08:00
2025-06-27 11:12:57 +01:00