aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include
AgeCommit message (Expand)Author
2024-04-30linux-gen: packet: implement new odp_packet_reset_meta()Matias Elo
2024-04-30linux-gen: event: implement odp_event_user_flag_set()Matias Elo
2024-04-29api: cpu: add CPU data cache prefetch functionsPetri Savolainen
2024-04-29linux-gen: tm: use new ODP_TM_NAME_LEN constantJere Leppänen
2024-03-28linux-gen: tm: make is_idle atomicJere Leppänen
2024-03-18linux-gen: update copyright formatMatias Elo
2024-03-08linux-gen: string: add internal string copy functionJere Leppänen
2024-03-08linux-gen: string: rename "print" internal module to "string"Jere Leppänen
2024-03-05linux-gen: ml: add missing includesMatias Elo
2024-02-21linux-gen: ml: implement the new ML APILifang Zhang
2024-02-21linux-gen: pool: add buffer_subtype_set()Lifang Zhang
2024-02-13linux-gen: wait_until: add generic bitset wait until functionMatias Elo
2024-02-06linux-gen: macros: avoid nesting in MIN3 and MAX3 macrosPetri Savolainen
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
2024-02-01linux-gen: remove unnecessary pthread includesJere Leppänen
2024-01-17linux-gen: packet: move packet header cos fieldMatias Elo
2024-01-11linux-gen: event: initialize subtype alwaysPetri Savolainen
2024-01-11linux-gen: event: move subtype into event headerPetri Savolainen
2024-01-10linux-gen: fix doxygen documentation groupingMatias Elo
2023-12-20linux-gen: time: change to non-zero startup timePetri Savolainen
2023-12-20linux-gen: time: implement odp_time_add_ns()Petri Savolainen
2023-12-19api: thread: move ODP_THREAD_COUNT_MAX to types headerMatias Elo
2023-12-19linux-gen: event: implement odp_event_pool()Matias Elo
2023-12-18api: sched: remove deprecated itemsTuomas Taipale
2023-12-18api: crypto: remove deprecated itemsTuomas Taipale
2023-12-18api: cls: remove deprecated itemsTuomas Taipale
2023-12-12linux-gen: timer: inline odp_timer_current_tick()Petri Savolainen
2023-11-30linux-gen: ticketlock: enable WFE on aarch64Fan Hong
2023-11-13linux-gen: fix unaligned access in checksum calculationJanne Peltonen
2023-11-01linux-gen: pool: add constant for internal pool countTuomas Taipale
2023-10-27linux-gen: config: remove ODP_ prefix from internal definesMatias Elo
2023-10-20linux-gen: queue: implement odp_queue_destroy_multi() functionMatias Elo
2023-10-20linux-gen: queue: implement odp_queue_create_multi() functionMatias Elo
2023-10-18linux-gen: timer: add possibility to profile inline timer performanceJoyce Kong
2023-09-13linux-gen: pktio: implement TX completion poll modeTuomas Taipale
2023-09-13linux-gen: packet: add fields for TX completion poll modeTuomas Taipale
2023-08-24linux-gen: ring: improve documentationMatias Elo
2023-08-24linux-gen: ring: fix ring size detectionMatias Elo
2023-08-23linux-gen: cpu: optimize aarch64 odp_cpu_cycles() implementationMatias Elo
2023-08-14linux-gen: fix typosTianyu Li
2023-07-12linux-gen: sync: implement new memory barriersPetri Savolainen
2023-07-07linux-gen: debug: utilize new _ODP_WARN() macroMatias Elo
2023-07-07linux-gen: debug: add message types to logsMatias Elo
2023-07-07linux-gen: debug: add support for new warning log levelMatias Elo
2023-07-07linux-gen: event: implement odp_event_types_multi() functionMatias Elo
2023-07-07linux-gen: timer: implement odp_timeout_from_event_multi() functionMatias Elo
2023-07-07linux-gen: event: implement odp_event_user_area_and_flag() functionMatias Elo
2023-07-03linux-gen: cpu: detect constant_tsc from cpuinfoMatias Elo
2023-06-21linux-gen: pktio: move packet vector cast helperTuomas Taipale