| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: nVMX: reset nested_run_pending if the vCPU is going to be reset | Wanpeng Li | 2017-12-14 | 1 | -1/+3 |
* | kvm: nVMX: VMCLEAR should not cause the vCPU to shut down | Jim Mattson | 2017-12-14 | 1 | -18/+4 |
* | KVM: VMX: remove I/O port 0x80 bypass on Intel hosts | Andrew Honig | 2017-12-14 | 1 | -5/+0 |
* | KVM: x86: fix APIC page invalidation | Radim Krčmář | 2017-12-14 | 1 | -0/+14 |
* | KVM: lapic: Fixup LDR on load in x2apic | Dr. David Alan Gilbert | 2017-12-05 | 1 | -0/+5 |
* | KVM: lapic: Split out x2apic ldr calculation | Dr. David Alan Gilbert | 2017-12-05 | 1 | -1/+6 |
* | KVM: x86: inject exceptions produced by x86_decode_insn | Paolo Bonzini | 2017-12-05 | 1 | -0/+2 |
* | KVM: x86: Exit to user-mode on #UD intercept when emulator requires | Liran Alon | 2017-12-05 | 2 | -0/+4 |
* | KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junk | Liran Alon | 2017-12-05 | 1 | -0/+3 |
* | KVM: SVM: obey guest PAT | Paolo Bonzini | 2017-11-30 | 1 | -0/+7 |
* | KVM: nVMX: set IDTR and GDTR limits when loading L1 host state | Ladi Prosek | 2017-11-30 | 1 | -0/+2 |
* | KVM: nVMX: update last_nonleaf_level when initializing nested EPT | Ladi Prosek | 2017-10-18 | 1 | -0/+1 |
* | KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit | Haozhong Zhang | 2017-10-18 | 1 | -1/+1 |
* | KVM: MMU: always terminate page walks at level 1 | Ladi Prosek | 2017-10-18 | 2 | -8/+9 |
* | KVM: x86: fix singlestepping over syscall | Paolo Bonzini | 2017-10-12 | 2 | -30/+23 |
* | KVM: VMX: use cmpxchg64 | Paolo Bonzini | 2017-10-05 | 1 | -6/+6 |
* | KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt | Haozhong Zhang | 2017-10-05 | 1 | -12/+21 |
* | KVM: VMX: do not change SN bit in vmx_update_pi_irte() | Haozhong Zhang | 2017-10-05 | 1 | -5/+1 |
* | kvm: nVMX: Don't allow L2 to access the hardware CR8 | Jim Mattson | 2017-10-05 | 1 | -0/+5 |
* | KVM: VMX: Do not BUG() on out-of-bounds guest IRQ | Jan H. Schönherr | 2017-10-05 | 1 | -2/+7 |
* | KVM: VMX: simplify and fix vmx_vcpu_pi_load | Paolo Bonzini | 2017-10-05 | 1 | -33/+35 |
* | KVM: VMX: avoid double list add with VT-d posted interrupts | Paolo Bonzini | 2017-10-05 | 1 | -37/+25 |
* | KVM: VMX: extract __pi_post_block | Paolo Bonzini | 2017-10-05 | 1 | -33/+38 |
* | KVM: x86: block guest protection keys unless the host has them enabled | Paolo Bonzini | 2017-08-30 | 1 | -1/+1 |
* | kvm: vmx: allow host to access guest MSR_IA32_BNDCFGS | Haozhong Zhang | 2017-07-21 | 1 | -2/+4 |
* | kvm: vmx: Check value written to IA32_BNDCFGS | Jim Mattson | 2017-07-21 | 1 | -0/+3 |
* | kvm: x86: Guest BNDCFGS requires guest MPX support | Jim Mattson | 2017-07-21 | 2 | -2/+10 |
* | kvm: vmx: Do not disable intercepts for BNDCFGS | Jim Mattson | 2017-07-21 | 1 | -1/+0 |
* | KVM: nVMX: Fix exception injection | Wanpeng Li | 2017-07-05 | 1 | -1/+1 |
* | KVM: x86: zero base3 of unusable segments | Radim Krčmář | 2017-07-05 | 1 | -0/+2 |
* | KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh() | Radim Krčmář | 2017-07-05 | 1 | -1/+1 |
* | KVM: x86: fix emulation of RSM and IRET instructions | Ladi Prosek | 2017-07-05 | 2 | -10/+21 |
* | KVM: x86: fix fixing of hypercalls | Dmitry Vyukov | 2017-07-05 | 1 | -1/+2 |
* | KVM: async_pf: avoid async pf injection when in guest mode | Wanpeng Li | 2017-06-14 | 3 | -4/+7 |
* | KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation | Wanpeng Li | 2017-06-14 | 1 | -9/+11 |
* | KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulation | Wanpeng Li | 2017-05-25 | 1 | -9/+15 |
* | KVM: x86: Fix potential preemption when get the current kvmclock timestamp | Wanpeng Li | 2017-05-25 | 1 | -1/+9 |
* | KVM: x86: Fix load damaged SSEx MXCSR register | Wanpeng Li | 2017-05-25 | 1 | -2/+7 |
* | KVM: x86: fix user triggerable warning in kvm_apic_accept_events() | David Hildenbrand | 2017-05-20 | 1 | -0/+12 |
* | KVM: nVMX: do not leak PML full vmexit to L1 | Ladi Prosek | 2017-05-14 | 1 | -0/+3 |
* | KVM: nVMX: initialize PML fields in vmcs02 | Ladi Prosek | 2017-05-14 | 1 | -0/+12 |
* | Revert "KVM: nested VMX: disable perf cpuid reporting" | Jim Mattson | 2017-05-14 | 2 | -8/+0 |
* | kvm: fix page struct leak in handle_vmon | Paolo Bonzini | 2017-04-21 | 1 | -2/+8 |
* | KVM: x86: cleanup the page tracking SRCU instance | Paolo Bonzini | 2017-03-31 | 2 | -0/+9 |
* | KVM: VMX: use correct vmcs_read/write for guest segment selector/base | Chao Peng | 2017-03-15 | 1 | -2/+2 |
* | KVM: x86: do not save guest-unsupported XSAVE state | Radim Krčmář | 2017-02-09 | 1 | -0/+1 |
* | KVM: x86: Introduce segmented_write_std | Steve Rutherford | 2017-01-19 | 1 | -4/+18 |
* | KVM: x86: emulate FXSAVE and FXRSTOR | Radim Krčmář | 2017-01-19 | 1 | -1/+128 |
* | KVM: x86: add asm_safe wrapper | Radim Krčmář | 2017-01-19 | 1 | -11/+23 |
* | KVM: x86: add Align16 instruction flag | Radim Krčmář | 2017-01-19 | 1 | -8/+12 |