summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-20RISC-V: KVM: Introduce range based local HFENCE functionsAnup Patel1-2/+2
2022-05-20RISC-V: KVM: Add Sv57x4 mode support for G-stageAnup Patel1-1/+10
2022-05-20RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel1-111/+111
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra1-3/+1
2022-01-06RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel1-0/+5
2022-01-06KVM: RISC-V: Use common KVM implementation of MMU memory cachesSean Christopherson1-53/+13
2021-12-08KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson1-2/+0
2021-12-08KVM: RISC-V: Use "new" memslot instead of userspace memory regionSean Christopherson1-9/+13
2021-12-08KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson1-3/+4
2021-11-22KVM: RISC-V: Unmap stage2 mapping when deleting/moving a memslotSean Christopherson1-0/+6
2021-11-01RISC-V: KVM: fix boolreturn.cocci warningsBixuan Cui1-9/+9
2021-10-04RISC-V: KVM: Implement MMU notifiersAnup Patel1-5/+85
2021-10-04RISC-V: KVM: Implement stage2 page table programmingAnup Patel1-10/+644
2021-10-04RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel1-0/+8
2021-10-04RISC-V: Add initial skeletal KVM supportAnup Patel1-0/+80