aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/usercopy_64.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-18x86/usercopy: Include arch_wb_cache_pmem() declarationGravatar Arnd Bergmann 1-0/+1
2023-04-28Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-9/+0
2023-04-19x86: remove 'zerorest' argument from __copy_user_nocache()Gravatar Linus Torvalds 1-1/+1
2023-04-18x86: move stac/clac from user copy routines into callersGravatar Linus Torvalds 1-1/+5
2023-03-16x86/uaccess: Remove memcpy_page_flushcache()Gravatar Ira Weiny 1-9/+0
2022-08-18x86/clear_user: Make it fasterGravatar Borislav Petkov 1-40/+0
2022-04-20x86: __memcpy_flushcache: fix wrong alignment if size > 2^32Gravatar Mikulas Patocka 1-1/+1
2021-12-11x86/usercopy: Remove .fixup usageGravatar Peter Zijlstra 1-5/+3
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-21/+0
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Gravatar Dan Williams 1-21/+0
2020-09-26arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writebackGravatar Mikulas Patocka 1-1/+1
2020-06-19x86/asm/64: Align start of __clear_user() loop to 16-bytesGravatar Matt Fleming 1-0/+1
2019-07-18x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail()Gravatar Josh Poimboeuf 1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-03x86/uaccess: Move copy_user_handle_tail() into asmGravatar Peter Zijlstra 1-20/+0
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-10-23Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2018-09-10x86/asm: Optimize memcpy_flushcache()Gravatar Mikulas Patocka 1-2/+2
2018-09-03x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsGravatar Jann Horn 1-2/+2
2018-06-04Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+21
2018-05-15x86/asm/memcpy_mcsafe: Add write-protection-fault handlingGravatar Dan Williams 1-0/+21
2018-05-14x86/asm/64: Micro-optimize __clear_user() - Use immediate constantsGravatar Alexey Dobriyan 1-5/+4
2017-06-15x86, dax, libnvdimm: remove wb_cache_pmem() indirectionGravatar Dan Williams 1-0/+6
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Gravatar Dan Williams 1-0/+128
2017-03-29x86: don't wank with magical size in __copy_in_user()Gravatar Al Viro 1-9/+0
2017-03-28amd64: get rid of zeroingGravatar Al Viro 1-4/+0
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structGravatar Andy Lutomirski 1-1/+1
2016-07-14x86/lib: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-1/+1
2015-04-24x86: fix special __probe_kernel_write() tail zeroing caseGravatar Linus Torvalds 1-1/+1
2015-04-08x86: clean up/fix 'copy_in_user()' tail zeroingGravatar Linus Torvalds 1-8/+7
2013-08-06x86, asmlinkage: Make several variables used from assembler/linker script vis...Gravatar Andi Kleen 1-1/+1
2013-03-18x86-64: Fix the failure case in copy_user_handle_tail()Gravatar CQ Tang 1-2/+2
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessGravatar H. Peter Anvin 1-0/+3
2012-05-26x86: use the new generic strnlen_user() functionGravatar Linus Torvalds 1-48/+0
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upGravatar Linus Torvalds 1-49/+0
2009-06-20x86, 64-bit: Clean up user address maskingGravatar Linus Torvalds 1-1/+1
2009-01-21x86: use early clobbers in usercopy*.cGravatar Andi Kleen 1-2/+2
2008-09-11x86: some lock annotations for user copy paths, v2Gravatar Nick Piggin 1-6/+2
2008-09-10x86: some lock annotations for user copy pathsGravatar Nick Piggin 1-0/+4
2008-07-09x86: introduce copy_user_handle_tail() routineGravatar Vitaly Mayatskikh 1-0/+23
2008-02-04x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_64.cGravatar H. Peter Anvin 1-9/+3
2007-10-11x86_64: move libGravatar Thomas Gleixner 1-0/+166