aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/Makefile.am
AgeCommit message (Expand)Author
2021-04-07linux-gen: hash: use x86 crc32 instructionsJere Leppänen
2021-03-23linux-gen: queue_lf: move aarch64 specific code to arch filesMalvika Gupta
2021-03-19linux-gen: atomic: move odp_atomic_lock_free implementations under archMatias Elo
2021-03-19linux-gen: atomic: reorganize architecture specific implementationsMatias Elo
2021-02-26build: check names of global symbols in static librariesJere Leppänen
2021-02-23linux-gen: atomic: add 128 bit atomic apisGovindarajan Mohandoss
2021-02-12linux-gen: improve software checksum implementationJere Leppänen
2021-02-12linux-gen: introduce _ODP_UNALIGNED macroJere Leppänen
2021-01-26linux-gen: hash: add armv8-a crc32 hash functionsMalvika Gupta
2021-01-26linux-gen: hash: prepare for arch specific implementationsMatias Elo
2020-11-26linux-gen: remove unused bitmap implementationJere Leppänen
2020-11-19linux-gen: packet_vector: implement fast path functionsMatias Elo
2020-11-19linux-gen: packet_vector: implement alloc and free functionsMatias Elo
2020-11-19linux-gen: packet_vector: implement event conversion functionsMatias Elo
2020-11-19linux-gen: pool: implement vector pool typeMatias Elo
2020-11-18linux-gen: arch: implement older arm sysinfoPetri Savolainen
2020-09-08linux-gen: random: always build both implementationsMatias Elo
2020-09-07build: use more generic naming for PCAP PKTIO testStanislaw Kardach
2020-06-23build: allow per-platform lib nameStanislaw Kardach
2020-06-16abi: hash: allow inliningStanislaw Kardach
2020-06-16abi: errno: allow inliningStanislaw Kardach
2020-06-10linux-gen: use provided conf file for install and rebuildThomas Pansiot
2020-04-07linux-gen: stash: implement the new APIPetri Savolainen
2020-04-07api: stash: add new object stash APIPetri Savolainen
2019-11-06linux-gen: buffer: inline event handle conversionsPetri Savolainen
2019-11-05linux-gen: ipc: remove unnecessary odp_packet_io_ipc_internal.h headerMatias Elo
2019-11-05linux-gen: ipc: move remaining ring helper functions to ipc source fileMatias Elo
2019-10-22linux-gen: cls: remove odp_classification_inlines.hPetri Savolainen
2019-09-16linux-gen: socket_mmap: remove redundant header filePetri Savolainen
2019-04-17linux-gen: ring: enable storing pointers in ring dataMatias Elo
2019-02-01doc: update GitHub repository linksMatias Elo
2019-01-26build: support detection of DPDK through pkg-configDmitry Eremin-Solenikov
2019-01-23linux-gen: comp: add deflate/zlib implementation based on minizDmitry Eremin-Solenikov
2019-01-23linux-gen: comp: add stub implementationDmitry Eremin-Solenikov
2019-01-23linux-gen: add compression ABI fileDmitry Eremin-Solenikov
2018-11-14linux-gen: ishm: remove unused odp_shm_internal headerMatias Elo
2018-10-16linux-gen: remove iquery scheduler implementationPetri Savolainen
2018-08-27linux-gen: ring_mpmc: new multi-producer, multi-consumer ringPetri Savolainen
2018-08-22linux-gen: add SCTP protocol headerDmitry Eremin-Solenikov
2018-07-11linux-gen: queue: rename queue basic internal header filePetri Savolainen
2018-07-05linux-gen: sysinfo: parse aarch64 cpuinfoPetri Savolainen
2018-06-29linux-gen: support building ODP without libcrypto from OpenSSLDmitry Eremin-Solenikov
2018-06-19linux-gen: hash: generic crc implementationPetri Savolainen
2018-06-19linux-gen: queue_spsc: single-producer, single-consumer queuePetri Savolainen
2018-06-19linux-gen: ring_spsc: single-producer, single-consumer ringPetri Savolainen
2018-06-15linux-gen: hash: table based crc32 implementationPetri Savolainen
2018-06-13linux-gen: pktio: move pktio socket stats to a new fileBogdan Pricope
2018-06-13linux-gen: pktio: move ethtool and sysfs stats files to new folderBogdan Pricope
2018-06-11linux-gen: hash: rename hash.c to hash_crc32c.cPetri Savolainen
2018-06-11linux-gen: hash_crc32: crc32 implementation with zlibPetri Savolainen