aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_timer_internal.h
AgeCommit message (Expand)Author
2024-03-18linux-gen: update copyright formatMatias Elo
2024-02-01linux-gen: timer: allow forcing a scan in _odp_timer_run_inline()Jere Leppänen
2024-02-01linux-gen: timer: return time to the next timeout from timer_run()Jere Leppänen
2022-09-30linux-gen: pool: implement user areaPetri Savolainen
2022-01-12linux-gen: packet: move user area pointer to packet headerMatias Elo
2021-11-23linux-gen: timer: use common event headerMatias Elo
2021-10-21linux-gen: fix invalid use of structure with flexible array member errorsMatias Elo
2021-02-26linux-gen: rename remaining global symbols in the static libraryJere Leppänen
2021-02-23linux-gen: timer: change user pointer to constPetri Savolainen
2019-10-02linux-gen: timer: remove unused return valuePetri Savolainen
2019-02-08linux-gen: fix internal header code style warningsMatias Elo
2018-11-16linux-gen: timer: decrease inline timer polling interval under loadMatias Elo
2018-11-16linux-gen: timer: add config option for inline timer poll frequencyMatias Elo
2018-10-24linux-gen: timer: reduce inline timer overheadMatias Elo
2018-02-26update Linaro Copyrights to 2018 yearMaxim Uvarov
2017-12-27linux-gen: timer: control timer pool polling frequency dynamicallyJoyce Kong
2017-12-27timer: allow timer processing to run on worker coresBrian Brooks
2017-01-12linux-gen: pool: reimplement pool with ringPetri Savolainen
2016-03-04api and linux-generic: make room for new apiChristophe Milard
2015-07-22linux-generic: timer: use timer handles as buffer handlesIvan Khoronzhuk
2015-07-22Revert "linux-generic: timer: use plain buffers for timeouts"Maxim Uvarov
2015-07-20linux-generic: timer: use plain buffers for timeoutsOla Liljedahl
2015-02-20linux-generic: pools: rename odp_buffer_pool files to odp_poolBill Fischofer
2015-01-29api: move ODP headers to a directoryTaras Kondratiuk
2015-01-09api: odp_timer.h: updated API, lock-less implementationOla Liljedahl
2014-12-16api: rename ODP_STATIC_ASSERT to _ODP_STATIC_ASSERTMike Holmes
2014-12-16api: buffer: change pool createBill Fischofer
2014-07-23debug: Replace ODP_ASSERT with ODP_STATIC_ASSERTTaras Kondratiuk
2014-07-03linux-generic: timer: Suppress cast-align warningTaras Kondratiuk
2014-06-26Buffer header C99 compliance and cleanupPetri Savolainen
2014-06-26Added timeout buffer typePetri Savolainen