aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-03KVM: MIPS/MMU: Handle dirty logging on GPA faultsJames Hogan1-4/+70
2017-02-03KVM: MIPS: Clean & flush on dirty page logging enableJames Hogan1-0/+24
2017-02-03KVM: MIPS/MMU: Use generic dirty log & protect helperJames Hogan3-19/+46
2017-02-03KVM: MIPS/MMU: Add GPA PT mkclean helperJames Hogan1-0/+124
2017-02-03KVM: MIPS/T&E: Handle read only GPA in TLB modJames Hogan2-57/+43
2017-02-03KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIOJames Hogan2-6/+5
2017-02-03KVM: MIPS/T&E: Abstract bad access handlingJames Hogan1-47/+72
2017-02-03KVM: MIPS: Pass type of fault down to kvm_mips_map_page()James Hogan3-13/+19
2017-02-03KVM: MIPS/T&E: Ignore user writes to CP0_Config7James Hogan1-0/+3
2017-02-03KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan2-0/+40
2017-02-03KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulationJames Hogan2-118/+65
2017-02-03KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()James Hogan1-3/+18
2017-02-03KVM: MIPS/T&E: Use lockless GVA helpers for dyntransJames Hogan1-2/+24
2017-02-03KVM: MIPS/T&E: Add lockless GVA access helpersJames Hogan2-0/+116
2017-02-03KVM: MIPS/T&E: Reduce stale ASID checksJames Hogan1-29/+6
2017-02-03KVM: MIPS/T&E: Handle TLB invalidation requestsJames Hogan1-8/+63
2017-02-03KVM: MIPS: Update vcpu->mode and vcpu->cpuJames Hogan2-0/+20
2017-02-03KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan2-67/+274
2017-02-03KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan3-4/+60
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan3-51/+55
2017-02-03KVM: MIPS/T&E: Don't treat code fetch faults as MMIOJames Hogan1-0/+12
2017-02-03KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()James Hogan3-24/+4
2017-02-03KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptionsJames Hogan2-59/+0
2017-02-03KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()James Hogan2-30/+1
2017-02-03KVM: MIPS/Emulate: Fix CACHE emulation for EVA hostsJames Hogan1-3/+3
2017-02-03KVM: MIPS: Use uaccess to read/modify guest instructionsJames Hogan3-92/+22
2017-02-03KVM: MIPS: Drop vm_init() callbackJames Hogan3-25/+0
2017-02-03KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan3-77/+22
2017-02-03KVM: MIPS/MMU: Convert TLB mapped faults to page tablesJames Hogan3-125/+38
2017-02-03KVM: MIPS/MMU: Convert KSeg0 faults to page tablesJames Hogan1-15/+64
2017-02-03KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan3-0/+102
2017-02-03KVM: MIPS/MMU: Invalidate GVA PTs on ASID changesJames Hogan3-2/+148
2017-02-03KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASIDJames Hogan2-12/+34
2017-02-03KVM: MIPS/TLB: Fix off-by-one in TLB invalidateJames Hogan1-2/+2
2017-02-03KVM: MIPS: Add fast path TLB refill handlerJames Hogan2-3/+83
2017-02-03KVM: MIPS: Support NetLogic KScratch registersJames Hogan1-5/+20
2017-02-03KVM: MIPS/T&E: Activate GVA page tables in guest contextJames Hogan2-5/+21
2017-02-03KVM: MIPS/T&E: Allocate GVA -> HPA page tablesJames Hogan2-1/+69