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
2024-07-15
Merge tag 'x86_alternatives_for_v6.11_rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2024-07-01
x86/alternatives, kvm: Fix a couple of CALLs without a frame pointer
Borislav Petkov (AMD)
2024-06-21
KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT guests
Michael Roth
2024-06-20
KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes
Sean Christopherson
2024-06-05
KVM: x86/mmu: Don't save mmu_invalidate_seq after checking private attr
Tao Su
2024-06-03
Merge branch 'kvm-fixes-6.10-1' into HEAD
Paolo Bonzini
2024-06-03
KVM: x86: Drop support for hand tuning APIC timer advancement from userspace
Sean Christopherson
2024-06-03
KVM: SEV-ES: Delegate LBR virtualization to the processor
Ravi Bangoria
2024-06-03
KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent
Ravi Bangoria
2024-06-03
KVM: SEV-ES: Prevent MSR access post VMSA encryption
Nikunj A Dadhania
2024-05-23
KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked
Sean Christopherson
2024-05-23
KVM: x86: Force KVM_WERROR if the global WERROR is enabled
Sean Christopherson
2024-05-23
KVM: x86: Disable KVM_INTEL_PROVE_VE by default
Sean Christopherson
2024-05-23
KVM: x86/mmu: Print SPTEs on unexpected #VE
Sean Christopherson
2024-05-23
KVM: VMX: Dump VMCS on unexpected #VE
Sean Christopherson
2024-05-23
KVM: x86/mmu: Add sanity checks that KVM doesn't create EPT #VE SPTEs
Sean Christopherson
2024-05-23
KVM: nVMX: Always handle #VEs in L0 (never forward #VEs from L2 to L1)
Sean Christopherson
2024-05-23
KVM: nVMX: Initialize #VE info page for vmcs02 when proving #VE support
Sean Christopherson
2024-05-23
KVM: VMX: Don't kill the VM on an unexpected #VE
Sean Christopherson
2024-05-23
KVM: x86/mmu: Use SHADOW_NONPRESENT_VALUE for atomic zap in TDP MMU
Isaku Yamahata
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
2024-05-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-05-12
Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-12
Merge tag 'kvm-x86-mmu-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-12
Merge tag 'kvm-x86-vmx-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-10
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2024-05-10
Merge branch 'kvm-sev-es-ghcbv2' into HEAD
Paolo Bonzini
2024-05-10
Merge branch 'kvm-coco-pagefault-prep' into HEAD
Paolo Bonzini
2024-05-10
Merge branch 'kvm-vmx-ve' into HEAD
Paolo Bonzini
2024-05-07
KVM: SEV: Allow per-guest configuration of GHCB protocol version
Michael Roth
2024-05-07
KVM: SEV: Add GHCB handling for termination requests
Michael Roth
2024-05-07
KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
Brijesh Singh
2024-05-07
KVM: SEV: Add support to handle AP reset MSR protocol
Tom Lendacky
2024-05-07
KVM: x86: Explicitly zero kvm_caps during vendor module load
Sean Christopherson
2024-05-07
KVM: x86: Fully re-initialize supported_mce_cap on vendor module load
Sean Christopherson
2024-05-07
KVM: x86: Fully re-initialize supported_vm_types on vendor module load
Sean Christopherson
2024-05-07
KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfns
Sean Christopherson
2024-05-07
KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error values
Sean Christopherson
2024-05-07
KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faults
Sean Christopherson
2024-05-07
KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
Sean Christopherson
2024-05-07
KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
Sean Christopherson
2024-05-07
KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
Sean Christopherson
2024-05-07
KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC internal slots
Sean Christopherson
2024-05-07
KVM: x86/mmu: Move private vs. shared check above slot validity checks
Sean Christopherson
2024-05-07
KVM: x86/mmu: WARN and skip MMIO cache on private, reserved page faults
Sean Christopherson
2024-05-07
KVM: x86/mmu: check for invalid async page faults involving private memory
Paolo Bonzini
2024-05-07
KVM: x86/mmu: Use synthetic page fault error code to indicate private faults
Sean Christopherson
2024-05-07
KVM: x86/mmu: WARN if upper 32 bits of legacy #PF error code are non-zero
Sean Christopherson
2024-05-07
KVM: x86/mmu: Pass full 64-bit error code when handling page faults
Isaku Yamahata
2024-05-07
KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handler
Sean Christopherson
[next]