summaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib/memcpy.S
Commit message (Expand)AuthorAgeFilesLines
* arm64: clean up symbol aliasingMark Rutland2022-02-221-10/+11
* arm64: update string routine copyrights and URLsMark Rutland2021-06-021-3/+3
* arm64: Import latest memcpy()/memmove() implementationRobin Murphy2021-06-011-43/+229
* arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.SFangrui Song2020-10-301-2/+1
* arm64: Reorder the macro arguments in the copy routinesCatalin Marinas2020-04-291-16/+16
* arm64: lib: Use modern annotations for assembly functionsMark Brown2020-01-081-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-13/+1
* arm64: string: use asm EXPORT_SYMBOL()Mark Rutland2018-12-101-0/+2
* arm64: add KASAN supportAndrey Ryabinin2015-10-121-0/+3
* arm64: use ENDPIPROC() to annotate position independent assembler routinesArd Biesheuvel2015-10-121-1/+1
* arm64: Change memcpy in kernel to use the copy template fileFeng Kan2015-10-071-153/+26
* arm64: lib: Implement optimized memcpy routinezhichang.yuan2014-05-231-22/+170
* arm64: klib: Optimised memory functionsCatalin Marinas2013-03-211-0/+53