summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm/mmu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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