summaryrefslogtreecommitdiff
path: root/arch/mips/kvm
AgeCommit message (Expand)Author
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-04KVM: MIPS: Enable KVM support for Loongson-3Huacai Chen
2020-06-04KVM: MIPS: Add more MMIO load/store instructions emulationHuacai Chen
2020-06-04KVM: MIPS: Add CONFIG6 and DIAG registers emulationHuacai Chen
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-04KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3Huacai Chen
2020-06-04KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3Huacai Chen
2020-06-04KVM: MIPS: Introduce and use cpu_guest_has_ldpteHuacai Chen
2020-06-04KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgdHuacai Chen
2020-06-04KVM: MIPS: Add EVENTFD support which is needed by VHOSTHuacai Chen
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-05-22mips: Add MIPS Release 5 supportSerge Semin
2020-05-15kvm: add halt-polling cpu usage statsDavid Matlack
2020-05-14KVM: MIPS/Emulate: Remove unneeded semicolonZou Wei
2020-05-14KVM: MIPS/VZ: Remove unneeded semicolonZou Wei
2020-05-14KVM: MIPS/TLB: Remove Unneeded semicolon in tlb.cJason Yan
2020-05-14KVM: MIPS: use true,false for bool variableJason Yan
2020-05-13kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang
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-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-04-01vhost: refine vhost and vringh kconfigJason Wang
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
2020-02-05KVM: MIPS: Fix a build error due to referencing not-yet-defined functionSean Christopherson
2020-01-27KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson
2020-01-27KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create()Sean Christopherson
2020-01-27KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson
2020-01-27KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()Sean Christopherson
2020-01-27KVM: Move vcpu alloc and init invocation to common codeSean Christopherson
2020-01-24KVM: Introduce kvm_vcpu_destroy()Sean Christopherson
2020-01-24KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpuSean Christopherson
2020-01-24KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson
2020-01-24KVM: MIPS: Drop kvm_arch_vcpu_free()Sean Christopherson
2020-01-24KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUsSean Christopherson
2019-11-22mips: add support for folded p4d page tablesMike Rapoport
2019-11-22mips: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport
2019-08-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-08-06Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini
2019-07-18MIPS: Annotate fall-through in kvm/emulate.cPaul Burton
2019-06-04KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson