56 Commits (dc56a543f3d0e122e183878e364462bbc95a1bb5)

Author SHA1 Message Date
Anas Nashif a08bfeb49c syscall: rename Z_OOPS -> K_OOPS 2 years ago
Anas Nashif ee9f278323 syscall: rename Z_SYSCALL_VERIFY -> K_SYSCALL_VERIFY 2 years ago
Anas Nashif 9c4d881183 syscall: rename Z_SYSCALL_ to K_SYSCALL_ 2 years ago
Anas Nashif 4e396174ce kernel: move syscall_handler.h to internal include directory 2 years ago
Anas Nashif c91cad735a kernel: object: rename z_object_init to k_object_init 2 years ago
Peter Mitsis 6df8efe354 kernel: Integrate object cores into kernel 2 years ago
Anas Nashif 8634c3b444 kernel: move wait_q.h header to be internal 2 years ago
Gerard Marull-Paretas cffefc818d kernel: migrate includes to <zephyr/...> 3 years ago
Anas Nashif 4d994af032 kernel: remove object tracing 4 years ago
Torbjörn Leksell 69e8869127 Tracing: Memory Stack tracing 4 years ago
James Harris c7bb423f3e kernel: fix race conditions with z_ready_thread 4 years ago
Jennifer Williams 4d33007486 kernel: stack: fix stack_push spinlock and return 5 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 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
Andy Ross 7832738ae9 kernel/timeout: Make timeout arguments an opaque type 5 years ago
Anas Nashif 1ed67d1d51 kernel: stack: error handling 6 years ago
Andrew Boie 4ad9f687df kernel: rename thread return value functions 6 years ago
Andy Ross 643701aaf8 kernel: syscalls: Whitespace fixups 6 years ago
Andy Ross 6564974bae userspace: Support for split 64 bit arguments 6 years ago
Anas Nashif 5eb90ec169 cleanup: include/: move misc/__assert.h to sys/__assert.h 6 years ago
Nicolas Pitre 3d51f7c266 k_stack: make it 64-bit compatible 6 years ago
Nicolas Pitre aa9228854f linker generated list: provide an iterator to simplify list access 6 years ago
Andrew Boie be3d4232c2 kernel: fix k_stack_alloc_init() 6 years ago
Patrik Flykt 4344e27c26 all: Update reserved function names 6 years ago
Andy Ross f0933d0ded kernel/stack: Spinlockify 7 years ago
Andy Ross ec554f44d9 kernel: Split reschdule & pend into irq/spin lock versions 7 years ago
Andy Ross 4f911e192f kernel: Add missing include 7 years ago
Flavio Ceolin dfbe03249d kernel: stack: Making if's body a compound statement 7 years ago
Adithya Baglody 28080d3896 kernel: MISRA C: Fixes a few MISRA C issues. 7 years ago
Flavio Ceolin ea716bf023 kernel: Explicitly comparing pointer with NULL 7 years ago
Flavio Ceolin 8f488ff32e kernel: stack: Fix k_stack_pop api 7 years ago
Flavio Ceolin 585d90f8fc kernel: Fix k_stack_alloc_init behavior 7 years ago
Andy Ross 3ce9c84ba8 kernel: Wait queues aren't dlists anymore 7 years ago
Andy Ross ccf3bf7ed3 kernel: Fix sloppy wait queue API 7 years ago
Andrew Boie 8345e5ebf0 syscalls: remove policy from handler checks 7 years ago
Andrew Boie f3bee951b1 kernel: stacks: add k_stack_alloc() init 7 years ago
Andy Ross 22642cf309 kernel: Clean up _unpend_thread() API 7 years ago
Andy Ross 0447a73f6c kernel: include cleanup 7 years ago
Andy Ross e0a572beeb kernel: Refactor, unifying _pend_current_thread() + _Swap() idiom 7 years ago
Andy Ross 8606fabf74 kernel: Scheduler refactoring: use _reschedule_*() always 7 years ago
Andy Ross 9c62cc677d kernel: Add kswap.h header to unbreak cycles 7 years ago
Andy Ross 32a444c54e kernel: Fix nano_internal.h inclusion 7 years ago
Leandro Pereira 6f99bdb02a kernel: Provide only one _SYSCALL_HANDLER() macro 8 years ago
Andrew Boie 8e3e6d0d79 k_stack_init: num_entries should be unsigned 8 years ago
Andrew Boie 225e4c0e76 kernel: greatly simplify syscall handlers 8 years ago
Andrew Boie 38ac235b42 syscall_handler: handle multiplication overflow 8 years ago
Andrew Boie 37ff5a9bc5 kernel: system call handler cleanup 8 years ago
Andrew Boie e8734463a6 kernel: convert stack APIs to system calls 8 years ago
Andrew Boie 945af95f42 kernel: introduce object validation mechanism 8 years ago