aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/usercopy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-29x86: switch to RAW_COPY_USERAl Viro1-54/+1
2017-03-28amd64: get rid of zeroingAl Viro1-4/+5
2016-11-01x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variantsBorislav Petkov1-0/+49
2016-07-14x86/lib: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2015-07-06perf/x86: Fix copy_from_user_nmi() return if range is not okYann Droneaud1-1/+1
2013-11-06perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra1-1/+1
2013-10-29perf/x86: Further optimize copy_from_user_nmi()Peter Zijlstra1-28/+15
2012-06-13perf/x86: Fix broken LBR fixup codeStephane Eranian1-1/+1
2012-06-06perf/x86: Check user address explicitly in copy_from_user_nmi()Arun Sharma1-0/+4
2012-05-26x86: use generic strncpy_from_user routineLinus Torvalds1-97/+0
2012-04-28x86: make word-at-a-time strncpy_from_user clear bytes at the endLinus Torvalds1-12/+8
2012-04-15x86-32: fix up strncpy_from_user() sign errorLinus Torvalds1-2/+2
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds1-0/+103
2011-07-21x86, perf: Make copy_from_user_nmi() a library functionRobert Richter1-0/+43