zephyr/subsys/demand_paging/eviction
Nicolas Pitre 3e0feab245 arm64: demand_paging: add the k_mem_paging_eviction_accessed() call
Needed for the LRU eviction algorithm to be effective.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2024-09-11 20:18:51 -04:00
..
CMakeLists.txt demand_paging: Least Recently Used (LRU) eviction algorithm 2024-06-14 18:58:02 -04:00
Kconfig arm64: demand_paging: add the k_mem_paging_eviction_accessed() call 2024-09-11 20:18:51 -04:00
lru.c demand_paging: LRU eviction: avoid ping pong deadlock loop 2024-08-06 17:15:15 -04:00
nru.c demand_paging: add frame tracking functions to eviction algorithms 2024-06-14 18:58:02 -04:00