summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-05-27Merge branch 'kvm-master' into HEADPaolo Bonzini
2020-05-27Merge tag 'kvm-s390-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2020-05-27KVM: x86: simplify is_mmio_sptePaolo Bonzini
2020-05-27KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionallyMaxim Levitsky
2020-05-27KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilitiesMaxim Levitsky
2020-05-27KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson
2020-05-20Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini
2020-05-20rcuwait: avoid lockdep splats from rcuwait_active()Paolo Bonzini
2020-05-19x86/kvm: Restrict ASYNC_PF to user spaceThomas Gleixner
2020-05-19x86/kvm: Sanitize kvm_async_pf_task_wait()Thomas Gleixner
2020-05-19x86/kvm: Handle async page faults directly through do_page_fault()Andy Lutomirski
2020-05-19context_tracking: Make guest_enter/exit() .noinstr readyThomas Gleixner
2020-05-19lockdep: Prepare for noinstr sectionsPeter Zijlstra
2020-05-19tracing: Provide lockdep less trace_hardirqs_on/off() variantsThomas Gleixner
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner
2020-05-19KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini
2020-05-15KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson
2020-05-15Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini
2020-05-15kvm: add halt-polling cpu usage statsDavid Matlack
2020-05-15KVM: nVMX: Migrate the VMX-preemption timerJim Mattson
2020-05-15KVM: nVMX: Change emulated VMX-preemption timer hrtimer to absoluteJim Mattson
2020-05-15KVM: nVMX: Really make emulated nested preemption timer pinnedJim Mattson
2020-05-15KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup()Sean Christopherson
2020-05-15KVM: SVM: Remove unnecessary V_IRQ unsettingSuravee Suthikulpanit
2020-05-15KVM: SVM: Merge svm_enable_vintr into svm_set_vintrSuravee Suthikulpanit
2020-05-15KVM: VMX: Handle preemption timer fastpathWanpeng Li
2020-05-15KVM: X86: TSCDEADLINE MSR emulation fastpathWanpeng Li
2020-05-15KVM: x86: introduce kvm_can_use_hv_timerPaolo Bonzini
2020-05-15KVM: VMX: Optimize posted-interrupt delivery for timer fastpathWanpeng Li
2020-05-15KVM: X86: Introduce more exit_fastpath_completion enum valuesWanpeng Li
2020-05-15KVM: X86: Introduce kvm_vcpu_exit_request() helperWanpeng Li
2020-05-15KVM: x86: Print symbolic names of VMX VM-Exit flags in tracesSean Christopherson
2020-05-15KVM: VMX: Introduce generic fastpath handlerWanpeng Li
2020-05-15KVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSENTER_*Sean Christopherson
2020-05-15KVM: nVMX: Truncate writes to vmcs.SYSENTER_EIP/ESP for 32-bit vCPUSean Christopherson
2020-05-15KVM: VMX: Improve handle_external_interrupt_irqoff inline assemblyUros Bizjak
2020-05-15KVM: Documentation: Fix up cpuid pagePeter Xu
2020-05-15KVM: X86: Sanity check on gfn before removalPeter Xu
2020-05-15KVM: No need to retry for hva_to_pfn_remapped()Peter Xu
2020-05-15KVM: X86: Force ASYNC_PF_PER_VCPU to be power of twoPeter Xu
2020-05-15KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instructionUros Bizjak
2020-05-15KVM: x86/mmu: Add a helper to consolidate root sp allocationSean Christopherson
2020-05-15KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enumsSean Christopherson
2020-05-15KVM: x86/mmu: Move max hugepage level to a separate #defineSean Christopherson
2020-05-15KVM: x86/mmu: Tweak PSE hugepage handling to avoid 2M vs 4M conundrumSean Christopherson
2020-05-15kvm: x86: Cleanup vcpu->arch.guest_xstate_sizeXiaoyao Li
2020-05-15KVM: nVMX: Tweak handling of failure code for nested VM-Enter failureSean Christopherson
2020-05-13KVM: x86/mmu: Capture TDP level when updating CPUIDSean Christopherson
2020-05-13KVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_level() hookSean Christopherson
2020-05-13KVM: VMX: Add proper cache tracking for CR0Sean Christopherson