1. b5ad973 drivers/pcie: Add a marco for fixed or MSI IRQ by Tomasz Bursztyka · 3 years, 3 months ago
  2. f882d43 sys/util: Stricter bytecpy impl by Chris McDonald · 3 years, 3 months ago
  3. b99eaca sys/arch: Add new interfaces for allocating and checking IRQs by Tomasz Bursztyka · 3 years, 3 months ago
  4. 3aedda9 lib: os: add heap event listener by Damian Krolik · 3 years, 3 months ago
  5. 56beca3 sys: cbprintf: Fix unused arg warning by Yuval Peress · 3 years, 3 months ago
  6. 9103bf8 assert: Add missing include by Yuval Peress · 3 years, 3 months ago
  7. e84a48d cbprintf: Fix unused arg warning by Yuval Peress · 3 years, 3 months ago
  8. 50a89ce zephyr: fix errors when building with -Wundef by Yuval Peress · 3 years, 3 months ago
  9. 8aa2c3f sys: Fix warning for stripped const qualifier by Yuval Peress · 3 years, 3 months ago
  10. 31f148a debug: gdbstub: add stubs to support breakpoint/watchpoint by Daniel Leung · 3 years, 4 months ago
  11. e76d385 debug: gdbstub: add arch-specific funcs to read/write registers by Daniel Leung · 3 years, 4 months ago
  12. 7831bfc lib: os: cbprintf: Add flags to CBPRINTF_MUST_RUNTIME_PACKAGE by Krzysztof Chruscinski · 3 years, 4 months ago
  13. 5f20e31 lib/os: bitarray: introduce SYS_BITARRAY_DEFINE_STATIC() by Daniel Leung · 3 years, 4 months ago
  14. 1cd7ccc kernel: mem_domain: arch_mem_domain functions to return errors by Daniel Leung · 3 years, 4 months ago
  15. 174cb7f kernel: atomics: support for 64-bit atomic operations by Christopher Friedt · 3 years, 4 months ago
  16. a71cd87 heap: add functions to get heap runtime statistics by Chen Peng1 · 3 years, 5 months ago
  17. e3144ca sys: util: improve IS_EMPTY() implementation by Nicolas Pitre · 3 years, 5 months ago
  18. bd83df1 libc: minimal: add qsort to the minimal libc by Christopher Friedt · 3 years, 5 months ago
  19. 918a574 clock: add k_cycle_get_64 by Christopher Friedt · 3 years, 5 months ago
  20. 6336cb2 libc: minimal: Use new ZRESTRICT macro by Bradley Bolen · 3 years, 5 months ago
  21. a6f8fc3 Docs: Clarification of CONTAINER_OF by Chris Pearson · 3 years, 5 months ago
  22. bd73cd5 sys: util: provide bitfield construction/extraction utility macros by Nicolas Pitre · 3 years, 5 months ago
  23. 5b6c593 include: common: Add sys_set_bits and set_clear_bits inline functions by Siew Chin Lim · 3 years, 6 months ago
  24. cc69ca1 sys: time_units: Add SYS_FOREVER_US macro by Krzysztof Chruscinski · 3 years, 6 months ago
  25. 7830f87 mmu: get virtual alignment from physical address by Neil Armstrong · 3 years, 6 months ago
  26. 286ecd3 sys: multi_heap: add missing docstrings by Gerard Marull-Paretas · 3 years, 6 months ago
  27. cf0c5e2 lib/os: Add sys_heap_usable_size() by Andy Ross · 3 years, 6 months ago
  28. 90072f3 sys: kobject: Fix header to avoid re-declaratiions by Flavio Ceolin · 3 years, 6 months ago
  29. 85e96ff lib/os: Add sys_multi_heap utility by Andy Ross · 3 years, 6 months ago
  30. ba60c94 lib: os: mpsc_pbuf: Add const qualifier to API calls by Krzysztof Chruscinski · 3 years, 6 months ago
  31. 92f0f70 lib: libc: Drop `z_` prefix from stdio syscalls by Stephanos Ioannidis · 3 years, 7 months ago
  32. 67459aa sys: util: add binary coded decimal functions by Jake Swensen · 3 years, 7 months ago
  33. 5a1fcb6 doc: replace courge with corge by Michał Barnaś · 3 years, 7 months ago
  34. f5b90e7 ring_buffer: Link buffer data to the .noinit section by Yonatan Schachter · 3 years, 7 months ago
  35. 58942f3 lib: os: ring_buffer: Fix race condition by Krzysztof Chruscinski · 3 years, 7 months ago
  36. a5788ff ARC: LIB: MWDT: add stdout hooks, timespec header by Evgeniy Paltsev · 3 years, 8 months ago
  37. ef97121 lib: os: add gcc noreturn attribute for sys_reboot by Christoph Thurnheer · 3 years, 8 months ago
  38. f88a420 toolchain: migrate iterable sections calls to the external API by Fabio Baltieri · 3 years, 8 months ago
  39. 7d1f133 sys: util: fix compilation with XCC by Kai Vehmanen · 3 years, 8 months ago
  40. 2aa1247 lib: os: ring_buffer: Clarify macro description by Krzysztof Chruscinski · 3 years, 8 months ago
  41. 268f9bf nuvoton: battery-backed ram by Yuval Peress · 3 years, 8 months ago
  42. 0ca511a sys: ring_buffer: ring_buf_peek() and ring_buf_size_get() by Christopher Friedt · 3 years, 8 months ago
  43. 7f46523 sys: util: Move BIT macros from util.h to util_macro.h by Sam Hurst · 3 years, 8 months ago
  44. 5d80cba lib: os: cbprintf: Add support for conversion to fsc package by Krzysztof Chruscinski · 3 years, 8 months ago
  45. 4e3e013 lib: os: cbprintf: Add compile time switch for assert usage by Krzysztof Chruscinski · 3 years, 8 months ago
  46. b2fde24 libc: minimal: Add rand() and srand() by Yasushi SHOJI · 3 years, 8 months ago
  47. c888cee sys: printk: Fix LOG2 printk support in cpp code by Radoslaw Koppel · 3 years, 9 months ago
  48. 72ab6b2 doc: doxygen: replace option alias with kconfig by Gerard Marull-Paretas · 3 years, 9 months ago
  49. c68054c include: sys: cast to the same size composite expression by Maksim Masalski · 3 years, 9 months ago
  50. 6e665cc sys: util: remove deprecated GET_ARG{1,2} and GET_ARGS_LESS_1 macros by Kumar Gala · 3 years, 10 months ago
  51. a2bb091 docs: Fix doxygen errors in include/sys/mem_manage.h by Kumar Gala · 3 years, 10 months ago
  52. dfa4b7e kernel: mmu: z_backing_store* to k_mem_paging_backing_store* by Daniel Leung · 3 years, 10 months ago
  53. 31c362d kernel: mmu: rename z_eviction* to k_mem_paging_eviction* by Daniel Leung · 3 years, 10 months ago
  54. 231a1e7 kernel: mmu: add doxygen group for demand paging APIs by Daniel Leung · 3 years, 10 months ago
  55. 1b8e2ba sys: p4wq: add missing docstring to K_P4WQ_ARRAY_DEFINE by Gerard Marull-Paretas · 3 years, 10 months ago
  56. da2816b sys: arch_interface: fix doxygen groups by Gerard Marull-Paretas · 3 years, 10 months ago
  57. 281a940 lib: os: cbprintf: Add ARG_UNUSED to unused arguments by Krzysztof Chruscinski · 3 years, 10 months ago
  58. 81f0f4e lib: os: cbprintf: Add missing initialization of structure fields by Krzysztof Chruscinski · 3 years, 10 months ago
  59. 12dd237 kernel: move thread_stack.h to include/kernel by Anas Nashif · 3 years, 10 months ago
  60. 9440a1c doc: kernel: thread stack is not the same as stack object by Anas Nashif · 3 years, 10 months ago
  61. 009dee1 doc: fix doxygen grouping by Anas Nashif · 3 years, 10 months ago
  62. f8ac3a4 lib: os: cbprintf: Avoid implicit casting to int * by Krzysztof Chruscinski · 3 years, 11 months ago
  63. b27f2eb lib: os: cbprintf: Fix incompatible case coverity issue by Krzysztof Chruscinski · 3 years, 11 months ago
  64. af20208 devices: mark device MMIO declarations to boot/pinned sections by Daniel Leung · 3 years, 11 months ago
  65. 1310ad6 linker: add bits for pinned regions by Daniel Leung · 3 years, 11 months ago
  66. 8c1179e kernel: refactor stack declaration macros by Daniel Leung · 3 years, 11 months ago
  67. f000695 cache: Rename sys_{dcache,icache}_* to sys_{data,instr}_cache_* by Carlo Caione · 3 years, 11 months ago
  68. e233326 cache: Introduce external cache controller system support by Carlo Caione · 3 years, 11 months ago
  69. c254c58 kernel: mmu: add k_mem_unmap by Daniel Leung · 3 years, 11 months ago
  70. fe48f5a kernel: mmu: always use before/after guard pages for k_mem_map() by Daniel Leung · 3 years, 11 months ago
  71. e6df25f kernel: mmu: implement z_phys_unmap() by Daniel Leung · 3 years, 11 months ago
  72. ff407fb sys: introduce bit arrays by Daniel Leung · 3 years, 11 months ago
  73. fbabe70 lib: os: cbprintf: Fixes for c++ and coverity by Krzysztof Chruscinski · 3 years, 11 months ago
  74. 6f22769 lib: os: cbprintf: Improve C++ support in static packaging by Krzysztof Chruscinski · 3 years, 11 months ago
  75. 16f5249 lib: os: cbprintf_packaged: update alignment for x86-32 by Daniel Leung · 3 years, 11 months ago
  76. 3509cff xtensa: fix delayed booting secondary cores by Guennadi Liakhovetski · 3 years, 11 months ago
  77. 91d90df p4wq: add support for per-CPU, per-queue and delayed threads by Guennadi Liakhovetski · 3 years, 11 months ago
  78. 56610bd p4wq: fix races when handling work items by Guennadi Liakhovetski · 3 years, 11 months ago
  79. 5709d8a p4wq: fix a typo in a comment by Guennadi Liakhovetski · 3 years, 11 months ago
  80. 7fac6a1 kernel: atomic: possibility of arch specific implementation by Tommie Skriver · 3 years, 11 months ago
  81. f163bdb power: move reboot functionality to os lib by Gerard Marull-Paretas · 4 years ago
  82. e5eb1b1 lib: os: cbprintf: Suppress coverity false positive by Krzysztof Chruscinski · 4 years ago
  83. be916e0 include: sys: time_units: fix missing final else by Jennifer Williams · 4 years ago
  84. c3711b3 kernel: change metadata for priv_stacks to const by Daniel Leung · 4 years ago
  85. d863b93 lib: os: cbprintf: Prevent using _Generic in C++ by Krzysztof Chruscinski · 4 years ago
  86. c22df64 lib: os: cbprintf: Aligning types by Krzysztof Chruscinski · 4 years ago
  87. 5681588 lib: os: cbprintf: Suppress sizeof-array-decay warning by Krzysztof Chruscinski · 4 years ago
  88. 188bb6e lib: rb: Use types that indicate size and signedness by Flavio Ceolin · 4 years ago
  89. f1bb20f logging: Adapt logger to support both versions by Krzysztof Chruscinski · 4 years ago
  90. 345d12e tests: lib: Add test for mpsc_pbuf by Krzysztof Chruscinski · 4 years ago
  91. 3a765f4 lib: os: Add mpsc (multiple producer, single consumer) packet buffer by Krzysztof Chruscinski · 4 years ago
  92. f69a381 kernel: atomic: consistently use named type for atomic pointer values by Peter Bigot · 4 years ago
  93. d31d6ce doc: strcutures: use doxygen to reference functions by Anas Nashif · 4 years ago
  94. a7f5706 doc: group data structure docs and add doxygen linkage by Anas Nashif · 4 years ago
  95. dde03c6 net: socket: Add locking to prevent concurrent access by Jukka Rissanen · 4 years ago
  96. a4afedb sys: ring_buffer: allow NULL data buffers by Jordan Yates · 4 years ago
  97. a645897 sys: sflist: include missing sys/__assert.h by Marcin Niestroj · 4 years ago
  98. fad358c doc: predefine ATOMIC_DEFINE by Gerard Marull-Paretas · 4 years ago
  99. 8eea511 kernel: mmu: demand paging execution time histogram by Daniel Leung · 4 years ago
  100. ae86519 kernel: mmu: collect more demand paging statistics by Daniel Leung · 4 years ago