index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
vmx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-11
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
1
-63
/
+10
2021-11-11
KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid()
Vipin Sharma
1
-5
/
+0
2021-11-11
KVM: VMX: Add a helper function to retrieve the GPR index for INVPCID, INVVPI...
Vipin Sharma
1
-1
/
+3
2021-11-11
KVM: nVMX: Handle dynamic MSR intercept toggling
Sean Christopherson
1
-53
/
+2
2021-11-11
KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use
Sean Christopherson
1
-4
/
+4
2021-11-11
KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active
Maxim Levitsky
1
-1
/
+2
2021-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-65
/
+71
2021-11-01
Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2021-10-25
KVM: x86: On emulation failure, convey the exit reason, etc. to userspace
David Edmondson
1
-4
/
+1
2021-10-25
KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info
David Edmondson
1
-2
/
+4
2021-10-22
KVM: VMX: Unregister posted interrupt wakeup handler on hardware unsetup
Sean Christopherson
1
-2
/
+5
2021-10-22
KVM: x86: Add vendor name to kvm_x86_ops, use it for error messages
Sean Christopherson
1
-0
/
+2
2021-10-22
KVM: VMX: RTIT_CTL_BRANCH_EN has no dependency on other CPUID bit
Xiaoyao Li
1
-4
/
+4
2021-10-22
KVM: VMX: Rename pt_desc.addr_range to pt_desc.num_address_ranges
Xiaoyao Li
1
-13
/
+13
2021-10-22
KVM: VMX: Use precomputed vmx->pt_desc.addr_range
Xiaoyao Li
1
-4
/
+2
2021-10-22
KVM: VMX: Restore host's MSR_IA32_RTIT_CTL when it's not zero
Xiaoyao Li
1
-2
/
+6
2021-10-21
KVM: nVMX: promptly process interrupts delivered while in guest mode
Paolo Bonzini
1
-11
/
+6
2021-10-20
x86/fpu: Replace the includes of fpu/internal.h
Thomas Gleixner
1
-1
/
+1
2021-10-18
KVM: VMX: Remove redundant handling of bus lock vmexit
Hao Xiang
1
-6
/
+9
2021-10-01
KVM: x86: nSVM: implement nested TSC scaling
Maxim Levitsky
1
-0
/
+1
2021-09-30
KVM: VMX: Move RESET emulation to vmx_vcpu_reset()
Sean Christopherson
1
-31
/
+32
2021-09-30
KVM: VMX: Drop explicit zeroing of MSR guest values at vCPU creation
Sean Christopherson
1
-5
/
+1
2021-09-30
KVM: x86: Do not mark all registers as avail/dirty during RESET/INIT
Sean Christopherson
1
-0
/
+1
2021-09-30
KVM: nVMX: Reset vmxon_ptr upon VMXOFF emulation.
Vitaly Kuznetsov
1
-0
/
+1
2021-09-30
KVM: nVMX: Use INVALID_GPA for pointers used in nVMX.
Yu Zhang
1
-2
/
+2
2021-09-27
KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issue
Zhenzhong Duan
1
-1
/
+1
2021-09-22
KVM: x86: nVMX: re-evaluate emulation_required on nested VM exit
Maxim Levitsky
1
-4
/
+4
2021-09-22
KVM: x86: nVMX: don't fail nested VM entry on invalid guest state if !from_vm...
Maxim Levitsky
1
-1
/
+4
2021-09-22
KVM: x86: VMX: synthesize invalid VM exit when emulating invalid guest state
Maxim Levitsky
1
-3
/
+14
2021-09-22
KVM: nVMX: Filter out all unsupported controls when eVMCS was activated
Vitaly Kuznetsov
1
-4
/
+5
2021-09-06
KVM: VMX: avoid running vmx_handle_exit_irqoff in case of emulation
Maxim Levitsky
1
-0
/
+3
2021-08-20
KVM: x86: Allow CPU to force vendor-specific TDP level
Wei Huang
1
-1
/
+2
2021-08-13
KVM: VMX: Hide VMCS control calculators in vmx.c
Sean Christopherson
1
-3
/
+27
2021-08-13
KVM: VMX: Drop caching of KVM's desired sec exec controls for vmcs01
Sean Christopherson
1
-12
/
+8
2021-08-13
KVM: VMX: Reset DR6 only when KVM_DEBUGREG_WONT_EXIT
Paolo Bonzini
1
-0
/
+6
2021-08-13
KVM: X86: Set host DR6 only on VMX and for KVM_DEBUGREG_WONT_EXIT
Paolo Bonzini
1
-0
/
+4
2021-08-02
KVM: VMX: Move RESET-only VMWRITE sequences to init_vmcs()
Sean Christopherson
1
-15
/
+13
2021-08-02
KVM: VMX: Remove redundant write to set vCPU as active at RESET/INIT
Sean Christopherson
1
-2
/
+0
2021-08-02
KVM: VMX: Smush x2APIC MSR bitmap adjustments into single function
Sean Christopherson
1
-34
/
+21
2021-08-02
KVM: VMX: Remove unnecessary initialization of msr_bitmap_mode
Sean Christopherson
1
-1
/
+0
2021-08-02
KVM: VMX: Don't redo x2APIC MSR bitmaps when userspace filter is changed
Sean Christopherson
1
-1
/
+0
2021-08-02
KVM: nVMX: Remove obsolete MSR bitmap refresh at nested transitions
Sean Christopherson
1
-1
/
+1
2021-08-02
KVM: VMX: Remove obsolete MSR bitmap refresh at vCPU RESET/INIT
Sean Christopherson
1
-3
/
+0
2021-08-02
KVM: x86: Move setting of sregs during vCPU RESET/INIT to common x86
Sean Christopherson
1
-9
/
+0
2021-08-02
KVM: VMX: Don't _explicitly_ reconfigure user return MSRs on vCPU INIT
Sean Christopherson
1
-2
/
+2
2021-08-02
KVM: VMX: Refresh list of user return MSRs after setting guest CPUID
Sean Christopherson
1
-0
/
+2
2021-08-02
KVM: VMX: Skip pointless MSR bitmap update when setting EFER
Sean Christopherson
1
-9
/
+10
2021-08-02
KVM: nVMX: Don't evaluate "emulation required" on nested VM-Exit
Sean Christopherson
1
-4
/
+2
2021-08-02
KVM: VMX: Skip emulation required checks during pmode/rmode transitions
Sean Christopherson
1
-6
/
+12
2021-08-02
KVM: VMX: Process CR0.PG side effects after setting CR0 assets
Sean Christopherson
1
-11
/
+12
[next]