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