summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0Star
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-8/+4Star
* MIPS: uaccess: Add micromips clobbers to bzero invocationMatt Redfearn2018-04-181-2/+9
* Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-277/+0Star
|\
| * kill {__,}{get,put}_user_unaligned()Al Viro2017-07-041-277/+0Star
* | mips: get rid of unused __strnlen_user()Al Viro2017-05-161-32/+0Star
* | get rid of unused __strncpy_from_user() instancesAl Viro2017-05-161-54/+0Star
* | kill strlen_user()Al Viro2017-05-161-44/+0Star
|/
* mips: switch to RAW_COPY_USERAl Viro2017-04-061-248/+26Star
* mips: get rid of tail-zeroing in primitivesAl Viro2017-04-061-17/+2Star
* mips: make copy_from_user() zero tail explicitlyAl Viro2017-04-061-7/+7
* mips: clean and reorder the forest of macros...Al Viro2017-04-061-71/+49Star
* mips: consolidate __invoke_... wrappersAl Viro2017-04-061-100/+44Star
* mips: sanitize __access_ok()Al Viro2017-04-061-15/+6Star
* new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
* uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-061-2/+0Star
* uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-061-3/+0Star
* MIPS: Fix modversionsArnd Bergmann2017-01-241-0/+18
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-151-0/+18
|\
| * MIPS: Enable hardened usercopyPaul Burton2016-10-101-0/+18
* | mips: separate extable.h, switch module.h to itAl Viro2016-10-061-8/+1Star
|/
* mips: copy_from_user() must zero the destination on access_ok() failureAl Viro2016-09-131-0/+3
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-1/+1
* MIPS: Fix misspellings in comments.Adam Buchbinder2016-04-031-1/+1
* MIPS: Fix bitrot in __get_user_unaligned()Al Viro2015-12-271-3/+3
* MIPS: uaccess: Take EVA into account in [__]clear_userJames Hogan2015-12-221-10/+22
* MIPS: uaccess: Take EVA into account in __copy_from_user()James Hogan2015-12-221-3/+9
* MIPS: uaccess: Fix strlen_user with EVAJames Hogan2015-12-221-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-271-16/+31
|\
| * MIPS: Optimise non-EVA kernel user memory accessesPaul Burton2015-06-211-16/+31
* | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-191-15/+30
|/
* MIPS: uaccess.h: Fix strnlen_user comment.Ralf Baechle2014-11-241-4/+2Star
* MIPS: Remove __strlen_user().Ralf Baechle2014-11-241-27/+0Star
* MIPS: Zero variable read by get_user / __get_user in case of an error.Ralf Baechle2014-11-191-1/+4
* MIPS: asm: uaccess: Add v1 register to clobber list on EVAMarkos Chandras2014-11-191-3/+4
* MIPS: asm: uaccess: Add EVA support for str*_user operationsMarkos Chandras2014-03-261-53/+119
* MIPS: asm: uaccess: Add EVA support to copy_{in, to,from}_userMarkos Chandras2014-03-261-20/+171
* MIPS: asm: uaccess: Rename {get,put}_user_asm macrosMarkos Chandras2014-03-261-30/+30
* MIPS: asm: uaccess: Use EVA instructions wrappersMarkos Chandras2014-03-261-24/+109
* MIPS: asm: uaccess: Disable unaligned access macros for EVALeonid Yegoshin2014-03-261-0/+6
* MIPS: asm: uaccess: Move duplicated code to common functionMarkos Chandras2014-03-261-32/+29Star
* MIPS: asm: uaccess: Add instruction argument to __{put,get}_user_asmMarkos Chandras2014-03-261-13/+13
* Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle2013-05-091-2/+12
|\
| * MIPS: microMIPS: Disable LL/SC and fix linker bug.Steven J. Hill2013-05-091-2/+12
* | KVM/MIPS32: KVM Guest kernel support.Sanjay Lal2013-05-081-1/+10
|/
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-51/+51
* MIPS: Unify memcpy.S and memcpy-inatomic.SDavid Daney2012-07-231-3/+3
* MIPS: Make TASK_SIZE reflect proper size for both 32 and 64 bit processes.David Daney2010-10-291-1/+3
* MIPS: Fix sparse warning in incompatiable argument type of clear_user.Wu Zhangjin2009-05-221-1/+1
* MIPS: uaccess: Switch lock annotations to might_fault().Ralf Baechle2009-05-141-16/+21