summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-24KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2Chao Gao1-1/+6
2018-02-24KVM: nVMX: preserve SECONDARY_EXEC_DESC without UMIPRadim Krčmář1-1/+2
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-350/+406
2018-02-09Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvmRadim Krčmář1-143/+164
2018-02-03KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed1-2/+103
2018-02-03KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed1-0/+15
2018-02-03KVM/x86: Add IBPB supportAshok Raj1-2/+78
2018-02-03Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm into ...Thomas Gleixner1-254/+186
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář1-8/+21
2018-02-01x86/kvm: Update spectre-v1 mitigationDan Williams1-11/+9
2018-01-31KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini1-123/+147
2018-01-31x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov1-1/+15
2018-01-30Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar1-158/+311
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2018-01-27KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini1-14/+22
2018-01-27KVM: nVMX: Eliminate vmcs02 poolJim Mattson1-123/+23
2018-01-25KVM: VMX: Make indirect call speculation safePeter Zijlstra1-2/+2
2018-01-16KVM: VMX: introduce X2APIC_MSR macroPaolo Bonzini1-10/+9
2018-01-16KVM: vmx: speed up MSR bitmap mergePaolo Bonzini1-36/+42
2018-01-16KVM: vmx: simplify MSR bitmap setupPaolo Bonzini1-8/+6
2018-01-16KVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexitPaolo Bonzini1-3/+0
2018-01-16KVM: nVMX: initialize more non-shadowed fields in prepare_vmcs02_fullPaolo Bonzini1-79/+83
2018-01-16KVM: nVMX: initialize descriptor cache fields in prepare_vmcs02_fullPaolo Bonzini1-22/+34
2018-01-16KVM: nVMX: track dirty state of non-shadowed VMCS fieldsPaolo Bonzini1-1/+28
2018-01-16KVM: VMX: split list of shadowed VMCS field to a separate filePaolo Bonzini1-60/+4
2018-01-16kvm: vmx: Reduce size of vmcs_field_to_offset_tableJim Mattson1-7/+13
2018-01-16kvm: vmx: Change vmcs_field_type to vmcs_field_widthJim Mattson1-19/+19
2018-01-16kvm: vmx: Introduce VMCS12_MAX_FIELD_INDEXJim Mattson1-1/+7
2018-01-16KVM: VMX: optimize shadow VMCS copyingPaolo Bonzini1-78/+65
2018-01-16KVM: vmx: shadow more fields that are read/written on every vmexitsPaolo Bonzini1-9/+23
2018-01-16KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon1-2/+3
2018-01-16KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interruptsLiran Alon1-24/+17
2018-01-16KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-in...Liran Alon1-1/+11
2018-01-16KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updatedLiran Alon1-2/+3
2018-01-16KVM: nVMX: Fix bug of injecting L2 exception into L1Liran Alon1-1/+0
2018-01-16kvm/vmx: Use local vmx variable in vmx_get_msr()Borislav Petkov1-5/+6
2018-01-16Merge branch 'kvm-insert-lfence'Paolo Bonzini1-2/+10
2018-01-16KVM: X86: introduce invalidate_gpa argument to tlb flushWanpeng Li1-10/+11
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2018-01-12x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse1-0/+4
2018-01-11Merge branch 'kvm-insert-lfence' into kvm-masterPaolo Bonzini1-2/+10
2018-01-11KVM: x86: Add memory barrier on vmcs field lookupAndrew Honig1-2/+10
2018-01-11KVM: x86: emulate #UD while in guest modePaolo Bonzini1-4/+1
2018-01-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+13
2018-01-05kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson1-1/+13
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+1
2017-12-17x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski1-1/+1
2017-12-17x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski1-1/+1
2017-12-14KVM: Take vcpu->mutex outside vcpu_loadChristoffer Dall1-3/+1
2017-12-14KVM: VMX: drop I/O permission bitmapsQuan Xu1-15/+3