summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/uaccess.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-28/+1
2022-02-25MIPS: use simpler access_ok()Arnd Bergmann1-18/+4
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2021-09-09arch: remove compat_alloc_user_spaceArnd Bergmann1-26/+0
2021-04-16MIPS: Fix strnlen_user access checkThomas Bogendoerfer1-2/+2
2021-04-13MIPS: Fix access_ok() for the last byte of user spacePaul Burton1-1/+3
2021-04-12MIPS: uaccess: Reduce number of nested macrosThomas Bogendoerfer1-86/+68
2021-04-06MIPS: Remove get_fs/set_fsThomas Bogendoerfer1-303/+146
2021-04-06MIPS: uaccess: Added __get/__put_kernel_nofaultThomas Bogendoerfer1-0/+24
2021-03-10MIPS: Remove KVM_GUEST supportThomas Bogendoerfer1-9/+0
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-8/+4
2018-04-19MIPS: uaccess: Add micromips clobbers to bzero invocationMatt Redfearn1-2/+9
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-277/+0
2017-07-04kill {__,}{get,put}_user_unaligned()Al Viro1-277/+0
2017-05-16mips: get rid of unused __strnlen_user()Al Viro1-32/+0
2017-05-16get rid of unused __strncpy_from_user() instancesAl Viro1-54/+0
2017-05-16kill strlen_user()Al Viro1-44/+0
2017-04-06mips: switch to RAW_COPY_USERAl Viro1-248/+26
2017-04-06mips: get rid of tail-zeroing in primitivesAl Viro1-17/+2
2017-04-06mips: make copy_from_user() zero tail explicitlyAl Viro1-7/+7
2017-04-06mips: clean and reorder the forest of macros...Al Viro1-71/+49
2017-04-06mips: consolidate __invoke_... wrappersAl Viro1-100/+44
2017-04-06mips: sanitize __access_ok()Al Viro1-15/+6
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-03-06uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-06uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2017-01-24MIPS: Fix modversionsArnd Bergmann1-0/+18
2016-10-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+18
2016-10-10MIPS: Enable hardened usercopyPaul Burton1-0/+18
2016-10-06mips: separate extable.h, switch module.h to itAl Viro1-8/+1
2016-09-14mips: copy_from_user() must zero the destination on access_ok() failureAl Viro1-0/+3
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder1-1/+1
2015-12-27MIPS: Fix bitrot in __get_user_unaligned()Al Viro1-3/+3
2015-12-22MIPS: uaccess: Take EVA into account in [__]clear_userJames Hogan1-10/+22
2015-12-22MIPS: uaccess: Take EVA into account in __copy_from_user()James Hogan1-3/+9
2015-12-22MIPS: uaccess: Fix strlen_user with EVAJames Hogan1-1/+1
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-16/+31
2015-06-21MIPS: Optimise non-EVA kernel user memory accessesPaul Burton1-16/+31
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand1-15/+30
2014-11-24MIPS: uaccess.h: Fix strnlen_user comment.Ralf Baechle1-4/+2
2014-11-24MIPS: Remove __strlen_user().Ralf Baechle1-27/+0
2014-11-19MIPS: Zero variable read by get_user / __get_user in case of an error.Ralf Baechle1-1/+4
2014-11-19MIPS: asm: uaccess: Add v1 register to clobber list on EVAMarkos Chandras1-3/+4
2014-03-27MIPS: asm: uaccess: Add EVA support for str*_user operationsMarkos Chandras1-53/+119
2014-03-27MIPS: asm: uaccess: Add EVA support to copy_{in, to,from}_userMarkos Chandras1-20/+171
2014-03-27MIPS: asm: uaccess: Rename {get,put}_user_asm macrosMarkos Chandras1-30/+30
2014-03-27MIPS: asm: uaccess: Use EVA instructions wrappersMarkos Chandras1-24/+109