summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: MIPS: Fix build errors for 32bit kernelHuacai Chen2020-07-101-0/+4
* KVM: MIPS: Fix a build error for !CPU_LOONGSON64Huacai Chen2020-06-151-0/+2
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-6/+6
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-6/+6
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-1211-163/+1014
|\ \ | |/ |/|
| * KVM: MIPS: Enable KVM support for Loongson-3Huacai Chen2020-06-041-1/+1
| * KVM: MIPS: Add more MMIO load/store instructions emulationHuacai Chen2020-06-041-10/+470
| * KVM: MIPS: Add CONFIG6 and DIAG registers emulationHuacai Chen2020-06-042-1/+102
| * KVM: MIPS: Add CPUCFG emulation for Loongson-3Huacai Chen2020-06-042-0/+78
| * KVM: MIPS: Add Loongson-3 Virtual IPI interrupt supportHuacai Chen2020-06-044-1/+245
| * KVM: MIPS: Add more types of virtual interruptsHuacai Chen2020-06-044-133/+67
| * KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3Huacai Chen2020-06-041-2/+6
| * KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3Huacai Chen2020-06-041-0/+6
| * KVM: MIPS: Introduce and use cpu_guest_has_ldpteHuacai Chen2020-06-041-13/+13
| * KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgdHuacai Chen2020-06-041-1/+18
| * KVM: MIPS: Add EVENTFD support which is needed by VHOSTHuacai Chen2020-06-044-1/+8
* | mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-092-11/+11
* | 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
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
|/
* 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
| * Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-131-2/+0
| |\
| * | 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
* | | mips: Add MIPS Release 5 supportSerge Semin2020-05-221-3/+3
* | | KVM: MIPS/Emulate: Remove unneeded semicolonZou Wei2020-05-141-2/+2
* | | KVM: MIPS/VZ: Remove unneeded semicolonZou Wei2020-05-141-5/+5
* | | KVM: MIPS/TLB: Remove Unneeded semicolon in tlb.cJason Yan2020-05-141-2/+2
* | | KVM: MIPS: use true,false for bool variableJason Yan2020-05-141-2/+2
* | | MIPS: Use fallthrough for arch/mipsLiangliang Huang2020-05-071-4/+4
| |/ |/|
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-081-2/+0
|\ \ | |/ |/|
| * vhost: refine vhost and vringh kconfigJason Wang2020-04-011-2/+0
* | 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