aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/memmove.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-03ARM: memmove: use frame pointer as unwind anchorArd Biesheuvel1-40/+20
2020-11-12ARM: 9022/1: Change arch/arm/lib/mem*.S to use WEAK instead of .weakFangrui Song1-2/+1
2020-10-27ARM: 9014/2: Replace string mem* functions for KASanLinus Walleij1-1/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-26ARM: 8844/1: use unified assembler in assembly filesStefan Agner1-12/+12
2016-11-23Revert "arm: move exports to definitions"Russell King1-2/+0
2016-08-07arm: move exports to definitionsAl Viro1-0/+2
2014-11-27ARM: 8224/1: Add unwinding support for memmove functionLin Yongting1-0/+28
2014-02-25ARM: 7990/1: asm: rename logical shift macros push pull into lspush lspullVictor Kamensky1-18/+18
2010-03-29ARM: 6006/1: ARM: Use the correct NOP size in memmove for Thumb-2 kernel buildsCatalin Marinas1-2/+2
2009-07-24Thumb-2: Implement the unified arch/arm/lib functionsCatalin Marinas1-14/+14
2008-09-01[ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas1-0/+1
2008-06-22[ARM] cache align destination pointer when copying memory for some processorsNicolas Pitre1-10/+2
2008-06-22[ARM] fix cache alignment code in memset.SNicolas Pitre1-1/+1
2005-11-01[ARM] 2947/1: copy template with new memcpy/memmoveNicolas Pitre1-0/+206