summaryrefslogtreecommitdiff
path: root/arch/x86/lib/memmove_64.S
AgeCommit message (Expand)AuthorFilesLines
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada1-1/+1
2023-09-18x86/asm: Fix build of UML with KASANVincent Whitchurch1-1/+1
2023-05-10x86/lib/memmove: Decouple ERMS from FSRMBorislav Petkov (AMD)1-8/+5
2023-01-13entry, kasan, x86: Disallow overriding mem*() functionsPeter Zijlstra1-1/+3
2022-06-27x86: Use return-thunk in asm codePeter Zijlstra1-1/+6
2022-02-22x86: clean up symbol aliasingMark Rutland1-2/+2
2021-12-09x86: Add straight-line-speculation mitigationPeter Zijlstra1-1/+1
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra1-2/+2
2021-03-11x86/alternative: Merge include filesJuergen Gross1-1/+1
2020-11-04x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song1-3/+1
2020-01-08x86/cpufeatures: Add support for fast short REP; MOVSBTony Luck1-3/+4
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby1-2/+2
2019-10-18x86/asm: Annotate aliasesJiri Slaby1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-08-08x86: 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-14x86_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-18x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSBFenghua Yu1-1/+28
2011-01-26x86-64, mem: Convert memmove() to assembly file and fix return value bugFenghua Yu1-0/+197