summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/mips.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-1/+1
|\
| * kvm: Change return type to vm_fault_tSouptick Joarder2018-06-011-1/+1
* | KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"Colin Ian King2018-05-141-1/+1
|/
* KVM: introduce kvm_arch_vcpu_async_ioctlPaolo Bonzini2017-12-141-3/+12
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlChristoffer Dall2017-12-141-20/+29
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall2017-12-141-0/+3
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall2017-12-141-0/+3
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runChristoffer Dall2017-12-141-0/+3
* KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2017-11-271-5/+2
* kvm,mips: Fix potential swait_active() racesDavidlohr Bueso2017-09-151-2/+2
* KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-0/+5
* kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini2017-04-071-3/+0
* KVM: MIPS/VZ: Trace guest mode changesJames Hogan2017-03-281-0/+13
* KVM: MIPS/VZ: Support hardware guest timerJames Hogan2017-03-281-1/+5
* KVM: MIPS: Implement VZ supportJames Hogan2017-03-281-0/+5
* KVM: MIPS: Update exit handler for VZJames Hogan2017-03-281-13/+18
* KVM: MIPS/Entry: Update entry code to support VZJames Hogan2017-03-281-1/+3
* KVM: MIPS: Abstract guest CP0 register access for VZJames Hogan2017-03-281-3/+3
* KVM: MIPS: Add guest exit exception callbackJames Hogan2017-03-281-0/+5
* KVM: MIPS: Add hardware_{enable,disable} callbackJames Hogan2017-03-281-1/+6
* KVM: MIPS: Add callback to check extensionJames Hogan2017-03-281-2/+1
* KVM: MIPS: Init timer frequency from callbackJames Hogan2017-03-281-3/+0
* KVM: MIPS: Add VZ & TE capabilitiesJames Hogan2017-03-281-0/+9
* KVM: MIPS: Extend counters & events for VZ GExcCodesJames Hogan2017-03-281-0/+10
* KVM: MIPS: Update kvm_lose_fpu() for VZJames Hogan2017-03-281-8/+12
* 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: Move CP0 register access into T&EJames Hogan2017-02-031-198/+0
* KVM: MIPS: Claim KVM_CAP_READONLY_MEM supportJames Hogan2017-02-031-0/+1
* KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan2017-02-031-0/+1
* 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-031-19/+23
* KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan2017-02-031-0/+26
* KVM: MIPS: Update vcpu->mode and vcpu->cpuJames Hogan2017-02-031-0/+18
* KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan2017-02-031-34/+14
* KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan2017-02-031-1/+1
* KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan2017-02-031-1/+6
* KVM: MIPS: Drop vm_init() callbackJames Hogan2017-02-031-16/+0
* KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan2017-02-031-33/+1
* KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan2017-02-031-0/+1
* KVM: MIPS: Add fast path TLB refill handlerJames Hogan2017-02-031-3/+5
* KVM: MIPS/T&E: Allocate GVA -> HPA page tablesJames Hogan2017-02-031-1/+6
* KVM: MIPS: Wire up vcpu uninitJames Hogan2017-02-031-0/+5
* KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan2017-02-031-41/+2
* KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan2017-02-031-5/+3
* KVM: MIPS: Drop partial KVM_NMI implementationJames Hogan2017-02-031-16/+0
* MIPS: KVM: Return directly after a failed copy_from_user() in kvm_arch_vcpu_i...Markus Elfring2017-02-021-7/+2
* KVM: MIPS: Flush KVM entry code from icache globallyJames Hogan2017-01-051-2/+2
* KVM: MIPS: Fix lazy user ASID regenerate for SMPJames Hogan2016-10-261-1/+4
OpenPOWER on IntegriCloud