aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/sys_riscv.c
AgeCommit message (Expand)Author
2022-10-26riscv: Allow PROT_WRITE-only mmap()Andrew Bresticker
2022-08-25riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu
2020-06-30RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah
2018-08-28RISC-V: Use a less ugly workaround for unused variable warningsPalmer Dabbelt
2018-08-20RISC-V: Define sys_riscv_flush_icache when SMP=nPalmer Dabbelt
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski
2017-12-11RISC-V: Logical vs Bitwise typoDan Carpenter
2017-11-30RISC-V: Clean up an unused includePalmer Dabbelt
2017-11-30RISC-V: Allow userspace to flush the instruction cacheAndrew Waterman
2017-09-26RISC-V: User-facing APIPalmer Dabbelt