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
/
vmx.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+3
2020-03-31
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+0
2020-03-23
KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs()
Sean Christopherson
1
-1
/
+0
2020-03-16
KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd
Paolo Bonzini
1
-1
/
+1
2020-03-16
KVM: x86: Move VMX's host_efer to common x86 code
Sean Christopherson
1
-1
/
+0
2020-03-16
KVM: VMX: Add helpers to query Intel PT mode
Sean Christopherson
1
-2
/
+2
2020-02-23
KVM: nVMX: Emulate MTF when performing instruction emulation
Oliver Upton
1
-0
/
+3
2020-02-17
x86/cpu: Move prototype for get_umwait_control_msr() to a global location
Benjamin Thiel
1
-2
/
+0
2020-01-13
x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
Sean Christopherson
1
-1
/
+1
2019-12-04
kvm: vmx: Stop wasting a page for guest_msrs
Jim Mattson
1
-1
/
+7
2019-11-21
Merge branch 'kvm-tsx-ctrl' into HEAD
Paolo Bonzini
1
-0
/
+11
2019-11-15
KVM: nVMX: Add support for capturing highest observable L2 TSC
Aaron Lewis
1
-0
/
+5
2019-11-15
kvm: vmx: Rename NR_AUTOLOAD_MSRS to NR_LOADSTORE_MSRS
Aaron Lewis
1
-2
/
+2
2019-11-15
KVM: nVMX: Update vmcs01 TPR_THRESHOLD if L2 changed L1 TPR
Liran Alon
1
-0
/
+3
2019-11-12
KVM: VMX: Introduce pi_is_pir_empty() helper
Joao Martins
1
-0
/
+5
2019-11-12
KVM: VMX: Do not change PID.NDST when loading a blocked vCPU
Joao Martins
1
-0
/
+6
2019-09-24
KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL
Tao Xu
1
-0
/
+9
2019-09-10
KVM: VMX: Change ple_window type to unsigned int
Peter Xu
1
-1
/
+1
2019-06-18
KVM: VMX: Explicitly initialize controls shadow at VMCS allocation
Sean Christopherson
1
-5
/
+0
2019-06-18
KVM: nVMX: Don't reset VMCS controls shadow on VMCS switch
Sean Christopherson
1
-4
/
+0
2019-06-18
KVM: nVMX: Shadow VMCS controls on a per-VMCS basis
Sean Christopherson
1
-15
/
+7
2019-06-18
KVM: VMX: Shadow VMCS secondary execution controls
Sean Christopherson
1
-0
/
+2
2019-06-18
KVM: VMX: Shadow VMCS primary execution controls
Sean Christopherson
1
-0
/
+2
2019-06-18
KVM: VMX: Shadow VMCS pin controls
Sean Christopherson
1
-0
/
+2
2019-06-18
KVM: VMX: Add builder macros for shadowing controls
Sean Christopherson
1
-64
/
+36
2019-06-18
KVM: nVMX: Use adjusted pin controls for vmcs02
Sean Christopherson
1
-0
/
+1
2019-06-18
KVM: nVMX: Don't reread VMCS-agnostic state when switching VMCS
Sean Christopherson
1
-0
/
+1
2019-06-18
KVM: nVMX: Don't "put" vCPU or host state when switching VMCS
Sean Christopherson
1
-1
/
+2
2019-06-18
KVM: VMX: simplify vmx_prepare_switch_to_{guest,host}
Paolo Bonzini
1
-6
/
+12
2019-06-18
KVM: nVMX: Sync rarely accessed guest fields only when needed
Sean Christopherson
1
-0
/
+7
2019-06-18
KVM: nVMX: Use descriptive names for VMCS sync functions and flags
Sean Christopherson
1
-1
/
+1
2019-06-18
KVM: VMX: Store the host kernel's IDT base in a global variable
Sean Christopherson
1
-1
/
+0
2019-06-18
KVM: x86: move MSR_IA32_POWER_CTL handling to common code
Paolo Bonzini
1
-2
/
+0
2019-05-24
kvm: vmx: Fix -Wmissing-prototypes warnings
Yi Wang
1
-0
/
+1
2019-04-30
KVM/nVMX: Use kvm_vcpu_map for accessing the enlightened VMCS
KarimAllah Ahmed
1
-1
/
+1
2019-04-30
KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor table
KarimAllah Ahmed
1
-1
/
+1
2019-04-30
KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page
KarimAllah Ahmed
1
-1
/
+1
2019-04-30
KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmap
KarimAllah Ahmed
1
-0
/
+3
2019-04-30
KVM: VMX: Nop emulation of MSR_IA32_POWER_CTL
Liran Alon
1
-0
/
+2
2019-04-16
KVM: nVMX: allow tests to use bad virtual-APIC page address
Paolo Bonzini
1
-0
/
+2
2019-03-28
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
Sean Christopherson
1
-1
/
+0
2019-02-21
kvm: vmx: Add memcg accounting to KVM allocations
Ben Gardon
1
-2
/
+3
2019-02-21
kvm: vmx: Fix typos in vmentry/vmexit control setting
Yu Zhang
1
-3
/
+5
2019-02-21
KVM: x86: Sync the pending Posted-Interrupts
Luwei Kang
1
-6
/
+6
2019-02-12
KVM: VMX: Pass "launched" directly to the vCPU-run asm blob
Sean Christopherson
1
-1
/
+1
2019-02-12
KVM: nVMX: Cache host_rsp on a per-VMCS basis
Sean Christopherson
1
-1
/
+0
2018-12-21
KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routines
Sean Christopherson
1
-1
/
+0
2018-12-21
KVM: x86: Set intercept for Intel PT MSRs read/write
Chao Peng
1
-0
/
+1
2018-12-21
KVM: x86: Add Intel PT context switch for each vcpu
Chao Peng
1
-0
/
+21
2018-12-21
KVM: x86: Add Intel PT virtualization work mode
Chao Peng
1
-1
/
+8
[next]