aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/uaccess.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-25sh: remove CONFIG_SET_FS supportArnd Bergmann1-4/+0
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-20/+2
2021-09-17sh: fix trivial misannotationsAl Viro1-2/+2
2020-06-01sh: remove sh5 supportArnd Bergmann1-4/+0
2019-01-06Fix 'acccess_ok()' on alpha and SHLinus Torvalds1-2/+5
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-5/+4
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-1/+0
2017-03-28sh: switch to RAW_COPY_USERAl Viro1-32/+4
2017-03-28sh: switch to extable.hAl Viro1-22/+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
2017-01-24sh: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+0
2016-09-27exceptions: detritus removalAl Viro1-2/+0
2016-09-13sh: fix copy_from_user()Al Viro1-1/+4
2015-01-13sh/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells1-2/+2
2012-06-13sh: use the new generic strnlen_user() functionPaul Mundt1-37/+3
2012-06-13sh: switch to generic strncpy_from_user().Paul Mundt1-31/+4
2012-03-28Disintegrate asm/system.h for SHDavid Howells1-0/+14
2008-07-29sh: Proper __put_user_asm() size mismatch fix.OGAWA Hirofumi1-2/+4
2008-07-29sh: migrate to arch/sh/include/Paul Mundt1-0/+256