summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/main.c
AgeCommit message (Expand)Author
2023-06-18RISC-V: KVM: Implement guest external interrupt line managementAnup Patel
2023-05-05Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-02-07RISC-V: KVM: Disable all hpmcounter access for VS/VU modeAtish Patra
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson
2022-12-29KVM: RISC-V: Do arch init directly in riscv_kvm_init()Sean Christopherson
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson
2022-12-07RISC-V: KVM: Add exit logic to main.cXiakaiPan
2022-10-02RISC-V: KVM: add __init annotation to riscv_kvm_init()Xiu Jianfeng
2022-05-20RISC-V: KVM: Add Sv57x4 mode support for G-stageAnup Patel
2022-05-20RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel
2022-01-06KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSRVincent Chen
2021-10-04RISC-V: KVM: Implement stage2 page table programmingAnup Patel
2021-10-04RISC-V: KVM: Implement VMID allocatorAnup Patel
2021-10-04RISC-V: Add initial skeletal KVM supportAnup Patel