index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
2025-06-23
KVM: VMX: Suppress PI notifications whenever the vCPU is put
Sean Christopherson
2025-06-23
KVM: SVM: Disable (x2)AVIC IPI virtualization if CPU has erratum #1235
Maxim Levitsky
2025-06-20
KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled
Maxim Levitsky
2025-06-20
KVM: VMX: Move enable_ipiv knob to common x86
Sean Christopherson
2025-06-20
KVM: SVM: Drop superfluous "cache" of AVIC Physical ID entry pointer
Sean Christopherson
2025-06-20
KVM: SVM: Track AVIC tables as natively sized pointers, not "struct pages"
Sean Christopherson
2025-06-20
KVM: SVM: Drop redundant check in AVIC code on ID during vCPU creation
Sean Christopherson
2025-06-20
KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
Sean Christopherson
2025-06-20
KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
Sean Christopherson
2025-06-20
KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
Sean Christopherson
2025-06-20
KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masks
Sean Christopherson
2025-06-20
KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
Sean Christopherson
2025-06-20
KVM: SVM: Delete IRTE link from previous vCPU irrespective of new routing
Sean Christopherson
2025-06-20
iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fields
Sean Christopherson
2025-06-20
KVM: SVM: Delete IRTE link from previous vCPU before setting new IRTE
Sean Christopherson
2025-06-20
KVM: SVM: Track per-vCPU IRTEs using kvm_kernel_irqfd structure
Sean Christopherson
2025-06-20
KVM: Pass new routing entries and irqfd when updating IRTEs
Sean Christopherson
2025-06-20
KVM: x86: Fold irq_comm.c into irq.c
Sean Christopherson
2025-06-20
KVM: x86: Move IRQ mask notifier infrastructure to I/O APIC emulation
Sean Christopherson
2025-06-20
KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC
Sean Christopherson
2025-06-20
KVM: Move x86-only tracepoints to x86's trace.h
Sean Christopherson
2025-06-20
KVM: x86: Explicitly check for in-kernel PIC when getting ExtINT
Sean Christopherson
2025-06-20
KVM: x86: Don't clear PIT's IRQ line status when destroying PIT
Sean Christopherson
2025-06-20
KVM: x86: Hardcode the PIT IRQ source ID to '2'
Sean Christopherson
2025-06-20
KVM: x86: Move kvm_{request,free}_irq_source_id() to i8254.c (PIT)
Sean Christopherson
2025-06-20
KVM: x86: Move kvm_setup_default_irq_routing() into irq.c
Sean Christopherson
2025-06-20
KVM: x86: Rename irqchip_kernel() to irqchip_full()
Sean Christopherson
2025-06-20
KVM: x86: Move KVM_{GET,SET}_IRQCHIP ioctl helpers to irq.c
Sean Christopherson
2025-06-20
KVM: x86: Move PIT ioctl helpers to i8254.c
Sean Christopherson
2025-06-20
KVM: x86: Drop superfluous kvm_hv_set_sint() => kvm_hv_synic_set_irq() wrapper
Sean Christopherson
2025-06-20
KVM: x86: Drop superfluous kvm_set_ioapic_irq() => kvm_ioapic_set_irq() wrapper
Sean Christopherson
2025-06-20
KVM: x86: Drop superfluous kvm_set_pic_irq() => kvm_pic_set_irq() wrapper
Sean Christopherson
2025-06-20
KVM: x86: Trigger I/O APIC route rescan in kvm_arch_irq_routing_update()
Sean Christopherson
2025-06-20
irqbypass: Take ownership of producer/consumer token tracking
Sean Christopherson
2025-06-20
KVM: SVM: Allow SNP guest policy to specify SINGLE_SOCKET
Tom Lendacky
2025-06-20
KVM: SVM: Allow SNP guest policy disallow running with SMT enabled
Tom Lendacky
2025-06-20
KVM: TDX: Move TDX hardware setup from main.c to tdx.c
Sean Christopherson
2025-06-20
KVM: x86/mmu: Exempt nested EPT page tables from !USER, CR0.WP=0 logic
Sean Christopherson
2025-06-20
KVM: x86: Refactor handling of SIPI_RECEIVED when setting MP_STATE
Sean Christopherson
2025-06-20
KVM: x86: Move INIT_RECEIVED vs. INIT/SIPI blocked check to KVM_RUN
Sean Christopherson
2025-06-20
KVM: x86: WARN and reject KVM_RUN if vCPU's MP_STATE is SIPI_RECEIVED
Sean Christopherson
2025-06-20
KVM: x86: Drop pending_smi vs. INIT_RECEIVED check when setting MP_STATE
Sean Christopherson
2025-06-20
KVM: x86: Simplify userspace filter logic when disabling MSR interception
Sean Christopherson
2025-06-20
KVM: SVM: Add a helper to allocate and initialize permissions bitmaps
Sean Christopherson
2025-06-20
KVM: nSVM: Merge MSRPM in 64-bit chunks on 64-bit kernels
Sean Christopherson
2025-06-20
KVM: SVM: Return -EINVAL instead of MSR_INVALID to signal out-of-range MSR
Sean Christopherson
2025-06-20
KVM: nSVM: Access MSRPM in 4-byte chunks only for merging L0 and L1 bitmaps
Sean Christopherson
2025-06-20
KVM: SVM: Store MSRPM pointer as "void *" instead of "u32 *"
Sean Christopherson
2025-06-20
KVM: SVM: Move svm_msrpm_offset() to nested.c
Sean Christopherson
2025-06-20
KVM: SVM: Drop explicit check on MSRPM offset when emulating SEV-ES accesses
Sean Christopherson
[prev]
[next]