.. |
include
|
doc: fixed already renamed _Cstart to z_cstart
|
2023-11-30 21:01:47 -05:00 |
paging
|
kernel: mm: only include demand_paging.h if needed
|
2023-11-23 10:01:45 +01:00 |
CMakeLists.txt
|
kernel: mm: separate demand paging headers into its own file
|
2023-11-20 09:19:14 +01:00 |
Kconfig
|
device: support for mutable devices
|
2023-11-28 15:35:39 +01:00 |
Kconfig.vm
|
mm: introduce CONFIG_KERNEL_VM_USE_CUSTOM_MEM_RANGE_CHECK
|
2023-10-20 15:08:34 +02:00 |
atomic_c.c
|
syscall: rename Z_OOPS -> K_OOPS
|
2023-11-03 11:46:52 +01:00 |
banner.c
|
kernel: banner: Allow for customising version
|
2023-08-21 10:09:46 +02:00 |
busy_wait.c
|
kernel: Use k_us_to_cyc_ceil32 in k_busy_wait
|
2023-12-05 09:24:28 +01:00 |
compiler_stack_protect.c
|
kernel: canaries: Allow using TLS to store it
|
2023-08-08 19:08:04 -04:00 |
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
|
kernel: fatal: Remove redundant function
|
2023-09-29 13:05:13 +02:00 |
futex.c
|
syscall: rename Z_SYSCALL_ to K_SYSCALL_
|
2023-11-03 11:46:52 +01:00 |
idle.c
|
kernel: move wait_q.h header to be internal
|
2023-09-12 12:55:36 -04:00 |
init.c
|
kernel: init: conditional .bss section zeroing
|
2023-11-08 10:07:26 +01:00 |
kheap.c
|
kernel: move wait_q.h header to be internal
|
2023-09-12 12:55:36 -04:00 |
mailbox.c
|
kernel: Remove legacy mem block from mailbox
|
2023-10-13 09:56:02 +03:00 |
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: mmu: fix typo K_DIRECT_MAP to K_MEM_DIRECT_MAP
|
2023-12-08 08:31:15 -05:00 |
msg_q.c
|
syscall: rename Z_OOPS -> K_OOPS
|
2023-11-03 11:46:52 +01:00 |
mutex.c
|
llext: export some symbols
|
2023-12-01 10:08:12 -05:00 |
obj_core.c
|
kernel: Integrate object core statistics
|
2023-09-30 08:04:14 +03:00 |
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: Update k_sleep() and k_usleep() return values
|
2023-12-07 10:41:00 +00:00 |
sem.c
|
syscall: rename Z_OOPS -> K_OOPS
|
2023-11-03 11:46:52 +01:00 |
smp.c
|
kernel: rename shadow variables
|
2023-08-10 08:14:12 +00:00 |
stack.c
|
syscall: rename Z_OOPS -> K_OOPS
|
2023-11-03 11:46:52 +01:00 |
system_work_q.c
|
…
|
|
thread.c
|
llext: export some symbols
|
2023-12-01 10:08:12 -05:00 |
timeout.c
|
kernel: timeout: fix issue with z_timeout_expires
|
2023-11-30 12:22:54 +01:00 |
timer.c
|
syscall: rename Z_OOPS -> K_OOPS
|
2023-11-03 11:46:52 +01:00 |
usage.c
|
kernel: Integrate object core statistics
|
2023-09-30 08:04:14 +03:00 |
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
|
kernel: work: check handler when submit to queue
|
2023-10-05 13:43:07 +01:00 |
xip.c
|
kernel: canaries: Allow using TLS to store it
|
2023-08-08 19:08:04 -04:00 |