index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: Pass emulation type to can_emulate_instruction()
Sean Christopherson
2022-01-26
1
-3
/
+4
*
|
|
|
|
KVM: VMX: Remove vmcs_config.order
Jim Mattson
2022-01-26
1
-3
/
+2
*
|
|
|
|
KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow
Sean Christopherson
2022-01-25
1
-0
/
+25
*
|
|
|
|
KVM: VMX: Zero host's SYSENTER_ESP iff SYSENTER is NOT used
Sean Christopherson
2022-01-24
1
-3
/
+7
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
KVM: VMX: Fold fallback path into triggering posted IRQ helper
Sean Christopherson
2022-01-19
1
-8
/
+10
*
|
|
|
KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ
Sean Christopherson
2022-01-19
1
-5
/
+3
*
|
|
|
KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
Sean Christopherson
2022-01-19
1
-2
/
+2
*
|
|
|
KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
Sean Christopherson
2022-01-19
1
-13
/
+0
*
|
|
|
KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
Sean Christopherson
2022-01-19
1
-5
/
+1
*
|
|
|
KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
Sean Christopherson
2022-01-19
1
-0
/
+2
*
|
|
|
KVM: VMX: Handle PI descriptor updates during vcpu_put/load
Sean Christopherson
2022-01-19
1
-5
/
+0
*
|
|
|
KVM: VMX: Reject KVM_RUN if emulation is required with pending exception
Sean Christopherson
2022-01-19
1
-2
/
+20
|
|
_
|
/
|
/
|
|
*
|
|
kvm: x86: Disable interception for IA32_XFD on demand
Kevin Tian
2022-01-14
1
-5
/
+19
*
|
|
kvm: x86: Disable RDMSR interception of IA32_XFD_ERR
Jing Liu
2022-01-14
1
-0
/
+6
*
|
|
kvm: x86: Intercept #NM for saving IA32_XFD_ERR
Jing Liu
2022-01-14
1
-0
/
+48
*
|
|
KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests
Michael Roth
2022-01-07
1
-0
/
+1
*
|
|
KVM: VMX: Mark VCPU_EXREG_CR3 dirty when !CR0_PG -> CR0_PG if EPT + !URG
Lai Jiangshan
2022-01-07
1
-0
/
+7
*
|
|
KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()
Lai Jiangshan
2022-01-07
1
-11
/
+9
*
|
|
Merge remote-tracking branch 'kvm/master' into HEAD
Paolo Bonzini
2021-12-21
1
-13
/
+32
|
\
|
|
|
*
|
KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
Sean Christopherson
2021-12-21
1
-2
/
+1
|
*
|
KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required
Sean Christopherson
2021-12-20
1
-8
/
+24
|
*
|
KVM: VMX: Always clear vmx->fail on emulation_required
Sean Christopherson
2021-12-20
1
-3
/
+1
|
*
|
KVM: x86: Always set kvm_run->if_flag
Marc Orr
2021-12-20
1
-0
/
+6
*
|
|
KVM: nVMX: Ensure vCPU honors event request if posting nested IRQ fails
Sean Christopherson
2021-12-09
1
-0
/
+19
*
|
|
KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
Vitaly Kuznetsov
2021-12-08
1
-0
/
+2
*
|
|
KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper
Vitaly Kuznetsov
2021-12-08
1
-4
/
+13
*
|
|
Merge branch 'kvm-on-hv-msrbm-fix' into HEAD
Paolo Bonzini
2021-12-08
1
-9
/
+13
|
\
|
|
|
*
|
KVM: nVMX: Don't use Enlightened MSR Bitmap for L3
Vitaly Kuznetsov
2021-12-08
1
-9
/
+13
*
|
|
KVM: VMX: Use ept_caps_to_lpage_level() in hardware_setup()
Lai Jiangshan
2021-12-08
1
-10
/
+2
*
|
|
KVM: VMX: Change comments about vmx_get_msr()
Lai Jiangshan
2021-12-08
1
-1
/
+1
*
|
|
KVM: VMX: Use kvm_set_msr_common() for MSR_IA32_TSC_ADJUST in the default way
Lai Jiangshan
2021-12-08
1
-3
/
+0
*
|
|
KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()
Lai Jiangshan
2021-12-08
1
-7
/
+10
*
|
|
KVM: VMX: Update msr value after kvm_set_user_return_msr() succeeds
Lai Jiangshan
2021-12-08
1
-5
/
+3
*
|
|
KVM: VMX: Avoid to rdmsrl(MSR_IA32_SYSENTER_ESP)
Lai Jiangshan
2021-12-08
1
-3
/
+11
*
|
|
KVM: vmx, svm: clean up mass updates to regs_avail/regs_dirty bits
Paolo Bonzini
2021-12-08
1
-1
/
+2
*
|
|
KVM: VMX: Update vmcs.GUEST_CR3 only when the guest CR3 is dirty
Lai Jiangshan
2021-12-08
1
-2
/
+2
*
|
|
KVM: VMX: Add and use X86_CR4_PDPTR_BITS when !enable_ept
Lai Jiangshan
2021-12-08
1
-1
/
+3
*
|
|
KVM: VMX: Add and use X86_CR4_TLBFLUSH_BITS when !enable_ept
Lai Jiangshan
2021-12-08
1
-1
/
+1
*
|
|
KVM: VMX: Mark VCPU_EXREG_PDPTR available in ept_save_pdptrs()
Lai Jiangshan
2021-12-08
1
-1
/
+1
*
|
|
KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
Sean Christopherson
2021-12-08
1
-2
/
+2
*
|
|
KVM: x86/MMU: Simplify flow of vmx_get_mt_mask
Ben Gardon
2021-12-08
1
-16
/
+7
|
/
/
*
|
KVM: ensure APICv is considered inactive if there is no APIC
Paolo Bonzini
2021-12-02
1
-0
/
+1
*
|
KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled
Paolo Bonzini
2021-11-30
1
-2
/
+2
*
|
KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled
Paolo Bonzini
2021-11-30
1
-14
/
+25
*
|
KVM: nVMX: Flush current VPID (L1 vs. L2) for KVM_REQ_TLB_FLUSH_GUEST
Sean Christopherson
2021-11-26
1
-9
/
+14
|
/
*
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
2021-11-11
1
-63
/
+10
|
\
|
*
KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid()
Vipin Sharma
2021-11-11
1
-5
/
+0
|
*
KVM: VMX: Add a helper function to retrieve the GPR index for INVPCID, INVVPI...
Vipin Sharma
2021-11-11
1
-1
/
+3
|
*
KVM: nVMX: Handle dynamic MSR intercept toggling
Sean Christopherson
2021-11-11
1
-53
/
+2
|
*
KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use
Sean Christopherson
2021-11-11
1
-4
/
+4
[prev]
[next]