summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/uaccess.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-06riscv: uaccess: fix __put_kernel_nofault()Changbin Du1-1/+1
2020-10-04riscv: remove address space overrides using set_fs()Christoph Hellwig1-26/+1
2020-10-04riscv: implement __get_kernel_nofault and __put_user_nofaultChristoph Hellwig1-0/+20
2020-10-04riscv: refactor __get_user and __put_userChristoph Hellwig1-42/+52
2020-10-04riscv: use memcpy based uaccess for nommu againChristoph Hellwig1-18/+18
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-3/+1
2020-08-12riscv: include <asm/pgtable.h> in <asm/uaccess.h>Christoph Hellwig1-0/+2
2020-03-18riscv: uaccess should be used in nommu modeGreentime Hu1-18/+18
2019-11-17riscv: add nommu supportChristoph Hellwig1-0/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2019-04-25riscv: remove unreachable big endian codeChristoph Hellwig1-8/+1
2019-04-25riscv: turn mm_segment_t into a structChristoph Hellwig1-5/+7
2019-04-25riscv: use asm-generic/extable.hChristoph Hellwig1-6/+1
2019-03-26riscv: fix accessing 8-byte variable from RV32Alan Kao1-1/+1
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-10/+4
2018-11-20RISC-V: Fix raw_copy_{to,from}_user()Olof Johansson1-2/+2
2018-06-09riscv: split the declaration of __copy_userLuc Van Oostenryck1-3/+5
2018-01-07riscv: remove CONFIG_MMU ifdefsChristoph Hellwig1-12/+0
2017-09-26RISC-V: Generic library routines and assemblyPalmer Dabbelt1-0/+513