1. 360f810 kernel: Migrate to K_KERNEL_PINNED_STACK_ARRAY_DECLARE by Stephanos Ioannidis · 2 years, 9 months ago
  2. afffc10 kernel: remove redundant <zephyr/zephyr.h> includes by Gerard Marull-Paretas · 2 years, 9 months ago
  3. b4a7f0f linker: ensure global constructors only run once by David Palchak · 2 years, 10 months ago
  4. 275b40e kernel: Allow non-zephyr toolchains to advertise TLS support by Keith Packard · 2 years, 10 months ago
  5. fb61359 kernel/sched: Panic on aborting essential threads by Andy Ross · 2 years, 10 months ago
  6. 976e408 kernel: Fix gathering of runtime thread stats by Peter Mitsis · 2 years, 11 months ago
  7. 4fc00ca kernel: Allow Zephyr to use libc's internal errno by Keith Packard · 2 years, 11 months ago
  8. 9a848b3 kernel: workq: Add internal function z_work_submit_to_queue() by Lucas Dietrich · 2 years, 11 months ago
  9. cffefc8 kernel: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 11 months ago
  10. 1ef647f kernel: add `k_can_yield` helper function by Jordan Yates · 2 years, 11 months ago
  11. 88ba97f arch: arm: aarch32: cortex_a_r: Add shared FPU support by Bradley Bolen · 2 years, 11 months ago
  12. 551038e kernel: sched: Change cpu pin only for not executing threads by Flavio Ceolin · 2 years, 11 months ago
  13. 7a59ceb kernel/k_timer: Robustify vs. late interrupts by Andy Ross · 2 years, 11 months ago
  14. b4e9ef0 kernel/sched: Defer IPI sending to schedule points by Andy Ross · 2 years, 11 months ago
  15. 3267cd3 kernel/sched: Refactor IPI signaling by Andy Ross · 2 years, 11 months ago
  16. 8d94967 kernel/workq: Cleanup bespoke reschedule point by Andy Ross · 2 years, 11 months ago
  17. e9b288b kernel: mutex: remove unnecessary schedule locking by Peter Mitsis · 3 years ago
  18. a30cf39 kernel: update k_thread_state_str() API by Peter Mitsis · 3 years ago
  19. c9d0248 kernel: introduce convinience apu to pin thread to a cpu by Anas Nashif · 3 years ago
  20. d02a1e9 pm: Only resize power domains by Flavio Ceolin · 3 years ago
  21. 0b13b44 pm: device: Dynamically add a device to a power domain by Flavio Ceolin · 3 years ago
  22. 0b2ed38 kernel/timeout: Cleanup/speedup parallel announce logic by Andy Ross · 3 years ago
  23. 6654d4b kernel/device: Remove unknown external pointer by Tomasz Bursztyka · 3 years ago
  24. b1182bf kernel/timeout: Serialize handler callbacks on SMP by Andy Ross · 3 years ago
  25. 6224ecb kernel: Remove idle thread cpu index on single-core devices by Trond Einar Snekvik · 3 years ago
  26. c9e3e0d sched: formalize the passing of NULL to z_get_next_switch_handle() by Nicolas Pitre · 3 years ago
  27. f483b1b everywhere: fix typos by Nazar Kazakov · 3 years ago
  28. 460b37f kernel: SMP is Symmetric multiprocessing by Anas Nashif · 3 years ago
  29. 9713f0d everywhere: fix typos by Nazar Kazakov · 3 years ago
  30. 962b374 userspace: plug thread index leak in k_object_alloc() by Nicolas Pitre · 3 years ago
  31. 5573d8d kernel: use DEVICE_DT_GET_OR_NULL for entropy device by Gerard Marull-Paretas · 3 years ago
  32. ac079fc kernel: init: Simplify early rand get by Flavio Ceolin · 3 years ago
  33. 8db0e5a kernel: Reduce strncpy in z_impl_k_thread_name_set by null char by Dominik Ermel · 3 years, 1 month ago
  34. 3e69689 kernel: Add "per thread" timeslice mechanism by Andy Ross · 3 years, 1 month ago
  35. 95fb0de kconfig: remove Enable from boolean prompts by Gerard Marull-Paretas · 3 years, 1 month ago
  36. 2b210cb kernel: Refactor SMP cpu initialization a bit by Andy Ross · 3 years, 1 month ago
  37. b469164 kernel: mmu: add a log line for z_phys_unmap by Daniel Leung · 3 years, 1 month ago
  38. 3617398 kernel/init.c: missing memset() to early_memset() conversion by Nicolas Pitre · 3 years, 1 month ago
  39. 73453a3 arch: Add IRQ_OFFSET_NESTED feature by Andy Ross · 3 years, 1 month ago
  40. 678b76e kernel/init.c: allow for memset/memcpy alternatives during early boot by Nicolas Pitre · 3 years, 1 month ago
  41. 1da97e1 kernel: Add function for calculating stack usage by Krzysztof Chruscinski · 3 years, 1 month ago
  42. da28829 kernel: zero the bss section of OCM memory at boot time by Immo Birnbaum · 3 years, 1 month ago
  43. 47b7c2e kernel: Fix timeout issue with SYSTEM_CLOCK_SLOPPY_IDLE by Flavio Ceolin · 3 years, 1 month ago
  44. 75fd452 kernel/init.c: Initialise logging subsystem after arch by Ederson de Souza · 3 years, 2 months ago
  45. 11f8f66 kernel: Update CPU runtime stats of non-idle time by Peter Mitsis · 3 years, 2 months ago
  46. bb5d644 pm: Do not suspend during kernel initialization by Flavio Ceolin · 3 years, 2 months ago
  47. 7c6b016 kernel: introduce hidden CONFIG_KERNEL_VM_SUPPORT by Daniel Leung · 3 years, 2 months ago
  48. 2e5501a kernel: move CONFIG_MMU into kernel Kconfig by Daniel Leung · 3 years, 2 months ago
  49. 88cfd33 kernel: arch: no need for #ifdef MMU in header by Daniel Leung · 3 years, 2 months ago
  50. 50c7c7b sys: time_units: Add Kconfig option for algorithm selection by Krzysztof Chruscinski · 3 years, 2 months ago
  51. 38f00bd kernel: smp: change back the order of SMP thread and timer initialization by Enjia Mai · 3 years, 2 months ago
  52. d3b030b kernel: remove @return doc for void functions by Daniel Leung · 3 years, 2 months ago
  53. 3457118 kernel/smp: Fix races in SMP initialization by Andy Ross · 3 years, 2 months ago
  54. d1353a4 kernel: pipes: add pipe flush routines by Peter Mitsis · 3 years, 2 months ago
  55. da7fbad kernel: pipes: fix race condition by Peter Mitsis · 3 years, 2 months ago
  56. 7aa874a kernel: pipes: refactor by Peter Mitsis · 3 years, 2 months ago
  57. 434cd15 kernel: remove NUM_PIPE_ASYNC_MSGS by Peter Mitsis · 3 years, 2 months ago
  58. ecd3164 kernel: pipes: fix build warnings by Peter Mitsis · 3 years, 2 months ago
  59. 0ebd6c7 kernel/sched: enable/disable runtime stats by Peter Mitsis · 3 years, 2 months ago
  60. 4eb1dd0 kernel: extend CPU runtime stats by Peter Mitsis · 3 years, 2 months ago
  61. 572f1db kernel: extend thread runtime stats by Peter Mitsis · 3 years, 2 months ago
  62. 5deaffb kernel: update z_sched_thread_usage() by Peter Mitsis · 3 years, 2 months ago
  63. 82c3d53 kernel: move thread usage routines to own file by Peter Mitsis · 3 years, 2 months ago
  64. 48f5164 kernel: Fix typo in macro name by Peter Mitsis · 3 years, 3 months ago
  65. 0b0435a device: deprecate (z_)device_usable_check by Gerard Marull-Paretas · 3 years, 3 months ago
  66. 47bfb6f device: implement device_is_ready as syscall by Gerard Marull-Paretas · 3 years, 3 months ago
  67. b2b8fdf device: s/z_device_ready/z_device_is_ready by Gerard Marull-Paretas · 3 years, 3 months ago
  68. b208e58 kernel/swap: Initialize dummy thread's resource pool by Berend Ozceri · 3 years, 3 months ago
  69. fb1c36f build: hide z_priq_mq_add/z_priq_mq_remove by Jeremy Bettis · 3 years, 3 months ago
  70. b6dd960 kernel: userspace: fix dynamic kernel object alignment by Daniel Leung · 3 years, 3 months ago
  71. f8b76f3 kernel: add 'static' keyword to select routines by Peter Mitsis · 3 years, 3 months ago
  72. d4826d8 kernel: work: remove unused if statement by Lixin Guo · 3 years, 3 months ago
  73. 1e0a36c build: Remove unused functions by Jeremy Bettis · 3 years, 3 months ago
  74. 55350a9 kernel: userspace: Fix address-of-packed-mem warning by Carles Cufi · 3 years, 4 months ago
  75. 2000cdf kernel: mmu: Fix access to unpacked member inside packed struct by Carles Cufi · 3 years, 4 months ago
  76. 650a629 debug: gdbstub: remove start argument from z_gdb_main_loop() by Daniel Leung · 3 years, 4 months ago
  77. 623ed5a pm: Remove invalid comments by Flavio Ceolin · 3 years, 4 months ago
  78. 7226247 pm: idle: Remove not necessary branch by Flavio Ceolin · 3 years, 4 months ago
  79. 5287ce8 poll: modify the function z_vrfy_k_poll by NingX Zhao · 3 years, 4 months ago
  80. fff9180 kernel: mmu: make virtual region bitmap static by Daniel Leung · 3 years, 4 months ago
  81. f515aa0 device: supported devices visitor API by Jordan Yates · 3 years, 4 months ago
  82. a603171 kernel: mem_domain: k_mem_domain_add_thread to return errors by Daniel Leung · 3 years, 4 months ago
  83. bb595a8 kernel: mem_domain: add/remove partition funcs to return errors by Daniel Leung · 3 years, 4 months ago
  84. fb91ce2 kernel: mem_domain: init function to return error values by Daniel Leung · 3 years, 4 months ago
  85. c0808e3 logging: Minimal mode configuration cleanup by Krzysztof Chruscinski · 3 years, 4 months ago
  86. 7dd4297 pm: Remove unused parameter by Flavio Ceolin · 3 years, 4 months ago
  87. 86d8b36 Tracing: k_free tracing hook heap reference added by Torbjörn Leksell · 3 years, 4 months ago
  88. 44b8a0d scripts: gen_handles.py: remove size restrictions by Jordan Yates · 3 years, 4 months ago
  89. 6aa783e kernel: mmu: exclude some funcs from coverage by Lixin Guo · 3 years, 4 months ago
  90. 410f911 kernel/sched: Separate idle from app thread stats in THREAD_USAGE by Andy Ross · 3 years, 5 months ago
  91. f169c5b kernel: Swap RUNTIME_STATS implementation by Andy Ross · 3 years, 5 months ago
  92. 5235145 kernel/sched: Add timing.h support to thread_usage by Andy Ross · 3 years, 5 months ago
  93. b62d6e1 kernel/sched: Add an optional "all" counter for thread_usage by Andy Ross · 3 years, 5 months ago
  94. 4ae3250 sched: Hook SCHED_USAGE from existing tracing hook by Andy Ross · 3 years, 5 months ago
  95. 40d12c1 kernel/sched: Add "thread_usage" API for thread runtime cycle monitoring by Andy Ross · 3 years, 5 months ago
  96. 8979fbc kernel: timer: Call user handler without spinlock by Krzysztof Chruscinski · 3 years, 5 months ago
  97. 9444480 pm: Better return type for pm_system_suspend by Flavio Ceolin · 3 years, 5 months ago
  98. 7dee7a6 kernel/sched: Fix race with thread return values by Andy Ross · 3 years, 5 months ago
  99. f8f3c00 kernel: thread.c: remove unused THREAD_COOKIE macro. by Chris Reed · 3 years, 5 months ago
  100. ae394bf kernel: add support for event objects by Peter Mitsis · 3 years, 5 months ago