aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/arch
AgeCommit message (Expand)Author
2023-07-12linux-gen: sync: implement new memory barriersPetri Savolainen
2023-07-07linux-gen: debug: utilize new _ODP_WARN() macroMatias Elo
2023-07-03linux-gen: cpu: detect constant_tsc from cpuinfoMatias Elo
2023-06-21linux-gen: time: refactor implementationMatias Elo
2023-06-13linux-gen: cpu: update x86 CPU flags codeMatias Elo
2023-04-12linux-gen: crypto: remove deprecated odp_crypto_operation()Janne Peltonen
2023-04-12linux-gen: crypto: do not set odp_crypto_packet_result_t::okJanne Peltonen
2023-04-12linux-gen: crypto: set hw_err status only if deprecated API enabledJanne Peltonen
2023-04-12linux-gen: crypto: treat IV and AAD as const arraysJanne Peltonen
2023-04-05linux-gen: atomic: optimize min/max operations on ARMPetri Savolainen
2023-03-02linux-gen: crypto: fix uninitialized variable accessJanne Peltonen
2023-02-13linux-gen: crypto: implement out-of-place crypto operation typeJanne Peltonen
2023-02-13linux-gen: crypto: implement basic crypto operation typeJanne Peltonen
2023-02-06linux-gen: crypto: arm: remove deprecated per-session IVsJanne Peltonen
2022-12-29linux-gen: crypto: inline odp_crypto_result() implementationMatias Elo
2022-12-29linux-gen: crypto: inline event conversion functionsMatias Elo
2022-12-22linux-gen: crypto: arm: fix out-of-bounds IV read accessJanne Peltonen
2022-12-22linux-gen: crypto: arm: use macro for the constant AES-GCM IV lengthJanne Peltonen
2022-10-07linux-gen: debug: prefix implementation internal debug macrosMatias Elo
2022-10-07linux-gen: debug: enable debug function usage in inline headersMatias Elo
2022-09-28linux-gen: crypto: reuse input packet as output packet if possibleJanne Peltonen
2022-09-28linux-gen: crypto: fix pool checking before metadata copyingJanne Peltonen
2022-09-09linux-gen: aarch64: atomic: avoid conversion warningsJere Leppänen
2022-06-23linux-gen: atomic: fix build error with gcc 12Janne Peltonen
2022-05-02linux-gen: sysinfo: use helper macro for calculating array sizeMatias Elo
2022-04-20linux-gen: crypto: arm: remove unused return value from crypto functionsJanne Peltonen
2022-04-20linux_gen: remove crypto error from packet error flagsJanne Peltonen
2022-04-13api: crypto: deprecate odp_crypto_operation()Janne Peltonen
2022-03-16linux-gen: crypto: arm: combine cipher and auth into one functionJanne Peltonen
2022-03-16linux-gen: crypto: arm: optimize authentication tag handlingJanne Peltonen
2022-03-16linux-gen: crypto: arm: use constant length memcpy for AADJanne Peltonen
2022-03-16linux-gen: crypto: arm: avoid unneeded packet data copyJanne Peltonen
2022-03-08linux-gen: use _odp_u128_t instead of __int128Jere Leppänen
2022-03-08linux-gen: use new 128-bit integer typeJere Leppänen
2022-03-02api: crypto: remove deprecated authentication algorithm fieldsMatias Elo
2022-03-02api: crypto: remove deprecated cipher algorithm fieldsMatias Elo
2022-03-02api: crypto: remove deprecated crypto authentication algorithmsMatias Elo
2022-03-02api: crypto: remove deprecated crypto cipher algorithmsMatias Elo
2022-02-04linux-gen: packet: add common packet metadata copy functionMatias Elo
2022-02-03linux-gen: crypto: add AES-GCM to armv8cryptoMalvika Gupta
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-11-25linux-gen: random: implement crypto random and true random data on x86Jere Leppänen
2021-11-23linux-gen: arch: add new aarch64 CPU enumerationsPetri Savolainen
2021-11-08linux-gen: sysinfo: dump aarch64 cpu hardware flagsMalvika Gupta
2021-11-08linux-gen: sysinfo: add compile-time cpu flagsMalvika Gupta
2021-11-08linux-gen: sysinfo: move compile-time cpu flags to cpu_flags.cMalvika Gupta
2021-10-21linux-gen: llsc: fix casts to union type build errorsMatias Elo
2021-10-21linux-gen: fix braced-groups within expressions build errorsMatias Elo