summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/sys_riscv.c
AgeCommit message (Expand)Author
2024-01-03RISC-V: Move the hwprobe syscall to its own fileAndrew Jones
2024-01-03RISC-V: hwprobe: Clarify cpus size parameterAndrew Jones
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-10docs: move riscv under archCosta Shulyupin
2023-09-21RISC-V: hwprobe: Expose Zicboz extension and its block sizeAndrew Jones
2023-08-23riscv: Implement syscall wrappersSami Tolvanen
2023-06-19Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt
2023-06-19RISC-V: hwprobe: Expose Zba, Zbb, and ZbsEvan Green
2023-06-08riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0Andy Chiu
2023-04-26RISC-V: hwprobe: Explicity check for -1 in vdso initAndrew Jones
2023-04-26RISC-V: hwprobe: There can only be one firstAndrew Jones
2023-04-18RISC-V: Add hwprobe vDSO function and dataEvan Green
2023-04-18RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green
2023-04-18RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMAEvan Green
2023-04-18RISC-V: Add a syscall for HW probingEvan Green
2022-09-22riscv: Allow PROT_WRITE-only mmap()Andrew Bresticker
2022-07-21riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren
2020-06-18RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
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