aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag/include/asm/uaccess.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-22metag: Remove arch/metag/James Hogan1-213/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-15kill strlen_user()Al Viro1-2/+0
2017-05-10Merge tag 'metag-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds1-20/+38
2017-05-02metag/uaccess: Check access_ok in strncpy_from_userJames Hogan1-2/+7
2017-05-02metag/uaccess: Fix access_ok()James Hogan1-16/+24
2017-04-05metag/usercopy: Switch to RAW_COPY_USERJames Hogan1-29/+2
2017-04-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag into uaccess.metagAl Viro1-7/+8
2017-04-05metag/usercopy: Add 64-bit get_user supportJames Hogan1-2/+7
2017-04-05metag/usercopy: Zero rest of buffer from copy_from_userJames Hogan1-7/+8
2017-03-28metag: kill verify_area()Al Viro1-5/+0
2017-03-28metag: switch to generic extable.hAl Viro1-17/+1
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-1/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2016-09-13metag: copy_from_user() should zero the destination on access_ok() failureAl Viro1-1/+2
2015-01-13metag: fix put_user sparse errorsMichael S. Tsirkin1-8/+13
2015-01-13metag/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2013-03-02metag: Memory handlingJames Hogan1-0/+241