summaryrefslogtreecommitdiffstats
path: root/arch/score/include/asm/uaccess.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-09arch: remove score portArnd Bergmann1-373/+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-6/+0
2017-03-28score: switch to RAW_COPY_USERAl Viro1-48/+6
2017-03-28score: it's "VERIFY_WRITE", not "VERFITY_WRITE"...Al Viro1-1/+1
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2016-10-05score: separate extable.h, switch module.h to itAl Viro1-7/+1
2016-09-13score: fix copy_from_user() and friendsAl Viro1-21/+20
2016-09-13score: fix __get_user/get_userAl Viro1-1/+4
2015-05-19mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e...David Hildenbrand1-5/+10
2009-08-30score: update inconsistent declare after .c was changedChen Liqin1-18/+415
2009-06-27score: add address space annotationsArnd Bergmann1-2/+2
2009-06-19score: Add support for Sunplus S+core architectureChen Liqin1-0/+27