- b34e94f kernel: demand_paging: fix arch_page_location_get() documentation by Nicolas Pitre · 10 months ago
- d082cd2 kernel: Relax loop in z_smp_global_lock() by Peter Mitsis · 10 months ago
- c12f050 userspace: dynamic: Fix k_thread_stack_free verification by Flavio Ceolin · 10 months ago
- e6abc03 kernel: mem_domain: new config for isolated stacks by Daniel Leung · 10 months ago
- 169bc07 kernel: move memory domain kconfigs into its own file by Daniel Leung · 10 months ago
- 17a5beb kernel: Predicate _cpus_active on CONFIG_PM by Andy Ross · 10 months ago
- 2ad265c kernel: userspace: manipulate _thread_idx_map on per-byte basis by Daniel Leung · 10 months ago
- e9a47d9 kernel: mmu: shrink and align struct z_page_frame by Nicolas Pitre · 11 months ago
- 5730597 kernel: mmu: abstract access to page frame flags and address by Nicolas Pitre · 11 months ago
- 9fc2680 linker: decouple KERNEL_WHOLE_ARCHIVE from LLEXT by Daniel Apperloo · 11 months ago
- 6d417d5 coding guidelines: comply with MISRA Rule 12.1. by Hess Nathan · 11 months ago
- e05c4a8 coding guidelines: comply with MISRA Rule 11.8 by Hess Nathan · 11 months ago
- 68ea73a kernel: sem: Remove constant expression by Flavio Ceolin · 11 months ago
- f147a5f spelling: Replace occurrences of "iff" with "if and only if" by Pieter De Gendt · 11 months ago
- fe38c70 kernel: coding guidelines: cast unused arguments to void by frei tycho · 11 months ago
- 2f5e939 Revert "kernel: retrieve system timer clock frequency at runtime or static" by Alberto Escolar Piedras · 11 months ago
- 7c03e5d kernel: retrieve system timer clock frequency at runtime or static by Najumon B.A · 11 months ago
- dec022a kernel/sched: Fix edge^2 case in abort/join by Andy Ross · 11 months ago
- 47ab663 kernel/sched: Fix lockless ordering in halt_thread() by Andy Ross · 11 months ago
- fd340eb sched: Optimize dummy thread usage on SMP by Andy Ross · 11 months ago
- f0fd54c kernel/sched: Fix free-memory write when ISRs abort _current by Andy Ross · 11 months ago
- fc56050 kernel/spinlock: Fix SPIN_VALIDATE in ISRs by Andy Ross · 11 months ago
- 14cb7d5 kernel: coding guidelines: add explicit cast to void by frei tycho · 11 months ago
- 7659cfd coding guidelines: comply with MISRA Rule 2.2 by Hess Nathan · 11 months ago
- e44d2e6 kernel: timeslicing: add time slice reset in slice per thread api by Adrian Bonislawski · 11 months ago
- 527e712 coding guidelines: comply with MISRA Rule 20.9 by Hess Nathan · 11 months ago
- 32af724 coding guidelines: comply with MISRA C:2012 Rule 11.2 by Hess Nathan · 11 months ago
- c30a9c4c coding guidelines: comply with MISRA Rule 21.15 by Hess Nathan · 11 months ago
- a3c7152 kernel: Update thread cpu in z_get_next_switch_handle() by Peter Mitsis · 11 months ago
- 69c5c6d kernel: Remove duplicate execution_cycles write and improve docstring by Eric Johnson · 11 months ago
- c05cba6 Revert "kernel/spinlock: Fix SPIN_VALIDATE in ISRs" by Alberto Escolar Piedras · 11 months ago
- ea26bcf Revert "kernel/sched: Fix free-memory write when ISRs abort _current" by Alberto Escolar Piedras · 11 months ago
- c9ec937 Revert "sched: Optimize dummy thread usage on SMP" by Alberto Escolar Piedras · 11 months ago
- c60d4c2 Revert "kernel/sched: Fix lockless ordering in halt_thread()" by Alberto Escolar Piedras · 11 months ago
- 7084662 kernel: system_work_q: Mark queue thread as essential by Mohamed ElShahawi · 11 months ago
- 9ba4653 kernel: work_queue: make thread essential flag configurable by Mohamed ElShahawi · 11 months ago
- 02b2491 kernel/sched: Fix lockless ordering in halt_thread() by Andy Ross · 11 months ago
- 20611f1 sched: Optimize dummy thread usage on SMP by Andy Ross · 11 months ago
- 61c7062 kernel/sched: Fix free-memory write when ISRs abort _current by Andy Ross · 11 months ago
- 93dc7e7 kernel/spinlock: Fix SPIN_VALIDATE in ISRs by Andy Ross · 11 months ago
- 5fa2b6f kernel/sched: Refeactor/cleanup z_thread_halt() by Andy Ross · 11 months ago
- 297ad51 kernel: increase main stack size for ztest on ARC by Anas Nashif · 11 months ago
- 4593f0d kernel: priority queues: declare as static inlines by Anas Nashif · 11 months ago
- 11b85ee kernel: stack: Check possible overflow by Flavio Ceolin · 11 months ago
- eeebb4d kernel: Device deferred initialization by Ederson de Souza · 12 months ago
- d0a90a0 kernel: add the ability to memory map thread stacks by Daniel Leung · 12 months ago
- 04c5632 kernel: mm: introduce k_mem_phys_map()/_unmap() by Daniel Leung · 12 months ago
- 378131c kernel: add options to cleanup after aborting current thread by Daniel Leung · 12 months ago
- aee8dd1 kernel: timeout: Optimize setting next alarm by Krzysztof Chruściński · 12 months ago
- ebdb07a kernel: Clean up mailbox async msg configuration by Simon Hein · 12 months ago
- 20b2c98 kernel: move nothread support to own file by Anas Nashif · 12 months ago
- fbaf7df kernel: banner: use BUILD_VERSION only if not empty by Yong Cong Sin · 12 months ago
- 8a88cd4 kernel: thread: move thread states to header by Anas Nashif · 12 months ago
- f5435b3 kernel: thread: move k_thread_priority_get by Anas Nashif · 12 months ago
- 5c170c7 kernel: thread: rename is_preempt by Anas Nashif · 12 months ago
- 6754cbd kernel: thread: move k_is_preempt_thread to thread.c by Anas Nashif · 12 months ago
- 17c874f kernel: thread: rename is_metairq by Anas Nashif · 12 months ago
- 0b473ce kernel: rename sliceable -> thread_is_sliceable by Anas Nashif · 12 months ago
- 37df485 kernel: split timeslicing/ipi code out of sched.c by Anas Nashif · 12 months ago
- 31bc210 kernel: sched: remove unused prototype: z_is_thread_time_slicing by Anas Nashif · 12 months ago
- ebb503f kernel: move thread related helper function kthread.h by Anas Nashif · 12 months ago
- d34351d kernel: align thread stack size declaration by Daniel Leung · 1 year ago
- 6cd7936 kernel: align kernel stack size declaration by Daniel Leung · 1 year ago
- efe3074 kernel: rename Z_THREAD_STACK_BUFFER to K_THREAD_STACK_BUFFER by Daniel Leung · 1 year ago
- b69d248 kernel: rename Z_KERNEL_STACK_BUFFER to K_KERNEL_STACK_BUFFER by Daniel Leung · 1 year ago
- 321e395 linker: Include libkernel.a in the whole-archive when llext is enabled by Ederson de Souza · 1 year ago
- bcd1d19 kernel: add closing comments to config endifs by Simon Hein · 1 year ago
- 6ea749d arch: rename arch_start_cpu() to arch_cpu_start() by Daniel Leung · 1 year ago
- 3664ed6 arch: move arch_interface.h under zephyr/arch by Daniel Leung · 1 year ago
- e2f3840 kernel: Fix possible overflow in k_mem_map by Flavio Ceolin · 1 year ago
- 67bb6db syscall: Export all emitted syscalls, enabling them for extensions by Ederson de Souza · 1 year ago
- 1f5f0cf sched: Remove multi-level queue priority limit by TaiJu Wu · 1 year, 1 month ago
- f2280d1 kernel/sched: Don't touch deadline values on queued threads by Andy Ross · 1 year, 1 month ago
- c31d646 kernel: timeout: optimize z_timeout_expires() by Nicolas Pitre · 1 year, 1 month ago
- 39f7101 sched: finalize_cancel_locked can early return by TaiJu Wu · 1 year, 1 month ago
- 9f7695d kernel: Remove unused z_pend_curr_irqlock() by Peter Mitsis · 1 year, 1 month ago
- 0d8da5f kernel: rename scheduler spinlock variable and make it private by Anas Nashif · 1 year, 1 month ago
- 868f099 kernel: sched: z_set_prio -> z_thread_prio_set by Anas Nashif · 1 year, 1 month ago
- 477a04a kernel: rename h -> heap by Anas Nashif · 1 year, 1 month ago
- 595ff63 kernel: thread: use consistent thread parameter by Anas Nashif · 1 year, 1 month ago
- 3dc0c45 kernel: move float operations out of thread.c by Anas Nashif · 1 year, 1 month ago
- 6c003bd kernel: remove unused code in headers by Anas Nashif · 1 year, 1 month ago
- 9e83413 kernel: split thread monitor by Anas Nashif · 1 year, 1 month ago
- 5e591c3 kernel: do not export z_thread_priority_set by Anas Nashif · 1 year, 1 month ago
- 3ca50f5 kernel: move z_init_static_threads to where it is being used by Anas Nashif · 1 year, 1 month ago
- a6ce422 kernel: remove cmsis-rtos layering violation by Anas Nashif · 1 year, 1 month ago
- 077222c kernel: split cpu_mask handling into own file by Anas Nashif · 1 year, 1 month ago
- 6e95bde kernel: reorg Kconfigs and split them by Anas Nashif · 1 year, 1 month ago
- 8791012 kernel: move essential flag related routines out by Anas Nashif · 1 year, 1 month ago
- 2c31db4 kernel: split irq_offload ccode into own file by Anas Nashif · 1 year, 1 month ago
- a7d74f8 kernel: move spinlock validation to own file by Anas Nashif · 1 year, 1 month ago
- 4440d6a kernel/userspace: Fix dynamic thread stack allocation at userspace by Ederson de Souza · 1 year, 1 month ago
- 46484da kernel: move priority queue handling to own file/header by Anas Nashif · 1 year, 1 month ago
- ee9c44f linker: Round TLS sizes up in linker script by Peter Mitsis · 1 year, 1 month ago
- 8188be5 kernel: fix spelling errors by Nguyen Minh Thien · 1 year, 1 month ago
- 51ae993 kernel: Update k_wakeup() by Peter Mitsis · 1 year, 1 month ago
- 09cf3e0 smp: fix a race when starting / resuming multiple CPUs by Guennadi Liakhovetski · 1 year, 1 month ago
- d622533 kernel: thread: Allow stack in coherent memory by Flavio Ceolin · 1 year, 2 months ago
- caacc27 kernel: smp: CPU start may result in null pointer access by Daniel Leung · 1 year, 2 months ago
- 840db78 kernel/thread: Detect in-kernel "reserved" stack overflow by Andy Ross · 1 year, 2 months ago