summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/usercopy.c
Commit message (Expand)AuthorAgeFilesLines
* x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski2018-08-311-0/+5
* x86: switch to RAW_COPY_USERAl Viro2017-03-291-54/+1Star
* amd64: get rid of zeroingAl Viro2017-03-291-4/+5
* x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variantsBorislav Petkov2016-11-011-0/+49
* x86/lib: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* perf/x86: Fix copy_from_user_nmi() return if range is not okYann Droneaud2015-07-061-1/+1
* perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra2013-11-061-1/+1
* perf/x86: Further optimize copy_from_user_nmi()Peter Zijlstra2013-10-291-28/+15Star
* perf/x86: Fix broken LBR fixup codeStephane Eranian2012-06-131-1/+1
* perf/x86: Check user address explicitly in copy_from_user_nmi()Arun Sharma2012-06-061-0/+4
* x86: use generic strncpy_from_user routineLinus Torvalds2012-05-261-97/+0Star
* x86: make word-at-a-time strncpy_from_user clear bytes at the endLinus Torvalds2012-04-281-12/+8Star
* x86-32: fix up strncpy_from_user() sign errorLinus Torvalds2012-04-161-2/+2
* x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds2012-04-111-0/+103
* x86, perf: Make copy_from_user_nmi() a library functionRobert Richter2011-07-211-0/+43