index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-17
KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02
Sean Christopherson
3
-6
/
+17
2020-05-27
KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c
Babu Moger
1
-18
/
+0
2020-05-14
KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB path
Sean Christopherson
1
-0
/
+3
2020-05-10
x86/kvm: fix a missing-prototypes "vmread_error"
Qian Cai
1
-0
/
+1
2020-04-29
KVM: VMX: Enable machine check support for 32bit targets
Uros Bizjak
1
-1
/
+1
2020-04-17
KVM: VMX: fix crash cleanup when KVM wasn't used
Vitaly Kuznetsov
1
-5
/
+7
2020-04-17
KVM: VMX: Add a trampoline to fix VMREAD error handling
Sean Christopherson
2
-7
/
+79
2020-04-17
KVM: x86: Gracefully handle __vmalloc() failure during VM allocation
Sean Christopherson
1
-0
/
+4
2020-04-17
KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support
Sean Christopherson
1
-51
/
+16
2020-04-17
KVM: nVMX: Properly handle userspace interrupt window request
Sean Christopherson
2
-16
/
+11
2020-03-18
KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAs
Vitaly Kuznetsov
1
-2
/
+3
2020-03-05
kvm: nVMX: VMWRITE checks unsupported field before read-only field
Jim Mattson
1
-5
/
+6
2020-03-05
kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS field
Jim Mattson
1
-34
/
+25
2020-03-05
KVM: VMX: check descriptor table exits on instruction emulation
Oliver Upton
1
-0
/
+15
2020-02-28
KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1
Vitaly Kuznetsov
1
-4
/
+9
2020-02-28
KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...
Vitaly Kuznetsov
4
-11
/
+8
2020-02-28
KVM: nVMX: Check IO instruction VM-exit conditions
Oliver Upton
2
-7
/
+52
2020-02-28
KVM: nVMX: Refactor IO bitmap checks into helper function
Oliver Upton
2
-14
/
+27
2020-02-28
KVM: nVMX: Don't emulate instructions in guest mode
Paolo Bonzini
1
-1
/
+1
2020-02-19
KVM: nVMX: Use correct root level for nested EPT shadow page tables
Sean Christopherson
1
-0
/
+3
2020-02-11
KVM: nVMX: vmread should not set rflags to specify success in case of #PF
Miaohe Lin
1
-1
/
+3
2020-02-11
KVM: VMX: Add non-canonical check on writes to RTIT address MSRs
Sean Christopherson
1
-0
/
+2
2020-02-11
kvm/svm: PKU not currently supported
John Allen
2
-0
/
+6
2020-02-11
KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacks
Marios Pomonis
1
-8
/
+16
2019-12-13
KVM: nVMX: Always write vmcs02.GUEST_CR3 during nested VM-Enter
Sean Christopherson
2
-3
/
+17
2019-11-12
KVM: VMX: Introduce pi_is_pir_empty() helper
Joao Martins
2
-3
/
+7
2019-11-12
KVM: VMX: Do not change PID.NDST when loading a blocked vCPU
Joao Martins
2
-0
/
+20
2019-11-12
KVM: VMX: Consider PID.PIR to determine if vCPU has pending interrupts
Joao Martins
1
-1
/
+5
2019-11-12
KVM: VMX: Fix comment to specify PID.ON instead of PIR.ON
Liran Alon
1
-1
/
+1
2019-10-31
KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active
Paolo Bonzini
1
-11
/
+3
2019-10-22
KVM: nVMX: Don't leak L1 MMIO regions to L2
Jim Mattson
2
-29
/
+48
2019-10-22
KVM: VMX: Remove specialized handling of unexpected exit-reasons
Liran Alon
1
-12
/
+0
2019-10-03
KVM: nVMX: Fix consistency check on injected exception error code
Sean Christopherson
1
-1
/
+1
2019-10-01
kvm: vmx: Limit guest PMCs to those supported on the host
Jim Mattson
1
-2
/
+5
2019-09-27
KVM: VMX: Set VMENTER_L1D_FLUSH_NOT_REQUIRED if !X86_BUG_L1TF
Waiman Long
1
-6
/
+9
2019-09-25
KVM: nVMX: cleanup and fix host 64-bit mode checks
Paolo Bonzini
1
-31
/
+19
2019-09-25
KVM: vmx: fix build warnings in hv_enable_direct_tlbflush() on i386
Vitaly Kuznetsov
1
-9
/
+5
2019-09-25
KVM: VMX: Add error handling to VMREAD helper
Sean Christopherson
2
-4
/
+25
2019-09-25
KVM: VMX: Optimize VMX instruction error and fault handling
Sean Christopherson
2
-32
/
+74
2019-09-24
kvm: nvmx: limit atomic switch MSRs
Marc Orr
1
-11
/
+32
2019-09-24
KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexit
Tao Xu
2
-16
/
+16
2019-09-24
KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL
Tao Xu
2
-0
/
+45
2019-09-24
KVM: x86: Add support for user wait instructions
Tao Xu
3
-0
/
+25
2019-09-24
KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfig
Sean Christopherson
1
-30
/
+22
2019-09-24
KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}
Sean Christopherson
1
-18
/
+10
2019-09-24
KVM: VMX: Remove EMULATE_FAIL handling in handle_invalid_guest_state()
Sean Christopherson
1
-21
/
+20
2019-09-24
KVM: x86: Move triple fault request into RM int injection
Sean Christopherson
1
-6
/
+3
2019-09-24
KVM: x86: Handle emulation failure directly in kvm_task_switch()
Sean Christopherson
1
-11
/
+3
2019-09-24
KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()
Sean Christopherson
1
-8
/
+2
2019-09-24
KVM: x86: Don't attempt VMWare emulation on #GP with non-zero error code
Sean Christopherson
1
-1
/
+11
[prev]
[next]