summaryrefslogtreecommitdiff
path: root/arch/x86/lib/memcpy_64.S
AgeCommit message (Expand)Author
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-09-18x86/asm: Fix build of UML with KASANVincent Whitchurch
2023-04-18x86: don't use REP_GOOD or ERMS for small memory copiesLinus Torvalds
2023-01-13entry, kasan, x86: Disallow overriding mem*() functionsPeter Zijlstra
2022-09-26x86: Add types to indirectly called assembly functionsSami Tolvanen
2022-02-22x86: clean up symbol aliasingMark Rutland
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-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-06-25x86/entry: Fixup bad_iret vs noinstrPeter Zijlstra
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby
2019-10-18x86/asm: Make some functions localJiri Slaby
2019-10-18x86/asm: Annotate aliasesJiri Slaby
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-03x86/uaccess: Fix up the fixupPeter Zijlstra
2018-07-03x86/asm/64: Use 32-bit XOR to zero registersJan Beulich
2018-05-22x86, nfit_test: Add unit test for memcpy_mcsafe()Dan Williams
2018-05-15x86/asm/memcpy_mcsafe: Add write-protection-fault handlingDan Williams
2018-05-15x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams
2018-05-15x86/asm/memcpy_mcsafe: Add labels for __memcpy_mcsafe() write fault handlingDan Williams
2018-05-15x86/asm/memcpy_mcsafe: Remove loop unrollingDan Williams
2017-03-22x86/mce: Fix copy/paste error in exception table entriesTony Luck
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-09-05x86/mce: Improve memcpy_mcsafe()Tony Luck
2016-08-07x86: move exports to actual definitionsAl Viro
2016-03-16x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe()Tony Luck
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-08x86/mm, x86/mce: Add memcpy_mcsafe()Tony Luck
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/memcpy_64.S: Convert memcpy to ALTERNATIVE_2 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
2012-01-26x86-64: Handle byte-wise tail copying in memcpy() without a loopJan Beulich
2012-01-26x86-64: Fix memcpy() to support sizes of 4Gb and aboveJan Beulich
2011-05-19Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-fo...Linus Torvalds
2011-05-17x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSBFenghua Yu
2011-05-01x86: Fix spelling error in the memcpy() source code commentBart Van Assche
2010-08-23x86, mem: Optimize memcpy by avoiding memory false dependeceMa Ling
2010-07-07x86, alternatives: Use 16-bit numbers for cpufeature indexH. Peter Anvin
2009-12-30x86-64: Modify memcpy()/memset() alternatives mechanismJan Beulich
2009-03-12x86: memcpy, clean upIngo Molnar
2009-03-12x86-64: remove unnecessary spill/reload of rbx from memcpyJan Beulich
2007-10-11x86_64: move libThomas Gleixner