index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
vmx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Disable posted interrupts for non-standard IRQs delivery modes
Alexander Graf
2019-10-05
1
-1
/
+5
*
KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n...
Vitaly Kuznetsov
2019-09-06
1
-0
/
+1
*
KVM: Fix leak vCPU's VMCS value into other pCPU
Wanpeng Li
2019-08-16
1
-0
/
+6
*
kvm: vmx: segment limit check: use access length
Eugene Korenevsky
2019-07-31
1
-1
/
+2
*
KVM: VMX: check CPUID before allowing read/write of IA32_XSS
Wanpeng Li
2019-07-26
1
-2
/
+8
*
KVM: VMX: Fix handling of #MC that occurs during VM-Entry
Sean Christopherson
2019-07-26
1
-12
/
+8
*
KVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT with bad value
Sean Christopherson
2019-07-26
1
-2
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
KVM: x86: do not spam dmesg with VMCS/VMCB dumps
Paolo Bonzini
2019-05-24
1
-7
/
+19
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-05-17
1
-54
/
+36
|
\
|
*
Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"
Sean Christopherson
2019-05-15
1
-25
/
+0
|
*
KVM: VMX: Use accessors for GPRs outside of dedicated caching logic
Sean Christopherson
2019-04-30
1
-7
/
+5
|
*
KVM: x86: Omit caching logic for always-available GPRs
Sean Christopherson
2019-04-30
1
-1
/
+1
|
*
KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page
KarimAllah Ahmed
2019-04-30
1
-3
/
+2
|
*
X86/nVMX: Update the PML table without mapping and unmapping the page
KarimAllah Ahmed
2019-04-30
1
-9
/
+5
|
*
KVM: vmx: clean up some debug output
Dan Carpenter
2019-04-30
1
-2
/
+2
|
*
KVM: VMX: Skip delta_tsc shift-and-divide if the dividend is zero
Sean Christopherson
2019-04-30
1
-3
/
+2
|
*
KVM: lapic: Refactor ->set_hv_timer to use an explicit expired param
Sean Christopherson
2019-04-30
1
-2
/
+4
|
*
KVM: VMX: Nop emulation of MSR_IA32_POWER_CTL
Liran Alon
2019-04-30
1
-0
/
+6
|
*
KVM: x86: optimize check for valid PAT value
Paolo Bonzini
2019-04-16
1
-1
/
+1
|
*
KVM: x86: clear VM_EXIT_SAVE_IA32_PAT
Paolo Bonzini
2019-04-16
1
-1
/
+0
|
*
KVM: vmx: print more APICv fields in dump_vmcs
Paolo Bonzini
2019-04-16
1
-2
/
+10
*
|
Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-14
1
-2
/
+5
|
\
\
|
*
|
Documentation: Move L1TF to separate directory
Thomas Gleixner
2019-03-06
1
-2
/
+2
|
*
|
x86/kvm/vmx: Add MDS protection when L1D Flush is not active
Thomas Gleixner
2019-03-06
1
-0
/
+3
*
|
|
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-07
1
-1
/
+1
|
\
\
\
|
*
|
|
x86/pkeys: Provide *pkru() helpers
Sebastian Andrzej Siewior
2019-04-11
1
-1
/
+1
*
|
|
|
KVM: VMX: Move RSB stuffing to before the first RET after VM-Exit
Rick Edgecombe
2019-04-27
1
-3
/
+0
*
|
|
|
KVM: lapic: Track lapic timer advance per vCPU
Sean Christopherson
2019-04-18
1
-1
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
KVM: x86: clear SMM flags before loading state while leaving SMM
Sean Christopherson
2019-04-16
1
-2
/
+0
*
|
|
KVM: x86: Load SMRAM in a single shot when leaving SMM
Sean Christopherson
2019-04-16
1
-1
/
+1
*
|
|
KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU
Liran Alon
2019-04-16
1
-0
/
+25
*
|
|
x86/kvm: move kvm_load/put_guest_xcr0 into atomic context
WANG Chao
2019-04-16
1
-0
/
+4
*
|
|
KVM: nVMX: allow tests to use bad virtual-APIC page address
Paolo Bonzini
2019-04-16
1
-1
/
+1
|
/
/
*
|
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
Sean Christopherson
2019-03-28
1
-13
/
+0
*
|
KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)
Singh, Brijesh
2019-03-28
1
-0
/
+6
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-03-15
1
-153
/
+35
|
\
\
|
|
/
|
/
|
|
*
kvm: vmx: fix formatting of a comment
Paolo Bonzini
2019-03-15
1
-5
/
+5
|
*
kvm: vmx: Add memcg accounting to KVM allocations
Ben Gardon
2019-02-20
1
-9
/
+18
|
*
KVM: x86: cleanup freeing of nested state
Paolo Bonzini
2019-02-20
1
-1
/
+0
|
*
KVM: x86: Sync the pending Posted-Interrupts
Luwei Kang
2019-02-20
1
-15
/
+11
|
*
KVM: VMX: Call vCPU-run asm sub-routine from C and remove clobbering
Sean Christopherson
2019-02-20
1
-15
/
+4
|
*
KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routine
Sean Christopherson
2019-02-20
1
-4
/
+1
|
*
KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI reg
Sean Christopherson
2019-02-20
1
-4
/
+4
|
*
KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regs
Sean Christopherson
2019-02-20
1
-7
/
+6
|
*
KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()
Sean Christopherson
2019-02-20
1
-1
/
+1
|
*
KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()
Sean Christopherson
2019-02-20
1
-32
/
+27
|
*
KVM: VMX: Move vCPU-run code to a proper assembly routine
Sean Christopherson
2019-02-20
1
-137
/
+1
|
*
KVM: VMX: Create a stack frame in vCPU-run
Sean Christopherson
2019-02-20
1
-1
/
+1
|
*
KVM: VMX: Use #defines in place of immediates in VM-Enter inline asm
Sean Christopherson
2019-02-20
1
-52
/
+61
[next]