29 Commits (ca10f8b0a09d94c46d9561dcd083e66c20fd0f41)

Author SHA1 Message Date
Andy Ross 410f911018 kernel/sched: Separate idle from app thread stats in THREAD_USAGE 4 years ago
Andy Ross b62d6e17a4 kernel/sched: Add an optional "all" counter for thread_usage 4 years ago
Andy Ross 40d12c142d kernel/sched: Add "thread_usage" API for thread runtime cycle monitoring 4 years ago
Andy Ross b11e796c36 kernel/sched: Add CONFIG_CPU_MASK_PIN_ONLY 4 years ago
Stephanos Ioannidis a77e7566a8 kernel: Remove unused timeout_q from z_kernel 4 years ago
Fabio Baltieri 7f36f90167 kernel: drop unused priority related definitions 4 years ago
Andrew Boie f07df42d49 kernel: make k_current_get() work without syscall 4 years ago
Marcin Zwierz 4cae9b81d5 kernel: Add extern "C" to kernel_struct.h 4 years ago
Anas Nashif 8b3f36c656 kernel: move internal headers into include/kernel 4 years ago
Nicolas Pitre f97d12936e kernel: add an architecture specific structs header 4 years ago
Andy Ross c0c8cb0e97 kernel: Remove abort and join implementation (UNBISECTABLE) 4 years ago
Anas Nashif dd931f93a2 power: standarize PM Kconfigs and cleanup 5 years ago
Andrew Boie b95e960d10 kernel: move k_heap definition 5 years ago
Andrew Boie 10fc01ee9b kernel: move spinlock defintion to spinlock.h 5 years ago
Aastha Grover 83b9f69755 code-guideline: Fixing code violation 10.4 Rule 5 years ago
Andrew Boie f5a7e1a108 kernel: handle thread self-aborts on idle thread 5 years ago
Peter Bigot 5f0991d84b kernel/timeout: revert to signed dticks for timeout storage 5 years ago
Andy Ross 150e18de6e kernel/timeout: Fix 32 bit rollover conditions 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Andrew Boie a203d21962 kernel: remove legacy fields in _kernel 5 years ago
Stephanos Ioannidis aaf93205bb kconfig: Rename CONFIG_FP_SHARING to CONFIG_FPU_SHARING 5 years ago
Andy Ross 0dd83b8c2e kernel: Add k_heap synchronized memory allocator 5 years ago
Andy Ross 41220d2bea include: Move waitq and timeout structs to kernel_structs.h 5 years ago
Andy Ross 7353c7f95d kernel/userspace: Move syscall_frame field to thread struct 5 years ago
Andy Ross eefd3daa81 kernel/smp: arch/x86_64: Address race with CPU migration 5 years ago
Andy Ross e06ba702d5 kernel/sched: Address thread abort termination delay issue on SMP 6 years ago
Andy Ross 11a050b2c3 kernel/sched: Fix edge case in MetaIRQ preemption of cooperative threads 6 years ago
Andrew Boie 4f77c2ad53 kernel: rename z_arch_ to arch_ 6 years ago
Stephanos Ioannidis 2d7460482d headers: Refactor kernel and arch headers. 6 years ago
Andrew Boie 979b17f243 kernel: activate arch interface headers 6 years ago
Andrew Boie 4ad9f687df kernel: rename thread return value functions 6 years ago
Andy Ross 6564974bae userspace: Support for split 64 bit arguments 6 years ago
Nicholas Lowell f9ae2d8e64 Includes: #ifdef CONFIG_USE_SWITCH instead of #if to avoid undef warning 6 years ago
Andrew Boie 38129ce1a6 kernel: fix CONFIG_THREAD_NAME from user mode. 6 years ago
Anas Nashif a2fd7d70ec cleanup: include/: move misc/util.h to sys/util.h 6 years ago
Anas Nashif 1859244b64 cleanup: include/: move misc/rb.h to sys/rb.h 6 years ago
Anas Nashif ee9dd1a54a cleanup: include/: move misc/dlist.h to sys/dlist.h 6 years ago
Anas Nashif e1e05a2eac cleanup: include/: move atomic.h to sys/atomic.h 6 years ago
Nicolas Pitre 58d839bc3c misc: memory address type conversions 6 years ago
Flavio Ceolin d61c679d43 arch: all: Remove legacy code 6 years ago
Patrik Flykt 7c0a245d32 arch: Rename reserved function names 6 years ago
Andy Ross 42ed12a387 kernel/sched: arch/x86_64: Support synchronous k_thread_abort() in SMP 6 years ago
Patrik Flykt 4344e27c26 all: Update reserved function names 6 years ago
Flavio Ceolin a406b88fca kernel: Remove duplicated identifier 7 years ago
Flavio Ceolin a3dddedab6 kernel: Use distinct macro names 7 years ago
Andy Ross 9098a45c84 kernel: New timeslicing implementation 7 years ago
Anas Nashif 57554055d2 kernel: add a new API for setting thread names 7 years ago
Flavio Ceolin a7fffa9e00 headers: Fix headers guards 7 years ago
Flavio Ceolin 8aec087268 kernel: Fix bitwise operators with unsigned operators 7 years ago
Flavio Ceolin ec462f872c kernel: Remove unused definition 7 years ago