zephyr/kernel
Anas Nashif 9c1aeb5fd3 syscall: rename z_user_ to k_usermode_
Rename internal API to not use z_/Z_.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-11-03 11:46:52 +01:00
..
include kernel: random: Rename early random get function 2023-10-13 10:03:53 +03:00
paging kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
CMakeLists.txt kernel: Add initial obj_core infrastructure 2023-09-30 08:04:14 +03:00
Kconfig hostap: Move the relevant config options away from hostap 2023-10-26 09:48:47 +02:00
Kconfig.vm mm: introduce CONFIG_KERNEL_VM_USE_CUSTOM_MEM_RANGE_CHECK 2023-10-20 15:08:34 +02:00
atomic_c.c kernel: move syscall_handler.h to internal include directory 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: crude k_busy_wait() implementation 2023-07-19 21:42:41 -04:00
compiler_stack_protect.c kernel: canaries: Allow using TLS to store it 2023-08-08 19:08:04 -04:00
condvar.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
device.c syscall: rename z_user_ to k_usermode_ 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 kernel: dynamic: declare dynamic stubs when disabled 2023-07-24 12:59:43 -04:00
errno.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
events.c kernel: move syscall_handler.h to internal include directory 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_object_find -> k_object_find 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: Build constant in early random generator 2023-10-13 10:03:53 +03: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 kernel: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
mem_domain.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
mem_slab.c kernel: object: rename z_object_init to k_object_init 2023-11-03 11:46:52 +01:00
mempool.c kernel: migrate includes to <zephyr/...> 2022-05-09 09:26:20 +02:00
mmu.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
msg_q.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
mutex.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
obj_core.c kernel: Integrate object core statistics 2023-09-30 08:04:14 +03:00
pipes.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
poll.c syscall: Z_SYSCALL_VERIFY_MSG -> K_SYSCALL_VERIFY_MSG 2023-11-03 11:46:52 +01:00
queue.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
sched.c syscall: rename z_dump_object_error -> k_object_dump_error 2023-11-03 11:46:52 +01:00
sem.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
smp.c kernel: rename shadow variables 2023-08-10 08:14:12 +00:00
stack.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
system_work_q.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
thread.c syscall: rename z_user_ to k_usermode_ 2023-11-03 11:46:52 +01:00
timeout.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
timer.c kernel: move syscall_handler.h to internal include directory 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_user_ to k_usermode_ 2023-11-03 11:46:52 +01:00
userspace_handler.c syscall: rename z_dump_object_error -> k_object_dump_error 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