summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-02-051-4/+46
|\
| * kvm/mips: rework guest entry logicMark Rutland2022-02-011-4/+46
* | MIPS: KVM: fix vz.c kernel-doc notationRandy Dunlap2022-02-011-3/+9
|/
* KVM: mips: Use Makefile.kvm for common filesDavid Woodhouse2021-12-091-1/+2
* KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson2021-12-081-1/+1
* KVM: Use interval tree to do fast hva lookup in memslotsMaciej S. Szmigiero2021-12-081-0/+1
* KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson2021-12-081-2/+0
* KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem"Sean Christopherson2021-12-081-4/+0
* KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson2021-12-081-1/+2
* KVM: mips: Use kvm_get_vcpu() instead of open-coded accessMarc Zyngier2021-12-082-3/+3
* KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier2021-12-081-20/+1
* KVM: MIPS: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov2021-11-181-1/+1
* Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-11-051-7/+1
|\
| * MIPS: Remove NETLOGIC supportThomas Bogendoerfer2021-10-241-7/+1
* | kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross2021-09-301-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-072-6/+1
|\
| * KVM: MIPS: Remove a "set but not used" variableHuacai Chen2021-09-061-2/+1
| * KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang2021-08-201-4/+0
* | MIPS: Return true/false (not 1/0) from bool functionsHuilong Deng2021-08-211-2/+2
* | mips: clean up kvm MakefileMasahiro Yamada2021-07-221-10/+7
* | mips: replace deprecated EXTRA_CFLAGS with ccflags-yMasahiro Yamada2021-07-221-1/+1
|/
* Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-07-011-2/+1
|\
| * mips/kvm: Use BUG_ON instead of if condition followed by BUGzhouchuangao2021-06-211-2/+1
* | KVM: debugfs: Reuse binary stats descriptorsJing Zhang2021-06-241-39/+0
* | KVM: stats: Support binary stats retrieval for a VCPUJing Zhang2021-06-241-0/+44
* | KVM: stats: Support binary stats retrieval for a VMJing Zhang2021-06-241-0/+15
* | KVM: stats: Add fd-based API to read binary stats dataJing Zhang2021-06-241-1/+1
* | KVM: stats: Separate generic stats from architecture specific onesJing Zhang2021-06-241-6/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-013-112/+28
|\
| * KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacksSean Christopherson2021-04-171-79/+13
| * KVM: MIPS: defer flush to generic MMU notifier codePaolo Bonzini2021-04-171-9/+2
| * KVM: MIPS: let generic code call prepare_flush_shadowPaolo Bonzini2021-04-172-10/+7
| * KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flushPaolo Bonzini2021-04-174-35/+18
| * KVM: constify kvm_arch_flush_remote_tlbs_memslotPaolo Bonzini2021-04-171-1/+1
* | MIPS: Remove KVM_TE supportThomas Bogendoerfer2021-03-1014-4023/+23
|/
* KVM: MIPS: remove unneeded semicolonYang Li2021-02-031-1/+1
* MIPS: kvm: Use vm_get_page_prot to get protection bitsThomas Bogendoerfer2020-11-191-1/+3
* 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