summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | KVM: nSVM: remove HF_VINTR_MASKPaolo Bonzini2020-06-013-7/+5
| * | | KVM: nSVM: synthesize correct EXITINTINFO on vmexitPaolo Bonzini2020-06-012-14/+49
| * | | KVM: SVM: preserve VGIF across VMCB switchPaolo Bonzini2020-06-011-1/+5
| * | | KVM: nSVM: extract svm_set_gifPaolo Bonzini2020-06-014-37/+38
| * | | KVM: nSVM: remove unnecessary ifPaolo Bonzini2020-06-011-2/+1
| * | | KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexitPaolo Bonzini2020-06-013-25/+38
| * | | KVM: nSVM: restore clobbered INT_CTL fields after clearing VINTRPaolo Bonzini2020-06-011-1/+9
| * | | KVM: nSVM: save all control fields in svm->nestedPaolo Bonzini2020-06-013-58/+39
| * | | KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_areaPaolo Bonzini2020-06-011-6/+4
| * | | KVM: nSVM: clean up tsc_offset updatePaolo Bonzini2020-06-011-4/+5
| * | | KVM: nSVM: move MMU setup to nested_prepare_vmcb_controlPaolo Bonzini2020-06-011-6/+6
| * | | KVM: nSVM: extract preparation of VMCB for nested runPaolo Bonzini2020-06-011-16/+24
| * | | KVM: nSVM: extract load_nested_vmcb_controlPaolo Bonzini2020-06-011-16/+22
| * | | KVM: nSVM: move map argument out of enter_svm_guest_modePaolo Bonzini2020-06-013-10/+9
| * | | KVM: nVMX: always update CR3 in VMCSPaolo Bonzini2020-05-281-4/+1
| * | | KVM: SVM: always update CR3 in VMCBPaolo Bonzini2020-05-282-16/+6
| * | | KVM: nSVM: correctly inject INIT vmexitsPaolo Bonzini2020-05-281-0/+27
| * | | KVM: nSVM: remove exit_requiredPaolo Bonzini2020-05-283-19/+1
| * | | KVM: nSVM: inject exceptions via svm_check_nested_eventsPaolo Bonzini2020-05-284-103/+56
| * | | KVM: x86: enable event window in inject_pending_eventPaolo Bonzini2020-05-283-73/+88
| * | | KVM: x86: track manually whether an event has been injectedPaolo Bonzini2020-05-271-5/+12
| * | | KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit()Vitaly Kuznetsov2020-05-271-3/+3
| * | | KVM: x86: Initialize tdp_level during vCPU creationSean Christopherson2020-05-271-0/+1
| * | | KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini2020-05-271-1/+1
| * | | KVM: nSVM: fix condition for filtering async PFPaolo Bonzini2020-05-271-2/+2
| * | | kvm/x86: Remove redundant function implementations彭浩(Richard)2020-05-275-16/+10
| * | | KVM: Fix the indentation to match coding styleHaiwei Li2020-05-271-1/+1
| * | | KVM: VMX: replace "fall through" with "return" to indicate different caseMiaohe Lin2020-05-271-4/+2
| * | | KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s indexSean Christopherson2020-05-272-2/+2
| * | | KVM: x86: Remove superfluous brackets from case statementSean Christopherson2020-05-271-2/+2
| * | | KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flagsPaolo Bonzini2020-05-271-1/+1
| * | | Merge branch 'kvm-master' into HEADPaolo Bonzini2020-05-275-39/+33
| |\ \ \
| | * | | KVM: x86: simplify is_mmio_sptePaolo Bonzini2020-05-274-11/+6
| | * | | KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionallyMaxim Levitsky2020-05-271-0/+4
| | * | | KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilitiesMaxim Levitsky2020-05-271-0/+3
| | * | | KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson2020-05-271-18/+9
| | * | | KVM: x86: only do L1TF workaround on affected processorsPaolo Bonzini2020-05-191-9/+10
| * | | | Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/...Paolo Bonzini2020-05-202-2/+2
| |\ \ \ \
| | * | | | x86/kvm: Sanitize kvm_async_pf_task_wait()Thomas Gleixner2020-05-191-1/+1
| * | | | | kvm: add halt-polling cpu usage statsDavid Matlack2020-05-151-0/+2
| * | | | | KVM: nVMX: Migrate the VMX-preemption timerJim Mattson2020-05-152-0/+13
| * | | | | KVM: nVMX: Change emulated VMX-preemption timer hrtimer to absoluteJim Mattson2020-05-151-2/+3
| * | | | | KVM: nVMX: Really make emulated nested preemption timer pinnedJim Mattson2020-05-151-1/+1
| * | | | | KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup()Sean Christopherson2020-05-153-6/+3
| * | | | | KVM: SVM: Remove unnecessary V_IRQ unsettingSuravee Suthikulpanit2020-05-151-2/+0
| * | | | | KVM: SVM: Merge svm_enable_vintr into svm_set_vintrSuravee Suthikulpanit2020-05-151-8/+2
| * | | | | KVM: VMX: Handle preemption timer fastpathWanpeng Li2020-05-151-2/+12
| * | | | | KVM: X86: TSCDEADLINE MSR emulation fastpathWanpeng Li2020-05-152-6/+28
| * | | | | KVM: x86: introduce kvm_can_use_hv_timerPaolo Bonzini2020-05-153-8/+11
| * | | | | KVM: VMX: Optimize posted-interrupt delivery for timer fastpathWanpeng Li2020-05-151-1/+4