summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+10
2023-12-30RISC-V: KVM: Add SBI STA info to vcpu_archAndrew Jones1-0/+7
2023-12-30RISC-V: KVM: Add steal-update vcpu requestAndrew Jones1-0/+3
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson1-2/+0
2023-10-12RISCV: KVM: Add sstateen0 context save/restoreMayuresh Chitale1-0/+8
2023-10-12RISCV: KVM: Add senvcfg context save/restoreMayuresh Chitale1-0/+2
2023-10-12RISC-V: KVM: Enable Smstateen accessesMayuresh Chitale1-0/+1
2023-10-12RISC-V: KVM: Add kvm_vcpu_configMayuresh Chitale1-0/+7
2023-08-09KVM: riscv: Add KVM_GET_REG_LIST API supportHaibo Xu1-0/+3
2023-08-08RISC-V: KVM: Factor-out ONE_REG related code to its own source fileAnup Patel1-0/+6
2023-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
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/+2
2023-04-21RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel1-3/+4
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel1-0/+7
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+4
2023-02-07RISC-V: KVM: Add skeleton support for perfAtish Patra1-0/+4
2022-12-29KVM: RISC-V: Tag init functions and data with __init, __ro_after_initSean Christopherson1-3/+3
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson1-1/+0
2022-12-07RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPUAnup Patel1-0/+5
2022-12-07RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.hAnup Patel1-8/+2
2022-12-07RISC-V: KVM: Remove redundant includes of asm/csr.hAnup Patel1-1/+0
2022-10-02RISC-V: KVM: Record number of signal exits as a vCPU statJisheng Zhang1-0/+1
2022-07-29RISC-V: KVM: Add G-stage ioremap() and iounmap() functionsAnup Patel1-0/+5
2022-07-29RISC-V: KVM: Add extensible CSR emulation frameworkAnup Patel1-0/+5
2022-07-29RISC-V: KVM: Factor-out instruction emulation into separate sourcesAnup Patel1-10/+1
2022-07-29RISC-V: KVM: Improve ISA extension by using a bitmapAtish Patra1-1/+2
2022-05-20RISC-V: KVM: Cleanup stale TLB entries when host CPU changesAnup Patel1-0/+5
2022-05-20RISC-V: KVM: Add remote HFENCE functions based on VCPU requestsAnup Patel1-0/+59
2022-05-20RISC-V: KVM: Reduce KVM_MAX_VCPUS valueAnup Patel1-2/+1
2022-05-20RISC-V: KVM: Introduce range based local HFENCE functionsAnup Patel1-5/+20
2022-05-20RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel1-15/+15
2022-04-21KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copySean Christopherson1-3/+0
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() functionAnup Patel1-0/+1
2022-01-06RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel1-0/+1
2022-01-06KVM: RISC-V: Use common KVM implementation of MMU memory cachesSean Christopherson1-9/+1
2021-12-08KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson1-1/+0
2021-11-22RISC-V: KVM: Fix incorrect KVM_MAX_VCPUS valueAnup Patel1-5/+3
2021-10-31RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functionsAnup Patel1-2/+3
2021-10-31RISC-V: KVM: Factor-out FP virtualization into separate sourcesAnup Patel1-4/+1
2021-10-04RISC-V: KVM: Add SBI v0.1 supportAtish Patra1-0/+10
2021-10-04RISC-V: KVM: FP lazy save/restoreAtish Patra1-0/+5
2021-10-04RISC-V: KVM: Add timer functionalityAtish Patra1-0/+7
2021-10-04RISC-V: KVM: Implement MMU notifiersAnup Patel1-0/+2
2021-10-04RISC-V: KVM: Implement stage2 page table programmingAnup Patel1-0/+12
2021-10-04RISC-V: KVM: Implement VMID allocatorAnup Patel1-0/+24
2021-10-04RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel1-0/+22
2021-10-04RISC-V: KVM: Implement VCPU world-switchAnup Patel1-1/+9
2021-10-04RISC-V: KVM: Implement VCPU interrupts and requests handlingAnup Patel1-0/+23
2021-10-04RISC-V: KVM: Implement VCPU create, init and destroy functionsAnup Patel1-0/+69