summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2018-01-31x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov
2018-01-16KVM: VMX: introduce X2APIC_MSR macroPaolo Bonzini
2018-01-16KVM: vmx: speed up MSR bitmap mergePaolo Bonzini
2018-01-16KVM: vmx: simplify MSR bitmap setupPaolo Bonzini
2018-01-16KVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexitPaolo Bonzini
2018-01-16KVM: nVMX: initialize more non-shadowed fields in prepare_vmcs02_fullPaolo Bonzini
2018-01-16KVM: nVMX: initialize descriptor cache fields in prepare_vmcs02_fullPaolo Bonzini
2018-01-16KVM: nVMX: track dirty state of non-shadowed VMCS fieldsPaolo Bonzini
2018-01-16KVM: VMX: split list of shadowed VMCS field to a separate filePaolo Bonzini
2018-01-16kvm: vmx: Reduce size of vmcs_field_to_offset_tableJim Mattson
2018-01-16kvm: vmx: Change vmcs_field_type to vmcs_field_widthJim Mattson
2018-01-16kvm: vmx: Introduce VMCS12_MAX_FIELD_INDEXJim Mattson
2018-01-16KVM: VMX: optimize shadow VMCS copyingPaolo Bonzini
2018-01-16KVM: vmx: shadow more fields that are read/written on every vmexitsPaolo Bonzini
2018-01-16KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon
2018-01-16KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interruptsLiran Alon
2018-01-16KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-in...Liran Alon
2018-01-16KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updatedLiran Alon
2018-01-16KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()Liran Alon
2018-01-16KVM: nVMX: Fix bug of injecting L2 exception into L1Liran Alon
2018-01-16kvm/vmx: Use local vmx variable in vmx_get_msr()Borislav Petkov
2018-01-16KVM: MMU: consider host cache mode in MMIO page checkHaozhong Zhang
2018-01-16x86/mm: add a function to check if a pfn is UC/UC-/WCHaozhong Zhang
2018-01-16Merge branch 'kvm-insert-lfence'Paolo Bonzini
2018-01-16KVM: x86: prefer "depends on" to "select" for SEVPaolo Bonzini
2018-01-16Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini
2018-01-16KVM: x86: avoid unnecessary XSETBV on guest entryPaolo Bonzini
2018-01-16KVM: x86: fix escape of guest dr6 to the hostWanpeng Li
2018-01-16KVM: X86: support paravirtualized help for TLB shootdownsWanpeng Li
2018-01-16KVM: X86: introduce invalidate_gpa argument to tlb flushWanpeng Li
2018-01-16KVM: X86: use paravirtualized TLB ShootdownWanpeng Li
2018-01-16KVM: X86: Add KVM_VCPU_PREEMPTEDWanpeng Li
2018-01-11KVM: x86: Add memory barrier on vmcs field lookupAndrew Honig
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpuChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpuChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debugChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translateChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstateChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstateChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregsChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregsChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runChristoffer Dall
2017-12-14KVM: Take vcpu->mutex outside vcpu_loadChristoffer Dall
2017-12-14KVM: VMX: drop I/O permission bitmapsQuan Xu
2017-12-14KVM: X86: Reduce the overhead when lapic_timer_advance is disabledWanpeng Li
2017-12-14KVM: VMX: Cache IA32_DEBUGCTL in memoryWanpeng Li
2017-12-14KVM: nVMX: Add a WARN for freeing a loaded VMCS02Mark Kanda