summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/mips.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2019-05-281-0/+3
* MIPS: MemoryMapID (MMID) SupportPaul Burton2019-02-041-0/+5
* kvm: introduce manual dirty log reprotectPaolo Bonzini2018-12-141-0/+23
* kvm: rename last argument to kvm_get_dirty_log_protectPaolo Bonzini2018-12-141-3/+3
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* sched/swait: Rename to exclusivePeter Zijlstra2018-06-201-2/+2
* 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-151-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/+2Star
* 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/+0Star
* 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/+1Star
* KVM: MIPS: Init timer frequency from callbackJames Hogan2017-03-281-3/+0Star
* 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/+0Star
* 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/+14Star
* 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/+0Star
* KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan2017-02-031-33/+1Star
* 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