aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/kernel/sys_riscv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-03RISC-V: Move the hwprobe syscall to its own fileAndrew Jones1-285/+0
2024-01-03RISC-V: hwprobe: Clarify cpus size parameterAndrew Jones1-7/+7
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-14/+32
2023-10-10docs: move riscv under archCosta Shulyupin1-1/+1
2023-09-21RISC-V: hwprobe: Expose Zicboz extension and its block sizeAndrew Jones1-14/+32
2023-08-23riscv: Implement syscall wrappersSami Tolvanen1-0/+6
2023-06-19Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt1-10/+44
2023-06-19RISC-V: hwprobe: Expose Zba, Zbb, and ZbsEvan Green1-7/+41
2023-06-08riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0Andy Chiu1-0/+4
2023-04-26RISC-V: hwprobe: Explicity check for -1 in vdso initAndrew Jones1-1/+1
2023-04-26RISC-V: hwprobe: There can only be one firstAndrew Jones1-1/+3
2023-04-18RISC-V: Add hwprobe vDSO function and dataEvan Green1-0/+45
2023-04-18RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green1-0/+28
2023-04-18RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMAEvan Green1-0/+20
2023-04-18RISC-V: Add a syscall for HW probingEvan Green1-1/+134
2022-09-22riscv: Allow PROT_WRITE-only mmap()Andrew Bresticker1-3/+0
2022-07-21riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu1-3/+2
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren1-2/+4
2020-06-18RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah1-0/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2018-08-28RISC-V: Use a less ugly workaround for unused variable warningsPalmer Dabbelt1-14/+1
2018-08-20RISC-V: Define sys_riscv_flush_icache when SMP=nPalmer Dabbelt1-2/+10
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-2/+2
2017-12-11RISC-V: Logical vs Bitwise typoDan Carpenter1-1/+1
2017-11-30RISC-V: Clean up an unused includePalmer Dabbelt1-1/+0
2017-11-30RISC-V: Allow userspace to flush the instruction cacheAndrew Waterman1-0/+32
2017-09-26RISC-V: User-facing APIPalmer Dabbelt1-0/+49