Age | Commit message (Expand) | Author | Files | Lines |
2017-02-03 | KVM: MIPS: Allow multiple VCPUs to be created | James Hogan | 2 | -1/+7 |
2017-02-03 | KVM: MIPS/T&E: Expose read-only CP0_IntCtl register | James Hogan | 2 | -0/+8 |
2017-02-03 | KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registers | James Hogan | 2 | -0/+16 |
2017-02-03 | KVM: MIPS/T&E: Default to reset vector | James Hogan | 1 | -0/+6 |
2017-02-03 | KVM: MIPS/T&E: Implement CP0_EBase register | James Hogan | 4 | -33/+60 |
2017-02-03 | KVM: MIPS/T&E: Move CP0 register access into T&E | James Hogan | 4 | -203/+179 |
2017-02-03 | KVM: MIPS: Claim KVM_CAP_READONLY_MEM support | James Hogan | 2 | -0/+3 |
2017-02-03 | KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMU | James Hogan | 4 | -17/+233 |
2017-02-03 | KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEs | James Hogan | 1 | -19/+37 |
2017-02-03 | KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEs | James Hogan | 1 | -23/+26 |
2017-02-03 | KVM: MIPS/MMU: Handle dirty logging on GPA faults | James Hogan | 1 | -4/+70 |
2017-02-03 | KVM: MIPS: Clean & flush on dirty page logging enable | James Hogan | 1 | -0/+24 |
2017-02-03 | KVM: MIPS/MMU: Use generic dirty log & protect helper | James Hogan | 3 | -19/+46 |
2017-02-03 | KVM: MIPS/MMU: Add GPA PT mkclean helper | James Hogan | 2 | -0/+125 |
2017-02-03 | KVM: MIPS/T&E: Handle read only GPA in TLB mod | James Hogan | 3 | -62/+43 |
2017-02-03 | KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIO | James Hogan | 2 | -6/+5 |
2017-02-03 | KVM: MIPS/T&E: Abstract bad access handling | James Hogan | 1 | -47/+72 |
2017-02-03 | KVM: MIPS: Pass type of fault down to kvm_mips_map_page() | James Hogan | 4 | -16/+25 |
2017-02-03 | KVM: MIPS/T&E: Ignore user writes to CP0_Config7 | James Hogan | 1 | -0/+3 |
2017-02-03 | KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslot | James Hogan | 3 | -3/+48 |
2017-02-03 | KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulation | James Hogan | 3 | -119/+66 |
2017-02-03 | KVM: MIPS/MMU: Use lockless GVA helpers for get_inst() | James Hogan | 1 | -3/+18 |
2017-02-03 | KVM: MIPS/T&E: Use lockless GVA helpers for dyntrans | James Hogan | 1 | -2/+24 |
2017-02-03 | KVM: MIPS/T&E: Add lockless GVA access helpers | James Hogan | 3 | -0/+131 |
2017-02-03 | KVM: MIPS/T&E: Reduce stale ASID checks | James Hogan | 1 | -29/+6 |
2017-02-03 | KVM: MIPS/T&E: Handle TLB invalidation requests | James Hogan | 1 | -8/+63 |
2017-02-03 | KVM: MIPS: Update vcpu->mode and vcpu->cpu | James Hogan | 2 | -0/+20 |
2017-02-03 | KVM: MIPS/MMU: Convert guest physical map to page table | James Hogan | 3 | -70/+278 |
2017-02-03 | KVM: MIPS: Use CP0_BadInstr[P] for emulation | James Hogan | 4 | -4/+64 |
2017-02-03 | KVM: MIPS: Improve kvm_get_inst() error return | James Hogan | 4 | -53/+56 |
2017-02-03 | KVM: MIPS/T&E: Don't treat code fetch faults as MMIO | James Hogan | 2 | -0/+39 |
2017-02-03 | KVM: MIPS/MMU: Drop kvm_get_new_mmu_context() | James Hogan | 4 | -29/+4 |
2017-02-03 | KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptions | James Hogan | 3 | -60/+0 |
2017-02-03 | KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all() | James Hogan | 4 | -36/+1 |
2017-02-03 | KVM: MIPS/Emulate: Fix CACHE emulation for EVA hosts | James Hogan | 1 | -3/+3 |
2017-02-03 | KVM: MIPS: Use uaccess to read/modify guest instructions | James Hogan | 4 | -94/+22 |
2017-02-03 | KVM: MIPS: Drop vm_init() callback | James Hogan | 4 | -28/+0 |
2017-02-03 | KVM: MIPS/MMU: Convert commpage fault handling to page tables | James Hogan | 4 | -80/+22 |
2017-02-03 | KVM: MIPS/MMU: Convert TLB mapped faults to page tables | James Hogan | 4 | -130/+40 |
2017-02-03 | KVM: MIPS/MMU: Convert KSeg0 faults to page tables | James Hogan | 1 | -15/+64 |
2017-02-03 | KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBW | James Hogan | 4 | -0/+119 |
2017-02-03 | KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes | James Hogan | 4 | -2/+165 |
2017-02-03 | KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASID | James Hogan | 3 | -13/+36 |
2017-02-03 | KVM: MIPS/TLB: Fix off-by-one in TLB invalidate | James Hogan | 1 | -2/+2 |
2017-02-03 | KVM: MIPS: Add fast path TLB refill handler | James Hogan | 3 | -3/+84 |
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 | 3 | -6/+24 |
2017-02-03 | KVM: MIPS/T&E: Allocate GVA -> HPA page tables | James Hogan | 2 | -1/+69 |
2017-02-03 | KVM: MIPS: Wire up vcpu uninit | James Hogan | 3 | -1/+11 |
2017-02-03 | KVM: MIPS/T&E: active_mm = init_mm in guest context | James Hogan | 3 | -1/+50 |