1. c4cdbc6 lib: smf: Remove unused variables by Sam Hurst · 3 years, 5 months ago
  2. 46db2b4 lib/os/heap: option for optimizing for one heap size on 32-bit systems by Nicolas Pitre · 3 years, 5 months ago
  3. 43cb00d multi_heap: Introduce shared multi-heap memory pool manager by Carlo Caione · 3 years, 6 months ago
  4. cf0c5e2 lib/os: Add sys_heap_usable_size() by Andy Ross · 3 years, 6 months ago
  5. cb47855 lib: smf: Add State Machine Framework by Sam Hurst · 3 years, 6 months ago
  6. 85e96ff lib/os: Add sys_multi_heap utility by Andy Ross · 3 years, 6 months ago
  7. 38f6fd0 libc: minimal: Add an implementation of iscntrl() by Carles Cufi · 3 years, 6 months ago
  8. 28da82c json: Changes enum name of square brackets from list to array by Ramiro Merello · 3 years, 6 months ago
  9. ba60c94 lib: os: mpsc_pbuf: Add const qualifier to API calls by Krzysztof Chruscinski · 3 years, 6 months ago
  10. 04e67e2 Revert "lib: newlib: Add workaround for #38258" by Stephanos Ioannidis · 3 years, 6 months ago
  11. 5a65fc0 libc: minimal: Add math macro definition by Yang XiaoHua · 3 years, 6 months ago
  12. deef96d lib: timeutil: fix implicit conversions from float to double by Ryan McClelland · 3 years, 6 months ago
  13. 92f0f70 lib: libc: Drop `z_` prefix from stdio syscalls by Stephanos Ioannidis · 3 years, 7 months ago
  14. 86b8cf1 lib: libc: arcmwdt: Fix userspace write() and read() mishap by Stephanos Ioannidis · 3 years, 7 months ago
  15. eab7ae9 lib: libc: newlib: Fix userspace write() and read() mishap by Stephanos Ioannidis · 3 years, 7 months ago
  16. f0ea22b libc/minimal: locate the memory pool for malloc() to .bss by Dylan Hung · 3 years, 7 months ago
  17. c5eeb0f ARC: MWDT: add locking interface implementation by Evgeniy Paltsev · 3 years, 7 months ago
  18. 4e0f7ea posix: pthread: replace irq_lock with spinlock by Evgeniy Paltsev · 3 years, 7 months ago
  19. 5a384b9 lib/os/cbprintf_nano.c: avoid sign extension on unsigned formats by Nicolas Pitre · 3 years, 7 months ago
  20. 2208844 lib: newlib: Add workaround for #38258 by Stephanos Ioannidis · 3 years, 7 months ago
  21. 9f948a8 ARC: MWDT: libc: add _exit support by Evgeniy Paltsev · 3 years, 7 months ago
  22. 16e848b armclang: threading_weak.c source file added for armclang by Torsten Rasmussen · 3 years, 7 months ago
  23. 36bb00d armclang: ARM Compiler C library support by Torsten Rasmussen · 3 years, 7 months ago
  24. c6aded2 linker: align _image_rodata and _image_rom start/end/size linker symbols by Torsten Rasmussen · 3 years, 7 months ago
  25. e02c7bd libc: types: suppress deviation by Maksim Masalski · 3 years, 7 months ago
  26. 58942f3 lib: os: ring_buffer: Fix race condition by Krzysztof Chruscinski · 3 years, 7 months ago
  27. 5e7ef8b json: fix parsing first array-array element by Michael Zimmermann · 3 years, 7 months ago
  28. b84a0fe ARC: MWDT: LIB: implement _istty hook by Evgeniy Paltsev · 3 years, 7 months ago
  29. ab13033 ARC: MWDT: LIB: implement ___errno hook by Evgeniy Paltsev · 3 years, 7 months ago
  30. 64ff64a ARC: MWDT: workaround missing file IO related defines by Evgeniy Paltsev · 3 years, 7 months ago
  31. a5788ff ARC: LIB: MWDT: add stdout hooks, timespec header by Evgeniy Paltsev · 3 years, 7 months ago
  32. e479d9a ARC: LIB: add ARC MWDT libc support by Evgeniy Paltsev · 3 years, 7 months ago
  33. ef97121 lib: os: add gcc noreturn attribute for sys_reboot by Christoph Thurnheer · 3 years, 8 months ago
  34. f88a420 toolchain: migrate iterable sections calls to the external API by Fabio Baltieri · 3 years, 8 months ago
  35. 43b8002 lib: newlib: Add retargetable locking implementation by Stephanos Ioannidis · 3 years, 8 months ago
  36. 2c1f184 lib: timeutil: fix conversion drift by Jordan Yates · 3 years, 8 months ago
  37. f07df42 kernel: make k_current_get() work without syscall by Andrew Boie · 3 years, 8 months ago
  38. 0ca511a sys: ring_buffer: ring_buf_peek() and ring_buf_size_get() by Christopher Friedt · 3 years, 8 months ago
  39. 5d80cba lib: os: cbprintf: Add support for conversion to fsc package by Krzysztof Chruscinski · 3 years, 8 months ago
  40. 52a4ba2 lib: os: cast to the same size composite expression by Maksim Masalski · 3 years, 8 months ago
  41. 69d2cc4 lib: os: cbprintf: Add dependency to cbprintf Kconfig by Krzysztof Chruscinski · 3 years, 8 months ago
  42. b2fde24 libc: minimal: Add rand() and srand() by Yasushi SHOJI · 3 years, 8 months ago
  43. 5d55730 libc: minimal: add size optimized string functions by Michael Hope · 3 years, 9 months ago
  44. 8535a01 libc: types: add a comment to the "wrong definition" code by Maksim Masalski · 3 years, 9 months ago
  45. fedab40 lib: os: heap-validate: Fix wrong chunkid returned by max_chunkid() by Yasushi SHOJI · 3 years, 9 months ago
  46. 932bc39 lib: os: Removed deprecated Kconfig PRINTK64 symbol by Kumar Gala · 3 years, 10 months ago
  47. 9143f4f fdtable: remove remains of switch by Anas Nashif · 3 years, 10 months ago
  48. 9eab89f lib: replace one case switch with if operator by Maksim Masalski · 3 years, 10 months ago
  49. a61edd4 lib: add default labels and comments to switch statements by Maksim Masalski · 3 years, 10 months ago
  50. 3960d41 lib: os: add braces to 'if' statements by Maksim Masalski · 3 years, 10 months ago
  51. 78ba2ec coding guidelines: add to function prototypes form named parameters by Maksim Masalski · 3 years, 10 months ago
  52. 182417f lib: newlib: Add minimum required heap size config by Stephanos Ioannidis · 3 years, 10 months ago
  53. 9fdd3f2 lib: newlib: fix _gettimeofday hook by Aurelien Jarno · 3 years, 10 months ago
  54. 9867ac2 posix: pthread_exit: check for null before dereferencing by Maksim Masalski · 3 years, 10 months ago
  55. 7711435 lib: remove redundant check for null by Maksim Masalski · 3 years, 10 months ago
  56. f18b728 heap: create unique variable name by Maksim Masalski · 3 years, 10 months ago
  57. 79fb3b7 libc: minimal: mwdt: define __INT*_C() and __UINT*_C() by Watson Zeng · 3 years, 10 months ago
  58. d373703 k_heap: Clamp to a minimum heap size by Andy Ross · 3 years, 10 months ago
  59. 1e74ddd kernel: remove dead workq code by Anas Nashif · 3 years, 10 months ago
  60. 14b358a libc: minimal: Add EOVERFLOW by Carles Cufi · 3 years, 10 months ago
  61. 1e26e08 libc: minimal: Add doxygen formatting to errno.h by Carles Cufi · 3 years, 10 months ago
  62. 165def7 libc: minimal: Align errno.h values with newlib by Carles Cufi · 3 years, 10 months ago
  63. 1ff6664 lib: newlib: Remove internal _sbrk lock by Stephanos Ioannidis · 3 years, 11 months ago
  64. b0e690a lib: newlib: Add malloc lock by Stephanos Ioannidis · 3 years, 11 months ago
  65. dbfa5a0 coding guidelines 11.9: fix literal zero as the null-ptr-constant by Maksim Masalski · 3 years, 11 months ago
  66. 136c942 coding guidelines 10.4: casting operands to have same types by Maksim Masalski · 3 years, 11 months ago
  67. 6afe7c5 ARC: prepare for building for ARCv3 HS6x by Evgeniy Paltsev · 3 years, 11 months ago
  68. ff407fb sys: introduce bit arrays by Daniel Leung · 3 years, 11 months ago
  69. edc3c87 lib: os: mpsc_buf: Allow dropping of skip packets in no overwrite by Krzysztof Chruscinski · 3 years, 11 months ago
  70. 7825487 lib: os: mpsc_pbuf: Add guard for oversized allocation by Krzysztof Chruscinski · 3 years, 11 months ago
  71. 91d90df p4wq: add support for per-CPU, per-queue and delayed threads by Guennadi Liakhovetski · 3 years, 11 months ago
  72. 56610bd p4wq: fix races when handling work items by Guennadi Liakhovetski · 3 years, 11 months ago
  73. a4b8819 p4wq: fix initialisation with SMP disabled by Guennadi Liakhovetski · 3 years, 11 months ago
  74. 143a18b lib: os: assign sys_notify callback default to NULL... by Daniel Leung · 4 years ago
  75. b773ec1 lib: os: cbprintf_complete: fix typo in cbvprintf width comment by Jennifer Williams · 4 years ago
  76. a7e4ae5 lib: os: reboot: misc cleanup by Gerard Marull-Paretas · 4 years ago
  77. f163bdb power: move reboot functionality to os lib by Gerard Marull-Paretas · 4 years ago
  78. be5a377 lib: os: add final else where missing in onoff, p4wq, sem by Jennifer Williams · 4 years ago
  79. 9517b87 lib: os: add final else where missing in heap* by Jennifer Williams · 4 years ago
  80. 254dfd4 lib: os: add final else where missing in cbprintf_* by Jennifer Williams · 4 years ago
  81. 2c6da98 lib/os: cbprintf_packaged: simplify rodata check by Daniel Leung · 4 years ago
  82. b8312fa Revert "lib: os: various places fix missing final else" by Anas Nashif · 4 years ago
  83. 163b7f0 lib: os: various places fix missing final else by Jennifer Williams · 4 years ago
  84. 45baec2 lib: gui: lvgl: Fix logging macro usage by Krzysztof Chruscinski · 4 years ago
  85. 3e38d5e lib: rb: Fix violations to rule 12.1 by Flavio Ceolin · 4 years ago
  86. f83c004 lib: rb: Fix violations to rule 14.4 by Flavio Ceolin · 4 years ago
  87. 81b5b03 lib: rb: Fix violation to rule 10.3 by Flavio Ceolin · 4 years ago
  88. 188bb6e lib: rb: Use types that indicate size and signedness by Flavio Ceolin · 4 years ago
  89. a15f32f portability: move cmsis APIs to subsys/portability by Anas Nashif · 4 years ago
  90. f1bb20f logging: Adapt logger to support both versions by Krzysztof Chruscinski · 4 years ago
  91. 345d12e tests: lib: Add test for mpsc_pbuf by Krzysztof Chruscinski · 4 years ago
  92. 1fd71ca lib: os: mpsc_pbuf: Add optional debug features by Krzysztof Chruscinski · 4 years ago
  93. 3a765f4 lib: os: Add mpsc (multiple producer, single consumer) packet buffer by Krzysztof Chruscinski · 4 years ago
  94. dde03c6 net: socket: Add locking to prevent concurrent access by Jukka Rissanen · 4 years ago
  95. efc78b5 lib: os: fix heap_print_info missing final else in construct by Jennifer Williams · 4 years ago
  96. a4afedb sys: ring_buffer: allow NULL data buffers by Jordan Yates · 4 years ago
  97. 0ec3774 userspace: rename _is_user_context -> k_is_user_context by Anas Nashif · 4 years ago
  98. dca4397 subsys/cmsis_v1: Fix unitialized struct coverity error by David Leach · 4 years ago
  99. 3539c2f arm/arm64: Make ARM64 a standalone architecture by Carlo Caione · 4 years ago
  100. 7b6a4da libc/minimal: assorted fixes to malloc() and friends by Nicolas Pitre · 4 years ago