summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/uapi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-071-0/+4
|\
| * RISC-V: Fix up some vector state related build failuresPalmer Dabbelt2023-07-011-0/+4
* | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-14/+0
|\ \
| * | asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang2023-06-221-14/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-041-0/+73
|\ \ \ | |_|/ |/| |
| * | RISC-V: KVM: Allow Svnapot extension for Guest/VMAnup Patel2023-06-201-0/+1
| * | RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchipAnup Patel2023-06-191-0/+17
| * | RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchipAnup Patel2023-06-181-0/+6
| * | RISC-V: KVM: Implement device interface for AIA irqchipAnup Patel2023-06-181-0/+45
| * | RISC-V: KVM: Skeletal in-kernel AIA irqchip supportAnup Patel2023-06-181-0/+4
| |/
* | Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt2023-06-191-0/+3
|\ \
| * | RISC-V: hwprobe: Expose Zba, Zbb, and ZbsEvan Green2023-06-191-0/+3
| |/
* | riscv: KVM: Add vector lazy save/restore supportVincent Chen2023-06-081-0/+7
* | riscv: kvm: Add V extension to KVM ISAVincent Chen2023-06-081-0/+1
* | riscv: signal: Report signal frame size to userspace via auxvVincent Chen2023-06-081-0/+1
* | riscv: signal: Add sigcontext save/restore for vectorGreentime Hu2023-06-082-1/+30
* | riscv: Add ptrace vector supportGreentime Hu2023-06-081-0/+7
* | riscv: Introduce struct/helpers to save/restore per-task Vector stateGreentime Hu2023-06-081-0/+17
* | riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0Andy Chiu2023-06-081-0/+1
* | riscv: Extending cpufeature.c to detect V-extensionGuo Ren2023-06-081-0/+1
|/
* Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-05-051-1/+50
|\
| * RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel2023-04-211-0/+7
| * RISC-V: KVM: Add ONE_REG interface for AIA CSRsAnup Patel2023-04-211-0/+8
| * RISC-V: KVM: Implement subtype for CSR ONE_REG interfaceAnup Patel2023-04-211-1/+2
| * RISC-V: KVM: Allow Zbb extension for Guest/VMAnup Patel2023-04-211-0/+1
| * RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel2023-04-211-0/+32
* | Merge patch series "RISC-V Hardware Probing User Interface"Palmer Dabbelt2023-04-192-0/+46
|\ \
| * | RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green2023-04-191-0/+7
| * | RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMAEvan Green2023-04-191-0/+5
| * | RISC-V: Add a syscall for HW probingEvan Green2023-04-192-0/+34
| |/
* | RISC-V: KVM: Expose Zicboz to the guestAndrew Jones2023-03-151-0/+1
* | RISC-V: KVM: Provide UAPI for Zicboz block sizeAndrew Jones2023-03-151-0/+1
|/
* riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti2023-03-021-0/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-221-0/+3
|\
| * RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpidAnup Patel2022-12-071-0/+3
* | riscv: fix styling in ucontext headerCleo John2022-10-281-4/+8
|/
* Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-141-1/+3
|\
| * riscv: Add cache information in AUX vectorGreentime Hu2022-10-131-1/+3
* | RISC-V: KVM: Expose Zicbom to the guestAndrew Jones2022-10-021-0/+1
* | RISC-V: KVM: Provide UAPI for Zicbom block sizeAndrew Jones2022-10-021-0/+1
* | RISC-V: KVM: Allow Guest use Zihintpause extensionMayuresh Chitale2022-10-021-0/+1
* | RISC-V: KVM: Allow Guest use Svinval extensionAnup Patel2022-10-021-0/+1
|/
* RISC-V: KVM: Support sstc extensionAtish Patra2022-08-121-0/+1
* RISC-V: KVM: Add support for Svpbmt inside Guest/VMAnup Patel2022-07-291-0/+1
* riscv: Wire up memfd_secret in UAPI headerTobias Klauser2022-06-021-0/+1
* Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-311-1/+1
|\
| * riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren2022-04-261-1/+1
* | RISC-V: KVM: Introduce ISA extension registerAtish Patra2022-05-201-0/+20
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-021-0/+128
|\
| * RISC-V: KVM: Implement ONE REG interface for FP registersAtish Patra2021-10-041-0/+10