1. ae394bf kernel: add support for event objects by Peter Mitsis · 3 years, 5 months ago
  2. ab4d69b kernel: work_q: use flags_get() in work_delayable_busy_get_locked(). by Chris Reed · 3 years, 5 months ago
  3. 2f359ae mmu: fix virt_region_alloc() unused region free when aligned by Neil Armstrong · 3 years, 5 months ago
  4. 7830f87 mmu: get virtual alignment from physical address by Neil Armstrong · 3 years, 5 months ago
  5. fbe7d72 comments: minor typo fixes by Stefan Eicher · 3 years, 6 months ago
  6. a627666 device: add fudge factor for handle padding by Martí Bolívar · 3 years, 6 months ago
  7. b94a11f Revert "device: supported devices visitor API" by Martí Bolívar · 3 years, 6 months ago
  8. dde3d6c timer: mask interrupts in timer's timeout handler. by Chen Peng1 · 3 years, 6 months ago
  9. b11e796 kernel/sched: Add CONFIG_CPU_MASK_PIN_ONLY by Andy Ross · 3 years, 6 months ago
  10. b155d06 kernel/sched: Factor out ready_q initialization by Andy Ross · 3 years, 6 months ago
  11. 387fdd2 kernel/sched: Refactor/simplify run queue accessors by Andy Ross · 3 years, 6 months ago
  12. c230fb3 kernel/sched: Simply de/queue_thread() by Andy Ross · 3 years, 6 months ago
  13. 76c309d kernel: thread: Fix thread runtime stats by Krzysztof Chruscinski · 3 years, 6 months ago
  14. 0f63d11 cmsis_rtos_v1: fix thread instances management. by Chen Peng1 · 3 years, 7 months ago
  15. 0d763e0 cmake/compiler/xcc: sched: Support XCC inlining semantics by Andy Ross · 3 years, 7 months ago
  16. 86f94eb kernel: init: remove empty lcov exclusion by Christopher Friedt · 3 years, 7 months ago
  17. 049e3ba kernel: add -ENOTSUP doc to arch_float_en-/dis-able() by Daniel Leung · 3 years, 7 months ago
  18. c6d077e soc: intel_adsp/cavs_v25: Add CPU halt and relaunch APIs by Andy Ross · 3 years, 7 months ago
  19. a77e756 kernel: Remove unused timeout_q from z_kernel by Stephanos Ioannidis · 3 years, 7 months ago
  20. 25e1b12 kernel: extract __weak main() into independent file by Torsten Rasmussen · 3 years, 7 months ago
  21. a28830b linker: align __itcm_load_start / __dtcm_data_load_start linker symbols by Torsten Rasmussen · 3 years, 7 months ago
  22. 510d7db linker: align _ramfunc_ram/rom_start/size linker symbol names by Torsten Rasmussen · 3 years, 7 months ago
  23. 65a2de8 linker: align __data_ram/rom_start/end linker symbol names by Torsten Rasmussen · 3 years, 7 months ago
  24. 9917de4 pm: fully initialize pm_device on Z_DEVICE_STATE_DEFINE by Gerard Marull-Paretas · 3 years, 7 months ago
  25. 5c4fff3 kernel: kheap: make init work with demand paging by Daniel Leung · 3 years, 7 months ago
  26. 2dfae4a kernel: demand_paging: allow reserving page frames by Daniel Leung · 3 years, 7 months ago
  27. 2117a2a kernel: app_smem: allowing pinning memory partitions by Daniel Leung · 3 years, 7 months ago
  28. e88afd2 kernel: mmu: pin/unpin boot sections during boot process by Daniel Leung · 3 years, 7 months ago
  29. f32ea44 kernel: demand_paging: clear BSS after paging is initialized by Daniel Leung · 3 years, 7 months ago
  30. 7771d27 kernel: mmu: move when page fault is counted by Daniel Leung · 3 years, 7 months ago
  31. ebbfde9 kernel: move z_main_stack into pinned section by Daniel Leung · 3 years, 7 months ago
  32. c38634f kernel: mmu: fix assigning unaligned addr to page frame by Daniel Leung · 3 years, 7 months ago
  33. d9aa414 kernel: work_q: Add an init function by Flavio Ceolin · 3 years, 7 months ago
  34. b01e41c device: supported devices visitor API by Jordan Yates · 3 years, 7 months ago
  35. 45f549d kernel: allow linking a prebuilt library instead of compiling by Daniel Leung · 3 years, 7 months ago
  36. bc3fda4 kernel: userspace: fix typo in the comments by Naiyuan Tian · 3 years, 7 months ago
  37. 8ed9cdd lib: add explanation comment in "work->handler" case by Maksim Masalski · 3 years, 7 months ago
  38. 7f36f90 kernel: drop unused priority related definitions by Fabio Baltieri · 3 years, 7 months ago
  39. f88a420 toolchain: migrate iterable sections calls to the external API by Fabio Baltieri · 3 years, 7 months ago
  40. 8eceeee pm: device: Add wakeup source API by Flavio Ceolin · 3 years, 8 months ago
  41. 497cb2e CPP: fix static objects init for MWDT toolchain by Evgeniy Paltsev · 3 years, 8 months ago
  42. c2cf1ad pm: device: remove usage of local states by Gerard Marull-Paretas · 3 years, 8 months ago
  43. f2e323f futex: Avoid unnecessary lock by Flavio Ceolin · 3 years, 8 months ago
  44. f07df42 kernel: make k_current_get() work without syscall by Andrew Boie · 3 years, 8 months ago
  45. 7032285 pm: device: move device busy APIs to pm subsystem by Gerard Marull-Paretas · 3 years, 8 months ago
  46. 339a6bd kernel: fix several typos in a comment in timeout.c by Guennadi Liakhovetski · 3 years, 8 months ago
  47. 45b70e1 smp: limit the scope of some SMP-only functions by Guennadi Liakhovetski · 3 years, 8 months ago
  48. dbc0be4 kernel: use proper macro to declare extern interrupt stacks by Daniel Leung · 3 years, 8 months ago
  49. 043507d kernel: native_posix: Don't run global C++ constructors by David Palchak · 3 years, 9 months ago
  50. 0ef77d4 kernel: Fix negative mutex lock_count value by Chih Hung Yu · 3 years, 9 months ago
  51. 8b3f36c kernel: move internal headers into include/kernel by Anas Nashif · 3 years, 9 months ago
  52. ae85da1 kernel: poll: fix coding guideline 15.7 missing comment by Jennifer Williams · 3 years, 10 months ago
  53. e9600a7 kernel: thread: add default case, remove unused break by Maksim Masalski · 3 years, 10 months ago
  54. 78ba2ec coding guidelines: add to function prototypes form named parameters by Maksim Masalski · 3 years, 10 months ago
  55. 70d721c Tracing: Incorrect Unlock Mutex Trace Hook Fix by Torbjörn Leksell · 3 years, 10 months ago
  56. dd574f6 kernel: stack_sentinel: disable in single-threaded builds by Ioannis Glaropoulos · 3 years, 10 months ago
  57. dfa4b7e kernel: mmu: z_backing_store* to k_mem_paging_backing_store* by Daniel Leung · 3 years, 10 months ago
  58. 31c362d kernel: mmu: rename z_eviction* to k_mem_paging_eviction* by Daniel Leung · 3 years, 10 months ago
  59. 4c85b46 kernel: k_sleep: fix return value for absolute timeout by Lauren Murphy · 3 years, 10 months ago
  60. 4084242 kernel: make MULTITHREADING promptless if single-thread not supported by Ioannis Glaropoulos · 3 years, 10 months ago
  61. 97281b3 pm: device_runtime: get rid of the spinlock by Flavio Ceolin · 3 years, 10 months ago
  62. 378a19d pm: device_runtime: Add helper to wait on async ops by Flavio Ceolin · 3 years, 10 months ago
  63. 970820e sched: create unique function name by Maksim Masalski · 3 years, 10 months ago
  64. 59b21a2 kernel: timeout: Fix adding of an absolute timeout by Andrzej Głąbek · 3 years, 10 months ago
  65. 851d14a kernel/sched: Remove "cooperative scheduling only" special cases by Andy Ross · 3 years, 10 months ago
  66. d6c9d40 userspace: remove dead code by Maksim Masalski · 3 years, 10 months ago
  67. 4b4068c kernel/device: add arg checking in z_device_ready() by Armando Visconti · 3 years, 10 months ago
  68. 656c095 kernel: work: fix race condition with cancel before work runs by Peter Bigot · 3 years, 10 months ago
  69. 929956d coding guidelines rule 14_3_j: add explicit case check by Maksim Masalski · 3 years, 10 months ago
  70. 7b9084c ztest: set thread name to test name by Anas Nashif · 3 years, 10 months ago
  71. bd07756 kernel/swap: Add assertion to catch lock-breaking context switches by Andy Ross · 3 years, 10 months ago
  72. 216dc5d kernel: mmu: remove un-needed call to virt_to_bitmap_offset by Daniel Leung · 3 years, 11 months ago
  73. 660d147 kernel: init.c: tag source for boot/pinned sections by Daniel Leung · 3 years, 11 months ago
  74. 1310ad6 linker: add bits for pinned regions by Daniel Leung · 3 years, 11 months ago
  75. d812728 linker: add bits for boot regions by Daniel Leung · 3 years, 11 months ago
  76. f000695 cache: Rename sys_{dcache,icache}_* to sys_{data,instr}_cache_* by Carlo Caione · 3 years, 11 months ago
  77. e233326 cache: Introduce external cache controller system support by Carlo Caione · 3 years, 11 months ago
  78. 4d994af kernel: remove object tracing by Anas Nashif · 3 years, 11 months ago
  79. 7a646b3 Tracing: Work Queue tracing by Torbjörn Leksell · 3 years, 11 months ago
  80. cae9a90 Tracing: Poll API and Work Poll tracing by Torbjörn Leksell · 3 years, 11 months ago
  81. 3a66d6c Tracing: Timer tracing by Torbjörn Leksell · 3 years, 11 months ago
  82. 65b376e Tracing: Memory Slab tracing by Torbjörn Leksell · 3 years, 11 months ago
  83. 80cd9da Tracing: Memory Heap tracing by Torbjörn Leksell · 3 years, 11 months ago
  84. fa9e64b Tracing: Pipe tracing by Torbjörn Leksell · 3 years, 11 months ago
  85. d2e7de5 Tracing: Mailbox tracing by Torbjörn Leksell · 3 years, 11 months ago
  86. 9ab447b Tracing: Message Queue tracing by Torbjörn Leksell · 3 years, 11 months ago
  87. 69e8869 Tracing: Memory Stack tracing by Torbjörn Leksell · 3 years, 11 months ago
  88. f984823 Tracing: Queue tracing by Torbjörn Leksell · 3 years, 11 months ago
  89. f171443 Tracing: Thread tracing by Torbjörn Leksell · 3 years, 11 months ago
  90. b93ff29 Tracing: Conditional variable tracing by Torbjörn Leksell · 3 years, 11 months ago
  91. ed6148a Tracing: Mutex tracing hooks by Torbjörn Leksell · 3 years, 11 months ago
  92. 82addd6 Tracing: Semaphore tracing documentation by Torbjörn Leksell · 3 years, 11 months ago
  93. fcf2fb6 Tracing: Semaphore tracing by Torbjörn Leksell · 3 years, 11 months ago
  94. 54324fd power: device_pm: Use spin lock instead of semaphore by Flavio Ceolin · 3 years, 11 months ago
  95. 8705c68 power: device_pm: Fix concurrence issues by Flavio Ceolin · 3 years, 11 months ago
  96. c318290 kernel: mmu: use bitarrays for k_mem_map/k_mem_unmap by Daniel Leung · 3 years, 11 months ago
  97. c254c58 kernel: mmu: add k_mem_unmap by Daniel Leung · 3 years, 11 months ago
  98. 085d376 kernel: mmu: introduce arch_page_phys_get() by Daniel Leung · 3 years, 11 months ago
  99. fe48f5a kernel: mmu: always use before/after guard pages for k_mem_map() by Daniel Leung · 3 years, 11 months ago
  100. e6df25f kernel: mmu: implement z_phys_unmap() by Daniel Leung · 3 years, 11 months ago