summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/copy_user_64.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-10-031-1/+1
* x86: bring back rep movsq for user access on CPUs without ERMSMateusz Guzik2023-08-301-44/+13
* x86: re-introduce support for ERMS copies for user space accessesLinus Torvalds2023-05-261-1/+9
* x86: rewrite '__copy_user_nocache' functionLinus Torvalds2023-04-211-213/+0
* x86: remove 'zerorest' argument from __copy_user_nocache()Linus Torvalds2023-04-201-2/+2
* x86: improve on the non-rep 'copy_user' functionLinus Torvalds2023-04-191-156/+133
* x86: inline the 'rep movs' in user copies for the FSRM caseLinus Torvalds2023-04-191-34/+21
* x86: move stac/clac from user copy routines into callersLinus Torvalds2023-04-191-10/+0
* x86: don't use REP_GOOD or ERMS for user memory copiesLinus Torvalds2023-04-191-44/+7
* x86/uaccess: Don't jump between functionsJosh Poimboeuf2022-04-191-35/+52
* Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-131-26/+16
|\
| * x86/copy_user_64: Remove .fixup usagePeter Zijlstra2021-12-111-21/+11
| * x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-081-5/+5
* | Merge tag 'ras_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-101-0/+9
|\ \
| * | x86/mce: Reduce number of machine checks taken during recoveryYouquan Song2021-12-311-0/+9
| |/
* / x86/lib: Add fast-short-rep-movs check to copy_user_enhanced_fast_string()Tony Luck2021-12-291-2/+2
|/
* x86/mce: Drop copyin special case for #MCTony Luck2021-09-201-13/+0
* x86/alternative: Merge include filesJuergen Gross2021-03-111-1/+1
* x86/mce: Avoid tail copy when machine check terminated a copy from userTony Luck2020-10-071-0/+15
* x86/mce: Add _ASM_EXTABLE_CPY for copy user accessYouquan Song2020-10-071-48/+48
* x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-8/+8
* x86/uaccess: Annotate local functionJiri Slaby2019-10-181-3/+2
* x86/asm: Make some functions local labelsJiri Slaby2019-09-061-7/+7
* x86/uaccess: Remove ELF function annotation from copy_user_handle_tail()Josh Poimboeuf2019-07-181-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 224Thomas Gleixner2019-05-301-1/+1
* x86/uaccess: Move copy_user_handle_tail() into asmPeter Zijlstra2019-04-031-0/+48
* x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn2018-09-031-45/+45
* x86/uaccess: Optimize copy_user_enhanced_fast_string() for short stringsPaolo Abeni2017-06-301-2/+5
* x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variantsBorislav Petkov2016-11-011-47/+0
* x86: move exports to actual definitionsAl Viro2016-08-081-0/+8
* x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-151-4/+4
* Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-181-41/+101
|\
| * x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __cop...Toshi Kani2016-02-171-4/+32
| * x86/uaccess/64: Make the __copy_user_nocache() assembly code more readableToshi Kani2016-02-171-41/+73
* | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-1/+1
|/
* x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar2015-06-021-15/+0
* x86/asm/uaccess: Get rid of copy_user_nocache_64.SBorislav Petkov2015-05-141-0/+92
* x86/asm/uaccess: Unify the ALIGN_DESTINATION macroBorislav Petkov2015-05-141-24/+0
* x86/lib/copy_user_64.S: Convert to ALTERNATIVE_2Borislav Petkov2015-02-231-30/+10
* x86/alternatives: Make JMPs more robustBorislav Petkov2015-02-231-6/+5
* x86/alternatives: Add instruction paddingBorislav Petkov2015-02-231-2/+2
* x86/lib/copy_user_64.S: Remove FIX_ALIGNMENT defineBorislav Petkov2015-02-231-5/+0
* x86-64, copy_user: Use leal to produce 32-bit resultsH. Peter Anvin2013-11-201-2/+2
* x86-64, copy_user: Remove zero byte check before copy user buffer.Fenghua Yu2013-11-171-6/+2
* x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin2012-09-211-0/+7
* x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_...H. Peter Anvin2012-04-201-37/+26
* x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limitJiri Olsa2011-05-181-2/+2
* x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSBFenghua Yu2011-05-181-10/+55
* x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* x86, alternatives: Fix one more open-coded 8-bit alternative numberH. Peter Anvin2010-07-131-1/+1