summaryrefslogtreecommitdiff
path: root/arch/mips/kvm
AgeCommit message (Expand)Author
2017-03-28KVM: MIPS: Add VZ support to build systemJames Hogan
2017-03-28KVM: MIPS: Implement VZ supportJames Hogan
2017-03-28KVM: MIPS: Update exit handler for VZJames Hogan
2017-03-28KVM: MIPS/Emulate: Drop CACHE emulation for VZJames Hogan
2017-03-28KVM: MIPS/Emulate: Update CP0_Compare emulation for VZJames Hogan
2017-03-28KVM: MIPS/TLB: Add VZ TLB managementJames Hogan
2017-03-28KVM: MIPS/Entry: Update entry code to support VZJames Hogan
2017-03-28KVM: MIPS: Abstract guest CP0 register access for VZJames Hogan
2017-03-28KVM: MIPS: Add guest exit exception callbackJames Hogan
2017-03-28KVM: MIPS: Add hardware_{enable,disable} callbackJames Hogan
2017-03-28KVM: MIPS: Add callback to check extensionJames Hogan
2017-03-28KVM: MIPS: Init timer frequency from callbackJames Hogan
2017-03-28KVM: MIPS: Add VZ & TE capabilitiesJames Hogan
2017-03-28KVM: MIPS: Extend counters & events for VZ GExcCodesJames Hogan
2017-03-28KVM: MIPS: Update kvm_lose_fpu() for VZJames Hogan
2017-03-28KVM: MIPS/Emulate: Implement 64-bit MMIO emulationJames Hogan
2017-03-28KVM: MIPS/Emulate: De-duplicate MMIO emulationJames Hogan
2017-03-28KVM: MIPS: Implement HYPCALL emulationJames Hogan
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-17KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini
2017-02-03KVM: MIPS: Allow multiple VCPUs to be createdJames Hogan
2017-02-03KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan
2017-02-03KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan
2017-02-03KVM: MIPS/T&E: Default to reset vectorJames Hogan
2017-02-03KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan
2017-02-03KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan
2017-02-03KVM: MIPS: Claim KVM_CAP_READONLY_MEM supportJames Hogan
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