aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/clear_page_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-04-18x86: improve on the non-rep 'clear_user' functionGravatar Linus Torvalds 1-44/+70
2023-04-18x86: don't use REP_GOOD or ERMS for user memory clearingGravatar Linus Torvalds 1-75/+0
2022-08-18x86/clear_user: Make it fasterGravatar Borislav Petkov 1-0/+138
2021-12-08x86: Prepare asm files for straight-line-speculationGravatar Peter Zijlstra 1-3/+3
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Gravatar Jiri Slaby 1-6/+6
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2018-02-13x86/asm: Trim clear_page.S includesGravatar Alexey Dobriyan 1-2/+0
2017-03-07x86/asm: Optimize clear_page()Gravatar Borislav Petkov 1-10/+7
2016-08-07x86: move exports to actual definitionsGravatar Al Viro 1-0/+2
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-7/+0
2015-02-23x86/lib/clear_page_64.S: Convert to ALTERNATIVE_2 macroGravatar Borislav Petkov 1-39/+27
2015-02-23x86/alternatives: Add instruction paddingGravatar Borislav Petkov 1-2/+2
2011-05-17x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSBGravatar Fenghua Yu 1-9/+24
2010-07-07x86, alternatives: Use 16-bit numbers for cpufeature indexGravatar H. Peter Anvin 1-1/+1
2009-06-30x86: Fix symbol annotation for arch/x86/lib/clear_page_64.S::clear_page_cGravatar Mike Galbraith 1-3/+2
2007-10-11x86_64: move libGravatar Thomas Gleixner 1-0/+59