summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/sys_riscv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: Allow PROT_WRITE-only mmap()Andrew Bresticker2022-09-221-3/+0
* riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu2022-07-221-3/+2
* riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren2022-04-261-2/+4
* RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah2020-06-191-0/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-051-9/+1
* RISC-V: Use a less ugly workaround for unused variable warningsPalmer Dabbelt2018-08-281-14/+1
* RISC-V: Define sys_riscv_flush_icache when SMP=nPalmer Dabbelt2018-08-201-2/+10
* mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-2/+2
* RISC-V: Logical vs Bitwise typoDan Carpenter2017-12-111-1/+1
* RISC-V: Clean up an unused includePalmer Dabbelt2017-11-301-1/+0
* RISC-V: Allow userspace to flush the instruction cacheAndrew Waterman2017-11-301-0/+32
* RISC-V: User-facing APIPalmer Dabbelt2017-09-271-0/+49