97 Commits (main)

Author SHA1 Message Date
Krzysztof Chruściński 5f55fed4bb kernel: timeout: z_add_timeout to return expiration tick 3 months ago
Krzysztof Chruściński 6d35969a55 kernel: sched: Optimize sleeping function 3 months ago
Krzysztof Chruściński e7d590568c kernel: timeout: Reduce number of sys_clock_elapsed calls 3 months ago
Anisetti Avinash Krishna 139211772c include: zephyr: sys: time_units: Make z_clock_hw_cycles_per_sec unsigned 3 months ago
Peter Mitsis 701aab92e2 kernel: Add Z_IS_TIMEOUT_RELATIVE() macro 4 months ago
Peter Mitsis 90e2498982 kernel: Add timeout_lock usage notes 5 months ago
Dong Wang dd5f11cb04 kernel: timeout: ensure next timeout is set when aborting the first timeout 6 months ago
Pisit Sawangvonganan 5ed3cd4bc9 kernel: fix typo 1 year 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
Alberto Escolar Piedras 2f5e93938b Revert "kernel: retrieve system timer clock frequency at runtime or static" 1 year ago
Najumon B.A 7c03e5de7f kernel: retrieve system timer clock frequency at runtime or static 1 year ago
Krzysztof Chruściński aee8dd1d33 kernel: timeout: Optimize setting next alarm 1 year ago
Simon Hein bcd1d19322 kernel: add closing comments to config endifs 1 year ago
Nicolas Pitre c31d646198 kernel: timeout: optimize z_timeout_expires() 1 year ago
Qipeng Zha 3d29c9fe54 kernel: timeout: fix issue with z_timeout_expires 2 years ago
Anas Nashif 4e396174ce kernel: move syscall_handler.h to internal include directory 2 years ago
Anas Nashif fcf50ed6e7 kernel: move timeout_q.h to kernel/include 2 years ago
Andrei Emeltchenko 9551f2708b kernel: timeout: Remove unneeded assignment 2 years ago
Nicolas Pitre 52e2f83185 kernel/timeout: introduce the timepoint API 2 years ago
Nicolas Pitre b157031468 kernel: split k_busy_wait() out of timeout.c 2 years ago
Florian Grandel e256b7d244 kernel: spinlock: LOCKED -> K_SPINLOCK 2 years ago
Florian Grandel 5fa5534afc doc: kernel: clocks: define "current time" 2 years ago
Andy Ross f3afd5a4c9 kernel/sched: Use kernel timeouts for timeslice expirations 2 years ago
Peter Mitsis 42db096d28 kernel: resolve static analysis false positives 3 years ago
Chris Friedt 4108e14740 ztest: provide sys_clock_tick_set syscall 3 years ago
Peter Mitsis 71ef669ea4 kernel: Fixes sys_clock_tick_get() 3 years ago
Peter Mitsis 3e2f30a7ef kernel: fix race condition in sys_clock_announce() 3 years ago
Gerard Marull-Paretas cffefc818d kernel: migrate includes to <zephyr/...> 3 years ago
Andy Ross 0b2ed3818d kernel/timeout: Cleanup/speedup parallel announce logic 3 years ago
Andy Ross b1182bf83b kernel/timeout: Serialize handler callbacks on SMP 3 years ago
Flavio Ceolin 47b7c2e931 kernel: Fix timeout issue with SYSTEM_CLOCK_SLOPPY_IDLE 3 years ago
Guennadi Liakhovetski 339a6bdafb kernel: fix several typos in a comment in timeout.c 4 years ago
Andrzej Głąbek 59b21a29aa kernel: timeout: Fix adding of an absolute timeout 4 years ago
Torbjörn Leksell f17144349b Tracing: Thread tracing 4 years ago
Krzysztof Chruscinski b8fb353cd4 kernel: Move k_busy_wait from thread to timeout 4 years ago
Jennifer Williams dc11ffb562 kernel: timeout: fix missing final else 4 years ago
Anas Nashif a518f48796 clock: renmae z_timeout_end_calc -> sys_clock_timeout_end_calc 4 years ago
Anas Nashif fe0872c0ab clocks: rename z_tick_get -> sys_clock_tick_get 4 years ago
Anas Nashif 5c90ceb105 clock: rename z_tick_get_32 -> sys_clock_tick_get_32 4 years ago
Anas Nashif a387221f3c clock: rename z_clock_hw_cycles_per_sec_runtime_get 4 years ago
Anas Nashif 9c1efe6b4b clock: remove z_ from semi-public APIs 4 years ago
Andy Ross bf99f3105f kernel/timeout: Correctly clamp z_clock_set_timeout() argument 4 years ago
Andrei Emeltchenko 377456c5af kernel: Move LOCKED() macro to kernel_internal.h 4 years ago
Andy Ross 252764a4ba kernel/timeout: Fix off-by-one in absolute timeouts 4 years ago
Anas Nashif 39f632e7f0 kernel: fix usage of KERNEL_COHERENCE macro 4 years ago
Andy Ross 887e1abace kernel/timeout: Fix timeout "sooner" computation 4 years ago
Andy Ross 544475d8a7 kernel/timeout: Schedule zero-time timeouts 4 years ago
Flavio Ceolin 148769c715 sched: timeout: Do not miss slice timeouts 5 years ago
Andy Ross e956639dd6 kernel: Remove CONFIG_LEGACY_TIMEOUT_API 5 years ago