aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/usercopy_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-24x86: fix special __probe_kernel_write() tail zeroing caseLinus Torvalds1-1/+1
2015-04-08x86: clean up/fix 'copy_in_user()' tail zeroingLinus Torvalds1-8/+7
2013-08-06x86, asmlinkage: Make several variables used from assembler/linker script visibleAndi Kleen1-1/+1
2013-03-18x86-64: Fix the failure case in copy_user_handle_tail()CQ Tang1-2/+2
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin1-0/+3
2012-05-26x86: use the new generic strnlen_user() functionLinus Torvalds1-48/+0
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds1-49/+0
2009-06-20x86, 64-bit: Clean up user address maskingLinus Torvalds1-1/+1
2009-01-21x86: use early clobbers in usercopy*.cAndi Kleen1-2/+2
2008-09-11x86: some lock annotations for user copy paths, v2Nick Piggin1-6/+2
2008-09-10x86: some lock annotations for user copy pathsNick Piggin1-0/+4
2008-07-09x86: introduce copy_user_handle_tail() routineVitaly Mayatskikh1-0/+23
2008-02-04x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_64.cH. Peter Anvin1-9/+3
2007-10-11x86_64: move libThomas Gleixner1-0/+166