aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+2
2017-06-20KVM: MIPS: Fix maybe-uninitialized build failureJames Cowgill1-1/+5
2017-06-04KVM: add kvm_request_pendingRadim Krčmář2-2/+2
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář1-1/+1
2017-04-07kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini1-3/+0
2017-03-28KVM: MIPS/Emulate: Properly implement TLBR for T&EJames Hogan1-46/+53
2017-03-28KVM: MIPS/VZ: Handle Octeon III guest.PRid registerJames Hogan1-2/+17
2017-03-28KVM: MIPS/VZ: Emulate hit CACHE ops for Octeon IIIJames Hogan1-0/+11
2017-03-28KVM: MIPS/VZ: VZ hardware setup for Octeon IIIJames Hogan2-28/+108
2017-03-28KVM: MIPS/T&E: Report correct dcache line sizeJames Hogan1-0/+8
2017-03-28KVM: MIPS/TLB: Handle virtually tagged icachesJames Hogan1-0/+14
2017-03-28KVM: MIPS/Emulate: Adapt T&E CACHE emulation for OcteonJames Hogan1-3/+27
2017-03-28KVM: MIPS/VZ: Trace guest mode changesJames Hogan3-2/+69
2017-03-28KVM: MIPS/VZ: Support hardware guest timerJames Hogan3-11/+273
2017-03-28KVM: MIPS/VZ: Emulate MAARs when necessaryJames Hogan2-2/+110
2017-03-28KVM: MIPS/VZ: Support guest load-linked bitJames Hogan1-0/+24
2017-03-28KVM: MIPS/VZ: Support guest hardware page table walkerJames Hogan1-0/+80
2017-03-28KVM: MIPS/VZ: Support guest segmentation controlJames Hogan1-1/+241
2017-03-28KVM: MIPS/VZ: Support guest CP0_[X]ContextConfigJames Hogan1-2/+60
2017-03-28KVM: MIPS/VZ: Support guest CP0_BadInstr[P]James Hogan1-0/+46
2017-03-28KVM: MIPS: Add VZ support to build systemJames Hogan2-3/+32
2017-03-28KVM: MIPS: Implement VZ supportJames Hogan6-0/+2433
2017-03-28KVM: MIPS: Update exit handler for VZJames Hogan1-13/+18
2017-03-28KVM: MIPS/Emulate: Drop CACHE emulation for VZJames Hogan1-0/+2
2017-03-28KVM: MIPS/Emulate: Update CP0_Compare emulation for VZJames Hogan1-1/+42
2017-03-28KVM: MIPS/TLB: Add VZ TLB managementJames Hogan1-0/+404
2017-03-28KVM: MIPS/Entry: Update entry code to support VZJames Hogan2-10/+126
2017-03-28KVM: MIPS: Abstract guest CP0 register access for VZJames Hogan3-7/+9
2017-03-28KVM: MIPS: Add guest exit exception callbackJames Hogan3-0/+31
2017-03-28KVM: MIPS: Add hardware_{enable,disable} callbackJames Hogan2-1/+17
2017-03-28KVM: MIPS: Add callback to check extensionJames Hogan2-2/+18
2017-03-28KVM: MIPS: Init timer frequency from callbackJames Hogan3-10/+9
2017-03-28KVM: MIPS: Add VZ & TE capabilitiesJames Hogan1-0/+9
2017-03-28KVM: MIPS: Extend counters & events for VZ GExcCodesJames Hogan2-1/+27
2017-03-28KVM: MIPS: Update kvm_lose_fpu() for VZJames Hogan1-8/+12
2017-03-28KVM: MIPS/Emulate: Implement 64-bit MMIO emulationJames Hogan1-1/+28
2017-03-28KVM: MIPS/Emulate: De-duplicate MMIO emulationJames Hogan1-156/+50
2017-03-28KVM: MIPS: Implement HYPCALL emulationJames Hogan4-0/+61
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-02-17KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini1-1/+6
2017-02-03KVM: MIPS: Allow multiple VCPUs to be createdJames Hogan1-0/+6
2017-02-03KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan1-0/+7
2017-02-03KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan1-0/+14
2017-02-03KVM: MIPS/T&E: Default to reset vectorJames Hogan1-0/+6
2017-02-03KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan3-33/+57
2017-02-03KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan3-202/+179
2017-02-03KVM: MIPS: Claim KVM_CAP_READONLY_MEM supportJames Hogan1-0/+1
2017-02-03KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan3-17/+220
2017-02-03KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEsJames Hogan1-19/+37
2017-02-03KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEsJames Hogan1-23/+26