aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/memmove_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-08-07x86: move exports to actual definitionsAl Viro1-0/+3
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-1/+1
2015-06-02x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar1-3/+0
2015-02-23x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macroBorislav Petkov1-17/+2
2015-02-23x86/alternatives: Add instruction paddingBorislav Petkov1-1/+1
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin1-0/+4
2013-04-15x86/lib: Fix spelling, put space between a numeral and its unitsAndy Shevchenko1-1/+1
2013-04-15x86/lib: Fix spelling in the commentsAndy Shevchenko1-2/+2
2011-07-13x86: Make alternative instruction pointers relativeAndy Lutomirski1-6/+5
2011-05-17x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSBFenghua Yu1-1/+28
2011-01-25x86-64, mem: Convert memmove() to assembly file and fix return value bugFenghua Yu1-0/+197