Age | Commit message (Expand) | Author |
---|---|---|
2022-09-22 | riscv: Allow PROT_WRITE-only mmap() | Andrew Bresticker |
2022-07-21 | riscv: mmap with PROT_WRITE but no PROT_READ is invalid | Celeste Liu |
2022-04-26 | riscv: compat: syscall: Add compat_sys_call_table implementation | Guo Ren |
2020-06-18 | RISC-V: Don't allow write+exec only page mapping request in mmap | Yash Shah |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286 | Thomas Gleixner |
2018-08-28 | RISC-V: Use a less ugly workaround for unused variable warnings | Palmer Dabbelt |
2018-08-20 | RISC-V: Define sys_riscv_flush_icache when SMP=n | Palmer Dabbelt |
2018-04-02 | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() | Dominik Brodowski |
2017-12-11 | RISC-V: Logical vs Bitwise typo | Dan Carpenter |
2017-11-30 | RISC-V: Clean up an unused include | Palmer Dabbelt |
2017-11-30 | RISC-V: Allow userspace to flush the instruction cache | Andrew Waterman |
2017-09-26 | RISC-V: User-facing API | Palmer Dabbelt |