| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-02-20 | MIPS: kvm/entry: Use GPR number macros | Jiaxun Yang | 1 | -217/+187 |
| 2024-02-20 | MIPS: Unify define of CP0 registers for uasm code | Jiaxun Yang | 1 | -25/+2 |
| 2021-10-24 | MIPS: Remove NETLOGIC support | Thomas Bogendoerfer | 1 | -7/+1 |
| 2021-03-10 | MIPS: Remove KVM_TE support | Thomas Bogendoerfer | 1 | -33/+0 |
| 2020-09-28 | KVM: MIPS: clean up redundant kvm_run parameters in assembly | Tianjia Zhang | 1 | -13/+8 |
| 2020-06-04 | KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgd | Huacai Chen | 1 | -1/+18 |
| 2017-03-28 | KVM: MIPS/Entry: Update entry code to support VZ | James Hogan | 1 | -9/+123 |
| 2017-02-03 | KVM: MIPS: Use CP0_BadInstr[P] for emulation | James Hogan | 1 | -0/+14 |
| 2017-02-03 | KVM: MIPS: Add fast path TLB refill handler | James Hogan | 1 | -0/+78 |
| 2017-02-03 | KVM: MIPS: Support NetLogic KScratch registers | James Hogan | 1 | -5/+20 |
| 2017-02-03 | KVM: MIPS/T&E: Activate GVA page tables in guest context | James Hogan | 1 | -1/+15 |
| 2017-02-03 | KVM: MIPS: Remove duplicated ASIDs from vcpu | James Hogan | 1 | -9/+13 |
| 2017-01-05 | KVM: MIPS: Don't clobber CP0_Status.UX | James Hogan | 1 | -1/+4 |
| 2016-08-01 | MIPS: KVM: Use 64-bit CP0_EBase when appropriate | James Hogan | 1 | -3/+22 |
| 2016-08-01 | MIPS: KVM: Set CP0_Status.KX on MIPS64 | James Hogan | 1 | -2/+8 |
| 2016-08-01 | MIPS: KVM: Make entry code MIPS64 friendly | James Hogan | 1 | -24/+24 |
| 2016-07-05 | MIPS: KVM: Don't save/restore lo/hi for r6 | James Hogan | 1 | -12/+4 |
| 2016-07-05 | MIPS: KVM: Save k0 straight into VCPU structure | James Hogan | 1 | -22/+15 |
| 2016-07-05 | MIPS: KVM: Relative branch to common exit handler | James Hogan | 1 | -6/+17 |
| 2016-07-05 | MIPS: KVM: Dynamically choose scratch registers | James Hogan | 1 | -15/+79 |
| 2016-07-05 | MIPS: KVM: Drop redundant restore of DDATA_LO | James Hogan | 1 | -4/+0 |
| 2016-07-05 | MIPS: KVM: Check MSA presence at uasm time | James Hogan | 1 | -20/+15 |
| 2016-07-05 | MIPS: KVM: Omit FPU handling entry code if possible | James Hogan | 1 | -12/+15 |
| 2016-07-05 | MIPS; KVM: Convert exception entry to uasm | James Hogan | 1 | -0/+622 |