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