summaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib/memcpy.S
AgeCommit message (Expand)AuthorFilesLines
2022-02-22arm64: clean up symbol aliasingMark Rutland1-10/+11
2021-06-02arm64: update string routine copyrights and URLsMark Rutland1-3/+3
2021-06-01arm64: Import latest memcpy()/memmove() implementationRobin Murphy1-43/+229
2020-10-30arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.SFangrui Song1-2/+1
2020-04-29arm64: Reorder the macro arguments in the copy routinesCatalin Marinas1-16/+16
2020-01-08arm64: lib: Use modern annotations for assembly functionsMark Brown1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-13/+1
2018-12-10arm64: string: use asm EXPORT_SYMBOL()Mark Rutland1-0/+2
2015-10-12arm64: add KASAN supportAndrey Ryabinin1-0/+3
2015-10-12arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel1-1/+1
2015-10-07arm64: Change memcpy in kernel to use the copy template fileFeng Kan1-153/+26
2014-05-23arm64: lib: Implement optimized memcpy routinezhichang.yuan1-22/+170
2013-03-21arm64: klib: Optimised memory functionsCatalin Marinas1-0/+53