summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier2018-09-071-1/+0
* KVM: update to new mmu_notifier semantic v2Jérôme Glisse2017-08-311-5/+0
* kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini2017-04-071-1/+0
* KVM: MIPS/VZ: Support hardware guest timerJames Hogan2017-03-281-0/+14
* KVM: MIPS/VZ: Emulate MAARs when necessaryJames Hogan2017-03-281-0/+5
* KVM: MIPS/VZ: Support guest hardware page table walkerJames Hogan2017-03-281-0/+8
* KVM: MIPS/VZ: Support guest segmentation controlJames Hogan2017-03-281-0/+6
* KVM: MIPS/VZ: Support guest CP0_[X]ContextConfigJames Hogan2017-03-281-0/+4
* KVM: MIPS/VZ: Support guest CP0_BadInstr[P]James Hogan2017-03-281-0/+4
* KVM: MIPS: Implement VZ supportJames Hogan2017-03-281-0/+42
* KVM: MIPS/TLB: Add VZ TLB managementJames Hogan2017-03-281-0/+12
* KVM: MIPS/Entry: Update entry code to support VZJames Hogan2017-03-281-0/+5
* KVM: MIPS: Abstract guest CP0 register access for VZJames Hogan2017-03-281-88/+255
* KVM: MIPS: Add guest exit exception callbackJames Hogan2017-03-281-0/+1
* KVM: MIPS: Add hardware_{enable,disable} callbackJames Hogan2017-03-281-1/+2
* KVM: MIPS: Add callback to check extensionJames Hogan2017-03-281-0/+1
* KVM: MIPS: Init timer frequency from callbackJames Hogan2017-03-281-1/+1
* KVM: MIPS: Extend counters & events for VZ GExcCodesJames Hogan2017-03-281-0/+10
* KVM: MIPS: Implement HYPCALL emulationJames Hogan2017-03-281-0/+7
* KVM: MIPS: Allow multiple VCPUs to be createdJames Hogan2017-02-031-1/+1
* KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan2017-02-031-0/+1
* KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan2017-02-031-0/+2
* KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan2017-02-031-0/+3
* KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan2017-02-031-1/+0
* KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan2017-02-031-0/+13
* KVM: MIPS/MMU: Add GPA PT mkclean helperJames Hogan2017-02-031-0/+1
* KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan2017-02-031-5/+0
* KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan2017-02-031-3/+6
* KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan2017-02-031-3/+8
* KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan2017-02-031-1/+1
* KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan2017-02-031-0/+15
* KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan2017-02-031-3/+4
* KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan2017-02-031-0/+4
* KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan2017-02-031-2/+1
* KVM: MIPS/T&E: Don't treat code fetch faults as MMIOJames Hogan2017-02-031-0/+27
* KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan2017-02-031-5/+0
* KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan2017-02-031-1/+0
* KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan2017-02-031-1/+0
* KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan2017-02-031-2/+0
* KVM: MIPS: Drop vm_init() callbackJames Hogan2017-02-031-3/+0
* KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan2017-02-031-3/+0
* KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan2017-02-031-5/+2
* KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan2017-02-031-0/+17
* KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan2017-02-031-0/+17
* KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan2017-02-031-1/+2
* KVM: MIPS: Add fast path TLB refill handlerJames Hogan2017-02-031-0/+1
* KVM: MIPS: Wire up vcpu uninitJames Hogan2017-02-031-1/+1
* KVM: MIPS/T&E: active_mm = init_mm in guest contextJames Hogan2017-02-031-0/+4
* KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan2017-02-031-0/+2
* KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan2017-02-031-3/+1