aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu1-1/+1
2018-11-09MIPS: Avoid using .set mips0 to restore ISAPaul Burton1-3/+6
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier1-1/+0
2017-08-31KVM: update to new mmu_notifier semantic v2Jérôme Glisse1-5/+0
2017-04-07kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini1-1/+0
2017-03-28KVM: MIPS/VZ: Support hardware guest timerJames Hogan1-0/+14
2017-03-28KVM: MIPS/VZ: Emulate MAARs when necessaryJames Hogan1-0/+5
2017-03-28KVM: MIPS/VZ: Support guest hardware page table walkerJames Hogan1-0/+8
2017-03-28KVM: MIPS/VZ: Support guest segmentation controlJames Hogan1-0/+6
2017-03-28KVM: MIPS/VZ: Support guest CP0_[X]ContextConfigJames Hogan1-0/+4
2017-03-28KVM: MIPS/VZ: Support guest CP0_BadInstr[P]James Hogan1-0/+4
2017-03-28KVM: MIPS: Implement VZ supportJames Hogan1-0/+42
2017-03-28KVM: MIPS/TLB: Add VZ TLB managementJames Hogan1-0/+12
2017-03-28KVM: MIPS/Entry: Update entry code to support VZJames Hogan1-0/+5
2017-03-28KVM: MIPS: Abstract guest CP0 register access for VZJames Hogan1-88/+255
2017-03-28KVM: MIPS: Add guest exit exception callbackJames Hogan1-0/+1
2017-03-28KVM: MIPS: Add hardware_{enable,disable} callbackJames Hogan1-1/+2
2017-03-28KVM: MIPS: Add callback to check extensionJames Hogan1-0/+1
2017-03-28KVM: MIPS: Init timer frequency from callbackJames Hogan1-1/+1
2017-03-28KVM: MIPS: Extend counters & events for VZ GExcCodesJames Hogan1-0/+10
2017-03-28KVM: MIPS: Implement HYPCALL emulationJames Hogan1-0/+7
2017-02-03KVM: MIPS: Allow multiple VCPUs to be createdJames Hogan1-1/+1
2017-02-03KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan1-0/+1
2017-02-03KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan1-0/+2
2017-02-03KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan1-0/+3
2017-02-03KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan1-1/+0
2017-02-03KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan1-0/+13
2017-02-03KVM: MIPS/MMU: Add GPA PT mkclean helperJames Hogan1-0/+1
2017-02-03KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan1-5/+0
2017-02-03KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan1-3/+6
2017-02-03KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan1-3/+8
2017-02-03KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan1-1/+1
2017-02-03KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan1-0/+15
2017-02-03KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan1-3/+4
2017-02-03KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan1-0/+4
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan1-2/+1
2017-02-03KVM: MIPS/T&E: Don't treat code fetch faults as MMIOJames Hogan1-0/+27
2017-02-03KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan1-5/+0
2017-02-03KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan1-1/+0
2017-02-03KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan1-1/+0
2017-02-03KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan1-2/+0
2017-02-03KVM: MIPS: Drop vm_init() callbackJames Hogan1-3/+0
2017-02-03KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan1-3/+0
2017-02-03KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan1-5/+2
2017-02-03KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan1-0/+17
2017-02-03KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan1-0/+17
2017-02-03KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan1-1/+2
2017-02-03KVM: MIPS: Add fast path TLB refill handlerJames Hogan1-0/+1
2017-02-03KVM: MIPS: Wire up vcpu uninitJames Hogan1-1/+1