summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: MIPS: clean up redundant kvm_run parameters in assemblyTianjia Zhang2020-09-284-16/+12
* KVM: MIPS: Change the definition of kvm typeHuacai Chen2020-09-111-0/+2
* KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-211-1/+2
* KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanupXingxing Su2020-08-111-2/+1
* MIPS: KVM: Convert a fallthrough comment to fallthroughJiaxun Yang2020-08-101-1/+1
* MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64Huacai Chen2020-08-091-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-067-200/+94
|\
| * MIPS: KVM: Fix build error caused by 'kvm_run' cleanupHuacai Chen2020-07-271-1/+1
| * KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang2020-07-104-126/+84
| * MIPS: KVM: Remove outdated READMEJiaxun Yang2020-07-101-31/+0
| * MIPS: KVM: Limit Trap-and-Emulate to MIPS32R2 onlyJiaxun Yang2020-07-101-1/+2
| * KVM: MIPS: Use common KVM implementation of MMU memory cachesSean Christopherson2020-07-091-35/+5
| * KVM: MIPS: Account pages used for GPA page tablesSean Christopherson2020-07-091-1/+1
| * KVM: MIPS: Drop @max param from mmu_topup_memory_cache()Sean Christopherson2020-07-091-8/+4
| * KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended"Colin Ian King2020-07-081-2/+2
* | Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-08-061-2/+2
|\ \
| * | MIPS: Unify naming style of vendor CP0.Config6 bitsHuacai Chen2020-07-081-2/+2
* | | 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
|\ \ | |/ |/|