300 Commits (10f35d741f4c6ab05bf73e22d5fb63d509315e3c)

Author SHA1 Message Date
Daniel Leung d1495e98e2 kernel: fix arch_mem_coherent() call in spinlock 4 years ago
Peter Bigot 0ab314f705 kernel: const-qualify objects used to calculate delay values 5 years ago
Andy Ross e956639dd6 kernel: Remove CONFIG_LEGACY_TIMEOUT_API 5 years ago
Enjia Mai 00d7f2cfb6 kernel: thread: make offload_sem visible for releasing it outside 5 years ago
Anas Nashif 87ddddae52 Revert "kernel: fix usage of KERNEL_COHERENCE macro" 5 years ago
Anas Nashif 67c5e6b0c0 kernel: fix usage of KERNEL_COHERENCE macro 5 years ago
Krzysztof Chruscinski 3ed8083dc1 kernel: Cleanup logger setup in kernel files 5 years ago
Daniel Leung fd7a68dbe9 kernel: use timing functions to gather thread runtime stats 5 years ago
Daniel Leung 11e6b43090 tracing: roll thread switch in/out into thread stats functions 5 years ago
Daniel Leung fc577c4bd1 kernel: gather basic thread runtime statistics 5 years ago
Andrew Boie 0e30c6a0fa kernel: wipe TLS when dropping to user mode 5 years ago
Daniel Leung 62cf1960ad kernel: support using thread local storage for errno 5 years ago
Daniel Leung 02b20351cd kernel: add common bits to support TLS 5 years ago
Andy Ross a8d5437799 soc/xtensa: Misc. checkpatch fixups 5 years ago
Andy Ross f6d32ab0a4 kernel: Add cache coherence management framework 5 years ago
Andrew Boie b5a71f74a8 userspace: remove threads from domain on abort 5 years ago
David Komel 211e5b73c0 kernel: k_busy_wait() should return immediately on zero timeout 5 years ago
Aastha Grover 83b9f69755 code-guideline: Fixing code violation 10.4 Rule 5 years ago
Andrew Boie e0ca403f4c kernel: add assert for mis-used k_thread_create() 5 years ago
Tomasz Bursztyka ae5a761f85 kernel: Apply IRQ offload API change 5 years ago
Andrew Boie 9bfc8d82d0 userspace: introduce default memory domain 5 years ago
Andrew Boie 8ce260d8df kernel: introduce supervisor-only stacks 5 years ago
Andrew Boie e4cc84a537 kernel: update arch_switch_to_main_thread() 5 years ago
Andrew Boie b0c155f3ca kernel: overhaul stack specification 5 years ago
Andrew Boie 62eb7d99dc arch_interface: remove unnecessary params 5 years ago
Flavio Ceolin c4f7faea10 random: Include header where it is used 5 years ago
Anas Nashif 8aa3dc340d kernel: cleanup header inclusion 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Andrew Boie 378024c510 userspace: add z_is_in_user_syscall() 5 years ago
Andrew Boie 743ff98f51 kernel: wipe TLS before dropping to user mode 5 years ago
Stephanos Ioannidis aaf93205bb kconfig: Rename CONFIG_FP_SHARING to CONFIG_FPU_SHARING 5 years ago
Joakim Andersson aac2220d29 kernel: Revert: "Add static threads to k_thread_foreach functions" 5 years ago
Stephanos Ioannidis 0e6ede8929 kconfig: Rename CONFIG_FLOAT to CONFIG_FPU 5 years ago
Andrew Boie 618426d6e7 kernel: add Z_STACK_PTR_ALIGN ARCH_STACK_PTR_ALIGN 5 years ago
Andrew Boie 1f6f977f05 kernel: centralize new thread priority check 5 years ago
Andrew Boie c0df99cc77 kernel: reduce scope of z_new_thread_init() 5 years ago
Andy Ross 5a5d3daf6f kernel/timeout: Add timeout remaining/expires APIs 5 years ago
Andy Ross 7832738ae9 kernel/timeout: Make timeout arguments an opaque type 5 years ago
Andrew Boie a4c9190649 kernel: fix oops policy for k_thread_abort() 5 years ago
Andrew Boie 28be793cb6 kernel: delete separate logic for priv stacks 5 years ago
Andrew Boie 2dc2ecfb60 kernel: rename struct _k_object 5 years ago
Andrew Boie 2f3a89fa8d kernel: rename _k_object_assignment 5 years ago
Andrew Boie 4bad34e749 kernel: rename _k_thread_stack_element 5 years ago
Andrew Boie f2734ab022 kernel: use a union for kobject data values 5 years ago
Andrew Boie 322816eada kernel: add k_thread_join() 5 years ago
Joakim Andersson bd3b4b0caf kernel: Add static threads to k_thread_foreach functions 5 years ago
Andrew Boie c4fbc08347 kernel: fixup thread monitor locking 5 years ago
Andrew Boie 6cf496f324 kernel: use sched lock for k_thread_suspend/resume 5 years ago
Andy Ross a2f6826f9c kernel/thread: Don't clobber arch initialization of switch_handle 5 years ago
Andrew Boie efc5fe07a2 kernel: overhaul unused stack measurement 5 years ago