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 Torvalds2020-06-121-3/+44
|\
| * KVM: MIPS: Add CPUCFG emulation for Loongson-3Huacai Chen2020-06-041-0/+1
| * KVM: MIPS: Add Loongson-3 Virtual IPI interrupt supportHuacai Chen2020-06-041-0/+6
| * KVM: MIPS: Add more types of virtual interruptsHuacai Chen2020-06-041-3/+37
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-031-36/+36
|\
| * kvm: add halt-polling cpu usage statsDavid Matlack2020-05-151-0/+2
| * kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso2020-05-131-4/+2
| * KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_runTianjia Zhang2020-04-211-1/+2
| * kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito2020-04-211-31/+30
* | KVM: MIPS: use true,false for bool variableJason Yan2020-05-141-2/+2
|/
* KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson2020-03-311-2/+2
* KVM: Provide common implementation for generic dirty log functionsSean Christopherson2020-03-161-58/+5
* KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson2020-03-161-1/+1
* KVM: Drop kvm_arch_create_memslot()Sean Christopherson2020-03-161-6/+0
* KVM: MIPS: Fold comparecount_func() into comparecount_wakeup()Sean Christopherson2020-02-051-10/+5
* KVM: MIPS: Fix a build error due to referencing not-yet-defined functionSean Christopherson2020-02-051-21/+21
* KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson2020-01-271-10/+0
* KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create()Sean Christopherson2020-01-271-12/+14
* KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson2020-01-271-5/+0
* KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()Sean Christopherson2020-01-271-2/+8
* KVM: Move vcpu alloc and init invocation to common codeSean Christopherson2020-01-271-27/+6
* KVM: Introduce kvm_vcpu_destroy()Sean Christopherson2020-01-241-1/+1
* KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpuSean Christopherson2020-01-241-2/+2
* KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson2020-01-241-0/+5
* KVM: MIPS: Drop kvm_arch_vcpu_free()Sean Christopherson2020-01-241-7/+2
* KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUsSean Christopherson2020-01-241-3/+3
* KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-051-10/+0
* KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson2019-06-041-2/+2
* 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-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