summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2020-06-01KVM: nSVM: save all control fields in svm->nestedPaolo Bonzini
2020-06-01KVM: nSVM: remove trailing padding for struct vmcb_control_areaPaolo Bonzini
2020-06-01KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_areaPaolo Bonzini
2020-06-01KVM: nSVM: clean up tsc_offset updatePaolo Bonzini
2020-06-01KVM: nSVM: move MMU setup to nested_prepare_vmcb_controlPaolo Bonzini
2020-06-01KVM: nSVM: extract preparation of VMCB for nested runPaolo Bonzini
2020-06-01KVM: nSVM: extract load_nested_vmcb_controlPaolo Bonzini
2020-06-01KVM: nSVM: move map argument out of enter_svm_guest_modePaolo Bonzini
2020-05-28KVM: nVMX: always update CR3 in VMCSPaolo Bonzini
2020-05-28KVM: SVM: always update CR3 in VMCBPaolo Bonzini
2020-05-28KVM: nSVM: correctly inject INIT vmexitsPaolo Bonzini
2020-05-28KVM: nSVM: remove exit_requiredPaolo Bonzini
2020-05-28KVM: nSVM: inject exceptions via svm_check_nested_eventsPaolo Bonzini
2020-05-28KVM: x86: enable event window in inject_pending_eventPaolo Bonzini
2020-05-27KVM: x86: track manually whether an event has been injectedPaolo Bonzini
2020-05-27KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit()Vitaly Kuznetsov
2020-05-27KVM: x86: Initialize tdp_level during vCPU creationSean Christopherson
2020-05-27KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini
2020-05-27KVM: nSVM: fix condition for filtering async PFPaolo Bonzini
2020-05-27kvm/x86: Remove redundant function implementations彭浩(Richard)
2020-05-27KVM: Fix the indentation to match coding styleHaiwei Li
2020-05-27KVM: VMX: replace "fall through" with "return" to indicate different caseMiaohe Lin
2020-05-27KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s indexSean Christopherson
2020-05-27KVM: x86: Remove superfluous brackets from case statementSean Christopherson
2020-05-27KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flagsPaolo Bonzini
2020-05-27Merge branch 'kvm-master' into HEADPaolo 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-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-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-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