summaryrefslogtreecommitdiff
path: root/arch/microblaze/include/asm/uaccess.h
AgeCommit message (Expand)Author
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2022-02-25uaccess: generalize access_ok()Arnd Bergmann
2022-02-25uaccess: fix nios2 and microblaze get_user_8()Arnd Bergmann
2022-02-14uaccess: fix integer overflow on access_ok()Arnd Bergmann
2021-07-27microblaze: use generic strncpy/strnlen from_userArnd Bergmann
2020-11-26microblaze: Remove noMMU codeMichal Simek
2020-08-12uaccess: remove segment_eqChristoph Hellwig
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-03-31Merge tag 'microblaze-v5.7-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds
2020-03-21microblaze: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior
2020-02-25microblaze: Convert headers to SPDX licenseMichal Simek
2019-09-18arch/microblaze: support get_user() of size 8 bytesRandy Dunlap
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2017-05-15get rid of unused __strncpy_from_user() instancesAl Viro
2017-04-11microblaze: switch to RAW_COPY_USERAl Viro
2017-03-28microblaze: switch to generic extable.hAl Viro
2017-03-05uaccess: drop pointless ifdefsAl Viro
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro
2016-09-27exceptions: detritus removalAl Viro
2016-09-13microblaze: fix __get_user()Al Viro
2016-09-13microblaze: fix copy_from_user()Al Viro
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand
2015-01-08microblaze: whitespace fixMichael S. Tsirkin
2015-01-08microblaze/uaccess: fix sparse errorsMichael S. Tsirkin
2014-09-09arch/microblaze/include/asm/uaccess.h: Use pr_devel() instead of pr_debug()Chen Gang
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-06-03microblaze: Fix sparse warningsMichal Simek
2013-05-28microblaze: uaccess s/might_sleep/might_fault/Michael S. Tsirkin
2013-05-09microblaze: Fix uaccess_ok macroMichal Simek
2013-01-03microblaze: Change section flags for noMMUMichal Simek
2012-12-13microblaze: uaccess.h: Fix timerfd syscallMichal Simek
2012-03-23microblaze: mm: Fix lowmem max memory size limitsMichal Simek
2011-10-14microblaze: Fix access_ok macroMichal Simek
2011-03-09microblaze: Fix /dev/zero corruption from __clear_user()Steven J. Magnani
2010-08-02microblaze: Fix __copy_to/from_user_inatomic macrosMichal Simek
2010-05-13microblaze: fix get_user/put_user side-effectsSteven J. Magnani
2010-04-01microblaze: uaccess: Sync strlen, strnlen, copy_to/from_userMichal Simek
2010-04-01microblaze: uaccess: Unify __copy_tofrom_userMichal Simek
2010-04-01microblaze: uaccess: Move functions to generic locationMichal Simek
2010-04-01microblaze: uaccess: Fix put_user for noMMUMichal Simek
2010-04-01microblaze: uaccess: Fix get_user macro for noMMUMichal Simek
2010-04-01microblaze: uaccess: fix clear_user for noMMU kernelMichal Simek
2010-04-01microblaze: uaccess: Fix strncpy_from_user functionMichal Simek
2010-04-01microblaze: uaccess: fix copy_from_user macroMichal Simek
2010-04-01microblaze: uaccess: copy_to_user unificationMichal Simek
2010-04-01microblaze: uaccess: sync put/get/clear_user macrosMichal Simek
2010-04-01microblaze: uaccess: fix put_user and get_user macrosMichal Simek
2010-04-01microblaze: uaccess: fix __get_user_asm macroMichal Simek