summaryrefslogtreecommitdiff
path: root/arch/mips/kvm
AgeCommit message (Expand)Author
2017-02-03KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan
2017-02-03KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEsJames Hogan
2017-02-03KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEsJames Hogan
2017-02-03KVM: MIPS/MMU: Handle dirty logging on GPA faultsJames Hogan
2017-02-03KVM: MIPS: Clean & flush on dirty page logging enableJames Hogan
2017-02-03KVM: MIPS/MMU: Use generic dirty log & protect helperJames Hogan
2017-02-03KVM: MIPS/MMU: Add GPA PT mkclean helperJames Hogan
2017-02-03KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan
2017-02-03KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIOJames Hogan
2017-02-03KVM: MIPS/T&E: Abstract bad access handlingJames Hogan
2017-02-03KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan
2017-02-03KVM: MIPS/T&E: Ignore user writes to CP0_Config7James Hogan
2017-02-03KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan
2017-02-03KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan
2017-02-03KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()James Hogan
2017-02-03KVM: MIPS/T&E: Use lockless GVA helpers for dyntransJames Hogan
2017-02-03KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan
2017-02-03KVM: MIPS/T&E: Reduce stale ASID checksJames Hogan
2017-02-03KVM: MIPS/T&E: Handle TLB invalidation requestsJames Hogan
2017-02-03KVM: MIPS: Update vcpu->mode and vcpu->cpuJames Hogan
2017-02-03KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan
2017-02-03KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan
2017-02-03KVM: MIPS/T&E: Don't treat code fetch faults as MMIOJames Hogan
2017-02-03KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan
2017-02-03KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan
2017-02-03KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan
2017-02-03KVM: MIPS/Emulate: Fix CACHE emulation for EVA hostsJames Hogan
2017-02-03KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan
2017-02-03KVM: MIPS: Drop vm_init() callbackJames Hogan
2017-02-03KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan
2017-02-03KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan
2017-02-03KVM: MIPS/MMU: Convert KSeg0 faults to page tablesJames Hogan
2017-02-03KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan
2017-02-03KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan
2017-02-03KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan
2017-02-03KVM: MIPS/TLB: Fix off-by-one in TLB invalidateJames Hogan
2017-02-03KVM: MIPS: Add fast path TLB refill handlerJames Hogan
2017-02-03KVM: MIPS: Support NetLogic KScratch registersJames Hogan
2017-02-03KVM: MIPS/T&E: Activate GVA page tables in guest contextJames Hogan
2017-02-03KVM: MIPS/T&E: Allocate GVA -> HPA page tablesJames Hogan
2017-02-03KVM: MIPS: Wire up vcpu uninitJames Hogan
2017-02-03KVM: MIPS/T&E: active_mm = init_mm in guest contextJames Hogan
2017-02-03KVM: MIPS/T&E: Restore host asid on return to hostJames Hogan
2017-02-03KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan
2017-02-03KVM: MIPS/MMU: Move preempt/ASID handling to implementationJames Hogan
2017-02-03KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan
2017-02-03KVM: MIPS/MMU: Simplify ASID restorationJames Hogan
2017-02-03KVM: MIPS: Drop partial KVM_NMI implementationJames Hogan