aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2024-03-11linux-dpdk: list dpdk v23.11 as supportedMatias Elo
2024-03-11linux-dpdk: eventdev: avoid variable name shadowingMatias Elo
2024-03-11linux-dpdk: crypto: avoid variable name shadowingMatias Elo
2024-03-11Port 132cfb7f3 "linux-gen: sysinfo: do not save cpu frequency if it is not st...Matias Elo
2024-03-11Port 218d405fe "build: re-enable parallel build"Matias Elo
2024-03-11Port 22c7067de "linux-gen: timer: allow forcing a scan in _odp_timer_run_inli...Matias Elo
2024-03-11Port 90dd758b7 "linux-gen: timer: return time to the next timeout from timer_...Matias Elo
2024-03-11Port f74bd07ad "linux-gen: remove unnecessary pthread includes"Matias Elo
2024-03-11Port 92282e857 "linux-gen: remove 32-bit arm specific atomics header"Matias Elo
2024-03-11Port f2c3a8785 "linux-gen: wait_until: clean 32-bit arm headers"Matias Elo
2024-03-11Port d4dd30fe4 "linux-gen: wait_until: add aarch64 specific wait until functi...Matias Elo
2024-03-11Port 7f3328c03 "linux-gen: cpu: remove now unused generic idling header"Matias Elo
2024-03-11Port 53d82cb76 "linux-gen: wait_until: add generic 32-bit wait until functions"Matias Elo
2024-03-11Port da534723d "linux-gen: validation: ml: add tests based on onnx models for...Matias Elo
2024-03-11Port 58b89a4f0 "linux-gen: example: ml: add ML examples based on onnx models"Matias Elo
2024-03-11Port b04851ad2 "linux-gen: ml: implement the new ML API"Matias Elo
2024-03-11Port 45f617f44 "api: ml: add machine learning API"Matias Elo
2024-03-11Port 10753512c "linux-gen: pool: add buffer_subtype_set()"Matias Elo
2024-03-11Port 187680b44 "linux-gen: event: move subtype into event header"Matias Elo
2024-03-11Port dfec7b832 "linux-gen: event: initialize subtype always"Matias Elo
2024-03-11Port ac147a12f "linux-gen: fix doxygen documentation grouping"Matias Elo
2024-03-06linux-gen: example: simple_linear: fix odp_ml_run() return value checkMatias Elo
2024-03-06linux-gen: ml: add missing includesMatias Elo
2024-02-29Merge ODP v1.44.0.0Matias Elo
2024-02-21linux-gen: validation: ml: add tests based on onnx models for the new ML APILifang Zhang
2024-02-21linux-gen: example: ml: add ML examples based on onnx modelsLifang Zhang
2024-02-21linux-gen: ml: implement the new ML APILifang Zhang
2024-02-21linux-gen: pool: add buffer_subtype_set()Lifang Zhang
2024-02-21api: event: add ML completion event typePetri Savolainen
2024-02-21api: ml: add machine learning APIPetri Savolainen
2024-02-21linux-gen: shm: fix maybe-uninitialized warningJanne Peltonen
2024-02-21build: re-enable parallel buildMatias Elo
2024-02-21linux-dpdk: dma: simplify inflight transfer bookkeepingTuomas Taipale
2024-02-13linux-gen: remove 32-bit arm specific atomics headerMatias Elo
2024-02-13linux-gen: cpu: optimize aarch64 error branchesMatias Elo
2024-02-13linux-gen: wait_until: clean 32-bit arm headersMatias Elo
2024-02-13linux-gen: wait_until: add aarch64 specific wait until functionsMatias Elo
2024-02-13linux-gen: cpu: remove now unused generic idling headerMatias Elo
2024-02-13linux-gen: wait_until: add generic bitset wait until functionMatias Elo
2024-02-13linux-gen: wait_until: add generic 8-bit wait until functionMatias Elo
2024-02-13linux-gen: wait_until: add generic 32-bit wait until functionsMatias Elo
2024-02-06linux-gen: pool: avoid variable name shadowingPetri Savolainen
2024-02-06linux-gen: scalable: avoid variable name shadowingPetri Savolainen
2024-02-06linux-gen: cls: avoid variable name shadowingPetri Savolainen
2024-02-06linux-gen: atomic: rename variables in macrosPetri Savolainen
2024-02-06linux-gen: macros: avoid nesting in MIN3 and MAX3 macrosPetri Savolainen
2024-02-01linux-gen: sched: avoid odp_time_cmp() in schedule_loop_sleep()Jere Leppänen
2024-02-01linux-gen: sched: improve timer behavior when power saving sleep is enabledJere Leppänen
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