summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/usercopy_32.c
Commit message (Expand)AuthorAgeFilesLines
* docs/core-api/mm: fix user memory accessors formattingMike Rapoport2019-03-051-4/+4
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn2018-09-031-63/+63
* x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams2018-01-301-2/+2
* x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams2018-01-301-4/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86: switch to RAW_COPY_USERAl Viro2017-03-291-168/+2
* kill __copy_from_user_nocache()Al Viro2017-03-281-118/+0
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variantsBorislav Petkov2016-11-011-49/+0
* x86/lib: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov2016-03-311-2/+2
* mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-191-2/+4
* x86: Unify copy_to_user() and add size checking to itJan Beulich2013-10-261-3/+2
* x86: Unify copy_from_user() size checkingJan Beulich2013-10-261-2/+1
* Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd2013-04-301-6/+0
* x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin2012-11-291-57/+0
* x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin2012-09-211-1/+12
* x86: use the new generic strnlen_user() functionLinus Torvalds2012-05-261-41/+0
* x86, extable: Remove open-coded exception table entries in arch/x86/lib/userc...H. Peter Anvin2012-04-201-126/+106
* x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds2012-04-111-87/+0
* x86: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* x86: Turn the copy_from_user check into an (optional) compile time warningArjan van de Ven2009-10-011-0/+6
* x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...Arjan van de Ven2009-09-261-2/+2
* Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-1/+1
* x86: use early clobbers in usercopy*.cAndi Kleen2009-01-211-2/+2
* Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar2008-10-281-0/+7
|\
| * x86: make movsl_mask definition non-CPU specificThomas Petazzoni2008-08-181-0/+7
* | x86: some lock annotations for user copy paths, v3Ingo Molnar2008-09-111-0/+1
* | x86: some lock annotations for user copy paths, v2Nick Piggin2008-09-111-9/+3
* | x86: some lock annotations for user copy pathsNick Piggin2008-09-101-1/+6
|/
* x86: coding style fixes to arch/x86/lib/usercopy_32.cPaolo Ciarrocchi2008-04-171-61/+61
* x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_32.cH. Peter Anvin2008-02-041-9/+3
* x86: export copy_from_user_ll_nocache[_nozero]Andrew Morton2008-01-301-0/+2
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* i386: move libThomas Gleixner2007-10-111-0/+882