summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/main.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang1-1/+1
2023-06-18RISC-V: KVM: Implement guest external interrupt line managementAnup Patel1-1/+2
2023-05-05Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones1-1/+1
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel1-1/+21
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-1/+2
2023-02-07RISC-V: KVM: Disable all hpmcounter access for VS/VU modeAtish Patra1-1/+2
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson1-6/+1
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson1-9/+0
2022-12-29KVM: RISC-V: Do arch init directly in riscv_kvm_init()Sean Christopherson1-9/+9
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson1-5/+0
2022-12-07RISC-V: KVM: Add exit logic to main.cXiakaiPan1-0/+6
2022-10-02RISC-V: KVM: add __init annotation to riscv_kvm_init()Xiu Jianfeng1-1/+1
2022-05-20RISC-V: KVM: Add Sv57x4 mode support for G-stageAnup Patel1-0/+3
2022-05-20RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel1-4/+4
2022-01-06KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSRVincent Chen1-0/+8
2021-10-04RISC-V: KVM: Implement stage2 page table programmingAnup Patel1-0/+19
2021-10-04RISC-V: KVM: Implement VMID allocatorAnup Patel1-0/+4
2021-10-04RISC-V: Add initial skeletal KVM supportAnup Patel1-0/+95