index
:
Linux Stable
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.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
/
x86.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm: x86: Add AMD's EX_CFG to the list of ignored MSRs
Eduardo Habkost
2018-12-18
1
-0
/
+2
*
KVM: X86: Fix NULL deref in vcpu_scan_ioapic
Wanpeng Li
2018-12-18
1
-1
/
+1
*
KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offset
Leonid Shatz
2018-11-27
1
-3
/
+3
*
KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercall
Liran Alon
2018-11-27
1
-0
/
+1
*
KVM: X86: Fix scan ioapic use-before-initialization
Wanpeng Li
2018-11-27
1
-1
/
+2
*
x86: Clean up 'sizeof x' => 'sizeof(x)'
Jordan Borgner
2018-10-29
1
-21
/
+21
*
Revert "kvm: x86: optimize dr6 restore"
Radim Krčmář
2018-10-23
1
-9
/
+4
*
kvm: x86: Introduce KVM_CAP_EXCEPTION_PAYLOAD
Jim Mattson
2018-10-17
1
-0
/
+5
*
kvm: vmx: Defer setting of DR6 until #DB delivery
Jim Mattson
2018-10-17
1
-17
/
+52
*
kvm: x86: Defer setting of CR2 until #PF delivery
Jim Mattson
2018-10-17
1
-4
/
+45
*
kvm: x86: Add payload operands to kvm_multiple_exception
Jim Mattson
2018-10-17
1
-7
/
+15
*
kvm: x86: Add exception payload fields to kvm_vcpu_events
Jim Mattson
2018-10-17
1
-16
/
+45
*
kvm: x86: Add has_payload and payload to kvm_queued_exception
Jim Mattson
2018-10-17
1
-0
/
+8
*
x86/kvm/nVMX: nested state migration for Enlightened VMCS
Vitaly Kuznetsov
2018-10-17
1
-2
/
+4
*
KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability
Vitaly Kuznetsov
2018-10-17
1
-0
/
+15
*
KVM: hyperv: define VP assist page helpers
Ladi Prosek
2018-10-17
1
-1
/
+1
*
x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
Paolo Bonzini
2018-10-17
1
-1
/
+1
*
x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
Vitaly Kuznetsov
2018-10-17
1
-10
/
+10
*
kvm: x86: optimize dr6 restore
Paolo Bonzini
2018-10-17
1
-4
/
+9
*
KVM: x86: hyperv: implement PV IPI send hypercalls
Vitaly Kuznetsov
2018-10-17
1
-0
/
+1
*
KVM: LAPIC: Tune lapic_timer_advance_ns automatically
Wanpeng Li
2018-10-17
1
-1
/
+1
*
KVM: x86: Do not use kvm_x86_ops->mpx_supported() directly
Liran Alon
2018-10-01
1
-1
/
+1
*
KVM: nVMX: Fix bad cleanup on error of get/set nested state IOCTLs
Liran Alon
2018-09-20
1
-8
/
+14
*
KVM: x86: Control guest reads of MSR_PLATFORM_INFO
Drew Schmitt
2018-09-20
1
-0
/
+10
*
KVM: x86: Turbo bits in MSR_PLATFORM_INFO
Drew Schmitt
2018-09-20
1
-1
/
+0
*
KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICv
Liran Alon
2018-09-20
1
-1
/
+9
*
kvm: x86: make kvm_{load|put}_guest_fpu() static
Sebastian Andrzej Siewior
2018-09-20
1
-23
/
+23
*
KVM: VMX: use preemption timer to force immediate VMExit
Sean Christopherson
2018-09-20
1
-1
/
+7
*
kvm: mmu: Don't read PDPTEs when paging is not enabled
Junaid Shahid
2018-09-20
1
-2
/
+2
*
KVM: x86: Unexport x86_emulate_instruction()
Sean Christopherson
2018-08-30
1
-1
/
+13
*
KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()
Sean Christopherson
2018-08-30
1
-2
/
+2
*
KVM: x86: Do not re-{try,execute} after failed emulation in L2
Sean Christopherson
2018-08-30
1
-0
/
+6
*
KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTE
Sean Christopherson
2018-08-30
1
-2
/
+2
*
KVM: x86: Invert emulation re-execute behavior to make it opt-in
Sean Christopherson
2018-08-30
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-08-22
1
-3
/
+1
|
\
|
*
x86: kvm: avoid unused variable warning
Arnd Bergmann
2018-08-22
1
-3
/
+1
*
|
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
2018-08-22
1
-2
/
+5
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-08-19
1
-17
/
+91
|
\
|
*
kvm: x86: Set highest physical address bits in non-present/reserved SPTEs
Junaid Shahid
2018-08-14
1
-2
/
+6
|
*
KVM: X86: Implement "send IPI" hypercall
Wanpeng Li
2018-08-06
1
-0
/
+3
|
*
KVM/x86: Move X86_CR4_OSXSAVE check into kvm_valid_sregs()
Tianyu Lan
2018-08-06
1
-4
/
+4
|
*
kvm: x86: Remove CR3_PCID_INVD flag
Junaid Shahid
2018-08-06
1
-2
/
+2
|
*
kvm: x86: Skip shadow page resync on CR3 switch when indicated by guest
Junaid Shahid
2018-08-06
1
-3
/
+3
|
*
kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guest
Junaid Shahid
2018-08-06
1
-3
/
+8
|
*
kvm: x86: Introduce KVM_REQ_LOAD_CR3
Junaid Shahid
2018-08-06
1
-0
/
+2
|
*
kvm: x86: Add fast CR3 switch code path
Junaid Shahid
2018-08-06
1
-1
/
+2
|
*
kvm: nVMX: Introduce KVM_CAP_NESTED_STATE
Jim Mattson
2018-08-06
1
-0
/
+54
|
*
KVM: x86: do not load vmcs12 pages while still in SMM
Paolo Bonzini
2018-08-06
1
-0
/
+2
|
*
KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
Paolo Bonzini
2018-08-06
1
-6
/
+9
*
|
KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
Paolo Bonzini
2018-08-05
1
-1
/
+25
[next]