summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm/main.c
Commit message (Expand)AuthorAgeFilesLines
* riscv: Rearrange hwcap.h and cpufeature.hXiao Wang2023-11-091-1/+1
* RISC-V: KVM: Implement guest external interrupt line managementAnup Patel2023-06-181-1/+2
* Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-1/+1
|\
| * RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-291-1/+1
* | RISC-V: KVM: Initial skeletal support for AIAAnup Patel2023-04-211-1/+21
|/
* Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-151-1/+2
|\
| * RISC-V: KVM: Disable all hpmcounter access for VS/VU modeAtish Patra2023-02-071-1/+2
* | KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-291-6/+1
* | KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-291-9/+0
* | KVM: RISC-V: Do arch init directly in riscv_kvm_init()Sean Christopherson2022-12-291-9/+9
* | KVM: Drop arch hardware (un)setup hooksSean Christopherson2022-12-291-5/+0
|/
* RISC-V: KVM: Add exit logic to main.cXiakaiPan2022-12-071-0/+6
* RISC-V: KVM: add __init annotation to riscv_kvm_init()Xiu Jianfeng2022-10-021-1/+1
* RISC-V: KVM: Add Sv57x4 mode support for G-stageAnup Patel2022-05-201-0/+3
* RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel2022-05-201-4/+4
* KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSRVincent Chen2022-01-061-0/+8
* RISC-V: KVM: Implement stage2 page table programmingAnup Patel2021-10-041-0/+19
* RISC-V: KVM: Implement VMID allocatorAnup Patel2021-10-041-0/+4
* RISC-V: Add initial skeletal KVM supportAnup Patel2021-10-041-0/+95