summaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib/Makefile
AgeCommit message (Expand)AuthorLines
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+0
2025-06-30lib/crc: arm64: Migrate optimized CRC code into lib/crc/Eric Biggers-6/+0
2025-06-30lib/crypto: arm64: Move arch/arm64/lib/crypto/ into lib/crypto/Eric Biggers-3/+0
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+3
2025-04-28arm64/crc: drop "glue" from filenamesEric Biggers-2/+2
2025-04-28crypto: arm64 - move library functions to arch/arm64/lib/crypto/Eric Biggers-0/+3
2024-12-01arm64/crc-t10dif: expose CRC-T10DIF function through libEric Biggers-0/+3
2024-12-01lib/crc32: improve support for arch-specific overridesEric Biggers-1/+2
2024-10-22arm64/lib: Handle CRC-32 alternative in C codeArd Biesheuvel-1/+1
2024-05-19arm64: crypto: use CC_FLAGS_FPU for NEON CFLAGSSamuel Holland-4/+2
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan-0/+2
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann-1/+1
2021-06-24Merge branch 'for-next/kasan' into for-next/coreWill Deacon-0/+2
2021-06-24Merge branch 'for-next/insn' into for-next/coreWill Deacon-1/+1
2021-06-01arm64: Import latest memcpy()/memmove() implementationRobin Murphy-1/+1
2021-05-27arm64: Move instruction encoder/decoder under lib/Julien Thierry-3/+3
2021-05-26kasan: arm64: support specialized outlined tag mismatch checksPeter Collingbourne-0/+2
2020-09-04arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas-0/+2
2020-01-16arm64: Implement optimised checksum routineRobin Murphy-3/+3
2019-08-30Merge branch 'for-next/atomics' into for-next/coreWill Deacon-19/+0
2019-08-29arm64: atomics: Remove atomic_ll_sc compilation unitAndrew Murray-19/+0
2019-08-07arm64: Add support for function error injectionLeo Yan-0/+2
2019-04-09arm64: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe-1/+1
2018-12-06arm64: crypto: add NEON accelerated XOR implementationJackie Liu-0/+6
2018-09-24arm64: lse: remove -fcall-used-x0 flagTri Vo-1/+1
2018-09-10arm64/lib: add accelerated crc32 routinesArd Biesheuvel-0/+2
2018-06-21locking/atomics/arm64: Replace our atomic/lock bitop implementations with asm...Will Deacon-1/+1
2018-04-27arm64: avoid instrumenting atomic_ll_sc.oMark Rutland-0/+4
2018-03-06arm64: lse: Pass -fomit-frame-pointer to out-of-line ll/sc atomicsWill Deacon-1/+2
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+1
2017-11-03arm64: support __int128 on gcc 5+Jason A. Donenfeld-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-09arm64: uaccess: Implement *_flushcache variantsRobin Murphy-0/+2
2016-02-26arm64: lse: deal with clobbered IP registers after branch via PLTArd Biesheuvel-6/+7
2015-07-27arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon-0/+13
2014-05-23arm64: lib: Implement optimized string length routineszhichang.yuan-1/+2
2014-05-23arm64: lib: Implement optimized string compare routineszhichang.yuan-1/+1
2014-05-23arm64: lib: Implement optimized memcmp routinezhichang.yuan-1/+1
2013-12-19arm64: use generic strnlen_user and strncpy_from_user functionsWill Deacon-5/+3
2013-03-21arm64: klib: Optimised string functionsCatalin Marinas-1/+2
2013-03-21arm64: klib: Optimised memory functionsCatalin Marinas-1/+2
2012-09-17arm64: Miscellaneous library functionsMarc Zyngier-0/+4