Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Flavio Ceolin 47b7c2e931 kernel: Fix timeout issue with SYSTEM_CLOCK_SLOPPY_IDLE 3 years ago
..
include kernel: arch: no need for #ifdef MMU in header 4 years ago
paging kernel: mmu: z_backing_store* to k_mem_paging_backing_store* 4 years ago
CMakeLists.txt kernel: move thread usage routines to own file 4 years ago
Kconfig kernel: move CONFIG_MMU into kernel Kconfig 4 years ago
Kconfig.vm kernel: introduce hidden CONFIG_KERNEL_VM_SUPPORT 4 years ago
atomic_c.c kernel: atomic: consistently use named type for atomic pointer values 4 years ago
banner.c kernel: init: move banner handling 5 years ago
cache_handlers.c cache: Rename sys_{dcache,icache}_* to sys_{data,instr}_cache_* 4 years ago
compiler_stack_protect.c tests: coverage: exclude the CODE UNREACHABLE of code coverage 5 years ago
condvar.c Tracing: Conditional variable tracing 4 years ago
device.c device: deprecate (z_)device_usable_check 4 years ago
errno.c kernel: support using thread local storage for errno 5 years ago
events.c kernel: add support for event objects 4 years ago
fatal.c kernel: fatal: Avoid thread api access when no multithreading 4 years ago
futex.c futex: Avoid unnecessary lock 4 years ago
idle.c pm: Do not suspend during kernel initialization 4 years ago
init.c kernel/init.c: Initialise logging subsystem after arch 3 years ago
kheap.c kernel: kheap: make init work with demand paging 4 years ago
mailbox.c kernel: remove @return doc for void functions 4 years ago
main_weak.c kernel: extract __weak main() into independent file 4 years ago
mem_domain.c kernel: mem_domain: k_mem_domain_add_thread to return errors 4 years ago
mem_slab.c kernel: remove @return doc for void functions 4 years ago
mempool.c Tracing: k_free tracing hook heap reference added 4 years ago
mmu.c kernel: mmu: Fix access to unpacked member inside packed struct 4 years ago
msg_q.c kernel: remove object tracing 4 years ago
mutex.c kernel: Fix negative mutex lock_count value 4 years ago
pipes.c kernel: pipes: add pipe flush routines 4 years ago
poll.c poll: modify the function z_vrfy_k_poll 4 years ago
queue.c kernel: remove object tracing 4 years ago
sched.c kernel: move thread usage routines to own file 4 years ago
sem.c kernel: remove object tracing 4 years ago
smp.c kernel: smp: change back the order of SMP thread and timer initialization 4 years ago
stack.c kernel: remove object tracing 4 years ago
system_work_q.c kernel: remove old work queue implementation 4 years ago
thread.c kernel/sched: enable/disable runtime stats 4 years ago
timeout.c kernel: Fix timeout issue with SYSTEM_CLOCK_SLOPPY_IDLE 3 years ago
timer.c kernel: remove @return doc for void functions 4 years ago
usage.c kernel: Update CPU runtime stats of non-idle time 4 years ago
userspace.c kernel: Fix typo in macro name 4 years ago
userspace_handler.c userspace: update k_object API to support immutable objects 5 years ago
version.c zephyr: replace zephyr integer types with C99 types 5 years ago
work.c kernel: work: remove unused if statement 4 years ago
xip.c kernel: remove @return doc for void functions 4 years ago