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