aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/uaccess.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-30/+1
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-01-05riscv: extable: add a dedicated uaccess handlerJisheng Zhang1-53/+22
2022-01-05riscv: extable: consolidate definitionsJisheng Zhang1-6/+1
2022-01-05riscv: switch to relative exception tablesJisheng Zhang1-2/+2
2022-01-05riscv: consolidate __ex_table constructionJisheng Zhang1-18/+12
2022-01-05riscv: remove unused __cmpxchg_user() macroJisheng Zhang1-75/+0
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2021-04-01riscv: evaluate put_user() arg before enabling user accessBen Dooks1-2/+5
2021-03-27whack-a-mole: kill strlen_user() (again)Al Viro1-1/+0
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