aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/memset_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 clearingGravatar Linus Torvalds 1-36/+11
2023-01-13entry, kasan, x86: Disallow overriding mem*() functionsGravatar Peter Zijlstra 1-1/+3
2022-02-22x86: clean up symbol aliasingGravatar Mark Rutland 1-3/+3
2021-12-08x86: Prepare asm files for straight-line-speculationGravatar Peter Zijlstra 1-3/+3
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
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-4/+4
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-03-17Merge branch 'x86/cleanups' into x86/urgentGravatar Ingo Molnar 1-1/+1
2016-02-24x86: Fix misspellings in commentsGravatar Adam Buchbinder 1-1/+1
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-5/+0
2015-02-23x86/lib/memset_64.S: Convert to ALTERNATIVE_2 macroGravatar Borislav Petkov 1-37/+24
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-4/+6
2012-01-26x86-64: Fix memset() to support sizes of 4Gb and aboveGravatar Jan Beulich 1-18/+15
2011-05-17x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSBGravatar Fenghua Yu 1-12/+42
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-12/+6
2007-10-11x86_64: move libGravatar Thomas Gleixner 1-0/+133