summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/mips.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-14KVM: introduce kvm_arch_vcpu_async_ioctlPaolo Bonzini1-3/+12
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlChristoffer Dall1-20/+29
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall1-0/+3
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall1-0/+3
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runChristoffer Dall1-0/+3
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr1-5/+2
2017-09-15kvm,mips: Fix potential swait_active() racesDavidlohr Bueso1-2/+2
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)1-0/+5
2017-04-07kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini1-3/+0
2017-03-28KVM: MIPS/VZ: Trace guest mode changesJames Hogan1-0/+13
2017-03-28KVM: MIPS/VZ: Support hardware guest timerJames Hogan1-1/+5
2017-03-28KVM: MIPS: Implement VZ supportJames Hogan1-0/+5
2017-03-28KVM: MIPS: Update exit handler for VZJames Hogan1-13/+18
2017-03-28KVM: MIPS/Entry: Update entry code to support VZJames Hogan1-1/+3
2017-03-28KVM: MIPS: Abstract guest CP0 register access for VZJames Hogan1-3/+3
2017-03-28KVM: MIPS: Add guest exit exception callbackJames Hogan1-0/+5
2017-03-28KVM: MIPS: Add hardware_{enable,disable} callbackJames Hogan1-1/+6
2017-03-28KVM: MIPS: Add callback to check extensionJames Hogan1-2/+1
2017-03-28KVM: MIPS: Init timer frequency from callbackJames Hogan1-3/+0
2017-03-28KVM: MIPS: Add VZ & TE capabilitiesJames Hogan1-0/+9
2017-03-28KVM: MIPS: Extend counters & events for VZ GExcCodesJames Hogan1-0/+10
2017-03-28KVM: MIPS: Update kvm_lose_fpu() for VZJames Hogan1-8/+12
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...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: Move CP0 register access into T&EJames Hogan1-198/+0
2017-02-03KVM: MIPS: Claim KVM_CAP_READONLY_MEM supportJames Hogan1-0/+1
2017-02-03KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMUJames Hogan1-0/+1
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 Hogan1-19/+23
2017-02-03KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslotJames Hogan1-0/+26
2017-02-03KVM: MIPS: Update vcpu->mode and vcpu->cpuJames Hogan1-0/+18
2017-02-03KVM: MIPS/MMU: Convert guest physical map to page tableJames Hogan1-34/+14
2017-02-03KVM: MIPS: Use CP0_BadInstr[P] for emulationJames Hogan1-1/+1
2017-02-03KVM: MIPS: Improve kvm_get_inst() error returnJames Hogan1-1/+6
2017-02-03KVM: MIPS: Drop vm_init() callbackJames Hogan1-16/+0
2017-02-03KVM: MIPS/MMU: Convert commpage fault handling to page tablesJames Hogan1-33/+1
2017-02-03KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBWJames Hogan1-0/+1
2017-02-03KVM: MIPS: Add fast path TLB refill handlerJames Hogan1-3/+5
2017-02-03KVM: MIPS/T&E: Allocate GVA -> HPA page tablesJames Hogan1-1/+6
2017-02-03KVM: MIPS: Wire up vcpu uninitJames Hogan1-0/+5
2017-02-03KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan1-41/+2
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan1-5/+3
2017-02-03KVM: MIPS: Drop partial KVM_NMI implementationJames Hogan1-16/+0
2017-02-02MIPS: KVM: Return directly after a failed copy_from_user() in kvm_arch_vcpu_i...Markus Elfring1-7/+2
2017-01-05KVM: MIPS: Flush KVM entry code from icache globallyJames Hogan1-2/+2
2016-10-26KVM: MIPS: Fix lazy user ASID regenerate for SMPJames Hogan1-1/+4
2016-10-19KVM: MIPS: Add missing uaccess.h includeJames Hogan1-0/+1
2016-09-29Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Radim Krčmář1-0/+30
2016-09-29KVM: MIPS: Invalidate TLB by regenerating ASIDsJames Hogan1-0/+30