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-07-02
KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCS
Liran Alon
1
-9
/
+16
2019-07-02
KVM: nVMX: Allow restore nested-state to enable eVMCS when vCPU in SMM
Liran Alon
1
-1
/
+4
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-8
/
+2
2019-06-20
KVM: nVMX: reorganize initial steps of vmx_set_nested_state
Paolo Bonzini
1
-11
/
+15
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
2
-8
/
+2
2019-06-19
KVM: x86: Modify struct kvm_nested_state to have explicit fields for data
Liran Alon
2
-37
/
+47
2019-06-13
KVM: nVMX: use correct clean fields when copying from eVMCS
Vitaly Kuznetsov
1
-2
/
+2
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
2019-05-08
KVM: nVMX: KVM_SET_NESTED_STATE - Tear down old EVMCS state before setting ne...
Aaron Lewis
1
-3
/
+3
2019-05-07
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2019-05-01
KVM: nVMX: Fix size checks in vmx_set_nested_state
Jim Mattson
1
-2
/
+2
2019-04-30
KVM: x86: use direct accessors for RIP and RSP
Paolo Bonzini
1
-6
/
+6
2019-04-30
KVM: VMX: Use accessors for GPRs outside of dedicated caching logic
Sean Christopherson
2
-10
/
+8
2019-04-30
KVM: x86: Omit caching logic for always-available GPRs
Sean Christopherson
1
-1
/
+1
2019-04-30
KVM/nVMX: Use page_address_valid in a few more locations
KarimAllah Ahmed
1
-3
/
+3
2019-04-30
KVM/nVMX: Use kvm_vcpu_map for accessing the enlightened VMCS
KarimAllah Ahmed
2
-10
/
+6
2019-04-30
KVM/nVMX: Use kvm_vcpu_map for accessing the shadow VMCS
KarimAllah Ahmed
1
-13
/
+12
2019-04-30
KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor table
KarimAllah Ahmed
2
-32
/
+13
2019-04-30
KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page
KarimAllah Ahmed
3
-24
/
+13
2019-04-30
KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmap
KarimAllah Ahmed
2
-6
/
+8
2019-04-30
X86/nVMX: handle_vmptrld: Use kvm_vcpu_map when copying VMCS12 from guest memory
KarimAllah Ahmed
1
-8
/
+7
2019-04-30
X86/nVMX: Update the PML table without mapping and unmapping the page
KarimAllah Ahmed
1
-9
/
+5
2019-04-30
X86/nVMX: handle_vmon: Read 4 bytes from guest memory
KarimAllah Ahmed
1
-11
/
+3
2019-04-30
KVM: VMX: Include architectural defs header in capabilities.h
Sean Christopherson
1
-0
/
+2
2019-04-30
KVM: vmx: clean up some debug output
Dan Carpenter
1
-2
/
+2
2019-04-30
KVM: VMX: Skip delta_tsc shift-and-divide if the dividend is zero
Sean Christopherson
1
-3
/
+2
2019-04-30
KVM: lapic: Refactor ->set_hv_timer to use an explicit expired param
Sean Christopherson
1
-2
/
+4
2019-04-30
KVM: VMX: Nop emulation of MSR_IA32_POWER_CTL
Liran Alon
2
-0
/
+8
2019-04-30
KVM: x86: Add support of clear Trace_ToPA_PMI status
Luwei Kang
1
-1
/
+7
2019-04-27
KVM: VMX: Move RSB stuffing to before the first RET after VM-Exit
Rick Edgecombe
2
-3
/
+12
2019-04-18
KVM: lapic: Track lapic timer advance per vCPU
Sean Christopherson
1
-1
/
+3
2019-04-16
KVM: nVMX: Return -EINVAL when signaling failure in VM-Entry helpers
Sean Christopherson
1
-12
/
+12
2019-04-16
KVM: nVMX: Return -EINVAL when signaling failure in pre-VM-Entry helpers
Paolo Bonzini
1
-21
/
+7
2019-04-16
KVM: nVMX: Rename and split top-level consistency checks to match SDM
Sean Christopherson
1
-14
/
+25
2019-04-16
KVM: nVMX: Move guest non-reg state checks to VM-Exit path
Sean Christopherson
1
-15
/
+15
2019-04-16
kvm: nVMX: Check "load IA32_PAT" VM-entry control on vmentry
Krish Sadhukhan
1
-0
/
+4
2019-04-16
kvm: nVMX: Check "load IA32_PAT" VM-exit control on vmentry
Krish Sadhukhan
1
-0
/
+4
2019-04-16
KVM: x86: optimize check for valid PAT value
Paolo Bonzini
1
-1
/
+1
2019-04-16
KVM: x86: clear VM_EXIT_SAVE_IA32_PAT
Paolo Bonzini
1
-1
/
+0
[next]