aboutsummaryrefslogtreecommitdiff
path: root/arch/um/include/asm/uaccess.h
AgeCommit message (Collapse)AuthorFilesLines
2019-09-15um: Add SPDX headers for files in arch/um/includeAlex Dewar1-1/+1
Convert files to use SPDX header. All files are licensed under the GPLv2. Signed-off-by: Alex Dewar <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
2017-03-28um: switch to RAW_COPY_USERAl Viro1-4/+4
Signed-off-by: Al Viro <[email protected]>
2017-03-28asm-generic/uaccess.h: don't mess with __copy_{to,from}_userAl Viro1-2/+0
only h8300 actually used those; might as well define them there. Signed-off-by: Al Viro <[email protected]>
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
Signed-off-by: Al Viro <[email protected]>
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-1/+0
Signed-off-by: Al Viro <[email protected]>
2015-05-31um: Rework uaccess codeRichard Weinberger1-151/+25
Rework UML's uaccess code to reuse as much as possible from asm-generic/uaccess.c. Signed-off-by: Richard Weinberger <[email protected]>
2011-11-02um: kill um_uaccess.hAl Viro1-5/+84
Signed-off-by: Al Viro <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
2008-10-22x86, um: initial part of asm-um moveAl Viro1-0/+99
Signed-off-by: Al Viro <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]>