| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: MIPS: Rename virtualization {en,dis}abling APIs to match common KVM | Sean Christopherson | 2024-09-04 | 1 | -4/+4 |
* | MIPS: KVM: Fix NULL pointer dereference | Huacai Chen | 2023-07-03 | 1 | -10/+10 |
* | KVM: MIPS: Make kvm_mips_callbacks const | Sean Christopherson | 2023-03-24 | 1 | -1/+1 |
* | KVM: MIPS: Hardcode callbacks to hardware virtualization extensions | Sean Christopherson | 2022-12-29 | 1 | -3/+4 |
* | MIPS: KVM: fix vz.c kernel-doc notation | Randy Dunlap | 2022-02-01 | 1 | -3/+9 |
* | KVM: MIPS: Remove a "set but not used" variable | Huacai Chen | 2021-09-06 | 1 | -2/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2021-05-01 | 1 | -15/+4 |
|\ |
|
| * | KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flush | Paolo Bonzini | 2021-04-17 | 1 | -15/+4 |
* | | MIPS: Remove KVM_TE support | Thomas Bogendoerfer | 2021-03-10 | 1 | -3/+2 |
|/ |
|
* | KVM: MIPS: clean up redundant kvm_run parameters in assembly | Tianjia Zhang | 2020-09-28 | 1 | -1/+1 |
* | KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanup | Xingxing Su | 2020-08-11 | 1 | -2/+1 |
* | MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64 | Huacai Chen | 2020-08-09 | 1 | -0/+2 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2020-08-06 | 1 | -16/+10 |
|\ |
|
| * | KVM: MIPS: clean up redundant 'kvm_run' parameters | Tianjia Zhang | 2020-07-10 | 1 | -16/+10 |
* | | MIPS: Unify naming style of vendor CP0.Config6 bits | Huacai Chen | 2020-07-08 | 1 | -2/+2 |
|/ |
|
* | KVM: MIPS: Enable KVM support for Loongson-3 | Huacai Chen | 2020-06-04 | 1 | -1/+1 |
* | KVM: MIPS: Add CONFIG6 and DIAG registers emulation | Huacai Chen | 2020-06-04 | 1 | -1/+61 |
* | KVM: MIPS: Add CPUCFG emulation for Loongson-3 | Huacai Chen | 2020-06-04 | 1 | -0/+77 |
* | KVM: MIPS: Add more types of virtual interrupts | Huacai Chen | 2020-06-04 | 1 | -45/+8 |
* | KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3 | Huacai Chen | 2020-06-04 | 1 | -2/+6 |
* | KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3 | Huacai Chen | 2020-06-04 | 1 | -0/+6 |
* | KVM: MIPS: Introduce and use cpu_guest_has_ldpte | Huacai Chen | 2020-06-04 | 1 | -13/+13 |
* | KVM: MIPS: Add EVENTFD support which is needed by VHOST | Huacai Chen | 2020-06-04 | 1 | -0/+3 |
* | mips: Add MIPS Release 5 support | Serge Semin | 2020-05-22 | 1 | -3/+3 |
* | KVM: MIPS/VZ: Remove unneeded semicolon | Zou Wei | 2020-05-14 | 1 | -5/+5 |
* | MIPS: mm: Unify ASID version checks | Paul Burton | 2019-02-04 | 1 | -3/+3 |
* | MIPS: mm: Remove redundant get_new_mmu_context() cpu argument | Paul Burton | 2019-02-04 | 1 | -1/+1 |
* | KVM: add kvm_request_pending | Radim Krčmář | 2017-06-04 | 1 | -1/+1 |
* | KVM: MIPS/VZ: Handle Octeon III guest.PRid register | James Hogan | 2017-03-28 | 1 | -2/+17 |
* | KVM: MIPS/VZ: Emulate hit CACHE ops for Octeon III | James Hogan | 2017-03-28 | 1 | -0/+11 |
* | KVM: MIPS/VZ: VZ hardware setup for Octeon III | James Hogan | 2017-03-28 | 1 | -28/+92 |
* | KVM: MIPS/VZ: Trace guest mode changes | James Hogan | 2017-03-28 | 1 | -2/+19 |
* | KVM: MIPS/VZ: Support hardware guest timer | James Hogan | 2017-03-28 | 1 | -8/+189 |
* | KVM: MIPS/VZ: Emulate MAARs when necessary | James Hogan | 2017-03-28 | 1 | -2/+108 |
* | KVM: MIPS/VZ: Support guest load-linked bit | James Hogan | 2017-03-28 | 1 | -0/+24 |
* | KVM: MIPS/VZ: Support guest hardware page table walker | James Hogan | 2017-03-28 | 1 | -0/+80 |
* | KVM: MIPS/VZ: Support guest segmentation control | James Hogan | 2017-03-28 | 1 | -1/+241 |
* | KVM: MIPS/VZ: Support guest CP0_[X]ContextConfig | James Hogan | 2017-03-28 | 1 | -2/+60 |
* | KVM: MIPS/VZ: Support guest CP0_BadInstr[P] | James Hogan | 2017-03-28 | 1 | -0/+46 |
* | KVM: MIPS: Implement VZ support | James Hogan | 2017-03-28 | 1 | -0/+2381 |