aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/uaccess.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-1/+0
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-29/+0
2021-07-27asm-generic: remove extra strn{cpy_from,len}_user declarationsArnd Bergmann1-5/+0
2021-07-23arc: use generic strncpy/strnlen from_userArnd Bergmann1-78/+5
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann1-4/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-23asm-generic: don't include <asm/segment.h> from <asm/uaccess.h>Christoph Hellwig1-0/+1
2019-02-21ARC: uacces: remove lp_start, lp_end from clobber listVineet Gupta1-4/+4
2017-12-20ARC: uaccess: dont use "l" gcc inline asm constraint modifierVineet Gupta1-2/+3
2017-03-30ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ...Vineet Gupta1-10/+6
2017-03-28arc: switch to RAW_COPY_USERAl Viro1-4/+4
2017-03-28arc: get rid of unused declarationAl Viro1-3/+0
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-03-27add asm-generic/extable.hAl Viro1-2/+0
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2016-09-13ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta1-2/+9
2016-05-30Fix typosAndrea Gelmini1-1/+1
2015-06-22ARCv2: Adhere to Zero Delay loop restrictionVineet Gupta1-9/+8
2013-09-27ARC: Fix 32-bit wrap around in access_ok()Vineet Gupta1-2/+2
2013-02-11ARC: [optim] uaccess __{get,put}_user() optimisedVineet Gupta1-0/+105
2013-02-11ARC: uaccess friendsVineet Gupta1-0/+646