163 Commits (7832738ae985a63febb8f82e7c4e34824f48486e)

Author SHA1 Message Date
Andy Ross 7832738ae9 kernel/timeout: Make timeout arguments an opaque type 5 years ago
Andrew Boie a4c9190649 kernel: fix oops policy for k_thread_abort() 5 years ago
Andrew Boie 28be793cb6 kernel: delete separate logic for priv stacks 5 years ago
Andrew Boie 2dc2ecfb60 kernel: rename struct _k_object 5 years ago
Andrew Boie 2f3a89fa8d kernel: rename _k_object_assignment 5 years ago
Andrew Boie 4bad34e749 kernel: rename _k_thread_stack_element 5 years ago
Andrew Boie f2734ab022 kernel: use a union for kobject data values 5 years ago
Andrew Boie 322816eada kernel: add k_thread_join() 5 years ago
Joakim Andersson bd3b4b0caf kernel: Add static threads to k_thread_foreach functions 5 years ago
Andrew Boie c4fbc08347 kernel: fixup thread monitor locking 5 years ago
Andrew Boie 6cf496f324 kernel: use sched lock for k_thread_suspend/resume 5 years ago
Andy Ross a2f6826f9c kernel/thread: Don't clobber arch initialization of switch_handle 5 years ago
Andrew Boie efc5fe07a2 kernel: overhaul unused stack measurement 5 years ago
Anas Nashif 73008b427c tracing: move headers under include/tracing 5 years ago
Andy Ross 96ccc46e03 kernel/sched: Put k_thread_start() under a single lock 6 years ago
Anas Nashif 7605ac2c4c kernel: thread: fix string for _THREAD_PRESTART 6 years ago
Andy Ross 3235451880 kernel/swap: Add SMP "wait for switch" synchronization 6 years ago
Anas Nashif 0ad67650f2 tracing: better positioning of tracing points 6 years ago
Andy Ross 8bdabcc46b kernel/sched: Move thread suspend and abort under the scheduler lock 6 years ago
Anas Nashif 9e3e7f6dda kernel: use 'thread' for thread variable consistently 6 years ago
Radoslaw Koppel 2c529ce3b6 kernel: thread: k_thread_foreach_unlocked: Implement 6 years ago
Danny Oerndrup c9d78401cc spinlock: Make SPIN_VALIDATE a Kconfig option. 6 years ago
Andrew Boie b5c681071a kernel: don't use u32_t for data sizes 6 years ago
Andrew Boie e48ed6a980 kernel: use uintptr_t for kobject data 6 years ago
Andy Ross 50d0942f5e kernel/thread: Cancel timeouts on k_thread_suspend(), make schedule point 6 years ago
Flavio Ceolin 91fd6d0866 kernel: thread: Fix randomness problem with stack pointer random 6 years ago
Andrew Boie e09a0255da kernel: sychronize irq_offload() access 6 years ago
Andy Ross 8892406c1d kernel/sys_clock.h: Deprecate and convert uses of old conversions 6 years ago
Andrew Boie 4f77c2ad53 kernel: rename z_arch_ to arch_ 6 years ago
Stephanos Ioannidis 37d6241ecf kernel: Un-inline z_new_thread_init. 6 years ago
Stephanos Ioannidis 2d7460482d headers: Refactor kernel and arch headers. 6 years ago
Andrew Boie cb1dd7465b kernel: remove vestigal printk references 6 years ago
Andrew Boie e1ec59f9c2 kernel: renamespace z_is_in_isr() 6 years ago
Andrew Boie 61901ccb4c kernel: rename z_new_thread() 6 years ago
Andy Ross 6c283ca3d0 kernel/thread: Must always initialize is_idle field 6 years ago
Jim Shu e124670f0b kernel/spinlock: Fix a SMP race condition of SPIN_VALIDATE 6 years ago
Nicholas Lowell 5b322d9331 debug: tracing: add sys_trace_thread_name_set 6 years ago
Andy Ross 6564974bae userspace: Support for split 64 bit arguments 6 years ago
Pavlo Hamov 8076c8095b subsystem: kernel_shell: extend thread info 6 years ago
Andrew Boie f281b74c56 userspace: set stack object earlier 6 years ago
Andrew Boie 71ce8ceb18 kernel: consolidate error handling code 6 years ago
Ioannis Glaropoulos 0e67759985 kernel: fix #endif quard error for k_float_disable 6 years ago
Andrew Boie 38129ce1a6 kernel: fix CONFIG_THREAD_NAME from user mode. 6 years ago
Anas Nashif 9ab2a56751 cleanup: include/: move misc/printk.h to sys/printk.h 6 years ago
Anas Nashif 6ecadb03ab cleanup: include/: move misc/math_extras.h to sys/math_extras.h 6 years ago
Anas Nashif e1e05a2eac cleanup: include/: move atomic.h to sys/atomic.h 6 years ago
Anas Nashif 10291a0789 cleanup: include/: move tracing.h to debug/tracing.h 6 years ago
Anas Nashif 68c389c1f8 include: move system timer headers to include/drivers/timer/ 6 years ago
Ioannis Glaropoulos a6cb8b06db kernel: introduce k_float_disable system call 6 years ago
Nicolas Pitre aa9228854f linker generated list: provide an iterator to simplify list access 6 years ago