开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
2019-02-20
KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routine
Sean Christopherson
2019-02-20
KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI reg
Sean Christopherson
2019-02-20
KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regs
Sean Christopherson
2019-02-20
KVM: VMX: Use RAX as the scratch register during vCPU-run
Sean Christopherson
2019-02-20
KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()
Sean Christopherson
2019-02-20
KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()
Sean Christopherson
2019-02-20
KVM: VMX: Move vCPU-run code to a proper assembly routine
Sean Christopherson
2019-02-20
KVM: VMX: Create a stack frame in vCPU-run
Sean Christopherson
2019-02-20
KVM: VMX: Use #defines in place of immediates in VM-Enter inline asm
Sean Christopherson
2019-02-14
kvm: vmx: Fix entry number check for add_atomic_switch_msr()
Xiaoyao Li
2019-02-14
KVM: x86: Recompute PID.ON when clearing PID.SN
Luwei Kang
2019-02-13
KVM: nVMX: Restore a preemption timer consistency check
Sean Christopherson
2019-02-12
x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is available
Vitaly Kuznetsov
2019-02-12
KVM: VMX: Use vcpu->arch.regs directly when saving/loading guest state
Sean Christopherson
2019-02-12
KVM: VMX: Don't save guest registers after VM-Fail
Sean Christopherson
2019-02-12
KVM: VMX: Invert the ordering of saving guest/host scratch reg at VM-Enter
Sean Christopherson
2019-02-12
KVM: VMX: Pass "launched" directly to the vCPU-run asm blob
Sean Christopherson
2019-02-12
KVM: VMX: Update VMCS.HOST_RSP via helper C function
Sean Christopherson
2019-02-12
KVM: VMX: Load/save guest CR2 via C code in __vmx_vcpu_run()
Sean Christopherson
2019-02-12
KVM: nVMX: Cache host_rsp on a per-VMCS basis
Sean Christopherson
2019-02-12
KVM: nVMX: Let the compiler select the reg for holding HOST_RSP
Sean Christopherson
2019-02-12
KVM: nVMX: Reference vmx->loaded_vmcs->launched directly
Sean Christopherson
2019-02-12
KVM: nVMX: Capture VM-Fail via CC_{SET,OUT} in nested early checks
Sean Christopherson
2019-02-12
KVM: nVMX: Capture VM-Fail to a local var in nested_vmx_check_vmentry_hw()
Sean Christopherson
2019-02-12
KVM: nVMX: Explicitly reference the scratch reg in nested early checks
Sean Christopherson
2019-02-12
KVM: nVMX: Drop STACK_FRAME_NON_STANDARD from nested_vmx_check_vmentry_hw()
Sean Christopherson
2019-02-12
KVM: nVMX: Remove a rogue "rax" clobber from nested_vmx_check_vmentry_hw()
Sean Christopherson
2019-02-12
KVM: VMX: Let the compiler save/load RDX during vCPU-run
Sean Christopherson
2019-02-12
KVM: VMX: Manually load RDX in vCPU-run asm blob
Sean Christopherson
2019-02-12
KVM: VMX: Save RSI to an unused output in the vCPU-run asm blob
Sean Christopherson
2019-02-12
KVM: VMX: Modify only RSP when creating a placeholder for guest's RCX
Sean Christopherson
2019-02-12
KVM: VMX: Zero out *all* general purpose registers after VM-Exit
Sean Christopherson
2019-02-12
KVM: nVMX: Check a single byte for VMCS "launched" in nested early checks
Sean Christopherson
2019-02-12
KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-run
Sean Christopherson
2019-02-07
KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...
Peter Shier
2019-02-07
KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)
Paolo Bonzini
2019-01-30
cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM
Josh Poimboeuf
2019-01-25
KVM: x86: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-01-25
KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search paths
Masahiro Yamada
2019-01-25
x86/kvm/hyper-v: nested_enable_evmcs() sets vmcs_version incorrectly
Vitaly Kuznetsov
2019-01-25
KVM: VMX: Move vmx_vcpu_run()'s VM-Enter asm blob to a helper function
Sean Christopherson
2019-01-25
kvm: vmx: fix some -Wmissing-prototypes warnings
Yi Wang
2019-01-25
KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...
Vitaly Kuznetsov
2019-01-25
svm: Fix AVIC incomplete IPI emulation
Suravee Suthikulpanit
2019-01-25
svm: Add warning message for AVIC IPI invalid target
Suravee Suthikulpanit
2019-01-25
KVM: x86: Fix PV IPIs for 32-bit KVM host
Sean Christopherson
2019-01-25
x86/kvm/hyper-v: recommend using eVMCS only when it is enabled
Vitaly Kuznetsov
2019-01-25
x86/kvm/hyper-v: don't recommend doing reset via synthetic MSR
Vitaly Kuznetsov
2019-01-25
kvm: x86/vmx: Use kzalloc for cached_vmcs12
Tom Roeder
2019-01-25
KVM: VMX: Use the correct field var when clearing VM_ENTRY_LOAD_IA32_PERF_GLO...
Sean Christopherson
[prev]
[next]