aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/mips.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-18KVM: MIPS: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov1-1/+1
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross1-1/+1
2021-08-20KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang1-4/+0
2021-06-24KVM: debugfs: Reuse binary stats descriptorsJing Zhang1-39/+0
2021-06-24KVM: stats: Support binary stats retrieval for a VCPUJing Zhang1-0/+44
2021-06-24KVM: stats: Support binary stats retrieval for a VMJing Zhang1-0/+15
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang1-6/+6
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-10/+11
2021-04-17KVM: MIPS: let generic code call prepare_flush_shadowPaolo Bonzini1-5/+6
2021-04-17KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flushPaolo Bonzini1-6/+6
2021-04-17KVM: constify kvm_arch_flush_remote_tlbs_memslotPaolo Bonzini1-1/+1
2021-03-10MIPS: Remove KVM_TE supportThomas Bogendoerfer1-66/+2
2021-02-03KVM: MIPS: remove unneeded semicolonYang Li1-1/+1
2020-09-28KVM: MIPS: clean up redundant kvm_run parameters in assemblyTianjia Zhang1-1/+2
2020-09-11KVM: MIPS: Change the definition of kvm typeHuacai Chen1-0/+2
2020-07-10KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang1-6/+5
2020-06-15KVM: MIPS: Fix a build error for !CPU_LOONGSON64Huacai Chen1-0/+2
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+44
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-04KVM: MIPS: Add CPUCFG emulation for Loongson-3Huacai Chen1-0/+1
2020-06-04KVM: MIPS: Add Loongson-3 Virtual IPI interrupt supportHuacai Chen1-0/+6
2020-06-04KVM: MIPS: Add more types of virtual interruptsHuacai Chen1-3/+37
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-36/+36
2020-05-15kvm: add halt-polling cpu usage statsDavid Matlack1-0/+2
2020-05-14KVM: MIPS: use true,false for bool variableJason Yan1-2/+2
2020-05-13kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso1-4/+2
2020-04-21KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_runTianjia Zhang1-1/+2
2020-04-21kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito1-31/+30
2020-03-31KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson1-2/+2
2020-03-16KVM: Provide common implementation for generic dirty log functionsSean Christopherson1-58/+5
2020-03-16KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson1-1/+1
2020-03-16KVM: Drop kvm_arch_create_memslot()Sean Christopherson1-6/+0
2020-02-05KVM: MIPS: Fold comparecount_func() into comparecount_wakeup()Sean Christopherson1-10/+5
2020-02-05KVM: MIPS: Fix a build error due to referencing not-yet-defined functionSean Christopherson1-21/+21
2020-01-27KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson1-10/+0
2020-01-27KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create()Sean Christopherson1-12/+14
2020-01-27KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson1-5/+0
2020-01-27KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()Sean Christopherson1-2/+8
2020-01-27KVM: Move vcpu alloc and init invocation to common codeSean Christopherson1-27/+6
2020-01-24KVM: Introduce kvm_vcpu_destroy()Sean Christopherson1-1/+1
2020-01-24KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpuSean Christopherson1-2/+2
2020-01-24KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson1-0/+5
2020-01-24KVM: MIPS: Drop kvm_arch_vcpu_free()Sean Christopherson1-7/+2
2020-01-24KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUsSean Christopherson1-3/+3
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini1-10/+0
2019-06-04KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson1-2/+2
2019-05-28KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth1-0/+3
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton1-0/+5
2018-12-14kvm: introduce manual dirty log reprotectPaolo Bonzini1-0/+23