| Commit message (Expand) | Author | Age | Files | Lines |
* | syscalls: mmap(): use unsigned offset type consistently | Arnd Bergmann | 2024-06-25 | 1 | -2/+2 |
* | riscv: remove unused header | tanzirh@google.com | 2024-03-27 | 1 | -1/+0 |
* | RISC-V: Move the hwprobe syscall to its own file | Andrew Jones | 2024-01-03 | 1 | -285/+0 |
* | RISC-V: hwprobe: Clarify cpus size parameter | Andrew Jones | 2024-01-03 | 1 | -7/+7 |
* | Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-11-08 | 1 | -14/+32 |
|\ |
|
| * | RISC-V: hwprobe: Expose Zicboz extension and its block size | Andrew Jones | 2023-09-21 | 1 | -14/+32 |
* | | docs: move riscv under arch | Costa Shulyupin | 2023-10-10 | 1 | -1/+1 |
|/ |
|
* | riscv: Implement syscall wrappers | Sami Tolvanen | 2023-08-23 | 1 | -0/+6 |
* | Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe" | Palmer Dabbelt | 2023-06-19 | 1 | -10/+44 |
|\ |
|
| * | RISC-V: hwprobe: Expose Zba, Zbb, and Zbs | Evan Green | 2023-06-19 | 1 | -7/+41 |
* | | riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0 | Andy Chiu | 2023-06-08 | 1 | -0/+4 |
|/ |
|
* | RISC-V: hwprobe: Explicity check for -1 in vdso init | Andrew Jones | 2023-04-26 | 1 | -1/+1 |
* | RISC-V: hwprobe: There can only be one first | Andrew Jones | 2023-04-26 | 1 | -1/+3 |
* | RISC-V: Add hwprobe vDSO function and data | Evan Green | 2023-04-19 | 1 | -0/+45 |
* | RISC-V: hwprobe: Support probing of misaligned access performance | Evan Green | 2023-04-19 | 1 | -0/+28 |
* | RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA | Evan Green | 2023-04-19 | 1 | -0/+20 |
* | RISC-V: Add a syscall for HW probing | Evan Green | 2023-04-19 | 1 | -1/+134 |
* | riscv: Allow PROT_WRITE-only mmap() | Andrew Bresticker | 2022-09-22 | 1 | -3/+0 |
* | riscv: mmap with PROT_WRITE but no PROT_READ is invalid | Celeste Liu | 2022-07-22 | 1 | -3/+2 |
* | riscv: compat: syscall: Add compat_sys_call_table implementation | Guo Ren | 2022-04-26 | 1 | -2/+4 |
* | RISC-V: Don't allow write+exec only page mapping request in mmap | Yash Shah | 2020-06-19 | 1 | -0/+6 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286 | Thomas Gleixner | 2019-06-05 | 1 | -9/+1 |
* | RISC-V: Use a less ugly workaround for unused variable warnings | Palmer Dabbelt | 2018-08-28 | 1 | -14/+1 |
* | RISC-V: Define sys_riscv_flush_icache when SMP=n | Palmer Dabbelt | 2018-08-20 | 1 | -2/+10 |
* | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() | Dominik Brodowski | 2018-04-02 | 1 | -2/+2 |
* | RISC-V: Logical vs Bitwise typo | Dan Carpenter | 2017-12-11 | 1 | -1/+1 |
* | RISC-V: Clean up an unused include | Palmer Dabbelt | 2017-11-30 | 1 | -1/+0 |
* | RISC-V: Allow userspace to flush the instruction cache | Andrew Waterman | 2017-11-30 | 1 | -0/+32 |
* | RISC-V: User-facing API | Palmer Dabbelt | 2017-09-27 | 1 | -0/+49 |