aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/usercopy_32.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-11x86/usercopy: Remove .fixup usageGravatar Peter Zijlstra 1-23/+5
2021-12-11x86/usercopy_32: Simplify __copy_user_intel_nocache()Gravatar Peter Zijlstra 1-20/+20
2021-12-11x86/mmx_32: Remove X86_USE_3DNOWGravatar Peter Zijlstra 1-1/+0
2019-03-05docs/core-api/mm: fix user memory accessors formattingGravatar Mike Rapoport 1-4/+4
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-09-03x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsGravatar Jann Horn 1-63/+63
2018-01-30x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecGravatar Dan Williams 1-2/+2
2018-01-30x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Gravatar Dan Williams 1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-29x86: switch to RAW_COPY_USERGravatar Al Viro 1-168/+2
2017-03-28kill __copy_from_user_nocache()Gravatar Al Viro 1-118/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-11-01x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variantsGravatar Borislav Petkov 1-49/+0
2016-07-14x86/lib: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-1/+1
2016-03-31x86/cpufeature: Remove cpu_has_xmm2Gravatar Borislav Petkov 1-2/+2
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...Gravatar David Hildenbrand 1-2/+4
2013-10-26x86: Unify copy_to_user() and add size checking to itGravatar Jan Beulich 1-3/+2
2013-10-26x86: Unify copy_from_user() size checkingGravatar Jan Beulich 1-2/+1
2013-04-30Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSGravatar Stephen Boyd 1-6/+0
2012-11-29x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKGravatar H. Peter Anvin 1-57/+0
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessGravatar H. Peter Anvin 1-1/+12
2012-05-26x86: use the new generic strnlen_user() functionGravatar Linus Torvalds 1-41/+0
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/userc...Gravatar H. Peter Anvin 1-126/+106
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upGravatar Linus Torvalds 1-87/+0
2012-03-20x86: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-2/+2
2009-10-01x86: Turn the copy_from_user check into an (optional) compile time warningGravatar Arjan van de Ven 1-0/+6
2009-09-26x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...Gravatar Arjan van de Ven 1-2/+2
2009-07-10Fix congestion_wait() sync/async vs read/write confusionGravatar Jens Axboe 1-1/+1
2009-01-21x86: use early clobbers in usercopy*.cGravatar Andi Kleen 1-2/+2
2008-10-28Merge commit 'v2.6.28-rc2' into core/lockingGravatar Ingo Molnar 1-0/+7
2008-09-11x86: some lock annotations for user copy paths, v3Gravatar Ingo Molnar 1-0/+1
2008-09-11x86: some lock annotations for user copy paths, v2Gravatar Nick Piggin 1-9/+3
2008-09-10x86: some lock annotations for user copy pathsGravatar Nick Piggin 1-1/+6
2008-08-18x86: make movsl_mask definition non-CPU specificGravatar Thomas Petazzoni 1-0/+7
2008-04-17x86: coding style fixes to arch/x86/lib/usercopy_32.cGravatar Paolo Ciarrocchi 1-61/+61
2008-02-04x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_32.cGravatar H. Peter Anvin 1-9/+3
2008-01-30x86: export copy_from_user_ll_nocache[_nozero]Gravatar Andrew Morton 1-0/+2
2007-10-19pid namespaces: define is_global_init() and is_container_init()Gravatar Serge E. Hallyn 1-1/+1
2007-10-11i386: move libGravatar Thomas Gleixner 1-0/+882