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.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
/
vmx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-06
KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state
Sean Christopherson
1
-1
/
+1
2022-04-21
KVM: nVMX: Defer APICv updates while L2 is active until L1 is active
Sean Christopherson
1
-0
/
+5
2022-04-02
KVM: x86: Remove redundant vm_entry_controls_clearbit() call
Zhenzhong Duan
1
-1
/
+0
2022-04-02
KVM: x86: cleanup enter_rmode()
Zhenzhong Duan
1
-9
/
+5
2022-04-02
KVM: x86: SVM: fix tsc scaling when the host doesn't support it
Maxim Levitsky
1
-4
/
+3
2022-04-02
KVM: x86: Make APICv inhibit reasons an enum and cleanup naming
Sean Christopherson
1
-2
/
+2
2022-03-05
Merge branch 'kvm-bugfixes' into HEAD
Paolo Bonzini
1
-11
/
+17
2022-03-01
KVM: VMX: Handle APIC-write offset wrangling in VMX code
Sean Christopherson
1
-2
/
+9
2022-02-25
KVM: x86: use struct kvm_mmu_root_info for mmu->root
Paolo Bonzini
1
-1
/
+1
2022-02-25
KVM: VMX: Remove scratch 'cpu' variable that shadows an identical scratch var
Peng Hao
1
-1
/
+0
2022-02-25
kvm: vmx: Fix typos comment in __loaded_vmcs_clear()
Peng Hao
1
-4
/
+4
2022-02-25
KVM: nVMX: Make setup/unsetup under the same conditions
Peng Hao
1
-1
/
+1
2022-02-25
Revert "KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()"
Sean Christopherson
1
-10
/
+14
2022-02-25
Revert "KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()"
Sean Christopherson
1
-9
/
+11
2022-02-18
KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPIC
Paolo Bonzini
1
-6
/
+0
2022-02-10
KVM: VMX: Use local pointer to vcpu_vmx in vmx_vcpu_after_set_cpuid()
Oliver Upton
1
-2
/
+2
2022-02-10
KVM: VMX: Dont' send posted IRQ if vCPU == this vCPU and vCPU is IN_GUEST_MODE
Wanpeng Li
1
-19
/
+21
2022-02-10
KVM: VMX: Rename VMX functions to conform to kvm_x86_ops names
Sean Christopherson
1
-13
/
+13
2022-02-10
KVM: VMX: Call vmx_get_cpl() directly in handle_dr()
Sean Christopherson
1
-1
/
+1
2022-02-10
KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor names
Sean Christopherson
1
-10
/
+10
2022-02-08
KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSM
Maxim Levitsky
1
-0
/
+1
2022-02-05
Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-1
/
+24
2022-02-01
kvm/x86: rework guest entry logic
Mark Rutland
1
-2
/
+2
2022-02-01
KVM: x86: Move delivery of non-APICv interrupt into vendor code
Sean Christopherson
1
-1
/
+16
2022-01-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-9
/
+38
2022-01-26
KVM: x86: Pass emulation type to can_emulate_instruction()
Sean Christopherson
1
-3
/
+4
2022-01-26
KVM: VMX: Remove vmcs_config.order
Jim Mattson
1
-3
/
+2
2022-01-25
KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow
Sean Christopherson
1
-0
/
+25
2022-01-24
KVM: VMX: Zero host's SYSENTER_ESP iff SYSENTER is NOT used
Sean Christopherson
1
-3
/
+7
2022-01-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-35
/
+33
2022-01-19
KVM: VMX: Fold fallback path into triggering posted IRQ helper
Sean Christopherson
1
-8
/
+10
2022-01-19
KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ
Sean Christopherson
1
-5
/
+3
2022-01-19
KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
Sean Christopherson
1
-2
/
+2
2022-01-19
KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
Sean Christopherson
1
-13
/
+0
2022-01-19
KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
Sean Christopherson
1
-5
/
+1
2022-01-19
KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
Sean Christopherson
1
-0
/
+2
2022-01-19
KVM: VMX: Handle PI descriptor updates during vcpu_put/load
Sean Christopherson
1
-5
/
+0
2022-01-19
KVM: VMX: Reject KVM_RUN if emulation is required with pending exception
Sean Christopherson
1
-2
/
+20
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-60
/
+156
2022-01-14
kvm: x86: Disable interception for IA32_XFD on demand
Kevin Tian
1
-5
/
+19
2022-01-14
kvm: x86: Disable RDMSR interception of IA32_XFD_ERR
Jing Liu
1
-0
/
+6
2022-01-14
kvm: x86: Intercept #NM for saving IA32_XFD_ERR
Jing Liu
1
-0
/
+48
2022-01-13
Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+24
2022-01-07
KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests
Michael Roth
1
-0
/
+1
2022-01-07
KVM: VMX: Mark VCPU_EXREG_CR3 dirty when !CR0_PG -> CR0_PG if EPT + !URG
Lai Jiangshan
1
-0
/
+7
2022-01-07
KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()
Lai Jiangshan
1
-11
/
+9
2021-12-21
Merge remote-tracking branch 'kvm/master' into HEAD
Paolo Bonzini
1
-13
/
+32
2021-12-21
KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
Sean Christopherson
1
-2
/
+1
2021-12-20
KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required
Sean Christopherson
1
-8
/
+24
2021-12-20
KVM: VMX: Always clear vmx->fail on emulation_required
Sean Christopherson
1
-3
/
+1
[next]