summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/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-12/+11Star
* get rid of unused __strncpy_from_user() instancesAl Viro2017-05-161-3/+1Star
* microblaze: switch to RAW_COPY_USERAl Viro2017-04-111-28/+8Star
* microblaze: switch to generic extable.hAl Viro2017-03-291-16/+1Star
* uaccess: drop pointless ifdefsAl Viro2017-03-061-6/+0Star
* 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
* exceptions: detritus removalAl Viro2016-09-281-3/+0Star
* microblaze: fix __get_user()Al Viro2016-09-131-1/+1
* microblaze: fix copy_from_user()Al Viro2016-09-131-3/+6
* mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand2015-05-191-2/+4
* microblaze: whitespace fixMichael S. Tsirkin2015-01-081-1/+1
* microblaze/uaccess: fix sparse errorsMichael S. Tsirkin2015-01-081-2/+2
* arch/microblaze/include/asm/uaccess.h: Use pr_devel() instead of pr_debug()Chen Gang2014-09-091-2/+2
* Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-031-3/+3
|\
| * microblaze: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-3/+3
* | microblaze: Fix sparse warningsMichal Simek2013-06-031-2/+2
|/
* microblaze: Fix uaccess_ok macroMichal Simek2013-05-091-11/+19
* microblaze: Change section flags for noMMUMichal Simek2013-01-031-1/+1
* microblaze: uaccess.h: Fix timerfd syscallMichal Simek2012-12-131-2/+1Star
* microblaze: mm: Fix lowmem max memory size limitsMichal Simek2012-03-231-1/+1
* microblaze: Fix access_ok macroMichal Simek2011-10-141-1/+1
* microblaze: Fix /dev/zero corruption from __clear_user()Steven J. Magnani2011-03-091-4/+4
* microblaze: Fix __copy_to/from_user_inatomic macrosMichal Simek2010-08-021-2/+2
* microblaze: fix get_user/put_user side-effectsSteven J. Magnani2010-05-131-18/+69
* microblaze: uaccess: Sync strlen, strnlen, copy_to/from_userMichal Simek2010-04-011-56/+32Star
* microblaze: uaccess: Unify __copy_tofrom_userMichal Simek2010-04-011-38/+21Star
* microblaze: uaccess: Move functions to generic locationMichal Simek2010-04-011-151/+61Star
* microblaze: uaccess: Fix put_user for noMMUMichal Simek2010-04-011-22/+56
* microblaze: uaccess: Fix get_user macro for noMMUMichal Simek2010-04-011-23/+66
* microblaze: uaccess: fix clear_user for noMMU kernelMichal Simek2010-04-011-45/+36Star
* microblaze: uaccess: Fix strncpy_from_user functionMichal Simek2010-04-011-3/+11
* microblaze: uaccess: fix copy_from_user macroMichal Simek2010-04-011-9/+14
* microblaze: uaccess: copy_to_user unificationMichal Simek2010-04-011-9/+16
* microblaze: uaccess: sync put/get/clear_user macrosMichal Simek2010-04-011-37/+69
* microblaze: uaccess: fix put_user and get_user macrosMichal Simek2010-04-011-51/+49Star
* microblaze: uaccess: fix __get_user_asm macroMichal Simek2010-04-011-16/+17
* microblaze: uaccess: fix clean user macroMichal Simek2010-04-011-34/+55
* microblaze: move noMMU __range_ok function to uaccess.hMichal Simek2010-04-011-1/+6
* microblaze: Move exception_table_entry upwardMichal Simek2010-04-011-16/+15Star
* microblaze: Remove segment.hMichal Simek2010-04-011-1/+29
* microblaze: Simple __copy_tofrom_user for noMMUJohn Williams2009-12-141-6/+6
* microblaze: Fix put_user macro for 64bits argumentsMichal Simek2009-07-271-1/+1
* microblaze_mmu_v2: uaccess MMU updateMichal Simek2009-05-261-52/+246
* microblaze: remove bad_user_access_lengthArnd Bergmann2009-05-211-4/+3Star
* microblaze_v8: uaccess filesMichal Simek2009-03-271-0/+134