aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/usercopy_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05docs/core-api/mm: fix user memory accessors formattingMike Rapoport1-4/+4
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-09-03x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn1-63/+63
2018-01-30x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams1-2/+2
2018-01-30x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-29x86: switch to RAW_COPY_USERAl Viro1-168/+2
2017-03-28kill __copy_from_user_nocache()Al Viro1-118/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-01x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variantsBorislav Petkov1-49/+0
2016-07-14x86/lib: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-03-31x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov1-2/+2
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabledDavid Hildenbrand1-2/+4
2013-10-26x86: Unify copy_to_user() and add size checking to itJan Beulich1-3/+2
2013-10-26x86: Unify copy_from_user() size checkingJan Beulich1-2/+1
2013-04-30Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd1-6/+0
2012-11-29x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin1-57/+0
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin1-1/+12
2012-05-26x86: use the new generic strnlen_user() functionLinus Torvalds1-41/+0
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/usercopy_32.cH. Peter Anvin1-126/+106
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds1-87/+0
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2009-10-01x86: Turn the copy_from_user check into an (optional) compile time warningArjan van de Ven1-0/+6
2009-09-26x86: Use __builtin_object_size() to validate the buffer size for copy_from_user()Arjan van de Ven1-2/+2
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-1/+1
2009-01-21x86: use early clobbers in usercopy*.cAndi Kleen1-2/+2
2008-10-28Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar1-0/+7
2008-09-11x86: some lock annotations for user copy paths, v3Ingo Molnar1-0/+1
2008-09-11x86: some lock annotations for user copy paths, v2Nick Piggin1-9/+3
2008-09-10x86: some lock annotations for user copy pathsNick Piggin1-1/+6
2008-08-18x86: make movsl_mask definition non-CPU specificThomas Petazzoni1-0/+7
2008-04-17x86: coding style fixes to arch/x86/lib/usercopy_32.cPaolo Ciarrocchi1-61/+61
2008-02-04x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_32.cH. Peter Anvin1-9/+3
2008-01-30x86: export copy_from_user_ll_nocache[_nozero]Andrew Morton1-0/+2
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-11i386: move libThomas Gleixner1-0/+882