66 Commits (e3ed029b5546d327b0ba73bd50bd9edba4ddaf4a)

Author SHA1 Message Date
Peter Mitsis 6656c02fe4 kernel: queue: Allow for fast return 5 months ago
Peter Mitsis 6e3f57118f kernel: Propagate z_handle_obj_poll_events() return 5 months ago
Nicolas Pitre 46aa6717ff Revert "arch: deprecate `_current`" 6 months ago
Yong Cong Sin b1def7145f arch: deprecate `_current` 8 months ago
Peter Mitsis cc415bc139 kernel: Apply 'unlikely' attribute 9 months ago
Yong Cong Sin bbe5e1e6eb build: namespace the generated headers with `zephyr/` 1 year ago
Hess Nathan 6d417d52c2 coding guidelines: comply with MISRA Rule 12.1. 1 year ago
Simon Hein bcd1d19322 kernel: add closing comments to config endifs 1 year ago
Anas Nashif a08bfeb49c syscall: rename Z_OOPS -> K_OOPS 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
Benjamin Cabé a46f1b9c33 kernel: Fix unused-parameter warnings 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 f984823e0d Tracing: Queue tracing 4 years ago
iva kik 687f799b7f kernel/queue: fix queue append/get race 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 99c2d2d047 kernel/queue: Remove interior use of k_poll() 5 years ago
Andy Ross 7832738ae9 kernel/timeout: Make timeout arguments an opaque type 5 years ago
Andy Ross 4c2fc2aed7 kernel/queue: Fix SMP race 6 years ago
Anas Nashif 756d8b03e2 kernel: queue: runtime 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 5c0516bce3 cleanup: include/: move misc/sflist.h to sys/sflist.h 6 years ago
Nicolas Pitre 659fa0d57d lifo/fifo: first word is not always first 4 bytes 6 years ago
Nicolas Pitre aa9228854f linker generated list: provide an iterator to simplify list access 6 years ago
Patrik Flykt 4344e27c26 all: Update reserved function names 6 years ago
Andy Ross 603ea42764 kernel/queue: 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 76b3518ce6 kernel: Make statements evaluate boolean expressions 7 years ago
Flavio Ceolin a42de6466a kernel: queue: Fix MISRA-C violation 7 years ago
Adithya Baglody 2a78b8d86f kernel: queue: MISRA C compliance. 7 years ago
Flavio Ceolin c806ac3d36 kernel: Compare pointers with NULL in while statements 7 years ago
Flavio Ceolin 4218d5f8f0 kernel: Make If statement have essentially Boolean type 7 years ago
Paul Sokolovsky 45c0b20470 kernel: k_poll: Introduce separate status for cancelled events 7 years ago
Flavio Ceolin cc74ad0805 kernel: Explicitly ignoring results of queue_insert 7 years ago
Anas Nashif 80e6a978a6 kernel/drivers: fix compile warnings 7 years ago
Andy Ross b173e4353f kernel/queue: Fix spurious NULL exit condition when using timeouts 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 2b9b4b2cf7 k_queue: allow user mode access via allocators 7 years ago
Andy Ross 22642cf309 kernel: Clean up _unpend_thread() API 7 years ago
Andy Ross 15cb5d7293 kernel: Further unify _reschedule APIs 7 years ago