103 Commits (10f35d741f4c6ab05bf73e22d5fb63d509315e3c)

Author SHA1 Message Date
Nicolas Pitre f087aa264e kernel/pipe: fix poll support 3 months ago
Peter Mitsis 70520e7a4d kernel: Change z_handle_obj_poll_events() return type 5 months ago
David Brown 19a376aa88 kernel: poll: Allow 0 events for submitted work 6 months ago
Måns Ansgariusson a9ab8cb779 feat: enable polling support for k_pipe interface 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
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 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 684b8fcdd0 syscall: Z_SYSCALL_VERIFY_MSG -> K_SYSCALL_VERIFY_MSG 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
Ambroise Vincent 995eeda266 kernel: poll: Lock all calls to signal_poll_event 2 years ago
Peter Mitsis c7255cf374 kernel: Remove references to _EXPIRED 2 years ago
Anas Nashif 8634c3b444 kernel: move wait_q.h header to be internal 2 years ago
Jeremy Herbert 379ca18a93 kernel: allow k_poll to wait on pipes 3 years ago
Lucas Dietrich 9a848b3ad4 kernel: workq: Add internal function z_work_submit_to_queue() 3 years ago
Gerard Marull-Paretas cffefc818d kernel: migrate includes to <zephyr/...> 3 years ago
Nazar Kazakov 9713f0d47c everywhere: fix typos 3 years ago
NingX Zhao 5287ce8ff0 poll: modify the function z_vrfy_k_poll 4 years ago
Stefan Eicher fbe7d7297e comments: minor typo fixes 4 years ago
Jennifer Williams ae85da1c90 kernel: poll: fix coding guideline 15.7 missing comment 4 years ago
Torbjörn Leksell cae9a905d4 Tracing: Poll API and Work Poll tracing 4 years ago
Jennifer Williams c00bdcf1a8 kernel: poll: fix missing final else 4 years ago
Nick Graves b445f13462 kernel: Allow k_poll on message queues 4 years ago
Anas Nashif 3f4f3f6c43 kernel: make tests of a value against zero should be made explicit 4 years ago
Anas Nashif bbbc38ba8f kernel: Make both operands of operators of same essential type category 4 years ago
Anas Nashif b503be2d02 kernel: poll: rename reserved 'signal' symbol 4 years ago
Anas Nashif 669f7f74b8 kernel: rename reserved symbol 'remove' 4 years ago
James Harris 2cd0f66515 kernel: sched: change to 3-way thread priority comparison 4 years ago
Andy Ross 4dc6a0b89b kernel/poll: Remove dummy waitq from stack 4 years ago
Ningx Zhao ff7ec0ce40 kernel: poll: remove unreachable code 5 years ago
Andy Ross e956639dd6 kernel: Remove CONFIG_LEGACY_TIMEOUT_API 5 years ago
Andy Ross 202adf565f kernel: Rename struct _poller 5 years ago
Andy Ross dadc6643e4 kernel/poll: Move "_poller" into thread struct, fix COHERENCE collision 5 years ago
Andy Ross 310f60f5b6 kernel/poll: Store the work queue in the triggered work poll items 5 years ago
Andy Ross 6c82745cb3 kernel/poll: Use a separate thread backpointer for triggered work 5 years ago
Andy Ross 0c7af40d61 kernel/poll: Make the poll callback a single-byte enum instead 5 years ago
Andy Ross 4a8b3d194c kernel/poll: Mark incompatibility with KERNEL_COHERENCE 5 years ago
Aastha Grover 83b9f69755 code-guideline: Fixing code violation 10.4 Rule 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
Jukka Rissanen cc6317d7ac kernel: poll: Allow 0 event input 6 years ago
Andy Ross 8892406c1d kernel/sys_clock.h: Deprecate and convert uses of old conversions 6 years ago
Andrew Boie 4f77c2ad53 kernel: rename z_arch_ to arch_ 6 years ago
Piotr Zięcik 19d8349aa5 kernel: Introduce k_work_poll 6 years ago
Piotr Zięcik 1c4177d10f kernel: Separate k_poll() infrastructure and implementation 6 years ago