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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-22
KVM: x86: Mark CR4.TSD as being possibly owned by the guest
Sean Christopherson
1
-0
/
+2
2020-06-30
KVM: nVMX: Plumb L2 GPA through to PML emulation
Sean Christopherson
1
-3
/
+2
2020-06-20
KVM: nVMX: Consult only the "basic" exit reason when routing nested exit
Sean Christopherson
1
-1
/
+1
2020-06-03
KVM: VMX: check for existence of secondary exec controls before accessing
Sean Christopherson
1
-3
/
+4
2020-05-02
KVM: VMX: Enable machine check support for 32bit targets
Uros Bizjak
1
-1
/
+1
2020-04-24
KVM: VMX: fix crash cleanup when KVM wasn't used
Vitaly Kuznetsov
1
-5
/
+7
2020-04-24
KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support
Sean Christopherson
1
-51
/
+16
2020-04-24
KVM: nVMX: Properly handle userspace interrupt window request
Sean Christopherson
1
-16
/
+11
2020-03-11
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: Check IO instruction VM-exit conditions
Oliver Upton
1
-7
/
+52
2020-02-28
KVM: nVMX: Refactor IO bitmap checks into helper function
Oliver Upton
1
-13
/
+27
2020-02-28
KVM: nVMX: Don't emulate instructions in guest mode
Paolo Bonzini
1
-1
/
+1
2020-02-28
KVM: nVMX: Use correct root level for nested EPT shadow page tables
Sean Christopherson
1
-0
/
+3
2020-02-28
KVM: x86: emulate RDPID
Paolo Bonzini
1
-0
/
+15
2020-02-15
KVM: nVMX: vmread should not set rflags to specify success in case of #PF
Miaohe Lin
1
-1
/
+3
2019-12-05
kvm: vmx: Set IA32_TSC_AUX for legacy mode guests
Jim Mattson
1
-3
/
+3
2019-12-05
Revert "KVM: nVMX: reset cache/shadows when switching loaded VMCS"
Greg Kroah-Hartman
1
-4
/
+4
2019-12-01
KVM/x86: Fix invvpid and invept register operand size in 64-bit mode
Uros Bizjak
1
-2
/
+2
2019-12-01
KVM: nVMX: reset cache/shadows when switching loaded VMCS
Sean Christopherson
1
-4
/
+4
2019-11-20
KVM: x86: introduce is_pae_paging
Paolo Bonzini
1
-4
/
+3
2019-11-12
KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active
Paolo Bonzini
1
-11
/
+3
2019-10-29
kvm: vmx: Basic APIC virtualization controls have three settings
Jim Mattson
1
-18
/
+30
2019-10-29
kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use
Junaid Shahid
1
-10
/
+4
2019-10-29
KVM: X86: introduce invalidate_gpa argument to tlb flush
Wanpeng Li
1
-10
/
+11
2019-10-11
KVM: nVMX: handle page fault in vmread fix
Jack Wang
1
-1
/
+1
2019-09-19
KVM: nVMX: handle page fault in vmread
Paolo Bonzini
1
-2
/
+5
2019-08-16
KVM: Fix leak vCPU's VMCS value into other pCPU
Wanpeng Li
1
-0
/
+6
2019-07-31
KVM: nVMX: do not use dangling shadow VMCS after guest reset
Paolo Bonzini
1
-1
/
+7
2019-05-14
Documentation: Move L1TF to separate directory
Thomas Gleixner
1
-2
/
+2
2019-05-14
x86/kvm/vmx: Add MDS protection when L1D Flush is not active
Thomas Gleixner
1
-0
/
+3
2019-04-20
KVM: nVMX: restore host state in nested_vmx_vmexit for VMFail
Sean Christopherson
1
-20
/
+153
2019-04-03
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
Sean Christopherson
1
-14
/
+0
2019-03-23
KVM: nVMX: Ignore limit checks on VMX instructions using flat segments
Sean Christopherson
1
-3
/
+9
2019-03-23
KVM: nVMX: Apply addr size mask to effective address for VMX instructions
Sean Christopherson
1
-2
/
+23
2019-03-23
KVM: nVMX: Sign extend displacements of VMX instr's mem operands
Sean Christopherson
1
-0
/
+4
2019-02-20
kvm: vmx: Fix entry number check for add_atomic_switch_msr()
Xiaoyao Li
1
-1
/
+2
2019-02-12
cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM
Josh Poimboeuf
1
-1
/
+2
2019-02-12
KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...
Peter Shier
1
-0
/
+1
2019-01-09
KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() fails
Sean Christopherson
1
-2
/
+5
2018-12-29
KVM: Fix UAF in nested posted interrupt processing
Cfir Cohen
1
-0
/
+2
2018-12-17
x86/kvm/vmx: fix old-style function declaration
Yi Wang
1
-4
/
+4
2018-11-13
KVM: nVMX: Clear reserved bits of #DB exit qualification
Jim Mattson
1
-2
/
+5
2018-09-19
KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO instr
Sean Christopherson
1
-2
/
+2
2018-09-15
kvm: nVMX: Fix fault vector for VMX operation at CPL > 0
Jim Mattson
1
-2
/
+2
2018-09-15
KVM: vmx: track host_state.loaded using a loaded_vmcs pointer
Sean Christopherson
1
-7
/
+15
2018-09-09
KVM: VMX: fixes for vmentry_l1d_flush module parameter
Paolo Bonzini
1
-10
/
+16
2018-09-05
x86/kvm/vmx: Remove duplicate l1d flush definitions
Josh Poimboeuf
1
-3
/
+0
2018-09-05
KVM: vmx: use local variable for current_vmptr when emulating VMPTRST
Sean Christopherson
1
-8
/
+7
2018-08-15
KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
Paolo Bonzini
1
-2
/
+1
[next]