summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86: kvm: hyperv: don't retry message delivery for periodic timersRoman Kagan2018-12-141-2/+12
| * | x86: kvm: hyperv: simplify SynIC message deliveryRoman Kagan2018-12-141-57/+41Star
| * | kvm: x86: remove unnecessary recalculate_apic_mapPeng Hao2018-12-141-3/+2Star
| * | kvm: svm: remove unused struct definitionPeng Hao2018-12-141-5/+0Star
| * | kvm: vmx: Skip all SYSCALL MSRs in setup_msrs() when !EFER.SCEJim Mattson2018-12-141-8/+8
| * | kvm: vmx: Don't set hardware IA32_CSTAR MSR on VM-entryJim Mattson2018-12-141-3/+0Star
| * | kvm: vmx: Document the need for MSR_STAR in i386 buildsJim Mattson2018-12-141-2/+5
| * | kvm: vmx: Set IA32_TSC_AUX for legacy mode guestsJim Mattson2018-12-141-3/+3
| * | KVM: nVMX: Move nested code to dedicated filesSean Christopherson2018-12-144-5921/+5959
| * | KVM: VMX: Expose nested_vmx_allowed() to nested VMX as a non-inlineSean Christopherson2018-12-142-1/+11
| * | KVM: VMX: Expose various getters and setters to nested VMXSean Christopherson2018-12-142-48/+53
| * | KVM: VMX: Expose misc variables needed for nested VMXSean Christopherson2018-12-142-3/+6
| * | KVM: nVMX: Move "vmcs12 to shadow/evmcs sync" to helper functionSean Christopherson2018-12-141-20/+26
| * | KVM: nVMX: Call nested_vmx_setup_ctls_msrs() iff @nested is trueSean Christopherson2018-12-141-8/+8
| * | KVM: nVMX: Set callbacks for nested functions during hardware setupSean Christopherson2018-12-141-26/+49
| * | KVM: VMX: Move the hardware {un}setup functions to the bottomSean Christopherson2018-12-141-184/+184
| * | KVM: x86: nVMX: Allow nested_enable_evmcs to be NULLSean Christopherson2018-12-141-0/+2
| * | KVM: VMX: Move nested hardware/vcpu {un}setup to helper functionsSean Christopherson2018-12-141-31/+54
| * | KVM: VMX: Move VMX instruction wrappers to a dedicated header fileSean Christopherson2018-12-143-380/+429
| * | KVM: VMX: Move eVMCS code to dedicated filesSean Christopherson2018-12-145-476/+514
| * | KVM: VMX: Add vmx.h to hold VMX definitionsSean Christopherson2018-12-142-363/+352Star
| * | KVM: nVMX: Move vmcs12 code to dedicated filesSean Christopherson2018-12-145-603/+624
| * | KVM: VMX: Move VMCS definitions to dedicated fileSean Christopherson2018-12-142-122/+135
| * | KVM: VMX: Expose various module param vars via capabilities.hSean Christopherson2018-12-142-6/+13
| * | KVM: VMX: Move capabilities structs and helpers to dedicated fileSean Christopherson2018-12-142-310/+324
| * | KVM: VMX: Pass vmx_capability struct to setup_vmcs_config()Sean Christopherson2018-12-141-12/+17
| * | KVM: VMX: Properly handle dynamic VM Entry/Exit controlsSean Christopherson2018-12-141-71/+74
| * | KVM: VMX: Move caching of MSR_IA32_XSS to hardware_setup()Sean Christopherson2018-12-141-3/+3
| * | KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.hSean Christopherson2018-12-142-1/+1
| * | KVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fields.hSean Christopherson2018-12-142-4/+4
| * | KVM: VMX: Move VMX specific files to a "vmx" subdirectorySean Christopherson2018-12-145-1/+1
| * | KVM: x86: Add requisite includes to hyperv.hSean Christopherson2018-12-141-0/+2
| * | KVM: x86: Add requisite includes to kvm_cache_regs.hSean Christopherson2018-12-141-0/+2
| * | KVM: VMX: Alphabetize the includes in vmx.cSean Christopherson2018-12-141-26/+25Star
| * | KVM: nVMX: Allocate and configure VM{READ,WRITE} bitmaps iff enable_shadow_vmcsSean Christopherson2018-12-141-20/+23
| * | KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() failsSean Christopherson2018-12-141-2/+5
| * | kvm: introduce manual dirty log reprotectPaolo Bonzini2018-12-141-0/+27
| * | kvm: rename last argument to kvm_get_dirty_log_protectPaolo Bonzini2018-12-141-3/+3
| * | kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini2018-12-141-12/+2Star
| * | kvm: nVMX: Set VM instruction error for VMPTRLD of unbacked pageJim Mattson2018-11-271-3/+11
| * | nVMX x86: Check VMX-preemption timer controls on vmentry of L2 guestsKrish Sadhukhan2018-11-271-0/+10
| * | KVM/nVMX: Remove unneeded forward jump in nested_vmx_check_vmentry_hw asmUros Bizjak2018-11-271-7/+5Star
| * | KVM: nVMX: Unrestricted guest mode requires EPTJim Mattson2018-11-271-0/+24
| * | KVM: x86: Trace changes to active TSC offset regardless if vCPU in guest-modePaolo Bonzini2018-11-272-21/+22
| |/
* | KVM: x86: nSVM: fix switch to guest mmuVitaly Kuznetsov2018-12-191-1/+3
* | kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost2018-12-181-0/+2
* | KVM: X86: Fix NULL deref in vcpu_scan_ioapicWanpeng Li2018-12-181-1/+1
* | KVM: Fix UAF in nested posted interrupt processingCfir Cohen2018-12-181-0/+2
|/
* kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson2018-11-271-5/+15
* kvm: mmu: Fix race in emulated page table writesJunaid Shahid2018-11-271-18/+9Star