aboutsummaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2024-06-05linux-dpdk: packet: inline odp_packet_reset_max_len() implementationMatias Elo
2024-06-05linux-dpdk: init: improve error logMatias Elo
2024-06-05linux-dpdk: remove unnecessary symbolic linksMatias Elo
2024-06-05linux-dpdk: init: fix eal option string length calculationMatias Elo
2024-06-05linux-dpdk: crypto: avoid passing null pointer to memcpy()Matias Elo
2024-06-05linux-dpdk: crypto: avoid creating zero length variable arraysMatias Elo
2024-06-05linux-dpdk: pool: take possible endmark into account in capabilitiesMatias Elo
2024-06-05linux-dpdk: pool: take alignment into account in buf.max_size capabilityMatias Elo
2024-06-05linux-dpdk: timer: reduce timer pool name array length by oneMatias Elo
2024-06-05Port 1b851cbd5 "linux-gen: crypto_openssl: copy capabilities only if destinat...Matias Elo
2024-06-05Port a53a6f4fa "linux-gen: dpdk: enable configuring zero rx or tx queues"Matias Elo
2024-06-05Port 00b4a25cb "api: cpu: add CPU data cache prefetch functions"Matias Elo
2024-06-05Port ce12f9ed9 "check-globals: add address sanitizer"Matias Elo
2024-06-05Port eb68f3bf2 "linux-gen: thread: make globals atomic"Matias Elo
2024-06-05Port 71ba58f50 "linux-gen: thread: lock spinlock in odp_thrmask_worker() and ...Matias Elo
2024-06-05Port c1a2c3e7b "linux-gen: m4: add missing copyright licenses"Matias Elo
2024-06-05Port 36019aa2b "linux-gen: update copyright format"Matias Elo
2024-06-05Port f15333dba "linux-gen: use _odp_strcpy() instead of strncpy()"Matias Elo
2024-06-05Port 19cf17d2f "linux-gen: packet: implement new odp_packet_reset_meta()"Matias Elo
2024-06-05Port c10e3e415 "linux-gen: packet: implement new odp_packet_reset_max_len()"Matias Elo
2024-06-05Port dc4ad15ae "linux-gen: string: rename print internal module to string"Matias Elo
2024-06-05Port 564de214a "example: generator: remove odp_generator example application"Matias Elo
2024-05-17linux-gen: tm: use CPU pause API callPetri Savolainen
2024-05-17Merge ODP v1.45.0.0Matias Elo
2024-04-30linux-gen: packet: implement new odp_packet_reset_meta()Matias Elo
2024-04-30linux-gen: packet: implement new odp_packet_reset_max_len()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: validation: ml: test long model nameJere Leppänen
2024-04-29linux-gen, validation: use correct constants for name array sizesJere Leppänen
2024-04-29linux-gen: tm: use new ODP_TM_NAME_LEN constantJere Leppänen
2024-04-26linux-gen: ml: don't require non-zero max size for dynamic dimensionJere Leppänen
2024-04-26linux-gen: timer: don't use sched_yield()Jere Leppänen
2024-04-23linux-gen: shm: reclassify fallocate failure debug messageMatias Elo
2024-04-16linux-gen: random: use unaligned typesJere Leppänen
2024-04-16linux-gen: tm: align allocation of queue_blk_t for internal packet queueJere Leppänen
2024-04-16linux-gen: parse: use unaligned types when parsing ethernet headerJere Leppänen
2024-04-16linux-gen: hash: use unaligned types in _odp_hash_crc32c()Jere Leppänen
2024-04-16linux-gen: crc: avoid undefined behavior in bit shiftsJere Leppänen
2024-04-16linux-gen: packet: in packet_free_multi_ev(), return immediately if number of...Jere Leppänen
2024-04-16linux-gen: sched: use static array size in schedule_group_create()Jere Leppänen
2024-04-16linux-gen: crypto_openssl: copy capabilities only if destination is not NULLJere Leppänen
2024-04-16linux-gen: pool: flush pool cache only if the pool has a ringJere Leppänen
2024-04-16linux-gen: pool: free ring shm if pool creation failsJere Leppänen
2024-04-12linux-gen: dpdk: fix char array size in dpdk_pktio_init()Jere Leppänen
2024-04-12linux-gen: example: ml: model_explorer: destroy model after useJere Leppänen
2024-04-12linux-gen: example: ml: mnist: terminate example digit stringJere Leppänen
2024-04-12linux-gen: pcap: fix memory leak in pcapif_promisc_mode_set()Jere Leppänen
2024-04-12check-globals: add address sanitizerFan Hong
2024-03-28linux-gen: barrier: include abi-default headerJere Leppänen