zephyr/tests/kernel/mem_protect
Nicolas Pitre c9aa98ebc0 kernel: mmu: support for on-demand mappings
This provides memory mappings with the ability to be initialized in their
paged-out state and be paged in on demand. This is especially nice for
anonymous memory mappings as they no longer have to allocate all memory
at mem_map time. This also allows for file mappings to be implemented by
simply providing backing store location tokens.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2024-08-26 17:25:41 -04:00
..
demand_paging kernel: mmu: support for on-demand mappings 2024-08-26 17:25:41 -04:00
futex tests kernel: Exclude posix arch for userspace tests 2023-10-24 09:05:29 +02:00
mem_map kernel: mm: rename Z_FREE_VM_START to K_MEM_VM_FREE_START 2024-06-12 21:13:26 -04:00
mem_protect boards: silabs: Consistently name radio boards 2024-06-12 12:52:28 -04:00
obj_validation tests: mem_protect/obj_validation: fix check for heap size 2024-02-12 13:36:48 +01:00
protection arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
stack_random tests: fix thread function signatures 2023-10-30 12:24:34 +01:00
stackprot samples: tests: bluetooth: Add support for frdm_rw612 2024-06-10 07:02:06 -07:00
sys_sem tests: mem_protect/sys_sem: config for intel_adsp/ace30_ptl 2024-06-06 20:06:11 -04:00
syscalls tests: mem_protect/syscalls: exclude board numaker_m2l31ki 2024-06-12 21:13:26 -04:00
userspace tests: userspace: support userspace example for frdm_mcxn236 board 2024-08-15 10:15:12 +01:00