| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/headers: Replace #include <asm/export.h> with #include <linux/export.h> | Masahiro Yamada | 2023-10-03 | 1 | -1/+1 |
* | x86/asm: Fix build of UML with KASAN | Vincent Whitchurch | 2023-09-18 | 1 | -1/+1 |
* | x86: don't use REP_GOOD or ERMS for small memory clearing | Linus Torvalds | 2023-04-18 | 1 | -36/+11 |
* | entry, kasan, x86: Disallow overriding mem*() functions | Peter Zijlstra | 2023-01-13 | 1 | -1/+3 |
* | x86: clean up symbol aliasing | Mark Rutland | 2022-02-22 | 1 | -3/+3 |
* | x86: Prepare asm files for straight-line-speculation | Peter Zijlstra | 2021-12-08 | 1 | -3/+3 |
* | x86/alternative: Merge include files | Juergen Gross | 2021-03-11 | 1 | -1/+1 |
* | x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.S | Fangrui Song | 2020-11-04 | 1 | -3/+1 |
* | x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_* | Jiri Slaby | 2019-10-18 | 1 | -2/+2 |
* | x86/asm: Make some functions local | Jiri Slaby | 2019-10-18 | 1 | -4/+4 |
* | x86/asm: Annotate aliases | Jiri Slaby | 2019-10-18 | 1 | -2/+2 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | x86: move exports to actual definitions | Al Viro | 2016-08-07 | 1 | -0/+3 |
* | Merge branch 'x86/cleanups' into x86/urgent | Ingo Molnar | 2016-03-17 | 1 | -1/+1 |
|\ |
|
| * | x86: Fix misspellings in comments | Adam Buchbinder | 2016-02-24 | 1 | -1/+1 |
* | | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 2016-01-30 | 1 | -1/+1 |
|/ |
|
* | x86/debug: Remove perpetually broken, unmaintainable dwarf annotations | Ingo Molnar | 2015-06-02 | 1 | -5/+0 |
* | x86/lib/memset_64.S: Convert to ALTERNATIVE_2 macro | Borislav Petkov | 2015-02-23 | 1 | -37/+24 |
* | x86/alternatives: Add instruction padding | Borislav Petkov | 2015-02-23 | 1 | -2/+2 |
* | x86_64: kasan: add interceptors for memset/memmove/memcpy functions | Andrey Ryabinin | 2015-02-13 | 1 | -4/+6 |
* | x86-64: Fix memset() to support sizes of 4Gb and above | Jan Beulich | 2012-01-26 | 1 | -18/+15 |
* | x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 | 1 | -12/+42 |
* | x86, alternatives: Use 16-bit numbers for cpufeature index | H. Peter Anvin | 2010-07-07 | 1 | -1/+1 |
* | x86-64: Modify memcpy()/memset() alternatives mechanism | Jan Beulich | 2009-12-30 | 1 | -12/+6 |
* | x86_64: move lib | Thomas Gleixner | 2007-10-11 | 1 | -0/+133 |