1. af20208 devices: mark device MMIO declarations to boot/pinned sections by Daniel Leung · 3 years, 11 months ago
  2. 1310ad6 linker: add bits for pinned regions by Daniel Leung · 3 years, 11 months ago
  3. 8c1179e kernel: refactor stack declaration macros by Daniel Leung · 3 years, 11 months ago
  4. f000695 cache: Rename sys_{dcache,icache}_* to sys_{data,instr}_cache_* by Carlo Caione · 3 years, 11 months ago
  5. e233326 cache: Introduce external cache controller system support by Carlo Caione · 3 years, 11 months ago
  6. c254c58 kernel: mmu: add k_mem_unmap by Daniel Leung · 3 years, 11 months ago
  7. fe48f5a kernel: mmu: always use before/after guard pages for k_mem_map() by Daniel Leung · 3 years, 11 months ago
  8. e6df25f kernel: mmu: implement z_phys_unmap() by Daniel Leung · 3 years, 11 months ago
  9. ff407fb sys: introduce bit arrays by Daniel Leung · 3 years, 11 months ago
  10. fbabe70 lib: os: cbprintf: Fixes for c++ and coverity by Krzysztof Chruscinski · 3 years, 11 months ago
  11. 6f22769 lib: os: cbprintf: Improve C++ support in static packaging by Krzysztof Chruscinski · 4 years ago
  12. 16f5249 lib: os: cbprintf_packaged: update alignment for x86-32 by Daniel Leung · 4 years ago
  13. 3509cff xtensa: fix delayed booting secondary cores by Guennadi Liakhovetski · 4 years ago
  14. 91d90df p4wq: add support for per-CPU, per-queue and delayed threads by Guennadi Liakhovetski · 4 years ago
  15. 56610bd p4wq: fix races when handling work items by Guennadi Liakhovetski · 4 years ago
  16. 5709d8a p4wq: fix a typo in a comment by Guennadi Liakhovetski · 4 years ago
  17. 7fac6a1 kernel: atomic: possibility of arch specific implementation by Tommie Skriver · 4 years ago
  18. f163bdb power: move reboot functionality to os lib by Gerard Marull-Paretas · 4 years ago
  19. e5eb1b1 lib: os: cbprintf: Suppress coverity false positive by Krzysztof Chruscinski · 4 years ago
  20. be916e0 include: sys: time_units: fix missing final else by Jennifer Williams · 4 years ago
  21. c3711b3 kernel: change metadata for priv_stacks to const by Daniel Leung · 4 years ago
  22. d863b93 lib: os: cbprintf: Prevent using _Generic in C++ by Krzysztof Chruscinski · 4 years ago
  23. c22df64 lib: os: cbprintf: Aligning types by Krzysztof Chruscinski · 4 years ago
  24. 5681588 lib: os: cbprintf: Suppress sizeof-array-decay warning by Krzysztof Chruscinski · 4 years ago
  25. 188bb6e lib: rb: Use types that indicate size and signedness by Flavio Ceolin · 4 years ago
  26. f1bb20f logging: Adapt logger to support both versions by Krzysztof Chruscinski · 4 years ago
  27. 345d12e tests: lib: Add test for mpsc_pbuf by Krzysztof Chruscinski · 4 years ago
  28. 3a765f4 lib: os: Add mpsc (multiple producer, single consumer) packet buffer by Krzysztof Chruscinski · 4 years ago
  29. f69a381 kernel: atomic: consistently use named type for atomic pointer values by Peter Bigot · 4 years ago
  30. d31d6ce doc: strcutures: use doxygen to reference functions by Anas Nashif · 4 years ago
  31. a7f5706 doc: group data structure docs and add doxygen linkage by Anas Nashif · 4 years ago
  32. dde03c6 net: socket: Add locking to prevent concurrent access by Jukka Rissanen · 4 years ago
  33. a4afedb sys: ring_buffer: allow NULL data buffers by Jordan Yates · 4 years ago
  34. a645897 sys: sflist: include missing sys/__assert.h by Marcin Niestroj · 4 years ago
  35. fad358c doc: predefine ATOMIC_DEFINE by Gerard Marull-Paretas · 4 years ago
  36. 8eea511 kernel: mmu: demand paging execution time histogram by Daniel Leung · 4 years ago
  37. ae86519 kernel: mmu: collect more demand paging statistics by Daniel Leung · 4 years ago
  38. 9f0188d kernel: prioritize C atomic functions if selected by Daniel Leung · 4 years ago
  39. a06d54c kernel: remove C syscall include in builtin atomic header by Daniel Leung · 4 years ago
  40. 25c87db kernel/arch: cleanup function definitions by Anas Nashif · 4 years ago
  41. 6ce2fe0 lib: os: cbprintf: Fix legth field in static package by Krzysztof Chruscinski · 4 years ago
  42. 65474d8 lib: os: cbprintf: Improvements for sparc by Krzysztof Chruscinski · 4 years ago
  43. c26e08a lib: os: cbprintf: Add alignment offset to packaging by Krzysztof Chruscinski · 4 years ago
  44. 9fd4ea9 coccinelle: Remove extra semicolon by Flavio Ceolin · 4 years ago
  45. a387221 clock: rename z_clock_hw_cycles_per_sec_runtime_get by Anas Nashif · 4 years ago
  46. a617083 lib: os: cbprintf: Fix static packaging for sparc by Krzysztof Chruscinski · 4 years ago
  47. beb62d2 lib: os: cbprintf: Minor fixes by Krzysztof Chruscinski · 4 years ago
  48. 7d35a8c kernel: remove arch_mem_domain_destroy by Kumar Gala · 4 years ago
  49. acda9bf linker-tool-gcc: revise for MMU support by Andrew Boie · 4 years, 1 month ago
  50. 5ca6f22 kernel: mmu: restore address conversion functions by Andrew Boie · 4 years, 1 month ago
  51. f2fd0e8 lib/os/heap: make printed heap info more useful by Nicolas Pitre · 4 years, 1 month ago
  52. d82e31f lib: os: cbprintf: Fix Z_C_GENERIC not being used by Krzysztof Chruscinski · 4 years, 1 month ago
  53. 9966d85 lib: os: cbprintf: Add alignment check to cbprintf_package by Krzysztof Chruscinski · 4 years, 1 month ago
  54. 47a5653 lib: os: cbprintf: Add static packaging by Krzysztof Chruscinski · 4 years, 1 month ago
  55. fd6737e docs: Add missing retval for sys_mutex_unlock() by Guðni Már Gilbert · 4 years, 1 month ago
  56. d60a2e8 docs: Fix typo in mutex docs by Guðni Már Gilbert · 4 years, 1 month ago
  57. 1c9712a include: sys: Simplify sys_mutex_unlock by Guðni Már Gilbert · 4 years, 1 month ago
  58. 820c94e arch/xtensa: Inline atomics by Andy Ross · 4 years, 1 month ago
  59. 14e5e98 lib: cbprintf: add support for deferred formatting by Nicolas Pitre · 4 years, 1 month ago
  60. 497b837 sys: tell compiler about impossible aliasing in dlist APIs by James Harris · 4 years, 1 month ago
  61. 4269ecd lib: os: Introduce support for CRC32C algorithm by Rajavardhan Gundi · 4 years, 1 month ago
  62. 71cdcb7 sys: util: Update implementation of loop macros by Krzysztof Chruscinski · 4 years, 1 month ago
  63. b65669a Revert "sys: util: Update implementation of loop macros" by Martí Bolívar · 4 years, 1 month ago
  64. de84575 sys: util: Update implementation of loop macros by Krzysztof Chruscinski · 4 years, 1 month ago
  65. 38195d5 kernel/include: Put kernel stack memory in the right memory by Andy Ross · 4 years, 2 months ago
  66. 2d65d72 lib/os/heap: add alignment precisions to the documentation by Nicolas Pitre · 4 years, 2 months ago
  67. c822e0a libc/minimal: fix realloc() allocated memory alignment by Nicolas Pitre · 4 years, 2 months ago
  68. d922fed doc: Fix sys_mutex and futex missing documentation by Lauren Murphy · 4 years, 2 months ago
  69. 96cf994 lib: cbprintf: use doxygen-friendly reference to Kconfig options by Peter Bigot · 4 years, 2 months ago
  70. 8528e45 lib: cbprintf: add libc f/printf substitutes by Peter Bigot · 4 years, 2 months ago
  71. 3e86315 lib: cbprintf: fix documentation errors by Peter Bigot · 4 years, 2 months ago
  72. 6c97ab3 mmu: promote public APIs by Andrew Boie · 4 years, 2 months ago
  73. b9bbef2 kernel: add app-facing demand paging APIs by Andrew Boie · 4 years, 2 months ago
  74. 5db615b mmu: add k_mem_free_get() by Andrew Boie · 4 years, 2 months ago
  75. 8ccec8e kernel: add k_mem_map() interface by Andrew Boie · 4 years, 2 months ago
  76. e35f179 kernel: add page frame management by Andrew Boie · 4 years, 2 months ago
  77. 8e84eaf Revert "kernel: add page frame management" by Anas Nashif · 4 years, 2 months ago
  78. 0417b97 Revert "kernel: add k_mem_map() interface" by Anas Nashif · 4 years, 2 months ago
  79. 6b82664 Revert "mmu: add k_mem_free_get()" by Anas Nashif · 4 years, 2 months ago
  80. 495c6c7 Revert "kernel: add app-facing demand paging APIs" by Anas Nashif · 4 years, 2 months ago
  81. ef17f88 Revert "mmu: promote public APIs" by Anas Nashif · 4 years, 2 months ago
  82. e932a15 arch: tests: Document interrupt delivery behavior after arch_irq_disable() by Andy Ross · 4 years, 2 months ago
  83. 63fc93e mmu: promote public APIs by Andrew Boie · 4 years, 2 months ago
  84. d5b8fe1 kernel: add app-facing demand paging APIs by Andrew Boie · 4 years, 2 months ago
  85. 9111ec2 mmu: add k_mem_free_get() by Andrew Boie · 4 years, 2 months ago
  86. 69d39af kernel: add k_mem_map() interface by Andrew Boie · 4 years, 2 months ago
  87. 2ca5fb7 kernel: add page frame management by Andrew Boie · 4 years, 2 months ago
  88. 7b3dc48 doc: add a section for timeutil APIs by Peter Bigot · 4 years, 2 months ago
  89. f6d7595 lib/timeutil: add utilities to manage local/reference clock alignment by Peter A. Bigot · 4 years, 2 months ago
  90. e77c841 cache: Expand the APIs for cache flushing by Carlo Caione · 4 years, 2 months ago
  91. 20f59c8 cache: Rename CACHE_FLUSHING to CACHE_MANAGEMENT by Carlo Caione · 4 years, 2 months ago
  92. d2eadfa lib/os: P4 Work Queue: Pooled Parallel Preemptible Priority-based by Andy Ross · 4 years, 3 months ago
  93. fe477ea kernel: userspace: aligned memory allocation for dynamic objects by Daniel Leung · 4 years, 3 months ago
  94. d12a995 lib: cbprintf: remove cbprintf_arglen by Peter Bigot · 4 years, 3 months ago
  95. e64f4f9 doc: add kernel stack macros to stack apis by Fabio Utzig · 4 years, 3 months ago
  96. 8713da7 doc: fix @param usage in callbacks by Fabio Utzig · 4 years, 3 months ago
  97. d2ad783 mmu: rename z_mem_map to z_phys_map by Andrew Boie · 4 years, 4 months ago
  98. 2331d10 include: sys: thread_stack add missing extern "C" on C++ by Alexander Wachter · 4 years, 4 months ago
  99. e0f3833 power: remove SYS_ and sys_ prefixes by Anas Nashif · 4 years, 4 months ago
  100. e137e9b sys_io: Expand the API to 64bits read/write functions by Tomasz Bursztyka · 4 years, 4 months ago