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