- 8b3f36c kernel: move internal headers into include/kernel by Anas Nashif · 3 years, 9 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, 10 months ago
- 656c095 kernel: work: fix race condition with cancel before work runs by Peter Bigot · 3 years, 10 months ago
- 929956d coding guidelines rule 14_3_j: add explicit case check by Maksim Masalski · 3 years, 10 months ago
- 7b9084c ztest: set thread name to test name by Anas Nashif · 3 years, 10 months ago
- bd07756 kernel/swap: Add assertion to catch lock-breaking context switches by Andy Ross · 3 years, 10 months ago
- 216dc5d kernel: mmu: remove un-needed call to virt_to_bitmap_offset by Daniel Leung · 3 years, 11 months ago
- 660d147 kernel: init.c: tag source for 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
- d812728 linker: add bits for boot regions 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
- 4d994af kernel: remove object tracing by Anas Nashif · 3 years, 11 months ago
- 7a646b3 Tracing: Work Queue tracing by Torbjörn Leksell · 3 years, 11 months ago
- cae9a90 Tracing: Poll API and Work Poll tracing by Torbjörn Leksell · 3 years, 11 months ago
- 3a66d6c Tracing: Timer tracing by Torbjörn Leksell · 3 years, 11 months ago
- 65b376e Tracing: Memory Slab tracing by Torbjörn Leksell · 3 years, 11 months ago
- 80cd9da Tracing: Memory Heap tracing by Torbjörn Leksell · 3 years, 11 months ago
- fa9e64b Tracing: Pipe tracing by Torbjörn Leksell · 3 years, 11 months ago
- d2e7de5 Tracing: Mailbox tracing by Torbjörn Leksell · 3 years, 11 months ago
- 9ab447b Tracing: Message Queue tracing by Torbjörn Leksell · 3 years, 11 months ago
- 69e8869 Tracing: Memory Stack tracing by Torbjörn Leksell · 3 years, 11 months ago
- f984823 Tracing: Queue tracing by Torbjörn Leksell · 3 years, 11 months ago
- f171443 Tracing: Thread tracing by Torbjörn Leksell · 3 years, 11 months ago
- b93ff29 Tracing: Conditional variable tracing by Torbjörn Leksell · 3 years, 11 months ago
- ed6148a Tracing: Mutex tracing hooks by Torbjörn Leksell · 3 years, 11 months ago
- 82addd6 Tracing: Semaphore tracing documentation by Torbjörn Leksell · 3 years, 11 months ago
- fcf2fb6 Tracing: Semaphore tracing by Torbjörn Leksell · 3 years, 11 months ago
- 54324fd power: device_pm: Use spin lock instead of semaphore by Flavio Ceolin · 3 years, 11 months ago
- 8705c68 power: device_pm: Fix concurrence issues by Flavio Ceolin · 3 years, 11 months ago
- c318290 kernel: mmu: use bitarrays for k_mem_map/k_mem_unmap by Daniel Leung · 3 years, 11 months ago
- c254c58 kernel: mmu: add k_mem_unmap by Daniel Leung · 3 years, 11 months ago
- 085d376 kernel: mmu: introduce arch_page_phys_get() 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
- d7a3752 work: remove a statement with no effect by Guennadi Liakhovetski · 3 years, 11 months ago
- d31a9be pm: device: rename device_pm struct to pm_device by Gerard Marull-Paretas · 3 years, 11 months ago
- 2c7b763 pm: replace DEVICE_PM_* states with PM_DEVICE_* by Gerard Marull-Paretas · 3 years, 11 months ago
- 13f528b kernel: replace power/power.h with pm/pm.h by Gerard Marull-Paretas · 3 years, 11 months ago
- ca75bbe tests: boot_time: remove all the code and instrumentation feeding into test by Jennifer Williams · 3 years, 11 months ago
- ced7866 smp: move a preprocessor conditional from .c to cmake by Guennadi Liakhovetski · 3 years, 11 months ago
- 8d07b77 smp: add a Kconfig option to delay booting secondary CPUs by Guennadi Liakhovetski · 3 years, 11 months ago
- 6df4405 doc: fix typos by Anas Nashif · 4 years ago
- 2165e8c Revert "kernel: Deprecate CONFIG_MULTITHREADING" by Krzysztof Chruscinski · 4 years ago
- b852501 kernel: Limit kernel files when CONFIG_MULTITHREADING=n by Krzysztof Chruscinski · 4 years ago
- 1ba23ca kernel: fatal: Avoid thread api access when no multithreading by Krzysztof Chruscinski · 4 years ago
- c482a57 kernel: heap: Add support for CONFIG_MULTITHREADING=n by Krzysztof Chruscinski · 4 years ago
- 3b4b7c3 kernel: mem_slab: Add support to no multithreading by Krzysztof Chruscinski · 4 years ago
- dd0715c kernel: timer: Adding support to CONFIG_MULTITHREADING=n by Krzysztof Chruscinski · 4 years ago
- 7dcff6e kernel: Move _kernel from sched to init by Krzysztof Chruscinski · 4 years ago
- b8fb353 kernel: Move k_busy_wait from thread to timeout by Krzysztof Chruscinski · 4 years ago
- c8177ac kernel: work: handler null check is to NULL... by Daniel Leung · 4 years ago
- 0773441 kernel: device: return NULL for pointer type by Daniel Leung · 4 years ago
- abfe045 kernel: userspace: rename obj_list in struct dyn_obj by Daniel Leung · 4 years ago
- 9aa0f21 kernel: work: fix missing final else by Jennifer Williams · 4 years ago
- dc11ffb kernel: timeout: fix missing final else by Jennifer Williams · 4 years ago
- c00bdcf kernel: poll: fix missing final else by Jennifer Williams · 4 years ago
- bfce935 power: remove device_pm_control_nop function by Gerard Marull-Paretas · 4 years ago
- 1117169 kernel: generate placeholders for kobj tables before final build by Daniel Leung · 4 years ago
- 707dc22 kernel: fix error in synchronous work cancellation return value by Peter Bigot · 4 years ago
- f97d129 kernel: add an architecture specific structs header by Nicolas Pitre · 4 years ago
- f69a381 kernel: atomic: consistently use named type for atomic pointer values by Peter Bigot · 4 years ago
- b445f13 kernel: Allow k_poll on message queues by Nick Graves · 4 years ago
- 2bed37e mem_slab: move global lock to per slab lock by Nicolas Pitre · 4 years ago
- f6f951c kernel: Fix 10.4 violations by Flavio Ceolin · 4 years ago
- 64dfa69 aarch64: Remove useless _curr_cpu struct by Carlo Caione · 4 years ago
- 09e8db3 kernel: enable using timing subsys to collect paging histograms by Daniel Leung · 4 years ago
- 1559712 timing: add kconfig CONFIG_TIMING_FUNCTIONS_NEED_AT_BOOT by Daniel Leung · 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
- 3f4f3f6 kernel: make tests of a value against zero should be made explicit by Anas Nashif · 4 years ago
- 0630452 x86: make tests of a value against zero should be made explicit by Anas Nashif · 4 years ago
- 25c87db kernel/arch: cleanup function definitions by Anas Nashif · 4 years ago
- bbbc38b kernel: Make both operands of operators of same essential type category by Anas Nashif · 4 years ago
- fed0352 kernel: work: fix schedule from running work by Peter Bigot · 4 years ago
- d8f6987 kernel: idle/z_sched_prio_cmp: match implementation to prototype by Anas Nashif · 4 years ago
- 19db485 kernel: arch: use ENOTSUP instead of ENOSYS in k_float_disable() by Katsuhiro Suzuki · 4 years ago
- 59903e2 kernel: arch: introduce k_float_enable() by Katsuhiro Suzuki · 4 years ago
- b503be2 kernel: poll: rename reserved 'signal' symbol by Anas Nashif · 4 years ago
- 669f7f7 kernel: rename reserved symbol 'remove' by Anas Nashif · 4 years ago
- 068e087 kernel: remove EXPERIMENTAL from some Kconfigs by Anas Nashif · 4 years ago
- e3285d5 kernel: Remove duplicate include of kswap.h by Kumar Gala · 4 years ago
- 6525975 kernel: pipes: remove simple dead function k_pipe_block_put by Shihao Shen · 4 years ago
- c076d94 kernel: remove tickless idle by Anas Nashif · 4 years ago
- a518f48 clock: renmae z_timeout_end_calc -> sys_clock_timeout_end_calc by Anas Nashif · 4 years ago