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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-18
KVM: nVMX: Don't update GUEST_BNDCFGS if it's clean in HV eVMCS
Sean Christopherson
1
-4
/
+4
2019-06-18
KVM: nVMX: Update vmcs12 for MSR_IA32_DEBUGCTLMSR when it's written
Sean Christopherson
2
-3
/
+9
2019-06-18
KVM: nVMX: Update vmcs12 for SYSENTER MSRs when they're written
Sean Christopherson
2
-3
/
+10
2019-06-18
KVM: nVMX: Update vmcs12 for MSR_IA32_CR_PAT when it's written
Sean Christopherson
2
-4
/
+4
2019-06-18
KVM: nVMX: Don't speculatively write APIC-access page address
Sean Christopherson
1
-8
/
+0
2019-06-18
KVM: nVMX: Don't speculatively write virtual-APIC page address
Sean Christopherson
1
-13
/
+8
2019-06-18
KVM: nVMX: Don't dump VMCS if virtual APIC page can't be mapped
Sean Christopherson
1
-3
/
+0
2019-06-18
KVM: nVMX: Don't reread VMCS-agnostic state when switching VMCS
Sean Christopherson
3
-6
/
+15
2019-06-18
KVM: nVMX: Don't "put" vCPU or host state when switching VMCS
Sean Christopherson
3
-26
/
+53
2019-06-18
KVM: VMX: simplify vmx_prepare_switch_to_{guest,host}
Paolo Bonzini
2
-19
/
+25
2019-06-18
KVM: nVMX: Don't rewrite GUEST_PML_INDEX during nested VM-Entry
Sean Christopherson
1
-11
/
+10
2019-06-18
KVM: nVMX: Write ENCLS-exiting bitmap once per vmcs02
Sean Christopherson
1
-3
/
+3
2019-06-18
KVM: nVMX: Always sync GUEST_BNDCFGS when it comes from vmcs01
Sean Christopherson
1
-7
/
+6
2019-06-18
KVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT with bad value
Sean Christopherson
1
-2
/
+3
2019-06-18
KVM: nVMX: Rename prepare_vmcs02_*_full to prepare_vmcs02_*_rare
Paolo Bonzini
1
-4
/
+4
2019-06-18
KVM: nVMX: Sync rarely accessed guest fields only when needed
Sean Christopherson
2
-20
/
+127
2019-06-18
KVM: nVMX: Add helpers to identify shadowed VMCS fields
Sean Christopherson
2
-31
/
+44
2019-06-18
KVM: nVMX: Use descriptive names for VMCS sync functions and flags
Sean Christopherson
4
-18
/
+18
2019-06-18
KVM: nVMX: Lift sync_vmcs12() out of prepare_vmcs12()
Sean Christopherson
1
-7
/
+3
2019-06-18
KVM: nVMX: Track vmcs12 offsets for shadowed VMCS fields
Sean Christopherson
3
-119
/
+108
2019-06-18
KVM: nVMX: Intercept VMWRITEs to GUEST_{CS,SS}_AR_BYTES
Sean Christopherson
2
-2
/
+17
2019-06-18
KVM: nVMX: Intercept VMWRITEs to read-only shadow VMCS fields
Sean Christopherson
1
-41
/
+31
2019-06-18
KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fn
Sean Christopherson
1
-15
/
+18
2019-06-18
KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor code
Sean Christopherson
1
-0
/
+4
2019-06-18
KVM: VMX: Store the host kernel's IDT base in a global variable
Sean Christopherson
2
-6
/
+7
2019-06-18
KVM: VMX: Read cached VM-Exit reason to detect external interrupt
Sean Christopherson
2
-29
/
+39
2019-06-18
kvm: nVMX: small cleanup in handle_exception
Paolo Bonzini
1
-5
/
+2
2019-06-18
KVM: VMX: Fix handling of #MC that occurs during VM-Entry
Sean Christopherson
1
-12
/
+8
2019-06-18
KVM: x86: move MSR_IA32_POWER_CTL handling to common code
Paolo Bonzini
2
-8
/
+0
2019-06-18
kvm: vmx: segment limit check: use access length
Eugene Korenevsky
3
-14
/
+19
2019-06-18
kvm: vmx: fix limit checking in get_vmx_mem_address()
Eugene Korenevsky
1
-1
/
+1
2019-06-18
KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15
Liran Alon
1
-2
/
+2
2019-06-13
KVM: nVMX: use correct clean fields when copying from eVMCS
Vitaly Kuznetsov
1
-2
/
+2
2019-06-05
KVM: VMX: remove unneeded 'asm volatile ("")' from vmcs_write64
Uros Bizjak
1
-1
/
+0
2019-06-05
x86/kvm/VMX: drop bad asm() clobber from nested_vmx_check_vmentry_hw()
Jan Beulich
1
-1
/
+1
2019-06-04
KVM: X86: Provide a capability to disable cstate msr read intercepts
Wanpeng Li
1
-0
/
+6
2019-06-04
KVM: Directly return result from kvm_arch_check_processor_compat()
Sean Christopherson
1
-4
/
+4
2019-06-04
KVM: LAPIC: Optimize timer latency further
Wanpeng Li
1
-0
/
+4
2019-05-24
KVM: x86/pmu: do not mask the value that is written to fixed PMUs
Paolo Bonzini
1
-5
/
+8
2019-05-24
KVM: x86/pmu: mask the result of rdpmc according to the width of the counters
Paolo Bonzini
1
-4
/
+9
2019-05-24
KVM: x86: do not spam dmesg with VMCS/VMCB dumps
Paolo Bonzini
1
-7
/
+19
2019-05-24
kvm: vmx: Fix -Wmissing-prototypes warnings
Yi Wang
1
-0
/
+1
2019-05-24
KVM: nVMX: Fix using __this_cpu_read() in preemptible context
Wanpeng Li
1
-2
/
+2
2019-05-24
KVM: nVMX: Clear nested_run_pending if setting nested state fails
Sean Christopherson
1
-12
/
+17
2019-05-24
KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATE
Paolo Bonzini
1
-1
/
+1
2019-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-249
/
+210
2019-05-16
Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"
Sean Christopherson
1
-25
/
+0
2019-05-15
KVM: nVMX: Disable intercept for FS/GS base MSRs in vmcs02 when possible
Sean Christopherson
1
-22
/
+25
2019-05-14
Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+5
2019-05-08
kvm: nVMX: Set nested_run_pending in vmx_set_nested_state after checks complete
Aaron Lewis
1
-4
/
+6
[prev]
[next]