aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/arch/aarch64
AgeCommit message (Expand)Author
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-25linux-gen: random: implement true random number generation on aarch64Malvika Gupta
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
2021-10-21linux-gen: fix unsupported types build errorsMatias Elo
2021-10-12linux-gen: atomic: explicitly use staddl for 64-bit add/sub release opsMatias Elo
2021-10-12linux-gen: atomic: explicitly use staddl for 32-bit add/sub release opsMatias Elo
2021-10-04linux-gen: atomic: use STADD explicitly for aarch64 atomic add operationsMalvika Gupta
2021-09-30linux-gen: cpu: refactor inlining codeMatias Elo
2021-09-03linux-gen: atomic: add missing inline function includeMatias Elo
2021-05-31linux-gen: time: implement strict time stamp read functionsPetri Savolainen
2021-04-16linux-gen: detect cpu cache line size during configureMatias Elo
2021-03-31linux-gen: sysinfo: add new ARMv8 and v9 enumerationsPetri Savolainen
2021-03-29linux-gen: bitset: move aarch64 specific code to arch filesMalvika Gupta
2021-03-23linux-gen: queue_lf: move aarch64 specific code to arch filesMalvika Gupta
2021-03-19linux-gen: atomic: optimize arm64 128-bit implementationMatias Elo
2021-03-19linux-gen: atomics: implement 128-bit operations using gcc builtinsMatias Elo
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-03-18linux-gen: arch: add ARM part numbersPetri Savolainen
2021-02-23linux-gen: atomic: add 128 bit atomic apisGovindarajan Mohandoss
2021-02-12linux-gen: introduce _ODP_UNALIGNED macroJere Leppänen
2021-02-12linux-gen: remove doze()Jere Leppänen
2021-01-26linux-gen: hash: add armv8-a crc32 hash functionsMalvika Gupta
2020-12-23linux-gen: rename some global symbols in the static libraryJere Leppänen
2020-12-03linux-gen: system: set cpu_isa_hw based on ARM part numberPetri Savolainen
2020-11-18linux-gen: sysinfo: implement system info callPetri Savolainen
2020-08-31linux-gen: remove implementation internal printf() callsMatias Elo
2020-07-10linux-gen: sysinfo: update ARM feature macrosPetri Savolainen
2020-07-10linux-gen: sysinfo: update ARM ISA version number detectionPetri Savolainen