aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/uaccess.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-15mips: get rid of unused __strnlen_user()Al Viro1-32/+0
2017-05-15get rid of unused __strncpy_from_user() instancesAl Viro1-54/+0
2017-05-15kill 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-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-05uaccess: 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-05mips: separate extable.h, switch module.h to itAl Viro1-8/+1
2016-09-13mips: 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 enabledDavid 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-26MIPS: asm: uaccess: Add EVA support for str*_user operationsMarkos Chandras1-53/+119
2014-03-26MIPS: asm: uaccess: Add EVA support to copy_{in, to,from}_userMarkos Chandras1-20/+171
2014-03-26MIPS: asm: uaccess: Rename {get,put}_user_asm macrosMarkos Chandras1-30/+30
2014-03-26MIPS: asm: uaccess: Use EVA instructions wrappersMarkos Chandras1-24/+109
2014-03-26MIPS: asm: uaccess: Disable unaligned access macros for EVALeonid Yegoshin1-0/+6
2014-03-26MIPS: asm: uaccess: Move duplicated code to common functionMarkos Chandras1-32/+29
2014-03-26MIPS: asm: uaccess: Add instruction argument to __{put,get}_user_asmMarkos Chandras1-13/+13
2013-05-09Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-nextRalf Baechle1-2/+12
2013-05-09MIPS: microMIPS: Disable LL/SC and fix linker bug.Steven J. Hill1-2/+12
2013-05-08KVM/MIPS32: KVM Guest kernel support.Sanjay Lal1-1/+10
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-51/+51
2012-07-23MIPS: Unify memcpy.S and memcpy-inatomic.SDavid Daney1-3/+3
2010-10-29MIPS: Make TASK_SIZE reflect proper size for both 32 and 64 bit processes.David Daney1-1/+3
2009-05-22MIPS: Fix sparse warning in incompatiable argument type of clear_user.Wu Zhangjin1-1/+1
2009-05-14MIPS: uaccess: Switch lock annotations to might_fault().Ralf Baechle1-16/+21
2009-05-14MIPS: Make uaccess.h slightly more sparse friendly.Ralf Baechle1-12/+27
2009-05-14MIPS: Make access_ok() sideeffect proof.Ralf Baechle1-3/+13
2008-10-11MIPS: Replace use of <asm-generic/uaccess.h> with native implementations.Ralf Baechle1-1/+263
2008-10-11MIPS: Move headfiles to new location below arch/mips/includeRalf Baechle1-0/+852