aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/memcpy_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-04-18x86: don't use REP_GOOD or ERMS for small memory copiesGravatar Linus Torvalds 1-24/+10
2023-01-13entry, kasan, x86: Disallow overriding mem*() functionsGravatar Peter Zijlstra 1-3/+2
2022-09-26x86: Add types to indirectly called assembly functionsGravatar Sami Tolvanen 1-1/+2
2022-02-22x86: clean up symbol aliasingGravatar Mark Rutland 1-5/+5
2021-12-08x86: Prepare asm files for straight-line-speculationGravatar Peter Zijlstra 1-6/+6
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-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Gravatar Dan Williams 1-115/+0
2020-06-25x86/entry: Fixup bad_iret vs noinstrGravatar Peter Zijlstra 1-0/+4
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Gravatar Jiri Slaby 1-2/+2
2019-10-18x86/asm: Make some functions localGravatar Jiri Slaby 1-6/+6
2019-10-18x86/asm: Annotate aliasesGravatar Jiri Slaby 1-2/+2
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-03x86/uaccess: Fix up the fixupGravatar Peter Zijlstra 1-1/+2
2018-07-03x86/asm/64: Use 32-bit XOR to zero registersGravatar Jan Beulich 1-1/+1
2018-05-22x86, nfit_test: Add unit test for memcpy_mcsafe()Gravatar Dan Williams 1-0/+10
2018-05-15x86/asm/memcpy_mcsafe: Add write-protection-fault handlingGravatar Dan Williams 1-0/+14
2018-05-15x86/asm/memcpy_mcsafe: Return bytes remainingGravatar Dan Williams 1-6/+14
2018-05-15x86/asm/memcpy_mcsafe: Add labels for __memcpy_mcsafe() write fault handlingGravatar Dan Williams 1-9/+12
2018-05-15x86/asm/memcpy_mcsafe: Remove loop unrollingGravatar Dan Williams 1-49/+10
2017-03-22x86/mce: Fix copy/paste error in exception table entriesGravatar Tony Luck 1-1/+1
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+4
2016-09-05x86/mce: Improve memcpy_mcsafe()Gravatar Tony Luck 1-3/+3
2016-08-07x86: move exports to actual definitionsGravatar Al Viro 1-0/+4
2016-03-16x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe()Gravatar Tony Luck 1-3/+4
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2016-03-08x86/mm, x86/mce: Add memcpy_mcsafe()Gravatar Tony Luck 1-0/+117
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/memcpy_64.S: Convert memcpy to ALTERNATIVE_2 macroGravatar Borislav Petkov 1-47/+21
2015-02-23x86/alternatives: Add instruction paddingGravatar Borislav Petkov 1-2/+2
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsGravatar Andrey Ryabinin 1-2/+4
2013-04-15x86/lib: Fix spelling, put space between a numeral and its unitsGravatar Andy Shevchenko 1-1/+1
2012-01-26x86-64: Handle byte-wise tail copying in memcpy() without a loopGravatar Jan Beulich 1-9/+10
2012-01-26x86-64: Fix memcpy() to support sizes of 4Gb and aboveGravatar Jan Beulich 1-15/+10
2011-05-19Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-fo...Gravatar Linus Torvalds 1-1/+1
2011-05-17x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSBGravatar Fenghua Yu 1-13/+32
2011-05-01x86: Fix spelling error in the memcpy() source code commentGravatar Bart Van Assche 1-1/+1
2010-08-23x86, mem: Optimize memcpy by avoiding memory false dependeceGravatar Ma Ling 1-55/+103
2010-07-07x86, alternatives: Use 16-bit numbers for cpufeature indexGravatar H. Peter Anvin 1-1/+1
2009-12-30x86-64: Modify memcpy()/memset() alternatives mechanismGravatar Jan Beulich 1-15/+8
2009-03-12x86: memcpy, clean upGravatar Ingo Molnar 1-55/+81
2009-03-12x86-64: remove unnecessary spill/reload of rbx from memcpyGravatar Jan Beulich 1-7/+0
2007-10-11x86_64: move libGravatar Thomas Gleixner 1-0/+131