summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: reset nested_run_pending if the vCPU is going to be resetWanpeng Li2017-12-141-1/+3
* kvm: nVMX: VMCLEAR should not cause the vCPU to shut downJim Mattson2017-12-141-18/+4
* KVM: VMX: remove I/O port 0x80 bypass on Intel hostsAndrew Honig2017-12-141-5/+0
* KVM: x86: fix APIC page invalidationRadim Krčmář2017-12-141-0/+14
* KVM: lapic: Fixup LDR on load in x2apicDr. David Alan Gilbert2017-12-051-0/+5
* KVM: lapic: Split out x2apic ldr calculationDr. David Alan Gilbert2017-12-051-1/+6
* KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini2017-12-051-0/+2
* KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon2017-12-052-0/+4
* KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junkLiran Alon2017-12-051-0/+3
* KVM: SVM: obey guest PATPaolo Bonzini2017-11-301-0/+7
* KVM: nVMX: set IDTR and GDTR limits when loading L1 host stateLadi Prosek2017-11-301-0/+2
* KVM: nVMX: update last_nonleaf_level when initializing nested EPTLadi Prosek2017-10-181-0/+1
* KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang2017-10-181-1/+1
* KVM: MMU: always terminate page walks at level 1Ladi Prosek2017-10-182-8/+9
* KVM: x86: fix singlestepping over syscallPaolo Bonzini2017-10-122-30/+23
* KVM: VMX: use cmpxchg64Paolo Bonzini2017-10-051-6/+6
* KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interruptHaozhong Zhang2017-10-051-12/+21
* KVM: VMX: do not change SN bit in vmx_update_pi_irte()Haozhong Zhang2017-10-051-5/+1
* kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson2017-10-051-0/+5
* KVM: VMX: Do not BUG() on out-of-bounds guest IRQJan H. Schönherr2017-10-051-2/+7
* KVM: VMX: simplify and fix vmx_vcpu_pi_loadPaolo Bonzini2017-10-051-33/+35
* KVM: VMX: avoid double list add with VT-d posted interruptsPaolo Bonzini2017-10-051-37/+25
* KVM: VMX: extract __pi_post_blockPaolo Bonzini2017-10-051-33/+38
* KVM: x86: block guest protection keys unless the host has them enabledPaolo Bonzini2017-08-301-1/+1
* kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang2017-07-211-2/+4
* kvm: vmx: Check value written to IA32_BNDCFGSJim Mattson2017-07-211-0/+3
* kvm: x86: Guest BNDCFGS requires guest MPX supportJim Mattson2017-07-212-2/+10
* kvm: vmx: Do not disable intercepts for BNDCFGSJim Mattson2017-07-211-1/+0
* KVM: nVMX: Fix exception injectionWanpeng Li2017-07-051-1/+1
* KVM: x86: zero base3 of unusable segmentsRadim Krčmář2017-07-051-0/+2
* KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()Radim Krčmář2017-07-051-1/+1
* KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek2017-07-052-10/+21
* KVM: x86: fix fixing of hypercallsDmitry Vyukov2017-07-051-1/+2
* KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li2017-06-143-4/+7
* KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulationWanpeng Li2017-06-141-9/+11
* KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li2017-05-251-9/+15
* KVM: x86: Fix potential preemption when get the current kvmclock timestampWanpeng Li2017-05-251-1/+9
* KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li2017-05-251-2/+7
* KVM: x86: fix user triggerable warning in kvm_apic_accept_events()David Hildenbrand2017-05-201-0/+12
* KVM: nVMX: do not leak PML full vmexit to L1Ladi Prosek2017-05-141-0/+3
* KVM: nVMX: initialize PML fields in vmcs02Ladi Prosek2017-05-141-0/+12
* Revert "KVM: nested VMX: disable perf cpuid reporting"Jim Mattson2017-05-142-8/+0
* kvm: fix page struct leak in handle_vmonPaolo Bonzini2017-04-211-2/+8
* KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini2017-03-312-0/+9
* KVM: VMX: use correct vmcs_read/write for guest segment selector/baseChao Peng2017-03-151-2/+2
* KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář2017-02-091-0/+1
* KVM: x86: Introduce segmented_write_stdSteve Rutherford2017-01-191-4/+18
* KVM: x86: emulate FXSAVE and FXRSTORRadim Krčmář2017-01-191-1/+128
* KVM: x86: add asm_safe wrapperRadim Krčmář2017-01-191-11/+23
* KVM: x86: add Align16 instruction flagRadim Krčmář2017-01-191-8/+12