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-02-21
kvm: vmx: Fix typos in vmentry/vmexit control setting
Yu Zhang
1
-3
/
+5
2019-02-21
KVM: x86: cleanup freeing of nested state
Paolo Bonzini
2
-7
/
+6
2019-02-21
KVM: x86: Sync the pending Posted-Interrupts
Luwei Kang
2
-21
/
+17
2019-02-21
KVM: nVMX: remove useless is_protmode check
Paolo Bonzini
1
-1
/
+1
2019-02-21
KVM: nVMX: Ignore limit checks on VMX instructions using flat segments
Sean Christopherson
1
-3
/
+9
2019-02-21
KVM: nVMX: Apply addr size mask to effective address for VMX instructions
Sean Christopherson
1
-2
/
+23
2019-02-21
KVM: nVMX: Sign extend displacements of VMX instr's mem operands
Sean Christopherson
1
-0
/
+4
2019-02-21
KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flow
Sean Christopherson
1
-7
/
+6
2019-02-21
KVM: VMX: Call vCPU-run asm sub-routine from C and remove clobbering
Sean Christopherson
1
-15
/
+4
2019-02-21
KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routine
Sean Christopherson
2
-4
/
+22
2019-02-21
KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI reg
Sean Christopherson
2
-12
/
+12
2019-02-21
KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regs
Sean Christopherson
2
-8
/
+10
2019-02-21
KVM: VMX: Use RAX as the scratch register during vCPU-run
Sean Christopherson
1
-38
/
+38
2019-02-21
KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()
Sean Christopherson
2
-4
/
+4
2019-02-21
KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()
Sean Christopherson
1
-32
/
+27
2019-02-21
KVM: VMX: Move vCPU-run code to a proper assembly routine
Sean Christopherson
2
-137
/
+145
2019-02-21
KVM: VMX: Create a stack frame in vCPU-run
Sean Christopherson
1
-1
/
+1
2019-02-21
KVM: VMX: Use #defines in place of immediates in VM-Enter inline asm
Sean Christopherson
1
-52
/
+61
2019-02-14
kvm: vmx: Fix entry number check for add_atomic_switch_msr()
Xiaoyao Li
1
-1
/
+2
2019-02-14
KVM: x86: Recompute PID.ON when clearing PID.SN
Luwei Kang
2
-20
/
+16
2019-02-13
KVM: nVMX: Restore a preemption timer consistency check
Sean Christopherson
1
-0
/
+4
2019-02-12
x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is available
Vitaly Kuznetsov
1
-3
/
+5
2019-02-12
KVM: VMX: Use vcpu->arch.regs directly when saving/loading guest state
Sean Christopherson
1
-24
/
+29
2019-02-12
KVM: VMX: Don't save guest registers after VM-Fail
Sean Christopherson
1
-12
/
+23
2019-02-12
KVM: VMX: Invert the ordering of saving guest/host scratch reg at VM-Enter
Sean Christopherson
1
-5
/
+7
2019-02-12
KVM: VMX: Pass "launched" directly to the vCPU-run asm blob
Sean Christopherson
2
-8
/
+7
2019-02-12
KVM: VMX: Update VMCS.HOST_RSP via helper C function
Sean Christopherson
1
-25
/
+26
2019-02-12
KVM: VMX: Load/save guest CR2 via C code in __vmx_vcpu_run()
Sean Christopherson
1
-11
/
+5
2019-02-12
KVM: nVMX: Cache host_rsp on a per-VMCS basis
Sean Christopherson
4
-26
/
+13
2019-02-12
KVM: nVMX: Let the compiler select the reg for holding HOST_RSP
Sean Christopherson
1
-3
/
+3
2019-02-12
KVM: nVMX: Reference vmx->loaded_vmcs->launched directly
Sean Christopherson
1
-4
/
+3
2019-02-12
KVM: nVMX: Capture VM-Fail via CC_{SET,OUT} in nested early checks
Sean Christopherson
1
-3
/
+3
2019-02-12
KVM: nVMX: Capture VM-Fail to a local var in nested_vmx_check_vmentry_hw()
Sean Christopherson
1
-6
/
+10
2019-02-12
KVM: nVMX: Explicitly reference the scratch reg in nested early checks
Sean Christopherson
1
-1
/
+1
2019-02-12
KVM: nVMX: Drop STACK_FRAME_NON_STANDARD from nested_vmx_check_vmentry_hw()
Sean Christopherson
1
-2
/
+0
2019-02-12
KVM: nVMX: Remove a rogue "rax" clobber from nested_vmx_check_vmentry_hw()
Sean Christopherson
1
-1
/
+1
2019-02-12
KVM: VMX: Let the compiler save/load RDX during vCPU-run
Sean Christopherson
1
-4
/
+4
2019-02-12
KVM: VMX: Manually load RDX in vCPU-run asm blob
Sean Christopherson
1
-1
/
+3
2019-02-12
KVM: VMX: Save RSI to an unused output in the vCPU-run asm blob
Sean Christopherson
1
-1
/
+1
2019-02-12
KVM: VMX: Modify only RSP when creating a placeholder for guest's RCX
Sean Christopherson
1
-1
/
+1
2019-02-12
KVM: VMX: Zero out *all* general purpose registers after VM-Exit
Sean Christopherson
1
-3
/
+11
2019-02-12
KVM: nVMX: Check a single byte for VMCS "launched" in nested early checks
Sean Christopherson
1
-1
/
+1
2019-02-12
KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-run
Sean Christopherson
1
-1
/
+1
2019-02-07
KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...
Peter Shier
1
-0
/
+1
2019-01-30
cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM
Josh Poimboeuf
1
-1
/
+2
2019-01-25
KVM: x86: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-2
/
+2
2019-01-25
x86/kvm/hyper-v: nested_enable_evmcs() sets vmcs_version incorrectly
Vitaly Kuznetsov
1
-3
/
+4
2019-01-25
KVM: VMX: Move vmx_vcpu_run()'s VM-Enter asm blob to a helper function
Sean Christopherson
1
-66
/
+73
2019-01-25
kvm: vmx: fix some -Wmissing-prototypes warnings
Yi Wang
2
-2
/
+2
2019-01-25
kvm: x86/vmx: Use kzalloc for cached_vmcs12
Tom Roeder
1
-4
/
+8
[prev]
[next]