| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2022-02-05 | 1 | -4/+46 |
|\ |
|
| * | kvm/mips: rework guest entry logic | Mark Rutland | 2022-02-01 | 1 | -4/+46 |
* | | MIPS: KVM: fix vz.c kernel-doc notation | Randy Dunlap | 2022-02-01 | 1 | -3/+9 |
|/ |
|
* | KVM: mips: Use Makefile.kvm for common files | David Woodhouse | 2021-12-09 | 1 | -1/+2 |
* | KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt() | Sean Christopherson | 2021-12-08 | 1 | -1/+1 |
* | KVM: Use interval tree to do fast hva lookup in memslots | Maciej S. Szmigiero | 2021-12-08 | 1 | -0/+1 |
* | KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks | Sean Christopherson | 2021-12-08 | 1 | -2/+0 |
* | KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem" | Sean Christopherson | 2021-12-08 | 1 | -4/+0 |
* | KVM: Let/force architectures to deal with arch specific memslot data | Sean Christopherson | 2021-12-08 | 1 | -1/+2 |
* | KVM: mips: Use kvm_get_vcpu() instead of open-coded access | Marc Zyngier | 2021-12-08 | 2 | -3/+3 |
* | KVM: Move wiping of the kvm->vcpus array to common code | Marc Zyngier | 2021-12-08 | 1 | -20/+1 |
* | KVM: MIPS: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS | Vitaly Kuznetsov | 2021-11-18 | 1 | -1/+1 |
* | Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 2021-11-05 | 1 | -7/+1 |
|\ |
|
| * | MIPS: Remove NETLOGIC support | Thomas Bogendoerfer | 2021-10-24 | 1 | -7/+1 |
* | | kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS | Juergen Gross | 2021-09-30 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2021-09-07 | 2 | -6/+1 |
|\ |
|
| * | KVM: MIPS: Remove a "set but not used" variable | Huacai Chen | 2021-09-06 | 1 | -2/+1 |
| * | KVM: stats: Support linear and logarithmic histogram statistics | Jing Zhang | 2021-08-20 | 1 | -4/+0 |
* | | MIPS: Return true/false (not 1/0) from bool functions | Huilong Deng | 2021-08-21 | 1 | -2/+2 |
* | | mips: clean up kvm Makefile | Masahiro Yamada | 2021-07-22 | 1 | -10/+7 |
* | | mips: replace deprecated EXTRA_CFLAGS with ccflags-y | Masahiro Yamada | 2021-07-22 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 2021-07-01 | 1 | -2/+1 |
|\ |
|
| * | mips/kvm: Use BUG_ON instead of if condition followed by BUG | zhouchuangao | 2021-06-21 | 1 | -2/+1 |
* | | KVM: debugfs: Reuse binary stats descriptors | Jing Zhang | 2021-06-24 | 1 | -39/+0 |
* | | KVM: stats: Support binary stats retrieval for a VCPU | Jing Zhang | 2021-06-24 | 1 | -0/+44 |
* | | KVM: stats: Support binary stats retrieval for a VM | Jing Zhang | 2021-06-24 | 1 | -0/+15 |
* | | KVM: stats: Add fd-based API to read binary stats data | Jing Zhang | 2021-06-24 | 1 | -1/+1 |
* | | KVM: stats: Separate generic stats from architecture specific ones | Jing Zhang | 2021-06-24 | 1 | -6/+6 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2021-05-01 | 3 | -112/+28 |
|\ |
|
| * | KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacks | Sean Christopherson | 2021-04-17 | 1 | -79/+13 |
| * | KVM: MIPS: defer flush to generic MMU notifier code | Paolo Bonzini | 2021-04-17 | 1 | -9/+2 |
| * | KVM: MIPS: let generic code call prepare_flush_shadow | Paolo Bonzini | 2021-04-17 | 2 | -10/+7 |
| * | KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flush | Paolo Bonzini | 2021-04-17 | 4 | -35/+18 |
| * | KVM: constify kvm_arch_flush_remote_tlbs_memslot | Paolo Bonzini | 2021-04-17 | 1 | -1/+1 |
* | | MIPS: Remove KVM_TE support | Thomas Bogendoerfer | 2021-03-10 | 14 | -4023/+23 |
|/ |
|
* | KVM: MIPS: remove unneeded semicolon | Yang Li | 2021-02-03 | 1 | -1/+1 |
* | MIPS: kvm: Use vm_get_page_prot to get protection bits | Thomas Bogendoerfer | 2020-11-19 | 1 | -1/+3 |
* | KVM: MIPS: clean up redundant kvm_run parameters in assembly | Tianjia Zhang | 2020-09-28 | 4 | -16/+12 |
* | KVM: MIPS: Change the definition of kvm type | Huacai Chen | 2020-09-11 | 1 | -0/+2 |
* | KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() | Will Deacon | 2020-08-21 | 1 | -1/+2 |
* | KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanup | Xingxing Su | 2020-08-11 | 1 | -2/+1 |
* | MIPS: KVM: Convert a fallthrough comment to fallthrough | Jiaxun Yang | 2020-08-10 | 1 | -1/+1 |
* | MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64 | Huacai Chen | 2020-08-09 | 1 | -0/+2 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2020-08-06 | 7 | -200/+94 |
|\ |
|
| * | MIPS: KVM: Fix build error caused by 'kvm_run' cleanup | Huacai Chen | 2020-07-27 | 1 | -1/+1 |
| * | KVM: MIPS: clean up redundant 'kvm_run' parameters | Tianjia Zhang | 2020-07-10 | 4 | -126/+84 |
| * | MIPS: KVM: Remove outdated README | Jiaxun Yang | 2020-07-10 | 1 | -31/+0 |
| * | MIPS: KVM: Limit Trap-and-Emulate to MIPS32R2 only | Jiaxun Yang | 2020-07-10 | 1 | -1/+2 |
| * | KVM: MIPS: Use common KVM implementation of MMU memory caches | Sean Christopherson | 2020-07-09 | 1 | -35/+5 |
| * | KVM: MIPS: Account pages used for GPA page tables | Sean Christopherson | 2020-07-09 | 1 | -1/+1 |