summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/vz.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: KVM: Fix NULL pointer dereferenceHuacai Chen2023-07-031-10/+10
* KVM: MIPS: Make kvm_mips_callbacks constSean Christopherson2023-03-231-1/+1
* KVM: MIPS: Hardcode callbacks to hardware virtualization extensionsSean Christopherson2022-12-291-3/+4
* MIPS: KVM: fix vz.c kernel-doc notationRandy Dunlap2022-02-011-3/+9
* KVM: MIPS: Remove a "set but not used" variableHuacai Chen2021-09-061-2/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-15/+4
|\
| * KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flushPaolo Bonzini2021-04-171-15/+4
* | MIPS: Remove KVM_TE supportThomas Bogendoerfer2021-03-101-3/+2
|/
* KVM: MIPS: clean up redundant kvm_run parameters in assemblyTianjia Zhang2020-09-281-1/+1
* KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanupXingxing Su2020-08-111-2/+1
* MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64Huacai Chen2020-08-091-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-061-16/+10
|\
| * KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang2020-07-101-16/+10
* | MIPS: Unify naming style of vendor CP0.Config6 bitsHuacai Chen2020-07-081-2/+2
|/
* KVM: MIPS: Enable KVM support for Loongson-3Huacai Chen2020-06-041-1/+1
* KVM: MIPS: Add CONFIG6 and DIAG registers emulationHuacai Chen2020-06-041-1/+61
* KVM: MIPS: Add CPUCFG emulation for Loongson-3Huacai Chen2020-06-041-0/+77
* KVM: MIPS: Add more types of virtual interruptsHuacai Chen2020-06-041-45/+8
* KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3Huacai Chen2020-06-041-2/+6
* KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3Huacai Chen2020-06-041-0/+6
* KVM: MIPS: Introduce and use cpu_guest_has_ldpteHuacai Chen2020-06-041-13/+13
* KVM: MIPS: Add EVENTFD support which is needed by VHOSTHuacai Chen2020-06-041-0/+3
* mips: Add MIPS Release 5 supportSerge Semin2020-05-221-3/+3
* KVM: MIPS/VZ: Remove unneeded semicolonZou Wei2020-05-141-5/+5
* MIPS: mm: Unify ASID version checksPaul Burton2019-02-041-3/+3
* MIPS: mm: Remove redundant get_new_mmu_context() cpu argumentPaul Burton2019-02-041-1/+1
* KVM: add kvm_request_pendingRadim Krčmář2017-06-041-1/+1
* KVM: MIPS/VZ: Handle Octeon III guest.PRid registerJames Hogan2017-03-281-2/+17
* KVM: MIPS/VZ: Emulate hit CACHE ops for Octeon IIIJames Hogan2017-03-281-0/+11
* KVM: MIPS/VZ: VZ hardware setup for Octeon IIIJames Hogan2017-03-281-28/+92
* KVM: MIPS/VZ: Trace guest mode changesJames Hogan2017-03-281-2/+19
* KVM: MIPS/VZ: Support hardware guest timerJames Hogan2017-03-281-8/+189
* KVM: MIPS/VZ: Emulate MAARs when necessaryJames Hogan2017-03-281-2/+108
* KVM: MIPS/VZ: Support guest load-linked bitJames Hogan2017-03-281-0/+24
* KVM: MIPS/VZ: Support guest hardware page table walkerJames Hogan2017-03-281-0/+80
* KVM: MIPS/VZ: Support guest segmentation controlJames Hogan2017-03-281-1/+241
* KVM: MIPS/VZ: Support guest CP0_[X]ContextConfigJames Hogan2017-03-281-2/+60
* KVM: MIPS/VZ: Support guest CP0_BadInstr[P]James Hogan2017-03-281-0/+46
* KVM: MIPS: Implement VZ supportJames Hogan2017-03-281-0/+2381