- b11e796 kernel/sched: Add CONFIG_CPU_MASK_PIN_ONLY by Andy Ross · 3 years, 6 months ago
- 76c309d kernel: thread: Fix thread runtime stats by Krzysztof Chruscinski · 3 years, 6 months ago
- f88a420 toolchain: migrate iterable sections calls to the external API by Fabio Baltieri · 3 years, 8 months ago
- e9600a7 kernel: thread: add default case, remove unused break by Maksim Masalski · 3 years, 10 months ago
- dd574f6 kernel: stack_sentinel: disable in single-threaded builds by Ioannis Glaropoulos · 3 years, 10 months ago
- f171443 Tracing: Thread tracing by Torbjörn Leksell · 3 years, 11 months ago
- b8fb353 kernel: Move k_busy_wait from thread to timeout by Krzysztof Chruscinski · 4 years ago
- f6f951c kernel: Fix 10.4 violations by Flavio Ceolin · 4 years ago
- 3f4f3f6 kernel: make tests of a value against zero should be made explicit by Anas Nashif · 4 years ago
- 25c87db kernel/arch: cleanup function definitions by Anas Nashif · 4 years ago
- bbbc38b kernel: Make both operands of operators of same essential type category by Anas Nashif · 4 years ago
- 19db485 kernel: arch: use ENOTSUP instead of ENOSYS in k_float_disable() by Katsuhiro Suzuki · 4 years ago
- 59903e2 kernel: arch: introduce k_float_enable() by Katsuhiro Suzuki · 4 years ago
- 33c9be9 kernel: fix TOCTTOU issue in k_thread_name_set by James Harris · 4 years, 1 month ago
- 6fb6d3c kernel: Add new k_thread_abort()/k_thread_join() by Andy Ross · 4 years, 1 month ago
- c0c8cb0 kernel: Remove abort and join implementation (UNBISECTABLE) by Andy Ross · 4 years, 1 month ago
- 8e16012 kernel/thread: Initialize pended_on field of struct thread_base by Andy Ross · 4 years, 1 month ago
- ecdc770 kernel: thread: do not assert on tests by Anas Nashif · 4 years, 1 month ago
- 39f632e kernel: fix usage of KERNEL_COHERENCE macro by Anas Nashif · 4 years, 2 months ago
- d1495e9 kernel: fix arch_mem_coherent() call in spinlock by Daniel Leung · 4 years, 2 months ago
- 0ab314f kernel: const-qualify objects used to calculate delay values by Peter Bigot · 4 years, 2 months ago
- e956639 kernel: Remove CONFIG_LEGACY_TIMEOUT_API by Andy Ross · 4 years, 2 months ago
- 00d7f2c kernel: thread: make offload_sem visible for releasing it outside by Enjia Mai · 4 years, 4 months ago
- 87dddda Revert "kernel: fix usage of KERNEL_COHERENCE macro" by Anas Nashif · 4 years, 4 months ago
- 67c5e6b kernel: fix usage of KERNEL_COHERENCE macro by Anas Nashif · 4 years, 4 months ago
- 3ed8083 kernel: Cleanup logger setup in kernel files by Krzysztof Chruscinski · 4 years, 4 months ago
- fd7a68d kernel: use timing functions to gather thread runtime stats by Daniel Leung · 4 years, 5 months ago
- 11e6b43 tracing: roll thread switch in/out into thread stats functions by Daniel Leung · 4 years, 5 months ago
- fc577c4 kernel: gather basic thread runtime statistics by Daniel Leung · 4 years, 5 months ago
- 0e30c6a kernel: wipe TLS when dropping to user mode by Andrew Boie · 4 years, 5 months ago
- 62cf196 kernel: support using thread local storage for errno by Daniel Leung · 4 years, 5 months ago
- 02b2035 kernel: add common bits to support TLS by Daniel Leung · 4 years, 5 months ago
- a8d5437 soc/xtensa: Misc. checkpatch fixups by Andy Ross · 4 years, 5 months ago
- f6d32ab kernel: Add cache coherence management framework by Andy Ross · 4 years, 5 months ago
- b5a71f7 userspace: remove threads from domain on abort by Andrew Boie · 4 years, 5 months ago
- 211e5b7 kernel: k_busy_wait() should return immediately on zero timeout by David Komel · 4 years, 6 months ago
- 83b9f69 code-guideline: Fixing code violation 10.4 Rule by Aastha Grover · 4 years, 6 months ago
- e0ca403 kernel: add assert for mis-used k_thread_create() by Andrew Boie · 4 years, 6 months ago
- ae5a761 kernel: Apply IRQ offload API change by Tomasz Bursztyka · 4 years, 7 months ago
- 9bfc8d8 userspace: introduce default memory domain by Andrew Boie · 4 years, 7 months ago
- 8ce260d kernel: introduce supervisor-only stacks by Andrew Boie · 4 years, 8 months ago
- e4cc84a kernel: update arch_switch_to_main_thread() by Andrew Boie · 4 years, 8 months ago
- b0c155f kernel: overhaul stack specification by Andrew Boie · 4 years, 8 months ago
- 62eb7d9 arch_interface: remove unnecessary params by Andrew Boie · 4 years, 8 months ago
- c4f7fae random: Include header where it is used by Flavio Ceolin · 4 years, 9 months ago
- 8aa3dc3 kernel: cleanup header inclusion by Anas Nashif · 4 years, 9 months ago
- a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
- 378024c userspace: add z_is_in_user_syscall() by Andrew Boie · 4 years, 10 months ago
- 743ff98 kernel: wipe TLS before dropping to user mode by Andrew Boie · 4 years, 11 months ago
- aaf9320 kconfig: Rename CONFIG_FP_SHARING to CONFIG_FPU_SHARING by Stephanos Ioannidis · 5 years ago
- aac2220 kernel: Revert: "Add static threads to k_thread_foreach functions" by Joakim Andersson · 5 years ago
- 0e6ede8 kconfig: Rename CONFIG_FLOAT to CONFIG_FPU by Stephanos Ioannidis · 5 years ago
- 618426d kernel: add Z_STACK_PTR_ALIGN ARCH_STACK_PTR_ALIGN by Andrew Boie · 5 years ago
- 1f6f977 kernel: centralize new thread priority check by Andrew Boie · 5 years ago
- c0df99c kernel: reduce scope of z_new_thread_init() by Andrew Boie · 5 years ago
- 5a5d3da kernel/timeout: Add timeout remaining/expires APIs by Andy Ross · 5 years ago
- 7832738 kernel/timeout: Make timeout arguments an opaque type by Andy Ross · 5 years ago
- a4c9190 kernel: fix oops policy for k_thread_abort() by Andrew Boie · 5 years ago
- 28be793 kernel: delete separate logic for priv stacks by Andrew Boie · 5 years ago
- 2dc2ecf kernel: rename struct _k_object by Andrew Boie · 5 years ago
- 2f3a89f kernel: rename _k_object_assignment by Andrew Boie · 5 years ago
- 4bad34e kernel: rename _k_thread_stack_element by Andrew Boie · 5 years ago
- f2734ab kernel: use a union for kobject data values by Andrew Boie · 5 years ago
- 322816e kernel: add k_thread_join() by Andrew Boie · 5 years ago
- bd3b4b0 kernel: Add static threads to k_thread_foreach functions by Joakim Andersson · 5 years ago
- c4fbc08 kernel: fixup thread monitor locking by Andrew Boie · 5 years ago
- 6cf496f kernel: use sched lock for k_thread_suspend/resume by Andrew Boie · 5 years ago
- a2f6826 kernel/thread: Don't clobber arch initialization of switch_handle by Andy Ross · 5 years ago
- efc5fe0 kernel: overhaul unused stack measurement by Andrew Boie · 5 years ago
- 73008b4 tracing: move headers under include/tracing by Anas Nashif · 5 years ago
- 96ccc46 kernel/sched: Put k_thread_start() under a single lock by Andy Ross · 5 years ago
- 7605ac2 kernel: thread: fix string for _THREAD_PRESTART by Anas Nashif · 5 years ago
- 3235451 kernel/swap: Add SMP "wait for switch" synchronization by Andy Ross · 5 years ago
- 0ad6765 tracing: better positioning of tracing points by Anas Nashif · 5 years ago
- 8bdabcc kernel/sched: Move thread suspend and abort under the scheduler lock by Andy Ross · 5 years ago
- 9e3e7f6 kernel: use 'thread' for thread variable consistently by Anas Nashif · 5 years ago
- 2c529ce kernel: thread: k_thread_foreach_unlocked: Implement by Radoslaw Koppel · 5 years ago
- c9d7840 spinlock: Make SPIN_VALIDATE a Kconfig option. by Danny Oerndrup · 5 years ago
- b5c6810 kernel: don't use u32_t for data sizes by Andrew Boie · 5 years ago
- e48ed6a kernel: use uintptr_t for kobject data by Andrew Boie · 5 years ago
- 50d0942 kernel/thread: Cancel timeouts on k_thread_suspend(), make schedule point by Andy Ross · 5 years ago
- 91fd6d0 kernel: thread: Fix randomness problem with stack pointer random by Flavio Ceolin · 5 years ago
- e09a025 kernel: sychronize irq_offload() access by Andrew Boie · 5 years ago
- 8892406 kernel/sys_clock.h: Deprecate and convert uses of old conversions by Andy Ross · 5 years ago
- 4f77c2a kernel: rename z_arch_ to arch_ by Andrew Boie · 5 years ago
- 37d6241 kernel: Un-inline z_new_thread_init. by Stephanos Ioannidis · 5 years ago
- 2d74604 headers: Refactor kernel and arch headers. by Stephanos Ioannidis · 5 years ago
- cb1dd74 kernel: remove vestigal printk references by Andrew Boie · 5 years ago
- e1ec59f kernel: renamespace z_is_in_isr() by Andrew Boie · 5 years ago
- 61901cc kernel: rename z_new_thread() by Andrew Boie · 5 years ago
- 6c283ca kernel/thread: Must always initialize is_idle field by Andy Ross · 6 years ago
- e124670 kernel/spinlock: Fix a SMP race condition of SPIN_VALIDATE by Jim Shu · 6 years ago
- 5b322d9 debug: tracing: add sys_trace_thread_name_set by Nicholas Lowell · 6 years ago
- 6564974 userspace: Support for split 64 bit arguments by Andy Ross · 6 years ago
- 8076c80 subsystem: kernel_shell: extend thread info by Pavlo Hamov · 6 years ago
- f281b74 userspace: set stack object earlier by Andrew Boie · 6 years ago
- 71ce8ce kernel: consolidate error handling code by Andrew Boie · 6 years ago
- 0e67759 kernel: fix #endif quard error for k_float_disable by Ioannis Glaropoulos · 6 years ago
- 38129ce kernel: fix CONFIG_THREAD_NAME from user mode. by Andrew Boie · 6 years ago
- 9ab2a56 cleanup: include/: move misc/printk.h to sys/printk.h by Anas Nashif · 6 years ago