summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/memmove_64.S
Commit message (Expand)AuthorAgeFilesLines
* x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-10-031-1/+1
* x86/asm: Fix build of UML with KASANVincent Whitchurch2023-09-181-1/+1
* x86/lib/memmove: Decouple ERMS from FSRMBorislav Petkov (AMD)2023-05-101-8/+5
* entry, kasan, x86: Disallow overriding mem*() functionsPeter Zijlstra2023-01-131-1/+3
* x86: Use return-thunk in asm codePeter Zijlstra2022-06-271-1/+6
* x86: clean up symbol aliasingMark Rutland2022-02-221-2/+2
* x86: Add straight-line-speculation mitigationPeter Zijlstra2021-12-091-1/+1
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-081-2/+2
* x86/alternative: Merge include filesJuergen Gross2021-03-111-1/+1
* x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song2020-11-041-3/+1
* x86/cpufeatures: Add support for fast short REP; MOVSBTony Luck2020-01-081-3/+4
* x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-2/+2
* x86/asm: Annotate aliasesJiri Slaby2019-10-181-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86: move exports to actual definitionsAl Viro2016-08-071-0/+3
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-1/+1
* x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar2015-06-021-3/+0
* x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macroBorislav Petkov2015-02-231-17/+2
* x86/alternatives: Add instruction paddingBorislav Petkov2015-02-231-1/+1
* x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin2015-02-131-0/+4
* x86/lib: Fix spelling, put space between a numeral and its unitsAndy Shevchenko2013-04-151-1/+1
* x86/lib: Fix spelling in the commentsAndy Shevchenko2013-04-151-2/+2
* x86: Make alternative instruction pointers relativeAndy Lutomirski2011-07-131-6/+5
* x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSBFenghua Yu2011-05-171-1/+28
* x86-64, mem: Convert memmove() to assembly file and fix return value bugFenghua Yu2011-01-251-0/+197