1. fb1c36f build: hide z_priq_mq_add/z_priq_mq_remove by Jeremy Bettis · 3 years, 3 months ago
  2. b6dd960 kernel: userspace: fix dynamic kernel object alignment by Daniel Leung · 3 years, 3 months ago
  3. f8b76f3 kernel: add 'static' keyword to select routines by Peter Mitsis · 3 years, 4 months ago
  4. d4826d8 kernel: work: remove unused if statement by Lixin Guo · 3 years, 4 months ago
  5. 1e0a36c build: Remove unused functions by Jeremy Bettis · 3 years, 4 months ago
  6. 55350a9 kernel: userspace: Fix address-of-packed-mem warning by Carles Cufi · 3 years, 4 months ago
  7. 2000cdf kernel: mmu: Fix access to unpacked member inside packed struct by Carles Cufi · 3 years, 4 months ago
  8. 650a629 debug: gdbstub: remove start argument from z_gdb_main_loop() by Daniel Leung · 3 years, 4 months ago
  9. 623ed5a pm: Remove invalid comments by Flavio Ceolin · 3 years, 4 months ago
  10. 7226247 pm: idle: Remove not necessary branch by Flavio Ceolin · 3 years, 4 months ago
  11. 5287ce8 poll: modify the function z_vrfy_k_poll by NingX Zhao · 3 years, 4 months ago
  12. fff9180 kernel: mmu: make virtual region bitmap static by Daniel Leung · 3 years, 4 months ago
  13. f515aa0 device: supported devices visitor API by Jordan Yates · 3 years, 4 months ago
  14. a603171 kernel: mem_domain: k_mem_domain_add_thread to return errors by Daniel Leung · 3 years, 4 months ago
  15. bb595a8 kernel: mem_domain: add/remove partition funcs to return errors by Daniel Leung · 3 years, 4 months ago
  16. fb91ce2 kernel: mem_domain: init function to return error values by Daniel Leung · 3 years, 4 months ago
  17. c0808e3 logging: Minimal mode configuration cleanup by Krzysztof Chruscinski · 3 years, 4 months ago
  18. 7dd4297 pm: Remove unused parameter by Flavio Ceolin · 3 years, 4 months ago
  19. 86d8b36 Tracing: k_free tracing hook heap reference added by Torbjörn Leksell · 3 years, 4 months ago
  20. 44b8a0d scripts: gen_handles.py: remove size restrictions by Jordan Yates · 3 years, 5 months ago
  21. 6aa783e kernel: mmu: exclude some funcs from coverage by Lixin Guo · 3 years, 5 months ago
  22. 410f911 kernel/sched: Separate idle from app thread stats in THREAD_USAGE by Andy Ross · 3 years, 5 months ago
  23. f169c5b kernel: Swap RUNTIME_STATS implementation by Andy Ross · 3 years, 5 months ago
  24. 5235145 kernel/sched: Add timing.h support to thread_usage by Andy Ross · 3 years, 5 months ago
  25. b62d6e1 kernel/sched: Add an optional "all" counter for thread_usage by Andy Ross · 3 years, 5 months ago
  26. 4ae3250 sched: Hook SCHED_USAGE from existing tracing hook by Andy Ross · 3 years, 5 months ago
  27. 40d12c1 kernel/sched: Add "thread_usage" API for thread runtime cycle monitoring by Andy Ross · 3 years, 5 months ago
  28. 8979fbc kernel: timer: Call user handler without spinlock by Krzysztof Chruscinski · 3 years, 5 months ago
  29. 9444480 pm: Better return type for pm_system_suspend by Flavio Ceolin · 3 years, 5 months ago
  30. 7dee7a6 kernel/sched: Fix race with thread return values by Andy Ross · 3 years, 5 months ago
  31. f8f3c00 kernel: thread.c: remove unused THREAD_COOKIE macro. by Chris Reed · 3 years, 5 months ago
  32. ae394bf kernel: add support for event objects by Peter Mitsis · 3 years, 6 months ago
  33. ab4d69b kernel: work_q: use flags_get() in work_delayable_busy_get_locked(). by Chris Reed · 3 years, 6 months ago
  34. 2f359ae mmu: fix virt_region_alloc() unused region free when aligned by Neil Armstrong · 3 years, 6 months ago
  35. 7830f87 mmu: get virtual alignment from physical address by Neil Armstrong · 3 years, 6 months ago
  36. fbe7d72 comments: minor typo fixes by Stefan Eicher · 3 years, 6 months ago
  37. a627666 device: add fudge factor for handle padding by Martí Bolívar · 3 years, 6 months ago
  38. b94a11f Revert "device: supported devices visitor API" by Martí Bolívar · 3 years, 6 months ago
  39. dde3d6c timer: mask interrupts in timer's timeout handler. by Chen Peng1 · 3 years, 6 months ago
  40. b11e796 kernel/sched: Add CONFIG_CPU_MASK_PIN_ONLY by Andy Ross · 3 years, 6 months ago
  41. b155d06 kernel/sched: Factor out ready_q initialization by Andy Ross · 3 years, 6 months ago
  42. 387fdd2 kernel/sched: Refactor/simplify run queue accessors by Andy Ross · 3 years, 6 months ago
  43. c230fb3 kernel/sched: Simply de/queue_thread() by Andy Ross · 3 years, 6 months ago
  44. 76c309d kernel: thread: Fix thread runtime stats by Krzysztof Chruscinski · 3 years, 6 months ago
  45. 0f63d11 cmsis_rtos_v1: fix thread instances management. by Chen Peng1 · 3 years, 7 months ago
  46. 0d763e0 cmake/compiler/xcc: sched: Support XCC inlining semantics by Andy Ross · 3 years, 7 months ago
  47. 86f94eb kernel: init: remove empty lcov exclusion by Christopher Friedt · 3 years, 7 months ago
  48. 049e3ba kernel: add -ENOTSUP doc to arch_float_en-/dis-able() by Daniel Leung · 3 years, 7 months ago
  49. c6d077e soc: intel_adsp/cavs_v25: Add CPU halt and relaunch APIs by Andy Ross · 3 years, 7 months ago
  50. a77e756 kernel: Remove unused timeout_q from z_kernel by Stephanos Ioannidis · 3 years, 7 months ago
  51. 25e1b12 kernel: extract __weak main() into independent file by Torsten Rasmussen · 3 years, 7 months ago
  52. a28830b linker: align __itcm_load_start / __dtcm_data_load_start linker symbols by Torsten Rasmussen · 3 years, 7 months ago
  53. 510d7db linker: align _ramfunc_ram/rom_start/size linker symbol names by Torsten Rasmussen · 3 years, 7 months ago
  54. 65a2de8 linker: align __data_ram/rom_start/end linker symbol names by Torsten Rasmussen · 3 years, 7 months ago
  55. 9917de4 pm: fully initialize pm_device on Z_DEVICE_STATE_DEFINE by Gerard Marull-Paretas · 3 years, 7 months ago
  56. 5c4fff3 kernel: kheap: make init work with demand paging by Daniel Leung · 3 years, 7 months ago
  57. 2dfae4a kernel: demand_paging: allow reserving page frames by Daniel Leung · 3 years, 7 months ago
  58. 2117a2a kernel: app_smem: allowing pinning memory partitions by Daniel Leung · 3 years, 7 months ago
  59. e88afd2 kernel: mmu: pin/unpin boot sections during boot process by Daniel Leung · 3 years, 7 months ago
  60. f32ea44 kernel: demand_paging: clear BSS after paging is initialized by Daniel Leung · 3 years, 7 months ago
  61. 7771d27 kernel: mmu: move when page fault is counted by Daniel Leung · 3 years, 7 months ago
  62. ebbfde9 kernel: move z_main_stack into pinned section by Daniel Leung · 3 years, 7 months ago
  63. c38634f kernel: mmu: fix assigning unaligned addr to page frame by Daniel Leung · 3 years, 7 months ago
  64. d9aa414 kernel: work_q: Add an init function by Flavio Ceolin · 3 years, 7 months ago
  65. b01e41c device: supported devices visitor API by Jordan Yates · 3 years, 7 months ago
  66. 45f549d kernel: allow linking a prebuilt library instead of compiling by Daniel Leung · 3 years, 7 months ago
  67. bc3fda4 kernel: userspace: fix typo in the comments by Naiyuan Tian · 3 years, 7 months ago
  68. 8ed9cdd lib: add explanation comment in "work->handler" case by Maksim Masalski · 3 years, 7 months ago
  69. 7f36f90 kernel: drop unused priority related definitions by Fabio Baltieri · 3 years, 8 months ago
  70. f88a420 toolchain: migrate iterable sections calls to the external API by Fabio Baltieri · 3 years, 8 months ago
  71. 8eceeee pm: device: Add wakeup source API by Flavio Ceolin · 3 years, 8 months ago
  72. 497cb2e CPP: fix static objects init for MWDT toolchain by Evgeniy Paltsev · 3 years, 8 months ago
  73. c2cf1ad pm: device: remove usage of local states by Gerard Marull-Paretas · 3 years, 8 months ago
  74. f2e323f futex: Avoid unnecessary lock by Flavio Ceolin · 3 years, 8 months ago
  75. f07df42 kernel: make k_current_get() work without syscall by Andrew Boie · 3 years, 8 months ago
  76. 7032285 pm: device: move device busy APIs to pm subsystem by Gerard Marull-Paretas · 3 years, 8 months ago
  77. 339a6bd kernel: fix several typos in a comment in timeout.c by Guennadi Liakhovetski · 3 years, 8 months ago
  78. 45b70e1 smp: limit the scope of some SMP-only functions by Guennadi Liakhovetski · 3 years, 8 months ago
  79. dbc0be4 kernel: use proper macro to declare extern interrupt stacks by Daniel Leung · 3 years, 8 months ago
  80. 043507d kernel: native_posix: Don't run global C++ constructors by David Palchak · 3 years, 9 months ago
  81. 0ef77d4 kernel: Fix negative mutex lock_count value by Chih Hung Yu · 3 years, 9 months ago
  82. 8b3f36c kernel: move internal headers into include/kernel by Anas Nashif · 3 years, 10 months ago
  83. ae85da1 kernel: poll: fix coding guideline 15.7 missing comment by Jennifer Williams · 3 years, 10 months ago
  84. e9600a7 kernel: thread: add default case, remove unused break by Maksim Masalski · 3 years, 10 months ago
  85. 78ba2ec coding guidelines: add to function prototypes form named parameters by Maksim Masalski · 3 years, 10 months ago
  86. 70d721c Tracing: Incorrect Unlock Mutex Trace Hook Fix by Torbjörn Leksell · 3 years, 10 months ago
  87. dd574f6 kernel: stack_sentinel: disable in single-threaded builds by Ioannis Glaropoulos · 3 years, 10 months ago
  88. dfa4b7e kernel: mmu: z_backing_store* to k_mem_paging_backing_store* by Daniel Leung · 3 years, 10 months ago
  89. 31c362d kernel: mmu: rename z_eviction* to k_mem_paging_eviction* by Daniel Leung · 3 years, 10 months ago
  90. 4c85b46 kernel: k_sleep: fix return value for absolute timeout by Lauren Murphy · 3 years, 10 months ago
  91. 4084242 kernel: make MULTITHREADING promptless if single-thread not supported by Ioannis Glaropoulos · 3 years, 10 months ago
  92. 97281b3 pm: device_runtime: get rid of the spinlock by Flavio Ceolin · 3 years, 10 months ago
  93. 378a19d pm: device_runtime: Add helper to wait on async ops by Flavio Ceolin · 3 years, 10 months ago
  94. 970820e sched: create unique function name by Maksim Masalski · 3 years, 10 months ago
  95. 59b21a2 kernel: timeout: Fix adding of an absolute timeout by Andrzej Głąbek · 3 years, 10 months ago
  96. 851d14a kernel/sched: Remove "cooperative scheduling only" special cases by Andy Ross · 3 years, 10 months ago
  97. d6c9d40 userspace: remove dead code by Maksim Masalski · 3 years, 10 months ago
  98. 4b4068c kernel/device: add arg checking in z_device_ready() by Armando Visconti · 3 years, 11 months ago
  99. 656c095 kernel: work: fix race condition with cancel before work runs by Peter Bigot · 3 years, 11 months ago
  100. 929956d coding guidelines rule 14_3_j: add explicit case check by Maksim Masalski · 3 years, 11 months ago