1. b8e0de2 kernel: mmu: fix bitmap set and clear under direct map by Daniel Leung · 1 year, 7 months ago
  2. 9c0ff33 kernel: rename shadow variables by Daniel Leung · 1 year, 8 months ago
  3. d16c5b9 kernel: canaries: Allow using TLS to store it by Flavio Ceolin · 1 year, 8 months ago
  4. 5c7c099 kernel: Add support to override banner by Chaitanya Tata · 1 year, 8 months ago
  5. 73944c6 kernel/sched: fix thread selection when ABORTING + PENDING by Vadim Shakirov · 1 year, 8 months ago
  6. bd5839e kernel: Fix wrap-around check in kernel/mmu.h by Peter Mitsis · 1 year, 8 months ago
  7. 77b7eb1 kernel/kheap: move to timepoint API by Nicolas Pitre · 1 year, 8 months ago
  8. 52e2f83 kernel/timeout: introduce the timepoint API by Nicolas Pitre · 1 year, 8 months ago
  9. d7119b8 kernel: dynamic: declare dynamic stubs when disabled by Christopher Friedt · 1 year, 8 months ago
  10. dcdebb6 kernel: dynamic: remove unnecessary size assignment by Christopher Friedt · 1 year, 8 months ago
  11. ed8355a kernel: userspace: Fix memory leak by Flavio Ceolin · 1 year, 8 months ago
  12. cbbe6d2 kernel: userspace: Simplify dinamyc objects by Flavio Ceolin · 1 year, 8 months ago
  13. 13a6c45 kernel: crude k_busy_wait() implementation by Nicolas Pitre · 1 year, 8 months ago
  14. b157031 kernel: split k_busy_wait() out of timeout.c by Nicolas Pitre · 1 year, 8 months ago
  15. 2b1106a kernel: userspace: Use only list for dynamic objs by Flavio Ceolin · 1 year, 8 months ago
  16. 4feb182 kernel: dynamic: Fix stack allocation logic by Flavio Ceolin · 1 year, 8 months ago
  17. 3b7e0b6 kernel: userspace: Dynamic thread stack object by Flavio Ceolin · 1 year, 8 months ago
  18. fc6d9ee kernel: dynamic: Support usermode thread stack by Flavio Ceolin · 1 year, 8 months ago
  19. 67e66e4 kernel: userspace: Add k_object_alloc_size by Flavio Ceolin · 1 year, 8 months ago
  20. 7b1b257 kernel: support dynamic thread stack allocation by Christopher Friedt · 1 year, 9 months ago
  21. e256b7d kernel: spinlock: LOCKED -> K_SPINLOCK by Florian Grandel · 1 year, 9 months ago
  22. 816d09c kernel: spinlock: expose LOCKED macro as public API by Florian Grandel · 1 year, 9 months ago
  23. 4ce1f03 kernel: event modification functions return previous value by Jordan Yates · 1 year, 9 months ago
  24. 5fa5534 doc: kernel: clocks: define "current time" by Florian Grandel · 1 year, 9 months ago
  25. 16b8191 SMP: fix build failure if SMP=y and SYS_CLOCK_EXISTS=n by Evgeniy Paltsev · 1 year, 9 months ago
  26. 48b201c device: make device dependencies optional by Gerard Marull-Paretas · 1 year, 9 months ago
  27. 1ebd76e pm: add prompt to DEVICE_DEPS_DYNAMIC by Gerard Marull-Paretas · 1 year, 9 months ago
  28. 319fbe5 device: s/HAS_DYNAMIC_DEVICE_HANDLES/DEVICE_DEPS_DYMAMIC by Gerard Marull-Paretas · 1 year, 9 months ago
  29. 5982d83 device: s/struct device.handles/struct device.deps by Gerard Marull-Paretas · 1 year, 9 months ago
  30. b93ccd2 kernel: syscalls: use zephyr_syscall_header by Daniel Leung · 1 year, 9 months ago
  31. 4f29930 pm: Fix cpus active count by Flavio Ceolin · 1 year, 10 months ago
  32. a08e23f kernel/sched: Fix SMP must-wait-for-switch conditions in abort/join by Andy Ross · 1 year, 10 months ago
  33. c3046f4 kernel/sched: Use new barrier and spin APIs by Andy Ross · 1 year, 10 months ago
  34. b89e427 kernel/sched: Rename/redocument wait_for_switch() -> z_sched_switch_spin() by Andy Ross · 1 year, 10 months ago
  35. 41520e8 kernel: mmu: add direct-map support in z_phys_map() by Hou Zhiqiang · 1 year, 10 months ago
  36. e2d0d1a kernel: allow for arch specific processing within busy loops by Nicolas Pitre · 1 year, 10 months ago
  37. 74a942e barriers: Introduce barrier operations by Carlo Caione · 1 year, 10 months ago
  38. df4be07 kernel: mmu: Fix Xtensa memory alignment issue by Flavio Ceolin · 1 year, 10 months ago
  39. c1afa5c kernel/atomic_c.c: prevent usage in SMP configs by Nicolas Pitre · 1 year, 10 months ago
  40. dacb3db iterable_sections: move to specific header by Gerard Marull-Paretas · 1 year, 10 months ago
  41. d537267 kernel/sched: Fix thread selection misordering with aborted threads by Andy Ross · 1 year, 10 months ago
  42. fa973d1 kernel: pin _kernel variable in case of paging by Qipeng Zha · 1 year, 10 months ago
  43. 9c0dd7e intel_adsp: ace20_lnl: Change LNL core count to 5 by Jaroslaw Stelter · 1 year, 11 months ago
  44. 0bc342f kernel: fix buffer overflow from incorrect K_MSGQ_DEFINE definition by Armin Brauns · 1 year, 11 months ago
  45. d0e58ad device: use iterable sections by Gerard Marull-Paretas · 1 year, 11 months ago
  46. 96a9055 kernel: idle: fix build error on arm-clang by Kumar Gala · 1 year, 11 months ago
  47. f444fca kernel: Minor k_sem_give() performance enhancement by Peter Mitsis · 1 year, 11 months ago
  48. 4d06166 device: allow NULL init function by Gerard Marull-Paretas · 2 years ago
  49. e1aa139 kernel: Remove unused absolute symbols by Peter Mitsis · 2 years ago
  50. 0b90fd5 samples, tests, boards: Switch main return type from void to int by Keith Packard · 2 years ago
  51. fc076f5 kernel: Switch main return type from void to int by Keith Packard · 2 years ago
  52. 4863c5f sys/util: extend usage of DIV_ROUND_UP by Gerard Marull-Paretas · 2 years ago
  53. a5fd0d1 init: remove the need for a dummy device pointer in SYS_INIT functions by Gerard Marull-Paretas · 2 years ago
  54. 0722b6f smp: Add BUILD_ASSERT to make sure Kconfig values are the same by Kumar Gala · 2 years ago
  55. 524ac8a sched: don't call k_sched_time_slice_set() during early init by Nicolas Pitre · 2 years ago
  56. 405611d sched: remove restriction on single-tick time slices by Nicolas Pitre · 2 years ago
  57. 907eea0 z_sched_init: don't use arch_num_cpus() by Nicolas Pitre · 2 years ago
  58. db3d51b pm: device_runtime: add `zephyr,pm-device-runtime-auto` by Jordan Yates · 2 years ago
  59. 5879d2d sched: minor time slicing cleanup by Nicolas Pitre · 2 years ago
  60. 877fc3d kernel: events: fix waitq timeout race condition by Aastha Grover · 2 years, 1 month ago
  61. 5537776 kernel: Add z_sched_wake_thread API by Aastha Grover · 2 years, 1 month ago
  62. a2dccf1 kernel: events: fix walking the waitq race condition by Aastha Grover · 2 years, 1 month ago
  63. c5c3ad9 kernel/sched: Close hole with cross-core timeslice expirations by Andy Ross · 2 years, 1 month ago
  64. f3afd5a kernel/sched: Use kernel timeouts for timeslice expirations by Andy Ross · 2 years, 1 month ago
  65. a06f9ac kernel: Remove unused derived offset symbols by Peter Mitsis · 2 years, 1 month ago
  66. fa23eb4 kernel: Remove unused generated offset symbols by Peter Mitsis · 2 years, 1 month ago
  67. 6a51a10 kernel/timer: fix period argument clamp handling by Nicolas Pitre · 2 years, 1 month ago
  68. d00f9b5 kernel/work: Fix race under with delayed work item cancellation by Andy Ross · 2 years, 1 month ago
  69. 1b49cd2 kernel: pipes: ISRs use a private pipe descriptor by Peter Mitsis · 2 years, 1 month ago
  70. 59cb96e kernel: pipes: Add spin lock/unlock barrier pair by Peter Mitsis · 2 years, 1 month ago
  71. 31dfd84f kernel: pipes: Change method of unpending waiters by Peter Mitsis · 2 years, 1 month ago
  72. 0037712 kernel: pipes: use wait queue walker to build list by Peter Mitsis · 2 years, 1 month ago
  73. ca58339 kernel: Add routine to walk a wait queue by Peter Mitsis · 2 years, 1 month ago
  74. e60af79 kernel: timer: Eliminate a race condition in expiration handling by Andrzej Głąbek · 2 years, 2 months ago
  75. 14bcc85 kernel: k_msgq: add peek at function by romain pelletant · 2 years, 2 months ago
  76. 256db60 kernel: mark z_cstart to not have stack protector by Daniel Leung · 2 years, 2 months ago
  77. 4a64bfe treewide: Use CONFIG_CPP instead of CONFIG_CPLUSPLUS by Stephanos Ioannidis · 2 years, 2 months ago
  78. 080464c kernel: banner: Remove unnecessary header by Flavio Ceolin · 2 years, 3 months ago
  79. 2757e71 kernel: sched: Remove possible deadcode by Flavio Ceolin · 2 years, 3 months ago
  80. 42db096 kernel: resolve static analysis false positives by Peter Mitsis · 2 years, 3 months ago
  81. 4108e14 ztest: provide sys_clock_tick_set syscall by Chris Friedt · 2 years, 3 months ago
  82. bba9fc9 kernel: Kconfig: Increase the main stack size for ARM when TEST by Jaxson Han · 2 years, 4 months ago
  83. caba2ad kernel: events: add function to clear events by Martin Jäger · 2 years, 4 months ago
  84. 58ece9d kernel: events: fix doc typo and remove empty lines by Martin Jäger · 2 years, 4 months ago
  85. 737d799 kernel: sched: fix ticks logging by Gerard Marull-Paretas · 2 years, 4 months ago
  86. 100eacc kernel: mmu: fix potential running out of virtual memory space by Daniel Leung · 2 years, 4 months ago
  87. fa5fd41 kernel: Add C++ main() support by Stephanos Ioannidis · 2 years, 5 months ago
  88. 4f458ba kernel: Convert away from CONFIG_MP_NUM_CPUS by Kumar Gala · 2 years, 5 months ago
  89. d1d20c0 kernel: banner: cleanup `#ifdef`'s by Jordan Yates · 2 years, 5 months ago
  90. 635f895 kernel: boot: add BOOT_DELAY dependency by Jordan Yates · 2 years, 5 months ago
  91. a1195ae smp: Move for loops to use arch_num_cpus instead of CONFIG_MP_NUM_CPUS by Kumar Gala · 2 years, 5 months ago
  92. 6393a7c smp: Kconfig: Move to using MP_MAX_NUM_CPUS by Kumar Gala · 2 years, 5 months ago
  93. 95cec04 kernel: When TLS, skip switched_out tracing hook from dummy thread by Keith Packard · 2 years, 5 months ago
  94. bf39f54 kernel: thread: Add casting to pointers in the log message by Krzysztof Chruscinski · 2 years, 5 months ago
  95. c778eb2 smp: Move arrays to use CONFIG_MP_MAX_NUM_CPUS by Kumar Gala · 2 years, 5 months ago
  96. 2530ba5 arch: smp: Allow for number of cpus to be determined at runtime by Kumar Gala · 2 years, 6 months ago
  97. e01bee5 kernel: idle: fix -Werror=misleading-indentation by Francois Ramu · 2 years, 6 months ago
  98. 495245a init: remove _SYS_INIT_LEVEL* definitions by Gerard Marull-Paretas · 2 years, 6 months ago
  99. 8312393 kernel: move z_sys_init_run_level to init.c by Gerard Marull-Paretas · 2 years, 6 months ago
  100. e42f58e init: s/ARCH/EARLY, call it just before arch kernel init by Gerard Marull-Paretas · 2 years, 6 months ago