83 Commits (main)

Author SHA1 Message Date
Peter Mitsis 701aab92e2 kernel: Add Z_IS_TIMEOUT_RELATIVE() macro 4 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 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
Pedro Sousa 4207f4add8 kernel: timer: Fix race condition in k_timer_start 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
Nicolas Pitre 6a51a10dec kernel/timer: fix period argument clamp handling 2 years ago
Andrzej Głąbek e60af79268 kernel: timer: Eliminate a race condition in expiration handling 2 years ago
Anas Nashif 6a9540a773 tracing: ctf: add timer support 3 years ago
Simon Hein 02cfbfea51 kernel: comply to coding guidelines MISRA C:2012 Rule 14.4 3 years ago
Gerard Marull-Paretas cffefc818d kernel: migrate includes to <zephyr/...> 3 years ago
Andy Ross 7a59cebf12 kernel/k_timer: Robustify vs. late interrupts 3 years ago
Daniel Leung d3b030be9b kernel: remove @return doc for void functions 4 years ago
Krzysztof Chruscinski 8979fbc906 kernel: timer: Call user handler without spinlock 4 years ago
Chen Peng1 dde3d6ca9b timer: mask interrupts in timer's timeout handler. 4 years ago
Anas Nashif 4d994af032 kernel: remove object tracing 4 years ago
Torbjörn Leksell 3a66d6c695 Tracing: Timer tracing 4 years ago
Krzysztof Chruscinski dd0715c770 kernel: timer: Adding support to CONFIG_MULTITHREADING=n 4 years ago
Eric Johnson b4aeef4d5b kernel: timer: Fix incorrect behavior for timers with K_FOREVER period 4 years ago
James Harris c7bb423f3e kernel: fix race conditions with z_ready_thread 4 years ago
Peter Bigot 0ab314f705 kernel: const-qualify objects used to calculate delay values 5 years ago
Andy Ross e956639dd6 kernel: Remove CONFIG_LEGACY_TIMEOUT_API 5 years ago
Peter A. Bigot f1b86caff3 kernel: timer: update k_timer API for const correctness 5 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Andy Ross a343cf9480 kernel/timer: Handle K_FOREVER in k_timer_start() 5 years ago
Andy Ross 3e729b2b1c kernel/timer: Correctly clamp period argument 5 years ago
Andy Ross 5a5d3daf6f kernel/timeout: Add timeout remaining/expires APIs 5 years ago
Andy Ross 4c7b77a716 kernel/timeout: Add absolute timeout APIs 5 years ago
Andy Ross 7832738ae9 kernel/timeout: Make timeout arguments an opaque type 5 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
Stephanos Ioannidis 2d7460482d headers: Refactor kernel and arch headers. 6 years ago
Andrew Boie 4ad9f687df kernel: rename thread return value functions 6 years ago
Andrew Boie e1ec59f9c2 kernel: renamespace z_is_in_isr() 6 years ago
Peter A. Bigot 5639ea07f8 kernel: timeout: remove unused callback parameter from init function 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
Nicolas Pitre aa9228854f linker generated list: provide an iterator to simplify list access 6 years ago
Patrik Flykt 24d71431e9 all: Add 'U' suffix when using unsigned variables 6 years ago
Patrik Flykt 4344e27c26 all: Update reserved function names 6 years ago
Andy Ross b29fb220b1 kernel/timer: Spinlockify 7 years ago
Andy Ross ec554f44d9 kernel: Split reschdule & pend into irq/spin lock versions 7 years ago
Peter A. Bigot b4ece0ad44 kernel: timeout: detect inactive timeouts using dnode linked state 7 years ago
Flavio Ceolin 76b3518ce6 kernel: Make statements evaluate boolean expressions 7 years ago
Flavio Ceolin 118715c62d misra: Fixes for MISRA-C rule 8.3 7 years ago