summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm
AgeCommit message (Expand)AuthorFilesLines
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-200/+94
2020-08-06Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-2/+2
2020-07-27MIPS: KVM: Fix build error caused by 'kvm_run' cleanupHuacai Chen1-1/+1
2020-07-10KVM: MIPS: Fix build errors for 32bit kernelHuacai Chen1-0/+4
2020-07-10KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang4-126/+84
2020-07-10MIPS: KVM: Remove outdated READMEJiaxun Yang1-31/+0
2020-07-10MIPS: KVM: Limit Trap-and-Emulate to MIPS32R2 onlyJiaxun Yang1-1/+2
2020-07-09KVM: MIPS: Use common KVM implementation of MMU memory cachesSean Christopherson1-35/+5
2020-07-09KVM: MIPS: Account pages used for GPA page tablesSean Christopherson1-1/+1
2020-07-09KVM: MIPS: Drop @max param from mmu_topup_memory_cache()Sean Christopherson1-8/+4
2020-07-08KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended"Colin Ian King1-2/+2
2020-07-08MIPS: Unify naming style of vendor CP0.Config6 bitsHuacai Chen1-2/+2
2020-06-15KVM: MIPS: Fix a build error for !CPU_LOONGSON64Huacai Chen1-0/+2
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-6/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-6/+6
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-163/+1014
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2-11/+11
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-04KVM: MIPS: Enable KVM support for Loongson-3Huacai Chen1-1/+1
2020-06-04KVM: MIPS: Add more MMIO load/store instructions emulationHuacai Chen1-10/+470
2020-06-04KVM: MIPS: Add CONFIG6 and DIAG registers emulationHuacai Chen2-1/+102
2020-06-04KVM: MIPS: Add CPUCFG emulation for Loongson-3Huacai Chen2-0/+78
2020-06-04KVM: MIPS: Add Loongson-3 Virtual IPI interrupt supportHuacai Chen4-1/+245
2020-06-04KVM: MIPS: Add more types of virtual interruptsHuacai Chen4-133/+67
2020-06-04KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3Huacai Chen1-2/+6
2020-06-04KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3Huacai Chen1-0/+6
2020-06-04KVM: MIPS: Introduce and use cpu_guest_has_ldpteHuacai Chen1-13/+13
2020-06-04KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgdHuacai Chen1-1/+18
2020-06-04KVM: MIPS: Add EVENTFD support which is needed by VHOSTHuacai Chen4-1/+8
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-36/+36
2020-05-22mips: Add MIPS Release 5 supportSerge Semin1-3/+3
2020-05-15kvm: add halt-polling cpu usage statsDavid Matlack1-0/+2
2020-05-14KVM: MIPS/Emulate: Remove unneeded semicolonZou Wei1-2/+2
2020-05-14KVM: MIPS/VZ: Remove unneeded semicolonZou Wei1-5/+5
2020-05-14KVM: MIPS/TLB: Remove Unneeded semicolon in tlb.cJason Yan1-2/+2
2020-05-14KVM: MIPS: use true,false for bool variableJason Yan1-2/+2
2020-05-13kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso1-4/+2
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini1-2/+0
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang1-4/+4
2020-04-21KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_runTianjia Zhang1-1/+2
2020-04-21kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito1-31/+30
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+0
2020-04-01vhost: refine vhost and vringh kconfigJason Wang1-2/+0
2020-03-31KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson1-2/+2
2020-03-16KVM: Provide common implementation for generic dirty log functionsSean Christopherson1-58/+5
2020-03-16KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson1-1/+1
2020-03-16KVM: Drop kvm_arch_create_memslot()Sean Christopherson1-6/+0
2020-02-05KVM: MIPS: Fold comparecount_func() into comparecount_wakeup()Sean Christopherson1-10/+5