index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
2020-04-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-04-08
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2020-04-07
KVM: VMX: fix crash cleanup when KVM wasn't used
Vitaly Kuznetsov
2020-04-07
KVM: X86: Filter out the broadcast dest for IPI fastpath
Wanpeng Li
2020-04-07
KVM: nVMX: don't clear mtf_pending when nested events are blocked
Oliver Upton
2020-04-07
KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenter
Uros Bizjak
2020-04-03
KVM: SVM: Split svm_vcpu_run inline assembly to separate file
Uros Bizjak
2020-04-03
KVM: SVM: Move SEV code to separate file
Joerg Roedel
2020-04-03
KVM: SVM: Move AVIC code to separate file
Joerg Roedel
2020-04-03
KVM: SVM: Move Nested SVM Implementation to nested.c
Joerg Roedel
2020-04-03
kVM SVM: Move SVM related files to own sub-directory
Joerg Roedel
2020-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-04-02
x86/kvm: fix a missing-prototypes "vmread_error"
Qian Cai
2020-04-01
vhost: refine vhost and vringh kconfig
Jason Wang
2020-03-31
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-31
KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=y
Sean Christopherson
2020-03-31
KVM: VMX: Add a trampoline to fix VMREAD error handling
Sean Christopherson
2020-03-31
KVM: SVM: Annotate svm_x86_ops as __initdata
Sean Christopherson
2020-03-31
KVM: VMX: Annotate vmx_x86_ops as __initdata
Sean Christopherson
2020-03-31
KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()
Sean Christopherson
2020-03-31
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
Sean Christopherson
2020-03-31
KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes
Sean Christopherson
2020-03-31
KVM: VMX: Configure runtime hooks using vmx_x86_ops
Sean Christopherson
2020-03-31
KVM: VMX: Move hardware_setup() definition below vmx_x86_ops
Sean Christopherson
2020-03-31
KVM: x86: Move init-only kvm_x86_ops to separate struct
Sean Christopherson
2020-03-31
KVM: Pass kvm_init()'s opaque param to additional arch funcs
Sean Christopherson
2020-03-31
Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2020-03-30
Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-03-30
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-03-28
Merge branch 'next.uaccess-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Thomas Gleixner
2020-03-26
KVM: X86: Micro-optimize IPI fastpath delay
Wanpeng Li
2020-03-26
KVM: X86: Delay read msr data iff writes ICR MSR
Wanpeng Li
2020-03-26
KVM: X86: Narrow down the IPI fastpath to single target IPI
Wanpeng Li
2020-03-25
Merge branch 'x86/cpu' into perf/core, to resolve conflict
Ingo Molnar
2020-03-24
x86/kvm: Convert to new CPU match macros
Thomas Gleixner
2020-03-24
x86/devicetable: Move x86 specific macro out of generic code
Thomas Gleixner
2020-03-24
KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timer
Wanpeng Li
2020-03-23
KVM: VMX: Gracefully handle faults on VMXON
Sean Christopherson
2020-03-23
KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs()
Sean Christopherson
2020-03-23
KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support
Sean Christopherson
2020-03-23
KVM: x86: Expose fast short REP MOV for supported cpuid
Zhenyu Wang
2020-03-23
KVM: VMX: don't allow memory operands for inline asm that modifies SP
Nick Desaulniers
2020-03-23
KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interru...
He Zhe
2020-03-23
KVM: SVM: Issue WBINVD after deactivating an SEV guest
Tom Lendacky
2020-03-20
KVM: SVM: document KVM_MEM_ENCRYPT_OP, let userspace detect if SEV is available
Paolo Bonzini
2020-03-20
KVM: x86: remove bogus user-triggerable WARN_ON
Paolo Bonzini
2020-03-18
KVM: x86: Code style cleanup in kvm_arch_dev_ioctl()
Xiaoyao Li
2020-03-18
KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf values
Sean Christopherson
2020-03-18
KVM: x86: Add requested index to the CPUID tracepoint
Sean Christopherson
2020-03-18
KVM: nSVM: check for EFER.SVME=1 before entering guest
Paolo Bonzini
[next]