zephyr/kernel
Daniel Leung f12d49d7ef kernel: mm: separate demand paging headers into its own file
This separates demand paging related headers into its own file
instead of being stuffed inside the main kernel memory
management header file.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-11-20 09:19:14 +01:00
..
include kernel: mm: move kernel mm functions under kernel includes 2023-11-20 09:19:14 +01:00
paging kernel: mm: move kernel mm functions under kernel includes 2023-11-20 09:19:14 +01:00
CMakeLists.txt kernel: mm: separate demand paging headers into its own file 2023-11-20 09:19:14 +01:00
Kconfig kernel: init: conditional .bss section zeroing 2023-11-08 10:07:26 +01:00
Kconfig.vm
atomic_c.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
banner.c
busy_wait.c
compiler_stack_protect.c
condvar.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
device.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
dynamic.c syscall: rename z_object_find -> k_object_find 2023-11-03 11:46:52 +01:00
dynamic_disabled.c
errno.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
events.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
fatal.c
futex.c syscall: rename Z_SYSCALL_ to K_SYSCALL_ 2023-11-03 11:46:52 +01:00
idle.c
init.c kernel: init: conditional .bss section zeroing 2023-11-08 10:07:26 +01:00
kheap.c
mailbox.c
main_weak.c
mem_domain.c
mem_slab.c kernel: object: rename z_object_init to k_object_init 2023-11-03 11:46:52 +01:00
mempool.c
mmu.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
msg_q.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
mutex.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
obj_core.c
pipes.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
poll.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
queue.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
sched.c kernel: Extend halting to support suspending 2023-11-06 18:59:35 -05:00
sem.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
smp.c
stack.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
system_work_q.c
thread.c kernel: Update k_thread_state_str() 2023-11-06 18:59:35 -05:00
timeout.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
timer.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
usage.c
userspace.c syscall: rename Z_SYSCALL_ to K_SYSCALL_ 2023-11-03 11:46:52 +01:00
userspace_handler.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
version.c
work.c
xip.c