| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-04 | x86/boot: Add a bunch of PIC aliases |  Ard Biesheuvel | 1 | -0/+1 |
| 2023-10-03 | x86/headers: Replace #include <asm/export.h> with #include <linux/export.h> |  Masahiro Yamada | 1 | -1/+1 |
| 2023-09-18 | x86/asm: Fix build of UML with KASAN |  Vincent Whitchurch | 1 | -1/+1 |
| 2023-04-18 | x86: don't use REP_GOOD or ERMS for small memory copies |  Linus Torvalds | 1 | -24/+10 |
| 2023-01-13 | entry, kasan, x86: Disallow overriding mem*() functions |  Peter Zijlstra | 1 | -3/+2 |
| 2022-09-26 | x86: Add types to indirectly called assembly functions |  Sami Tolvanen | 1 | -1/+2 |
| 2022-02-22 | x86: clean up symbol aliasing |  Mark Rutland | 1 | -5/+5 |
| 2021-12-08 | x86: Prepare asm files for straight-line-speculation |  Peter Zijlstra | 1 | -6/+6 |
| 2021-03-11 | x86/alternative: Merge include files |  Juergen Gross | 1 | -1/+1 |
| 2020-11-04 | x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.S |  Fangrui Song | 1 | -3/+1 |
| 2020-10-06 | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() |  Dan Williams | 1 | -115/+0 |
| 2020-06-25 | x86/entry: Fixup bad_iret vs noinstr |  Peter Zijlstra | 1 | -0/+4 |
| 2019-10-18 | x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_* |  Jiri Slaby | 1 | -2/+2 |
| 2019-10-18 | x86/asm: Make some functions local |  Jiri Slaby | 1 | -6/+6 |
| 2019-10-18 | x86/asm: Annotate aliases |  Jiri Slaby | 1 | -2/+2 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files |  Thomas Gleixner | 1 | -0/+1 |
| 2019-04-03 | x86/uaccess: Fix up the fixup |  Peter Zijlstra | 1 | -1/+2 |
| 2018-07-03 | x86/asm/64: Use 32-bit XOR to zero registers |  Jan Beulich | 1 | -1/+1 |
| 2018-05-22 | x86, nfit_test: Add unit test for memcpy_mcsafe() |  Dan Williams | 1 | -0/+10 |
| 2018-05-15 | x86/asm/memcpy_mcsafe: Add write-protection-fault handling |  Dan Williams | 1 | -0/+14 |
| 2018-05-15 | x86/asm/memcpy_mcsafe: Return bytes remaining |  Dan Williams | 1 | -6/+14 |
| 2018-05-15 | x86/asm/memcpy_mcsafe: Add labels for __memcpy_mcsafe() write fault handling |  Dan Williams | 1 | -9/+12 |
| 2018-05-15 | x86/asm/memcpy_mcsafe: Remove loop unrolling |  Dan Williams | 1 | -49/+10 |
| 2017-03-22 | x86/mce: Fix copy/paste error in exception table entries |  Tony Luck | 1 | -1/+1 |
| 2016-10-14 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild |  Linus Torvalds | 1 | -0/+4 |
| 2016-09-05 | x86/mce: Improve memcpy_mcsafe() |  Tony Luck | 1 | -3/+3 |
| 2016-08-07 | x86: move exports to actual definitions |  Al Viro | 1 | -0/+4 |
| 2016-03-16 | x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe() |  Tony Luck | 1 | -3/+4 |
| 2016-03-15 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |
| 2016-03-08 | x86/mm, x86/mce: Add memcpy_mcsafe() |  Tony Luck | 1 | -0/+117 |
| 2016-01-30 | x86/cpufeature: Carve out X86_FEATURE_* |  Borislav Petkov | 1 | -1/+1 |
| 2015-06-02 | x86/debug: Remove perpetually broken, unmaintainable dwarf annotations |  Ingo Molnar | 1 | -3/+0 |
| 2015-02-23 | x86/lib/memcpy_64.S: Convert memcpy to ALTERNATIVE_2 macro |  Borislav Petkov | 1 | -47/+21 |
| 2015-02-23 | x86/alternatives: Add instruction padding |  Borislav Petkov | 1 | -2/+2 |
| 2015-02-13 | x86_64: kasan: add interceptors for memset/memmove/memcpy functions |  Andrey Ryabinin | 1 | -2/+4 |
| 2013-04-15 | x86/lib: Fix spelling, put space between a numeral and its units |  Andy Shevchenko | 1 | -1/+1 |
| 2012-01-26 | x86-64: Handle byte-wise tail copying in memcpy() without a loop |  Jan Beulich | 1 | -9/+10 |
| 2012-01-26 | x86-64: Fix memcpy() to support sizes of 4Gb and above |  Jan Beulich | 1 | -15/+10 |
| 2011-05-19 | Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -1/+1 |
| 2011-05-17 | x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSB |  Fenghua Yu | 1 | -13/+32 |
| 2011-05-01 | x86: Fix spelling error in the memcpy() source code comment |  Bart Van Assche | 1 | -1/+1 |
| 2010-08-23 | x86, mem: Optimize memcpy by avoiding memory false dependece |  Ma Ling | 1 | -55/+103 |
| 2010-07-07 | x86, alternatives: Use 16-bit numbers for cpufeature index |  H. Peter Anvin | 1 | -1/+1 |
| 2009-12-30 | x86-64: Modify memcpy()/memset() alternatives mechanism |  Jan Beulich | 1 | -15/+8 |
| 2009-03-12 | x86: memcpy, clean up |  Ingo Molnar | 1 | -55/+81 |
| 2009-03-12 | x86-64: remove unnecessary spill/reload of rbx from memcpy |  Jan Beulich | 1 | -7/+0 |
| 2007-10-11 | x86_64: move lib |  Thomas Gleixner | 1 | -0/+131 |