summaryrefslogtreecommitdiff
path: root/arch/x86/lib/memset_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 clearingLinus Torvalds
2023-01-13entry, kasan, x86: Disallow overriding mem*() functionsPeter Zijlstra
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
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
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-08-07x86: move exports to actual definitionsAl Viro
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
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/memset_64.S: Convert 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
2012-01-26x86-64: Fix memset() to support sizes of 4Gb and aboveJan Beulich
2011-05-17x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSBFenghua Yu
2010-07-07x86, alternatives: Use 16-bit numbers for cpufeature indexH. Peter Anvin
2009-12-30x86-64: Modify memcpy()/memset() alternatives mechanismJan Beulich
2007-10-11x86_64: move libThomas Gleixner