93 Commits (697d0f845d26692929ea3cb15a968c64f6925856)

Author SHA1 Message Date
Peter Mitsis 6e3f57118f kernel: Propagate z_handle_obj_poll_events() return 5 months ago
Måns Ansgariusson efcc734b79 tracing: k_pipe: Add tracing support for reworked k_pipe API 6 months ago
Måns Ansgariusson c8a2a080ac kernel: Rewrite k_pipe_* API 6 months ago
Nicolas Pitre 46aa6717ff Revert "arch: deprecate `_current`" 6 months ago
Yong Cong Sin b1def7145f arch: deprecate `_current` 8 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
Hess Nathan e05c4a8786 coding guidelines: comply with MISRA Rule 11.8 1 year ago
Simon Hein bcd1d19322 kernel: add closing comments to config endifs 1 year ago
Peter Mitsis 4b2bf5abcc kernel: Apply const to k_pipe_put() parameter 2 years 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
Anas Nashif 8634c3b444 kernel: move wait_q.h header to be internal 2 years ago
Peter Mitsis 1b49cd2551 kernel: pipes: ISRs use a private pipe descriptor 2 years ago
Peter Mitsis 59cb96e802 kernel: pipes: Add spin lock/unlock barrier pair 2 years ago
Peter Mitsis 31dfd84fd5 kernel: pipes: Change method of unpending waiters 2 years ago
Peter Mitsis 0037712e68 kernel: pipes: use wait queue walker to build list 2 years ago
Jeremy Herbert 379ca18a93 kernel: allow k_poll to wait on pipes 3 years ago
Peter Mitsis f86027ffb7 kernel: pipes: rewrite pipes implementation 3 years ago
Gerard Marull-Paretas cffefc818d kernel: migrate includes to <zephyr/...> 3 years ago
Peter Mitsis d1353a4584 kernel: pipes: add pipe flush routines 4 years ago
Peter Mitsis da7fbad057 kernel: pipes: fix race condition 4 years ago
Peter Mitsis 7aa874a251 kernel: pipes: refactor 4 years ago
Peter Mitsis 434cd1505e kernel: remove NUM_PIPE_ASYNC_MSGS 4 years ago
Peter Mitsis ecd3164671 kernel: pipes: fix build warnings 4 years ago
Anas Nashif 4d994af032 kernel: remove object tracing 4 years ago
Torbjörn Leksell fa9e64b304 Tracing: Pipe tracing 4 years ago
Anas Nashif bbbc38ba8f kernel: Make both operands of operators of same essential type category 4 years ago
Shihao Shen 6525975a0e kernel: pipes: remove simple dead function k_pipe_block_put 4 years ago
Andy Ross c844bd87b3 kernel: Remove legacy mem_pool usage 5 years ago
Andy Ross 6965cf526d kernel: Deprecate k_mem_pool APIs 5 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Daniel Leung 2acafafae1 kernel: pipes: rename inner spinlock keys 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
Christopher Friedt 3315f8fecf kernel: pipe: read_avail / write_avail syscalls 5 years ago
Christopher Friedt d650f4b494 kernel: pipe: fix !K_NO_WAIT and >= min_xfer bytes transferred 5 years ago
Peter Bigot aea9d35c4e kernel: fix runtime initialization of k_pipe object 5 years ago
Andy Ross 7832738ae9 kernel/timeout: Make timeout arguments an opaque type 5 years ago
Anas Nashif 361a84d07f kernel: pipe: runtime error checking 6 years ago
Stephanos Ioannidis 2d7460482d headers: Refactor kernel and arch headers. 6 years ago
Andy Ross 6c283ca3d0 kernel/thread: Must always initialize is_idle field 6 years ago
Andy Ross 6564974bae userspace: Support for split 64 bit arguments 6 years ago
Anas Nashif ee9dd1a54a cleanup: include/: move misc/dlist.h to sys/dlist.h 6 years ago
Anas Nashif 5eb90ec169 cleanup: include/: move misc/__assert.h to sys/__assert.h 6 years ago
Anas Nashif f2cb20c772 docs: fix misspelling across the tree 6 years ago
Nicolas Pitre 3d51f7c266 k_stack: make it 64-bit compatible 6 years ago