aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/arch
AgeCommit message (Expand)Author
2024-04-16linux-gen: hash: use unaligned types in _odp_hash_crc32c()Jere Leppänen
2024-03-18linux-gen: update copyright formatMatias Elo
2024-03-08linux-gen: use _odp_strcpy() instead of strncpy()Jere Leppänen
2024-02-13linux-gen: remove 32-bit arm specific atomics headerMatias Elo
2024-02-13linux-gen: cpu: optimize aarch64 error branchesMatias Elo
2024-02-13linux-gen: wait_until: clean 32-bit arm headersMatias Elo
2024-02-13linux-gen: wait_until: add aarch64 specific wait until functionsMatias Elo
2024-02-13linux-gen: cpu: remove now unused generic idling headerMatias Elo
2024-02-13linux-gen: wait_until: add generic bitset wait until functionMatias Elo
2024-02-13linux-gen: wait_until: add generic 8-bit wait until functionMatias Elo
2024-02-13linux-gen: wait_until: add generic 32-bit wait until functionsMatias Elo
2024-02-06linux-gen: atomic: rename variables in macrosPetri Savolainen
2024-01-25linux-gen: time: improve TSC frequency measurementJanne Peltonen
2023-12-20linux-gen: time: change to non-zero startup timePetri Savolainen
2023-11-30linux-gen: ticketlock: enable WFE on aarch64Fan Hong
2023-11-30linux-gen: llsc: fix type casts error with CXXFan Hong
2023-10-20linux-gen: sysinfo: add new ARMv8 and v9 enumerationsMatias Elo
2023-10-20linux-gen: crypto: implement ODP_CRYPTO_TYPE_BASIC_AND_OOPJanne Peltonen
2023-10-20linux-gen: crypto: implement the null_crypto crypto op paramJanne Peltonen
2023-10-16linux-gen: sysinfo: recognize armv9 ISAMatias Elo
2023-10-16linux-gen: sysinfo: add new arm core part idsMatias Elo
2023-10-16linux-gen: sysinfo: add new arm core implementersMatias Elo
2023-08-23linux-gen: cpu: optimize aarch64 odp_cpu_cycles() implementationMatias Elo
2023-07-13linux-gen: crypto: fail bit mode session creation when not supportedJanne Peltonen
2023-07-12linux-gen: aarch64: add missing HWCAP2 bitsPetri Savolainen
2023-07-12linux-gen: aarch64: rename hwcap struct fieldsPetri Savolainen
2023-07-12linux-gen: aarch64: remove unused valid fieldPetri Savolainen
2023-07-12linux-gen: aarch64: simplify HWCAP flag handlingPetri Savolainen
2023-07-12linux-gen: aarch64: remove duplicate flag filteringPetri Savolainen
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