aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-03KVM: MIPS: Clean & flush on dirty page logging enableJames Hogan1-0/+24
2017-02-03KVM: MIPS/MMU: Use generic dirty log & protect helperJames Hogan3-19/+46
2017-02-03KVM: MIPS/MMU: Add GPA PT mkclean helperJames Hogan2-0/+125
2017-02-03KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan3-62/+43
2017-02-03KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIOJames Hogan2-6/+5
2017-02-03KVM: MIPS/T&E: Abstract bad access handlingJames Hogan1-47/+72
2017-02-03KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan4-16/+25
2017-02-03KVM: MIPS/T&E: Ignore user writes to CP0_Config7James Hogan1-0/+3
2017-02-03KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan3-3/+48
2017-02-03KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan3-119/+66
2017-02-03KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()James Hogan1-3/+18
2017-02-03KVM: MIPS/T&E: Use lockless GVA helpers for dyntransJames Hogan1-2/+24
2017-02-03KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan3-0/+131
2017-02-03KVM: MIPS/T&E: Reduce stale ASID checksJames Hogan1-29/+6
2017-02-03KVM: MIPS/T&E: Handle TLB invalidation requestsJames Hogan1-8/+63
2017-02-03KVM: MIPS: Update vcpu->mode and vcpu->cpuJames Hogan2-0/+20
2017-02-03KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan3-70/+278
2017-02-03KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan4-4/+64
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan4-53/+56
2017-02-03KVM: MIPS/T&E: Don't treat code fetch faults as MMIOJames Hogan2-0/+39
2017-02-03KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan4-29/+4
2017-02-03KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan3-60/+0
2017-02-03KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan4-36/+1
2017-02-03KVM: MIPS/Emulate: Fix CACHE emulation for EVA hostsJames Hogan1-3/+3
2017-02-03KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan4-94/+22
2017-02-03KVM: MIPS: Drop vm_init() callbackJames Hogan4-28/+0
2017-02-03KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan4-80/+22
2017-02-03KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan4-130/+40
2017-02-03KVM: MIPS/MMU: Convert KSeg0 faults to page tablesJames Hogan1-15/+64
2017-02-03KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan4-0/+119
2017-02-03KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan4-2/+165
2017-02-03KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan3-13/+36
2017-02-03KVM: MIPS/TLB: Fix off-by-one in TLB invalidateJames Hogan1-2/+2
2017-02-03KVM: MIPS: Add fast path TLB refill handlerJames Hogan3-3/+84
2017-02-03KVM: MIPS: Support NetLogic KScratch registersJames Hogan1-5/+20
2017-02-03KVM: MIPS/T&E: Activate GVA page tables in guest contextJames Hogan3-6/+24
2017-02-03KVM: MIPS/T&E: Allocate GVA -> HPA page tablesJames Hogan2-1/+69
2017-02-03KVM: MIPS: Wire up vcpu uninitJames Hogan3-1/+11
2017-02-03KVM: MIPS/T&E: active_mm = init_mm in guest contextJames Hogan3-1/+50
2017-02-03KVM: MIPS/T&E: Restore host asid on return to hostJames Hogan1-7/+20
2017-02-03KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan3-41/+52
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan7-48/+44
2017-02-03KVM: MIPS/MMU: Move preempt/ASID handling to implementationJames Hogan2-53/+54
2017-02-03KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan3-10/+10
2017-02-03KVM: MIPS/MMU: Simplify ASID restorationJames Hogan2-37/+12
2017-02-03KVM: MIPS: Drop partial KVM_NMI implementationJames Hogan1-16/+0
2017-02-03Merge MIPS prerequisitesJames Hogan9-54/+116
2017-02-03MIPS: Add return errors to protected cache opsJames Hogan1-20/+35
2017-02-03MIPS: Export some tlbex internals for KVM to useJames Hogan2-17/+42
2017-02-03MIPS: uasm: Add include guards in asm/uasm.hJames Hogan1-0/+5