summaryrefslogtreecommitdiff
path: root/arch/mips/kvm/mips.c
AgeCommit message (Expand)Author
2023-08-17KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common codeDavid Matlack
2023-08-17KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()David Matlack
2023-07-03MIPS: KVM: Fix NULL pointer dereferenceHuacai Chen
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson
2022-12-29KVM: MIPS: Register die notifier prior to kvm_init()Sean Christopherson
2022-12-29KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()Sean Christopherson
2022-12-29KVM: MIPS: Hardcode callbacks to hardware virtualization extensionsSean Christopherson
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson
2022-02-01kvm/mips: rework guest entry logicMark Rutland
2021-12-08KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson
2021-12-08KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem"Sean Christopherson
2021-12-08KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson
2021-12-08KVM: mips: Use kvm_get_vcpu() instead of open-coded accessMarc Zyngier
2021-12-08KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier
2021-11-18KVM: MIPS: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross
2021-08-20KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang
2021-06-24KVM: debugfs: Reuse binary stats descriptorsJing Zhang
2021-06-24KVM: stats: Support binary stats retrieval for a VCPUJing Zhang
2021-06-24KVM: stats: Support binary stats retrieval for a VMJing Zhang
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-17KVM: MIPS: let generic code call prepare_flush_shadowPaolo Bonzini
2021-04-17KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flushPaolo Bonzini
2021-04-17KVM: constify kvm_arch_flush_remote_tlbs_memslotPaolo Bonzini
2021-03-10MIPS: Remove KVM_TE supportThomas Bogendoerfer
2021-02-03KVM: MIPS: remove unneeded semicolonYang Li
2020-09-28KVM: MIPS: clean up redundant kvm_run parameters in assemblyTianjia Zhang
2020-09-11KVM: MIPS: Change the definition of kvm typeHuacai Chen
2020-07-10KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang
2020-06-15KVM: MIPS: Fix a build error for !CPU_LOONGSON64Huacai Chen
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-04KVM: MIPS: Add CPUCFG emulation for Loongson-3Huacai Chen
2020-06-04KVM: MIPS: Add Loongson-3 Virtual IPI interrupt supportHuacai Chen
2020-06-04KVM: MIPS: Add more types of virtual interruptsHuacai Chen
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-05-15kvm: add halt-polling cpu usage statsDavid Matlack
2020-05-14KVM: MIPS: use true,false for bool variableJason Yan
2020-05-13kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso
2020-04-21KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_runTianjia Zhang
2020-04-21kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito
2020-03-31KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson
2020-03-16KVM: Provide common implementation for generic dirty log functionsSean Christopherson
2020-03-16KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson
2020-03-16KVM: Drop kvm_arch_create_memslot()Sean Christopherson
2020-02-05KVM: MIPS: Fold comparecount_func() into comparecount_wakeup()Sean Christopherson