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