aboutsummaryrefslogtreecommitdiff
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>Gravatar Masahiro Yamada 1-1/+1
2023-09-18x86/asm: Fix build of UML with KASANGravatar Vincent Whitchurch 1-1/+1
2023-05-10x86/lib/memmove: Decouple ERMS from FSRMGravatar Borislav Petkov (AMD) 1-8/+5
2023-01-13entry, kasan, x86: Disallow overriding mem*() functionsGravatar Peter Zijlstra 1-1/+3
2022-06-27x86: Use return-thunk in asm codeGravatar Peter Zijlstra 1-1/+6
2022-02-22x86: clean up symbol aliasingGravatar Mark Rutland 1-2/+2
2021-12-09x86: Add straight-line-speculation mitigationGravatar Peter Zijlstra 1-1/+1
2021-12-08x86: Prepare asm files for straight-line-speculationGravatar Peter Zijlstra 1-2/+2
2021-03-11x86/alternative: Merge include filesGravatar Juergen Gross 1-1/+1
2020-11-04x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SGravatar Fangrui Song 1-3/+1
2020-01-08x86/cpufeatures: Add support for fast short REP; MOVSBGravatar Tony Luck 1-3/+4
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Gravatar Jiri Slaby 1-2/+2
2019-10-18x86/asm: Annotate aliasesGravatar Jiri Slaby 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-08-07x86: move exports to actual definitionsGravatar Al Viro 1-0/+3
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Gravatar Borislav Petkov 1-1/+1
2015-06-02x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsGravatar Ingo Molnar 1-3/+0
2015-02-23x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macroGravatar Borislav Petkov 1-17/+2
2015-02-23x86/alternatives: Add instruction paddingGravatar Borislav Petkov 1-1/+1
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsGravatar Andrey Ryabinin 1-0/+4
2013-04-15x86/lib: Fix spelling, put space between a numeral and its unitsGravatar Andy Shevchenko 1-1/+1
2013-04-15x86/lib: Fix spelling in the commentsGravatar Andy Shevchenko 1-2/+2
2011-07-13x86: Make alternative instruction pointers relativeGravatar Andy Lutomirski 1-6/+5
2011-05-17x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSBGravatar Fenghua Yu 1-1/+28
2011-01-25x86-64, mem: Convert memmove() to assembly file and fix return value bugGravatar Fenghua Yu 1-0/+197