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