aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/Makefile.am
AgeCommit message (Expand)Author
2022-05-24linux-gen: spinlock_recursive: inline implementationMatias Elo
2022-05-24linux-gen: spinlock: inline implementationMatias Elo
2022-05-24linux-gen: event: move event header inline accessor offsetsMatias Elo
2022-05-02linux-gen: pktio: add AF_XDP socket based packet IOTuomas Taipale
2022-05-02linux-gen: pool: add memory source operations interfaceTuomas Taipale
2022-05-02linux-gen: macros: prefix implementation internal macro namesMatias Elo
2022-03-25linux-gen: timer: inline small timer functionsMatias Elo
2022-03-25abi: timer: add necessary files for function inliningMatias Elo
2022-03-18api: event: split header filePetri Savolainen
2022-03-10linux-gen: packet: move parse functions to new source filesJere Leppänen
2022-03-08linux-gen: define a 128-bit integer typeJere Leppänen
2022-03-03api: random: split random types into a separate headerMatias Elo
2022-03-03api: pktio: split packet io types into a separate headerMatias Elo
2022-03-03api: pool: split pool types into a separate headerMatias Elo
2022-03-03linux-gen: pktio: rename packet io source filesMatias Elo
2022-02-03linux-gen: crypto: integrate Aarch64cryptolibMalvika Gupta
2022-01-28arch: remove mips64 architecture supportMatias Elo
2022-01-25linux-gen: random: implement true random number generation on aarch64Malvika Gupta
2021-12-09linux-gen: dma: implement the new DMA APIPetri Savolainen
2021-12-09api: timer: split timer types into separate filePetri Savolainen
2021-11-25linux-gen: random: implement crypto random and true random data on x86Jere Leppänen
2021-11-23linux-gen: add pool type agnostic _odp_event_hdr_t headerMatias Elo
2021-11-10linux-gen: ring: add internal 64-bit ring implementationMatias Elo
2021-11-08linux-gen: sysinfo: move compile-time cpu flags to cpu_flags.cMalvika Gupta
2021-09-30linux-gen: cpu: refactor inlining codeMatias Elo
2021-07-21api: proto_stats: add separate header for type definitionsMatias Elo
2021-07-21api: proto_stats: introduce generic protocol stats frameworkJerin Jacob
2021-07-12api: std: rename std_clib module to stdMatias Elo
2021-07-12api: queue: add separate header for type definitionsMatias Elo
2021-07-12api: packet: add separate header for type definitionsMatias Elo
2021-06-22linux-gen: fract: implement odp_fract_u64_to_dbl()Petri Savolainen
2021-05-31linux-gen: time: implement strict time stamp read functionsPetri Savolainen
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