aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/usercopy_32.c
AgeCommit message (Expand)Author
2018-01-30x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams
2018-01-30x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-29x86: switch to RAW_COPY_USERAl Viro
2017-03-28kill __copy_from_user_nocache()Al Viro
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-01x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variantsBorislav Petkov
2016-07-14x86/lib: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-03-31x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand
2013-10-26x86: Unify copy_to_user() and add size checking to itJan Beulich
2013-10-26x86: Unify copy_from_user() size checkingJan Beulich
2013-04-30Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd
2012-11-29x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin
2012-05-26x86: use the new generic strnlen_user() functionLinus Torvalds
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/lib/userc...H. Peter Anvin
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang
2009-10-01x86: Turn the copy_from_user check into an (optional) compile time warningArjan van de Ven
2009-09-26x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...Arjan van de Ven
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-01-21x86: use early clobbers in usercopy*.cAndi Kleen
2008-10-28Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar
2008-09-11x86: some lock annotations for user copy paths, v3Ingo Molnar
2008-09-11x86: some lock annotations for user copy paths, v2Nick Piggin
2008-09-10x86: some lock annotations for user copy pathsNick Piggin
2008-08-18x86: make movsl_mask definition non-CPU specificThomas Petazzoni
2008-04-17x86: coding style fixes to arch/x86/lib/usercopy_32.cPaolo Ciarrocchi
2008-02-04x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_32.cH. Peter Anvin
2008-01-30x86: export copy_from_user_ll_nocache[_nozero]Andrew Morton
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn
2007-10-11i386: move libThomas Gleixner