summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: KVM: Add remote HFENCE functions based on VCPU requestsAnup Patel2022-05-201-15/+18
* RISC-V: KVM: Introduce range based local HFENCE functionsAnup Patel2022-05-201-2/+2
* RISC-V: KVM: Add Sv57x4 mode support for G-stageAnup Patel2022-05-201-1/+10
* RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel2022-05-201-111/+111
* RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra2022-01-201-3/+1
* RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel2022-01-061-0/+5
* KVM: RISC-V: Use common KVM implementation of MMU memory cachesSean Christopherson2022-01-061-53/+13
* KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson2021-12-081-2/+0
* KVM: RISC-V: Use "new" memslot instead of userspace memory regionSean Christopherson2021-12-081-9/+13
* KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson2021-12-081-3/+4
* KVM: RISC-V: Unmap stage2 mapping when deleting/moving a memslotSean Christopherson2021-11-221-0/+6
* RISC-V: KVM: fix boolreturn.cocci warningsBixuan Cui2021-11-011-9/+9
* RISC-V: KVM: Implement MMU notifiersAnup Patel2021-10-041-5/+85
* RISC-V: KVM: Implement stage2 page table programmingAnup Patel2021-10-041-10/+644
* RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel2021-10-041-0/+8
* RISC-V: Add initial skeletal KVM supportAnup Patel2021-10-041-0/+80