summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/mips.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common codeDavid Matlack2023-08-171-8/+2
* KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()David Matlack2023-08-171-1/+1
* MIPS: KVM: Fix NULL pointer dereferenceHuacai Chen2023-07-031-8/+8
* KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth2023-03-161-2/+2
* KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-291-6/+1
* KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-291-10/+0
* KVM: MIPS: Register die notifier prior to kvm_init()Sean Christopherson2022-12-291-4/+5
* KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()Sean Christopherson2022-12-291-1/+5
* KVM: MIPS: Hardcode callbacks to hardware virtualization extensionsSean Christopherson2022-12-291-7/+2
* KVM: Drop arch hardware (un)setup hooksSean Christopherson2022-12-291-5/+0
* kvm/mips: rework guest entry logicMark Rutland2022-02-011-4/+46
* KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson2021-12-081-2/+0
* KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem"Sean Christopherson2021-12-081-4/+0
* KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson2021-12-081-1/+2
* KVM: mips: Use kvm_get_vcpu() instead of open-coded accessMarc Zyngier2021-12-081-1/+1
* KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier2021-12-081-20/+1
* KVM: MIPS: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov2021-11-181-1/+1
* kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross2021-09-301-1/+1
* KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang2021-08-201-4/+0
* KVM: debugfs: Reuse binary stats descriptorsJing Zhang2021-06-241-39/+0
* KVM: stats: Support binary stats retrieval for a VCPUJing Zhang2021-06-241-0/+44
* KVM: stats: Support binary stats retrieval for a VMJing Zhang2021-06-241-0/+15
* KVM: stats: Separate generic stats from architecture specific onesJing Zhang2021-06-241-6/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-10/+11
|\
| * KVM: MIPS: let generic code call prepare_flush_shadowPaolo Bonzini2021-04-171-5/+6
| * KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flushPaolo Bonzini2021-04-171-6/+6
| * KVM: constify kvm_arch_flush_remote_tlbs_memslotPaolo Bonzini2021-04-171-1/+1
* | MIPS: Remove KVM_TE supportThomas Bogendoerfer2021-03-101-66/+2
|/
* KVM: MIPS: remove unneeded semicolonYang Li2021-02-031-1/+1
* KVM: MIPS: clean up redundant kvm_run parameters in assemblyTianjia Zhang2020-09-281-1/+2
* KVM: MIPS: Change the definition of kvm typeHuacai Chen2020-09-111-0/+2
* KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang2020-07-101-6/+5
* KVM: MIPS: Fix a build error for !CPU_LOONGSON64Huacai Chen2020-06-151-0/+2
* 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