aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/memmove_64.S
AgeCommit message (Expand)Author
2022-02-22x86: clean up symbol aliasingMark Rutland
2021-12-09x86: Add straight-line-speculation mitigationPeter Zijlstra
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra
2021-03-11x86/alternative: Merge include filesJuergen Gross
2020-11-04x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song
2020-01-08x86/cpufeatures: Add support for fast short REP; MOVSBTony Luck
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby
2019-10-18x86/asm: Annotate aliasesJiri Slaby
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-08-07x86: move exports to actual definitionsAl Viro
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2015-06-02x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar
2015-02-23x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macroBorislav Petkov
2015-02-23x86/alternatives: Add instruction paddingBorislav Petkov
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin
2013-04-15x86/lib: Fix spelling, put space between a numeral and its unitsAndy Shevchenko
2013-04-15x86/lib: Fix spelling in the commentsAndy Shevchenko
2011-07-13x86: Make alternative instruction pointers relativeAndy Lutomirski
2011-05-17x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSBFenghua Yu
2011-01-25x86-64, mem: Convert memmove() to assembly file and fix return value bugFenghua Yu