summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini2017-02-171-1/+6
* KVM: MIPS: Allow multiple VCPUs to be createdJames Hogan2017-02-031-0/+6
* KVM: MIPS/T&E: Expose read-only CP0_IntCtl registerJames Hogan2017-02-031-0/+7
* KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registersJames Hogan2017-02-031-0/+14
* KVM: MIPS/T&E: Default to reset vectorJames Hogan2017-02-031-0/+6
* KVM: MIPS/T&E: Implement CP0_EBase registerJames Hogan2017-02-033-33/+57
* KVM: MIPS/T&E: Move CP0 register access into T&EJames Hogan2017-02-033-202/+179
* KVM: MIPS: Claim KVM_CAP_READONLY_MEM supportJames Hogan2017-02-031-0/+1
* KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan2017-02-033-17/+220
* KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEsJames Hogan2017-02-031-19/+37
* KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEsJames Hogan2017-02-031-23/+26
* KVM: MIPS/MMU: Handle dirty logging on GPA faultsJames Hogan2017-02-031-4/+70
* KVM: MIPS: Clean & flush on dirty page logging enableJames Hogan2017-02-031-0/+24
* KVM: MIPS/MMU: Use generic dirty log & protect helperJames Hogan2017-02-033-19/+46
* KVM: MIPS/MMU: Add GPA PT mkclean helperJames Hogan2017-02-031-0/+124
* KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan2017-02-032-57/+43
* KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIOJames Hogan2017-02-032-6/+5
* KVM: MIPS/T&E: Abstract bad access handlingJames Hogan2017-02-031-47/+72
* KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan2017-02-033-13/+19
* KVM: MIPS/T&E: Ignore user writes to CP0_Config7James Hogan2017-02-031-0/+3
* KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan2017-02-032-0/+40
* KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan2017-02-032-118/+65
* KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()James Hogan2017-02-031-3/+18
* KVM: MIPS/T&E: Use lockless GVA helpers for dyntransJames Hogan2017-02-031-2/+24
* KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan2017-02-032-0/+116
* KVM: MIPS/T&E: Reduce stale ASID checksJames Hogan2017-02-031-29/+6
* KVM: MIPS/T&E: Handle TLB invalidation requestsJames Hogan2017-02-031-8/+63
* KVM: MIPS: Update vcpu->mode and vcpu->cpuJames Hogan2017-02-032-0/+20
* KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan2017-02-032-67/+274
* KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan2017-02-033-4/+60
* KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan2017-02-033-51/+55
* KVM: MIPS/T&E: Don't treat code fetch faults as MMIOJames Hogan2017-02-031-0/+12
* KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan2017-02-033-24/+4
* KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan2017-02-032-59/+0
* KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan2017-02-032-30/+1
* KVM: MIPS/Emulate: Fix CACHE emulation for EVA hostsJames Hogan2017-02-031-3/+3
* KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan2017-02-033-92/+22
* KVM: MIPS: Drop vm_init() callbackJames Hogan2017-02-033-25/+0
* KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan2017-02-033-77/+22
* KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan2017-02-033-125/+38
* KVM: MIPS/MMU: Convert KSeg0 faults to page tablesJames Hogan2017-02-031-15/+64
* KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan2017-02-033-0/+102
* KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan2017-02-033-2/+148
* KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan2017-02-032-12/+34
* KVM: MIPS/TLB: Fix off-by-one in TLB invalidateJames Hogan2017-02-031-2/+2
* KVM: MIPS: Add fast path TLB refill handlerJames Hogan2017-02-032-3/+83
* KVM: MIPS: Support NetLogic KScratch registersJames Hogan2017-02-031-5/+20
* KVM: MIPS/T&E: Activate GVA page tables in guest contextJames Hogan2017-02-032-5/+21
* KVM: MIPS/T&E: Allocate GVA -> HPA page tablesJames Hogan2017-02-032-1/+69
OpenPOWER on IntegriCloud