aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/vz.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-01MIPS: KVM: fix vz.c kernel-doc notationRandy Dunlap1-3/+9
2021-09-06KVM: MIPS: Remove a "set but not used" variableHuacai Chen1-2/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+4
2021-04-17KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flushPaolo Bonzini1-15/+4
2021-03-10MIPS: Remove KVM_TE supportThomas Bogendoerfer1-3/+2
2020-09-28KVM: MIPS: clean up redundant kvm_run parameters in assemblyTianjia Zhang1-1/+1
2020-08-11KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanupXingxing Su1-2/+1
2020-08-09MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64Huacai Chen1-0/+2
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-16/+10
2020-07-10KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang1-16/+10
2020-07-08MIPS: Unify naming style of vendor CP0.Config6 bitsHuacai Chen1-2/+2
2020-06-04KVM: MIPS: Enable KVM support for Loongson-3Huacai Chen1-1/+1
2020-06-04KVM: MIPS: Add CONFIG6 and DIAG registers emulationHuacai Chen1-1/+61
2020-06-04KVM: MIPS: Add CPUCFG emulation for Loongson-3Huacai Chen1-0/+77
2020-06-04KVM: MIPS: Add more types of virtual interruptsHuacai Chen1-45/+8
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: Add EVENTFD support which is needed by VHOSTHuacai Chen1-0/+3
2020-05-22mips: Add MIPS Release 5 supportSerge Semin1-3/+3
2020-05-14KVM: MIPS/VZ: Remove unneeded semicolonZou Wei1-5/+5
2019-02-04MIPS: mm: Unify ASID version checksPaul Burton1-3/+3
2019-02-04MIPS: mm: Remove redundant get_new_mmu_context() cpu argumentPaul Burton1-1/+1
2017-06-04KVM: add kvm_request_pendingRadim Krčmář1-1/+1
2017-03-28KVM: MIPS/VZ: Handle Octeon III guest.PRid registerJames Hogan1-2/+17
2017-03-28KVM: MIPS/VZ: Emulate hit CACHE ops for Octeon IIIJames Hogan1-0/+11
2017-03-28KVM: MIPS/VZ: VZ hardware setup for Octeon IIIJames Hogan1-28/+92
2017-03-28KVM: MIPS/VZ: Trace guest mode changesJames Hogan1-2/+19
2017-03-28KVM: MIPS/VZ: Support hardware guest timerJames Hogan1-8/+189
2017-03-28KVM: MIPS/VZ: Emulate MAARs when necessaryJames Hogan1-2/+108
2017-03-28KVM: MIPS/VZ: Support guest load-linked bitJames Hogan1-0/+24
2017-03-28KVM: MIPS/VZ: Support guest hardware page table walkerJames Hogan1-0/+80
2017-03-28KVM: MIPS/VZ: Support guest segmentation controlJames Hogan1-1/+241
2017-03-28KVM: MIPS/VZ: Support guest CP0_[X]ContextConfigJames Hogan1-2/+60
2017-03-28KVM: MIPS/VZ: Support guest CP0_BadInstr[P]James Hogan1-0/+46
2017-03-28KVM: MIPS: Implement VZ supportJames Hogan1-0/+2381