index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-05
KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declaration
Miaohe Lin
1
-2
/
+0
2020-02-05
KVM: x86: Fix perfctr WRMSR for running counters
Eric Hankland
1
-5
/
+4
2020-02-05
x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g...
Vitaly Kuznetsov
3
-0
/
+58
2020-02-05
x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()
Vitaly Kuznetsov
3
-8
/
+41
2020-02-05
KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()
Sean Christopherson
1
-4
/
+4
2020-02-05
KVM: nVMX: delete meaningless nested_vmx_run() declaration
Miaohe Lin
1
-2
/
+0
2020-02-05
kvm: x86: hyperv: Use APICv update request interface
Suravee Suthikulpanit
1
-1
/
+2
2020-02-05
kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasons
Suravee Suthikulpanit
1
-0
/
+8
2020-02-05
KVM: x86: remove get_enable_apicv from kvm_x86_ops
Paolo Bonzini
1
-6
/
+0
2020-02-05
kvm: x86: Introduce APICv inhibit reason bits
Suravee Suthikulpanit
1
-0
/
+1
2020-01-31
Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-274
/
+247
2020-01-27
KVM: VMX: remove duplicated segment cache clear
Miaohe Lin
1
-2
/
+0
2020-01-27
KVM: nVMX: Check GUEST_DR7 on vmentry of nested guests
Krish Sadhukhan
1
-0
/
+4
2020-01-27
KVM: X86: Drop x86_set_memory_region()
Peter Xu
1
-2
/
+5
2020-01-27
KVM: X86: Don't take srcu lock in init_rmode_identity_map()
Peter Xu
1
-7
/
+3
2020-01-27
x86/kvm/hyper-v: remove stale evmcs_already_enabled check from nested_enable_...
Vitaly Kuznetsov
1
-5
/
+0
2020-01-27
KVM: x86: Perform non-canonical checks in 32-bit KVM
Sean Christopherson
1
-2
/
+0
2020-01-27
KVM: nVMX: WARN on failure to set IA32_PERF_GLOBAL_CTRL
Oliver Upton
1
-14
/
+4
2020-01-27
KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacks
Marios Pomonis
1
-8
/
+16
2020-01-27
KVM: x86: Protect exit_reason from being used in Spectre-v1/L1TF attacks
Marios Pomonis
1
-25
/
+32
2020-01-27
kvm/svm: PKU not currently supported
John Allen
2
-0
/
+6
2020-01-24
KVM: x86: Move kvm_vcpu_init() invocation to common code
Sean Christopherson
1
-13
/
+6
2020-01-24
KVM: x86: Move FPU allocation to common x86 code
Sean Christopherson
1
-24
/
+1
2020-01-24
KVM: x86: Allocate vcpu struct in common x86 code
Sean Christopherson
1
-16
/
+8
2020-01-24
KVM: VMX: Use direct vcpu pointer during vCPU create/free
Sean Christopherson
1
-20
/
+22
2020-01-24
KVM: VMX: Allocate VPID after initializing VCPU
Sean Christopherson
1
-3
/
+3
2020-01-24
KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL
Paolo Bonzini
1
-4
/
+3
2020-01-21
KVM: nVMX: vmread should not set rflags to specify success in case of #PF
Miaohe Lin
1
-1
/
+3
2020-01-21
KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declaration
Miaohe Lin
1
-3
/
+0
2020-01-21
KVM: x86: Refactor and rename bit() to feature_bit() macro
Sean Christopherson
1
-21
/
+21
2020-01-21
KVM: x86: Drop special XSAVE handling from guest_cpuid_has()
Sean Christopherson
1
-0
/
+1
2020-01-21
KVM: VMX: Add helper to consolidate up PT/RTIT WRMSR fault logic
Sean Christopherson
1
-24
/
+31
2020-01-21
KVM: VMX: Add non-canonical check on writes to RTIT address MSRs
Sean Christopherson
1
-0
/
+2
2020-01-21
KVM: Fix some writing mistakes
Miaohe Lin
1
-1
/
+1
2020-01-21
KVM: Fix some comment typos and missing parentheses
Miaohe Lin
2
-2
/
+2
2020-01-21
KVM: Fix some out-dated function names in comment
Miaohe Lin
2
-3
/
+3
2020-01-21
KVM: Fix some wrong function names in comment
Miaohe Lin
1
-1
/
+1
2020-01-21
KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
Wanpeng Li
1
-3
/
+11
2020-01-13
KVM: VMX: Check for full VMX support when verifying CPU compatibility
Sean Christopherson
1
-0
/
+6
2020-01-13
KVM: VMX: Use VMX feature flag to query BIOS enabling
Sean Christopherson
1
-25
/
+2
2020-01-13
KVM: VMX: Drop initialization of IA32_FEAT_CTL MSR
Sean Christopherson
1
-29
/
+19
2020-01-13
x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
Sean Christopherson
3
-26
/
+26
2020-01-08
kvm: nVMX: Aesthetic cleanup of handle_vmread and handle_vmwrite
Jim Mattson
1
-36
/
+34
2020-01-08
kvm: nVMX: VMWRITE checks unsupported field before read-only field
Jim Mattson
1
-5
/
+6
2020-01-08
kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS field
Jim Mattson
1
-34
/
+25
2020-01-08
KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTING
Xiaoyao Li
2
-7
/
+7
2020-01-08
KVM: VMX: Rename NMI_PENDING to NMI_WINDOW
Xiaoyao Li
2
-8
/
+8
2020-01-08
KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOW
Xiaoyao Li
2
-11
/
+11
2020-01-08
KVM: vmx: remove unreachable statement in vmx_get_msr_feature()
Miaohe Lin
1
-2
/
+0
2019-12-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-11
/
+9
[next]