index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
2024-02-19
KVM/VMX: Move VERW closer to VMentry for MDS mitigation
Pawan Gupta
2024-02-19
KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
Sean Christopherson
2024-02-19
x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
Pawan Gupta
2024-02-14
Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...
Paolo Bonzini
2024-02-14
Merge tag 'kvm-x86-fixes-6.8-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
2024-02-05
KVM: x86: Fix KVM_GET_MSRS stack info leak
Mathias Krause
2024-02-02
KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrl
Mingwei Zhang
2024-02-01
KVM: x86: Make gtod_is_based_on_tsc() return 'bool'
Vitaly Kuznetsov
2024-01-31
KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratum
Maciej S. Szmigiero
2024-01-31
KVM: x86: Check irqchip mode before create PIT
Tengfei Yu
2024-01-31
KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpu
Prasad Pandit
2024-01-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-01-08
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-08
Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-01-08
Merge tag 'kvm-x86-mmu-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
Merge tag 'kvm-x86-xen-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
Merge tag 'kvm-x86-svm-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
Merge tag 'kvm-x86-lam-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
Merge tag 'kvm-x86-pmu-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
Merge tag 'kvm-x86-misc-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
Merge tag 'kvm-x86-hyperv-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
KVM: x86: add missing "depends on KVM"
Paolo Bonzini
2024-01-08
KVM: introduce CONFIG_KVM_COMMON
Paolo Bonzini
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
2024-01-02
Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2024-01-02
Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
2023-12-13
KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guests
Michael Roth
2023-12-08
KVM: remove CONFIG_HAVE_KVM_IRQFD
Paolo Bonzini
2023-12-08
KVM: remove CONFIG_HAVE_KVM_EVENTFD
Paolo Bonzini
2023-12-08
KVM: SVM: Update EFER software model on CR0 trap for SEV-ES
Sean Christopherson
2023-12-08
Merge tag 'kvm-x86-fixes-6.7-rcN' of https://github.com/kvm-x86/linux into kv...
Paolo Bonzini
2023-12-07
KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
Paul Durrant
2023-12-07
KVM: nSVM: Hide more stuff under CONFIG_KVM_HYPERV/CONFIG_HYPERV
Vitaly Kuznetsov
2023-12-07
KVM: nVMX: Hide more stuff under CONFIG_KVM_HYPERV
Vitaly Kuznetsov
2023-12-07
KVM: nVMX: Introduce accessor to get Hyper-V eVMCS pointer
Vitaly Kuznetsov
2023-12-07
KVM: nVMX: Introduce helpers to check if Hyper-V evmptr12 is valid/set
Vitaly Kuznetsov
2023-12-07
KVM: x86: Make Hyper-V emulation optional
Vitaly Kuznetsov
2023-12-07
KVM: nVMX: Move guest_cpuid_has_evmcs() to hyperv.h
Vitaly Kuznetsov
2023-12-07
KVM: nVMX: Split off helper for emulating VMCLEAR on Hyper-V eVMCS
Vitaly Kuznetsov
2023-12-07
KVM: x86: Introduce helper to handle Hyper-V paravirt TLB flush requests
Vitaly Kuznetsov
2023-12-07
KVM: VMX: Split off hyperv_evmcs.{ch}
Vitaly Kuznetsov
2023-12-07
KVM: x86: Introduce helper to check if vector is set in Hyper-V SynIC
Vitaly Kuznetsov
2023-12-07
KVM: x86: Introduce helper to check if auto-EOI is set in Hyper-V SynIC
Vitaly Kuznetsov
2023-12-07
KVM: VMX: Split off vmx_onhyperv.{ch} from hyperv.{ch}
Vitaly Kuznetsov
2023-12-07
KVM: x86: Move Hyper-V partition assist page out of Hyper-V emulation context
Vitaly Kuznetsov
2023-12-07
KVM: x86/xen: Remove unneeded xen context from kvm_arch when !CONFIG_KVM_XEN
Vitaly Kuznetsov
2023-12-01
KVM: x86: Remove 'return void' expression for 'void function'
Like Xu
2023-12-01
KVM: Set file_operations.owner appropriately for all such structures
Sean Christopherson
[next]