aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-18KVM: MIPS: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov1-1/+1
2021-11-05Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-7/+1
2021-10-24MIPS: Remove NETLOGIC supportThomas Bogendoerfer1-7/+1
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross1-1/+1
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-6/+1
2021-09-06KVM: MIPS: Remove a "set but not used" variableHuacai Chen1-2/+1
2021-08-21MIPS: Return true/false (not 1/0) from bool functionsHuilong Deng1-2/+2
2021-08-20KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang1-4/+0
2021-07-22mips: clean up kvm MakefileMasahiro Yamada1-10/+7
2021-07-22mips: replace deprecated EXTRA_CFLAGS with ccflags-yMasahiro Yamada1-1/+1
2021-07-01Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-2/+1
2021-06-24KVM: debugfs: Reuse binary stats descriptorsJing Zhang1-39/+0
2021-06-24KVM: stats: Support binary stats retrieval for a VCPUJing Zhang1-0/+44
2021-06-24KVM: stats: Support binary stats retrieval for a VMJing Zhang1-0/+15
2021-06-24KVM: stats: Add fd-based API to read binary stats dataJing Zhang1-1/+1
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang1-6/+6
2021-06-21mips/kvm: Use BUG_ON instead of if condition followed by BUGzhouchuangao1-2/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-112/+28
2021-04-17KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacksSean Christopherson1-79/+13
2021-04-17KVM: MIPS: defer flush to generic MMU notifier codePaolo Bonzini1-9/+2
2021-04-17KVM: MIPS: let generic code call prepare_flush_shadowPaolo Bonzini2-10/+7
2021-04-17KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flushPaolo Bonzini4-35/+18
2021-04-17KVM: constify kvm_arch_flush_remote_tlbs_memslotPaolo Bonzini1-1/+1
2021-03-10MIPS: Remove KVM_TE supportThomas Bogendoerfer14-4023/+23
2021-02-03KVM: MIPS: remove unneeded semicolonYang Li1-1/+1
2020-11-19MIPS: kvm: Use vm_get_page_prot to get protection bitsThomas Bogendoerfer1-1/+3
2020-09-28KVM: MIPS: clean up redundant kvm_run parameters in assemblyTianjia Zhang4-16/+12
2020-09-11KVM: MIPS: Change the definition of kvm typeHuacai Chen1-0/+2
2020-08-21KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon1-1/+2
2020-08-11KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanupXingxing Su1-2/+1
2020-08-10MIPS: KVM: Convert a fallthrough comment to fallthroughJiaxun Yang1-1/+1
2020-08-09MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64Huacai Chen1-0/+2
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-200/+94
2020-08-06Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-2/+2
2020-07-27MIPS: KVM: Fix build error caused by 'kvm_run' cleanupHuacai Chen1-1/+1
2020-07-10KVM: MIPS: Fix build errors for 32bit kernelHuacai Chen1-0/+4
2020-07-10KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang4-126/+84
2020-07-10MIPS: KVM: Remove outdated READMEJiaxun Yang1-31/+0
2020-07-10MIPS: KVM: Limit Trap-and-Emulate to MIPS32R2 onlyJiaxun Yang1-1/+2
2020-07-09KVM: MIPS: Use common KVM implementation of MMU memory cachesSean Christopherson1-35/+5
2020-07-09KVM: MIPS: Account pages used for GPA page tablesSean Christopherson1-1/+1
2020-07-09KVM: MIPS: Drop @max param from mmu_topup_memory_cache()Sean Christopherson1-8/+4
2020-07-08KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended"Colin Ian King1-2/+2
2020-07-08MIPS: Unify naming style of vendor CP0.Config6 bitsHuacai Chen1-2/+2
2020-06-15KVM: MIPS: Fix a build error for !CPU_LOONGSON64Huacai Chen1-0/+2
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-6/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-6/+6
2020-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-163/+1014
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2-11/+11
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1