开源镜像站
帮助
动态
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
Age
Commit message (
Expand
)
Author
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-10
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-02-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-02-10
x86/mm: Make set_pmd_at() paravirt aware
Juergen Gross
2019-02-08
x86/mm/cpa: Fix set_mce_nospec()
Peter Zijlstra
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-02-06
x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 setting
Kirill A. Shutemov
2019-02-04
perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()
Peter Zijlstra
2019-02-04
perf/x86/intel/uncore: Add Node ID mask
Kan Liang
2019-02-03
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-02-03
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-02-03
x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()
Tony Luck
2019-02-02
x86/resctrl: Avoid confusion over the new X86_RESCTRL config
Johannes Weiner
2019-02-01
x86_64: increase stack size for KASAN_EXTRA
Qian Cai
2019-02-01
x86/kexec: Don't setup EFI info if EFI runtime is not enabled
Kairui Song
2019-02-01
x86: explicitly align IO accesses in memcpy_{to,from}io
Linus Torvalds
2019-01-31
x86/microcode/amd: Don't falsely trick the late loading mechanism
Thomas Lendacky
2019-01-30
cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM
Josh Poimboeuf
2019-01-29
x86/fault: Fix sign-extend unintended sign extension
Colin Ian King
2019-01-29
x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...
Wei Huang
2019-01-29
x86/cpu: Add Atom Tremont (Jacobsville)
Kan Liang
2019-01-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-01-27
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-01-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
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
[prev]
[next]