summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/uapi
AgeCommit message (Expand)AuthorLines
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+4
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+2
2023-11-07Merge patch series "riscv: Add remaining module relocations and tests"Palmer Dabbelt-1/+4
2023-11-07riscv: Add remaining module relocationsCharlie Jenkins-1/+4
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+12
2023-10-20RISC-V: KVM: Forward SBI DBCN extension to user-spaceAnup Patel-0/+1
2023-10-12RISC-V: KVM: Allow Zicond extension for Guest/VMAnup Patel-0/+1
2023-10-12RISCV: KVM: Add sstateen0 to ONE_REGMayuresh Chitale-0/+8
2023-10-12RISCV: KVM: Add senvcfg context save/restoreMayuresh Chitale-0/+1
2023-10-12RISC-V: KVM: Enable Smstateen accessesMayuresh Chitale-0/+1
2023-10-10docs: move riscv under archCosta Shulyupin-1/+1
2023-09-21RISC-V: hwprobe: Expose Zicboz extension and its block sizeAndrew Jones-0/+2
2023-09-09Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+9
2023-09-08Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt-4/+9
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+16
2023-09-01RISC-V: Add ptrace support for vectorsAndy Chiu-4/+9
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+6
2023-08-31Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-0/+16
2023-08-31Merge patch series "riscv: support ELF format binaries in nommu mode"Palmer Dabbelt-0/+5
2023-08-25Merge tag 'riscv-for-linus-6.5-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2023-08-23riscv: support the elf-fdpic binfmt loaderGreg Ungerer-0/+5
2023-08-22RISC-V: vector: export VLENB csr in __sc_riscv_v_stateAndy Chiu-0/+1
2023-08-18Merge tag 'asm-generic-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+14
2023-08-17asm-generic: partially revert "Unify uapi bitsperlong.h for arm64, riscv and ...Arnd Bergmann-0/+14
2023-08-08RISC-V: KVM: provide UAPI for host SATP modeDaniel Henrique Barboza-0/+1
2023-08-08RISC-V: KVM: Allow Zicntr, Zicsr, Zifencei, and Zihpm for Guest/VMAnup Patel-0/+4
2023-08-08RISC-V: KVM: Allow Zba and Zbs extensions for Guest/VMAnup Patel-0/+2
2023-08-08RISC-V: KVM: Extend ONE_REG to enable/disable multiple ISA extensionsAnup Patel-0/+9
2023-07-11riscv: sigcontext: Correct the comment of sigreturnGuo Ren-1/+1
2023-07-07Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+4
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-14/+0
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+73
2023-07-01RISC-V: Fix up some vector state related build failuresPalmer Dabbelt-0/+4
2023-06-22asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang-14/+0
2023-06-20RISC-V: KVM: Allow Svnapot extension for Guest/VMAnup Patel-0/+1
2023-06-19Merge patch series "RISC-V: Export Zba, Zbb to usermode via hwprobe"Palmer Dabbelt-0/+3
2023-06-19RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchipAnup Patel-0/+17
2023-06-19RISC-V: hwprobe: Expose Zba, Zbb, and ZbsEvan Green-0/+3
2023-06-18RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchipAnup Patel-0/+6
2023-06-18RISC-V: KVM: Implement device interface for AIA irqchipAnup Patel-0/+45
2023-06-18RISC-V: KVM: Skeletal in-kernel AIA irqchip supportAnup Patel-0/+4
2023-06-08riscv: KVM: Add vector lazy save/restore supportVincent Chen-0/+7
2023-06-08riscv: kvm: Add V extension to KVM ISAVincent Chen-0/+1
2023-06-08riscv: signal: Report signal frame size to userspace via auxvVincent Chen-0/+1
2023-06-08riscv: signal: Add sigcontext save/restore for vectorGreentime Hu-1/+30
2023-06-08riscv: Add ptrace vector supportGreentime Hu-0/+7
2023-06-08riscv: Introduce struct/helpers to save/restore per-task Vector stateGreentime Hu-0/+17
2023-06-08riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0Andy Chiu-0/+1
2023-06-08riscv: Extending cpufeature.c to detect V-extensionGuo Ren-0/+1
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-1/+50