300 Commits (main)

Author SHA1 Message Date
Ryan McClelland 37e4af63a9 kernel: thread: fix warning of always false 5 months ago
Nicolas Pitre 44d5d8aef2 kernel: uninline z_dummy_thread_init() 6 months ago
Nicolas Pitre 46aa6717ff Revert "arch: deprecate `_current`" 6 months ago
Peter Mitsis 35435928c2 kernel: Decouple sleep from suspend 7 months ago
Peter Mitsis 5710e034e7 kernel: Introduce _THREAD_SLEEPING state bit 7 months ago
Andy Ross 7cdf40541b kernel/sched: Eliminate PRESTART thread state 7 months ago
Andy Ross 6877b6d8e5 kernel/thread: Fix assumptions in k_thread_state_str() 7 months ago
Yong Cong Sin b1def7145f arch: deprecate `_current` 8 months ago
Yong Cong Sin d26c712258 arch: add new interfaces to set/get the current thread of current CPU 8 months ago
Pisit Sawangvonganan 5c8a2c0dbf style: kernel: remove unnecessary `return` statements 10 months ago
Rubin Gerritsen 98a16b424a kernel: Define optional arch_thread_name_set() 11 months ago
Jyri Sarha 28215fc788 kernel: thread: Add k_thread_runtime_stats_cpu_get() 11 months ago
Hess Nathan 980d3f4c4f kernel: corrected parameter names 1 year ago
Daniel Leung 295254a96b kernel: mm: remove k_mem_phys_un/map() 1 year ago
Yong Cong Sin bbe5e1e6eb build: namespace the generated headers with `zephyr/` 1 year ago
Hess Nathan 6d417d52c2 coding guidelines: comply with MISRA Rule 12.1. 1 year ago
Hess Nathan e05c4a8786 coding guidelines: comply with MISRA Rule 11.8 1 year ago
Hess Nathan 527e712448 coding guidelines: comply with MISRA Rule 20.9 1 year ago
Daniel Leung d0a90a0b33 kernel: add the ability to memory map thread stacks 1 year ago
Daniel Leung 378131c266 kernel: add options to cleanup after aborting current thread 1 year ago
Anas Nashif 20b2c98add kernel: move nothread support to own file 1 year ago
Anas Nashif 8a88cd4805 kernel: thread: move thread states to header 1 year ago
Anas Nashif f5435b3df7 kernel: thread: move k_thread_priority_get 1 year ago
Anas Nashif 5c170c7046 kernel: thread: rename is_preempt 1 year ago
Anas Nashif 6754cbd1b5 kernel: thread: move k_is_preempt_thread to thread.c 1 year ago
Daniel Leung d34351d994 kernel: align thread stack size declaration 1 year ago
Daniel Leung 6cd7936f57 kernel: align kernel stack size declaration 1 year ago
Daniel Leung efe30749de kernel: rename Z_THREAD_STACK_BUFFER to K_THREAD_STACK_BUFFER 1 year ago
Daniel Leung b69d2486fe kernel: rename Z_KERNEL_STACK_BUFFER to K_KERNEL_STACK_BUFFER 1 year ago
Simon Hein bcd1d19322 kernel: add closing comments to config endifs 1 year ago
Anas Nashif 595ff63f00 kernel: thread: use consistent thread parameter 1 year ago
Anas Nashif 3dc0c4544b kernel: move float operations out of thread.c 1 year ago
Anas Nashif 9e83413542 kernel: split thread monitor 1 year ago
Anas Nashif 3ca50f5060 kernel: move z_init_static_threads to where it is being used 1 year ago
Anas Nashif 8791012ed1 kernel: move essential flag related routines out 1 year ago
Anas Nashif 2c31db4cc8 kernel: split irq_offload ccode into own file 1 year ago
Anas Nashif a7d74f80ce kernel: move spinlock validation to own file 1 year ago
Flavio Ceolin d622533ca7 kernel: thread: Allow stack in coherent memory 1 year ago
Andy Ross 840db7858e kernel/thread: Detect in-kernel "reserved" stack overflow 1 year ago
Guennadi Liakhovetski 69cdc32892 llext: export some symbols 2 years ago
Peter Mitsis 9364ba4353 kernel: Update k_thread_state_str() 2 years ago
Peter Mitsis 52ae56b8a9 kernel: Add halt_queue field to k_thread 2 years ago
Anas Nashif a08bfeb49c syscall: rename Z_OOPS -> K_OOPS 2 years ago
Anas Nashif ee9f278323 syscall: rename Z_SYSCALL_VERIFY -> K_SYSCALL_VERIFY 2 years ago
Anas Nashif 9c4d881183 syscall: rename Z_SYSCALL_ to K_SYSCALL_ 2 years ago
Anas Nashif 9c1aeb5fd3 syscall: rename z_user_ to k_usermode_ 2 years ago
Anas Nashif c25d0804f0 syscall: rename z_object_find -> k_object_find 2 years ago
Anas Nashif a5b49458eb syscall: rename z_thread_perms_inherit -> k_thread_perms_inherit 2 years ago
Anas Nashif d178b6a0e7 syscall: z_obj_validation_check -> k_object_validation_check 2 years ago
Anas Nashif 684b8fcdd0 syscall: Z_SYSCALL_VERIFY_MSG -> K_SYSCALL_VERIFY_MSG 2 years ago