- 4d994af kernel: remove object tracing by Anas Nashif · 3 years, 11 months ago
- 7a646b3 Tracing: Work Queue tracing by Torbjörn Leksell · 3 years, 11 months ago
- cae9a90 Tracing: Poll API and Work Poll tracing by Torbjörn Leksell · 3 years, 11 months ago
- 80cd9da Tracing: Memory Heap tracing by Torbjörn Leksell · 3 years, 11 months ago
- d765445 Tracing: LIFO Tracing by Torbjörn Leksell · 3 years, 11 months ago
- 83ae27b Tracing: FIFO Tracing by Torbjörn Leksell · 3 years, 11 months ago
- f984823 Tracing: Queue tracing by Torbjörn Leksell · 3 years, 11 months ago
- 16bbb8e Tracing: Trace hook support macros by Torbjörn Leksell · 3 years, 11 months ago
- 09a31ce kernel: deprecate old k_work API by Peter Bigot · 3 years, 11 months ago
- 8d07b77 smp: add a Kconfig option to delay booting secondary CPUs by Guennadi Liakhovetski · 4 years ago
- c482a57 kernel: heap: Add support for CONFIG_MULTITHREADING=n by Krzysztof Chruscinski · 4 years ago
- 3b4b7c3 kernel: mem_slab: Add support to no multithreading by Krzysztof Chruscinski · 4 years ago
- 9de14e8 kernel: flag isr-ok functions using funcprops by Gerard Marull-Paretas · 4 years ago
- 707dc22 kernel: fix error in synchronous work cancellation return value by Peter Bigot · 4 years ago
- b445f13 kernel: Allow k_poll on message queues by Nick Graves · 4 years ago
- c355b7e kernel: move workqueue API reference by Anas Nashif · 4 years ago
- 0dc7b9e k_current_get(): make it a "const" function by Nicolas Pitre · 4 years ago
- 2bed37e mem_slab: move global lock to per slab lock by Nicolas Pitre · 4 years ago
- 25c87db kernel/arch: cleanup function definitions by Anas Nashif · 4 years ago
- 087fb94 kernel: fix XCC compilation with k_poll event initializer by Daniel Leung · 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
- b503be2 kernel: poll: rename reserved 'signal' symbol by Anas Nashif · 4 years ago
- 6525975 kernel: pipes: remove simple dead function k_pipe_block_put by Shihao Shen · 4 years ago
- a3e0f8c doc: Replace *_thread_resource_pool_assign with k_thread_heap_assign by Yasushi SHOJI · 4 years, 1 month ago
- 53b8179 kernel: sem: handle resets with outstanding waiting threads by James Harris · 4 years, 1 month ago
- b104281 kernel: sem: add K_SEM_MAX_LIMIT by James Harris · 4 years, 1 month ago
- 7aefa3d include: kernel: fix checkpatch line spacing warning by Peter Bigot · 4 years, 1 month ago
- b706a5e kernel: remove old work queue implementation by Peter Bigot · 4 years, 1 month ago
- 4e3b926 kernel: provide functional equivalent to old userspace work queue API by Peter Bigot · 4 years, 1 month ago
- dc34e7c kernel: add new work queue implementation by Peter Bigot · 4 years, 1 month ago
- 44539ed kernel: select work queue implementation by Peter Bigot · 4 years, 1 month ago
- 3d58398 kernel: refactor to separate k_work_poll from k_work by Peter Bigot · 4 years, 1 month ago
- 23f699b kernel/include: Elaborate documentation for k_thread_{abort,join}() by Andy Ross · 4 years, 1 month ago
- ce44048 x86: rename CONFIG_SSE* to CONFIG_X86_SSE* by Daniel Leung · 4 years, 1 month ago
- 9a594a0 lib/p4wq: Fix race with completed work items by Andy Ross · 4 years, 1 month ago
- a7843e2 kernel: remove k_mem_pool API remnants by Nicolas Pitre · 4 years, 2 months ago
- d922fed doc: Fix sys_mutex and futex missing documentation by Lauren Murphy · 4 years, 2 months ago
- 0ab314f kernel: const-qualify objects used to calculate delay values by Peter Bigot · 4 years, 2 months ago
- 06eb489 kernel: add condition variables by Anas Nashif · 4 years, 2 months ago
- ef62657 kernel/sched: Optimize deadline comparison by Andy Ross · 4 years, 2 months ago
- fadef43 kernel: describe detailed means of K_FP_REGS flag by Katsuhiro Suzuki · 4 years, 2 months ago
- fc1b5de kernel: move thread definitions to thread.h by Anas Nashif · 4 years, 3 months ago
- 135ffaf kernel/k_malloc: add k_aligned_alloc by Christopher Friedt · 4 years, 3 months ago
- c10d4b3 power: move z_pm_save_idle_exit prototype to power.h by Anas Nashif · 4 years, 4 months ago
- e0f3833 power: remove SYS_ and sys_ prefixes by Anas Nashif · 4 years, 4 months ago
- dbac76f doc: fix doxygen groups for k_heap by Anas Nashif · 4 years, 4 months ago
- 34d7c78 kernel: add k_heap_aligned_alloc by Maximilian Bachmann · 4 years, 4 months ago
- 3c2c1d8 kernel: Remove z_mem_pool wrapper internals by Andy Ross · 4 years, 4 months ago
- 9028ba5 kernel: Remove k_mem_pool API by Andy Ross · 4 years, 4 months ago
- c770cab kernel: Make thread resource pools into sys_heaps by Andy Ross · 4 years, 4 months ago
- 6965cf5 kernel: Deprecate k_mem_pool APIs by Andy Ross · 4 years, 4 months ago
- 8a6aee9 kernel: Make the "heap" backend to mem_pool default by Andy Ross · 4 years, 4 months ago
- 7986f94 kernel: Add K_DELAYED_WORK_DEFINE by Trond Einar Snekvik · 4 years, 4 months ago
- 19c2f78 include: kernel.h: correct cast in K_TIMEOUT_ABS_* by Martin Jäger · 4 years, 4 months ago
- 104f100 kernel: memslab: Add maximum mem_slab utilization trace by Kamil Lazowski · 4 years, 4 months ago
- fd7a68d kernel: use timing functions to gather thread runtime stats by Daniel Leung · 4 years, 5 months ago
- fc577c4 kernel: gather basic thread runtime statistics by Daniel Leung · 4 years, 5 months ago
- 202adf5 kernel: Rename struct _poller by Andy Ross · 4 years, 5 months ago
- dadc664 kernel/poll: Move "_poller" into thread struct, fix COHERENCE collision by Andy Ross · 4 years, 5 months ago
- 310f60f kernel/poll: Store the work queue in the triggered work poll items by Andy Ross · 4 years, 5 months ago
- 6c82745 kernel/poll: Use a separate thread backpointer for triggered work by Andy Ross · 4 years, 5 months ago
- 0c7af40 kernel/poll: Make the poll callback a single-byte enum instead by Andy Ross · 4 years, 5 months ago
- 4d6bc47 kernel: improve k_thread_user_mode_enter() docs 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
- 933b420 kernel: add context pointer to thread->fn_abort by Andrew Boie · 4 years, 5 months ago
- d2c7179 kernel: document k_sleep with K_FOREVER by Anas Nashif · 4 years, 5 months ago
- 95bbc74 kernel: move kernel object APIs to own header by Andrew Boie · 4 years, 6 months ago
- cbff3e3 doc: kernel: workqueue: correct documentation of delayed work API by Peter Bigot · 4 years, 6 months ago
- 923caad kernel: delayed_work: update k_delayed_work_cancel documentation by Peter Bigot · 4 years, 6 months ago
- 16fe3af kernel: delayed_work: note restriction in re-using delayed work items by Peter Bigot · 4 years, 6 months ago
- 8f9410a kernel: work: clarify effect of resubmitting pending items by Peter Bigot · 4 years, 6 months ago
- b95e960 kernel: move k_heap definition by Andrew Boie · 4 years, 6 months ago
- 680ec0b queue: Fixed using incorrect init macro by Toby Firth · 4 years, 6 months ago
- c8b94f4 kernel: Remove deprecated APIs and MACROs from 2.3 by Kumar Gala · 4 years, 6 months ago
- 82a98d7 kernel: timer: clarification on k_timer_stop_t requirements by Peter A. Bigot · 4 years, 6 months ago
- f1b86ca kernel: timer: update k_timer API for const correctness by Peter A. Bigot · 4 years, 6 months ago
- 16a4081 kernel: timer: update _timeout API for const correctness by Peter A. Bigot · 4 years, 6 months ago
- 83b9f69 code-guideline: Fixing code violation 10.4 Rule by Aastha Grover · 4 years, 6 months ago
- 88e756e kernel: document interrupt behavior of k_cpu_atomic_idle by Peter Bigot · 4 years, 6 months ago
- e0ca403 kernel: add assert for mis-used k_thread_create() by Andrew Boie · 4 years, 6 months ago
- f29a2d1 doc: Clarify semantics of k_msgq_put by Lauren Murphy · 4 years, 6 months ago
- 04d3c3c docs: ref: kernel: memoryslabs: Adding notes if APIs called from ISR by Spoorthy Priya Yerabolu · 4 years, 6 months ago
- 39fa56b doc: update Kconfig options to use @option ALIAS by Fabio Utzig · 4 years, 7 months ago
- 2fcf762 userspace: update k_object API to support immutable objects by Peter Bigot · 4 years, 7 months ago
- 9247e8b code-guideline: Tag name should be a unique identifier by Spoorthy Priya Yerabolu · 4 years, 7 months ago
- 75d5c0b userspace: move mem domain defines by Andrew Boie · 4 years, 7 months ago
- f327ed2 kernel: Add note regarding safe use of the k_work_pending return value by Joakim Andersson · 4 years, 8 months ago
- ea95904 kernel: Add k_delayed_work_pending to check if work has been submitted by Joakim Andersson · 4 years, 8 months ago
- 8ce260d kernel: introduce supervisor-only stacks by Andrew Boie · 4 years, 8 months ago
- 82b5940 kernel: clarify k_thread_create() docs by Andrew Boie · 4 years, 8 months ago
- b0c155f kernel: overhaul stack specification by Andrew Boie · 4 years, 8 months ago
- 0ff33d1 doc: fix usage of :c:type by Anas Nashif · 4 years, 9 months ago
- 5682117 doc: replace lifo/fifo with LIFO/FIFO by Anas Nashif · 4 years, 9 months ago
- e37c785 kernel: fix timer initializer field order by Peter Bigot · 4 years, 9 months ago
- 7a7c420 kernel: k_poll: Clarify events parameter description by Christian Taedcke · 4 years, 9 months ago
- 2c5d404 kernel: logging: convert K_DEBUG to LOG_DBG by Anas Nashif · 4 years, 9 months ago
- 45979da linker: add iterable section macros by Andrew Boie · 4 years, 9 months ago
- 1b4b938 sys: util: Added separator to FOR_EACH_ macros by Krzysztof Chruscinski · 4 years, 10 months ago