summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* kvm: selftests: introduce aarch64_vcpu_setupAndrew Jones2019-06-052-6/+15
* kvm: selftests: hide vcpu_setup in processor codePaolo Bonzini2019-06-059-31/+28
* kvm: selftests: ucall improvementsAndrew Jones2019-06-042-8/+14
* KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bitWanpeng Li2019-06-043-5/+24
* KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li2019-06-047-3/+23
* KVM: Documentation: Add disable pause exits to KVM_CAP_X86_DISABLE_EXITSWanpeng Li2019-06-041-0/+1
* kvm: x86: refine kvm_get_arch_capabilities()Xiaoyao Li2019-06-042-5/+4
* KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson2019-06-0411-20/+27
* kvm: svm/avic: Do not send AVIC doorbell to selfSuthikulpanit, Suravee2019-06-041-4/+7
* KVM: LAPIC: Optimize timer latency furtherWanpeng Li2019-06-045-5/+11
* KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexitWanpeng Li2019-06-043-7/+15
* KVM: LAPIC: Extract adaptive tune timer advancement logicWanpeng Li2019-06-041-24/+33
* KVM/nSVM: properly map nested VMCBVitaly Kuznetsov2019-06-041-2/+2
* kvm: x86: Fix reserved bits related calculation errors caused by MKTMEKai Huang2019-06-041-6/+27
* kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.cKai Huang2019-06-042-31/+31
* Merge tag 'kvm-s390-master-5.2-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2019-06-016-2/+15
|\
| * KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2019-05-286-2/+13
| * kvm: fix compile on s390 part 2Christian Borntraeger2019-05-281-0/+2
* | Merge tag 'kvm-ppc-fixes-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-06-015267-25677/+7897
|\ \
| * | KVM: PPC: Book3S HV: Restore SPRG3 in kvmhv_p9_guest_entry()Suraj Jitindar Singh2019-05-301-0/+1
| * | KVM: PPC: Book3S HV: Fix lockdep warning when entering guest on POWER9Paul Mackerras2019-05-301-2/+5
| * | KVM: PPC: Book3S HV: XIVE: Fix page offset when clearing ESB pagesCédric Le Goater2019-05-301-1/+2
| * | KVM: PPC: Book3S HV: XIVE: Take the srcu read lock when accessing memslotsCédric Le Goater2019-05-301-0/+8
| * | KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passthrough interruptsCédric Le Goater2019-05-301-2/+2
| * | KVM: PPC: Book3S HV: XIVE: Introduce a new mutex for the XIVE deviceCédric Le Goater2019-05-303-17/+22
| * | KVM: PPC: Book3S HV: XIVE: Fix the enforced limit on the vCPU identifierCédric Le Goater2019-05-291-1/+1
| * | KVM: PPC: Book3S HV: XIVE: Do not test the EQ flag validity when resettingCédric Le Goater2019-05-291-18/+18
| * | KVM: PPC: Book3S HV: XIVE: Clear file mapping when device is releasedCédric Le Goater2019-05-291-0/+8
| * | KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpuPaul Mackerras2019-05-291-8/+1
| * | KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token listPaul Mackerras2019-05-293-8/+8
| * | KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setupPaul Mackerras2019-05-293-26/+42
| * | KVM: PPC: Book3S HV: Avoid touching arch.mmu_ready in XIVE release functionsPaul Mackerras2019-05-292-32/+24
| |/
| * Linux 5.2-rc2v5.2-rc2Linus Torvalds2019-05-261-2/+2
| * Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-263-10/+20
| |\
| | * tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-05-253-10/+20
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-2644-303/+399
| |\ \ | |/ / |/| |
* | | KVM: x86: fix return value for reserved EFERPaolo Bonzini2019-05-241-1/+1
* | | tools/kvm_stat: fix fields filter for child eventsStefan Raspl2019-05-242-4/+14
* | | KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guardThomas Huth2019-05-242-0/+4
* | | kvm: selftests: aarch64: compile with warnings onAndrew Jones2019-05-241-4/+5
* | | kvm: selftests: aarch64: fix default vm modeAndrew Jones2019-05-241-1/+1
* | | kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot sizeAndrew Jones2019-05-241-1/+1
* | | KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGIONChristian Borntraeger2019-05-241-14/+21
* | | KVM: x86/pmu: do not mask the value that is written to fixed PMUsPaolo Bonzini2019-05-241-5/+8
* | | KVM: x86/pmu: mask the result of rdpmc according to the width of the countersPaolo Bonzini2019-05-244-13/+15
* | | x86/kvm/pmu: Set AMD's virt PMU version to 1Borislav Petkov2019-05-241-1/+1
* | | KVM: x86: do not spam dmesg with VMCS/VMCB dumpsPaolo Bonzini2019-05-242-8/+27
* | | kvm: Check irqchip mode before assign irqfdPeter Xu2019-05-243-0/+17
* | | kvm: svm/avic: fix off-by-one in checking host APIC IDSuthikulpanit, Suravee2019-05-241-1/+5
* | | KVM: selftests: do not blindly clobber registers in guest asmPaolo Bonzini2019-05-241-24/+30