public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-11 00:12:15 to 2026-01-13 00:18:19 UTC [more...]

[PATCH v2 00/16] KVM: x86: Enable APX for guests
 2026-01-12 23:53 UTC  (6+ messages)
` [PATCH v2 01/16] KVM: x86: Rename register accessors to be GPR-specific
` [PATCH v2 02/16] KVM: x86: Refactor GPR accessors to differentiate register access types
` [PATCH v2 03/16] KVM: x86: Implement accessors for extended GPRs
` [PATCH v2 04/16] KVM: VMX: Introduce unified instruction info structure
` [PATCH v2 05/16] KVM: VMX: Refactor instruction information retrieval

[PATCH v4 0/7] Enable THP support in drm_pagemap
 2026-01-12 23:54 UTC  (23+ messages)
` [PATCH v4 1/7] mm/zone_device: Add order argument to folio_free callback

[PATCH RFC net-next v13 00/13] vsock: add namespace support to vhost-vsock and loopback
 2026-01-12 23:34 UTC  (13+ messages)
` [PATCH RFC net-next v13 01/13] vsock: add per-net vsock NS mode state
` [PATCH RFC net-next v13 02/13] vsock: add netns to vsock core
` [PATCH RFC net-next v13 03/13] virtio: set skb owner of virtio_transport_reset_no_sock() reply

[PATCH] KVM: SVM: Check vCPU ID against max x2AVIC ID if and only if x2AVIC is enabled
 2026-01-12 23:28 UTC 

VFIO_GROUP_GET_DEVICE_FD triggering an "unlocked secondary bus reset" warning
 2026-01-12 22:32 UTC  (2+ messages)

[PATCH 0/2] vsock/virtio: Fix data loss/disclosure due to joining of non-linear skb in RX queue
 2026-01-12 21:20 UTC  (12+ messages)
` [PATCH 1/2] vsock/virtio: Coalesce only linear skb
` [PATCH 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced

[PATCH V2 0/5] Align SVM with APM defined behaviors
 2026-01-12 20:54 UTC  (10+ messages)
` [PATCH V2 1/5] KVM: SVM: Move STGI and CLGI intercept handling
` [PATCH V2 2/5] KVM: SVM: Inject #UD for STGI if EFER.SVME=0 and SVM Lock and DEV are not available
` [PATCH V2 3/5] KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0
` [PATCH V2 4/5] KVM: SVM: Recalc instructions intercepts when EFER.SVME is toggled
` [PATCH V2 5/5] KVM: SVM: Raise #UD if VMMCALL instruction is not intercepted

[PATCH v3 00/24] KVM: TDX huge page support for private memory
 2026-01-12 20:15 UTC  (22+ messages)
` [PATCH v3 01/24] x86/tdx: Enhance tdh_mem_page_aug() to support huge pages

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2026-01-12 19:08 UTC  (13+ messages)
` [PATCH v9 14/30] KVM: arm64: Implement SME vector length configuration
` [PATCH v9 18/30] KVM: arm64: Support SME priority registers
` [PATCH v9 19/30] KVM: arm64: Provide assembly for SME register access
` [PATCH v9 20/30] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v9 21/30] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA

[PATCH v2 01/32] i386/kvm: avoid installing duplicate msr entries in msr_handlers
 2026-01-12 18:22 UTC  (27+ messages)
` [PATCH v2 04/32] accel/kvm: add changes required to support KVM VM file descriptor change
` [PATCH v2 05/32] accel/kvm: mark guest state as unprotected after vm "
` [PATCH v2 06/32] accel/kvm: add a notifier to indicate KVM VM file descriptor has changed
` [PATCH v2 07/32] accel/kvm: add notifier to inform that the KVM VM file fd is about to be changed
` [PATCH v2 08/32] i386/kvm: unregister smram listeners prior to vm file descriptor change
` [PATCH v2 09/32] kvm/i386: implement architecture support for kvm "
` [PATCH v2 11/32] kvm/i386: reload firmware for confidential guest reset
` [PATCH v2 12/32] accel/kvm: rebind current VCPUs to the new KVM VM file descriptor upon reset
` [PATCH v2 13/32] i386/tdx: refactor TDX firmware memory initialization code into a new function
` [PATCH v2 14/32] i386/tdx: finalize TDX guest state upon reset
` [PATCH v2 15/32] i386/tdx: add a pre-vmfd change notifier to reset tdx state
` [PATCH v2 16/32] i386/sev: add migration blockers only once
` [PATCH v2 17/32] i386/sev: add notifiers "
` [PATCH v2 18/32] i386/sev: free existing launch update data and kernel hashes data on init
` [PATCH v2 19/32] i386/sev: add support for confidential guest reset
` [PATCH v2 24/32] accel/kvm: add a per-confidential class callback to unlock guest state
` [PATCH v2 25/32] kvm/xen-emu: re-initialize capabilities during confidential guest reset
` [PATCH v2 28/32] kvm/vcpu: add notifiers to inform vcpu file descriptor change

[PATCH 0/3] nSVM: Minor cleanups for intercepts code
 2026-01-12 18:20 UTC  (4+ messages)
` [PATCH 1/3] KVM: nSVM: Use intuitive local variables in recalc_intercepts()
` [PATCH 2/3] KVM: nSVM: Rename recalc_intercepts() to clarify vmcb02 as the target
` [PATCH 3/3] KVM: nSVM: Use vmcb12_is_intercept() in nested_sync_control_from_vmcb02()

[PATCH v6 0/1] KVM: Add support for the ERAPS feature
 2026-01-12 17:51 UTC  (4+ messages)
` [PATCH v6 1/1] x86: kvm: svm: set up ERAPS support for guests

[PATCH] KVM: VMX: Always reflect SGX EPCM #PFs back into the guest
 2026-01-12 17:39 UTC  (2+ messages)

[PATCH v3 0/4] KVM: SVM: GIF and EFER.SVME are independent
 2026-01-12 17:39 UTC  (2+ messages)

[PATCH] KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeeding
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH 0/2] KVM: SVM: Add fast MMIO bus writes
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH v3] KVM: SVM: Don't allow L1 intercepts for instructions not advertised
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH v4] KVM: selftests: Test TPR / CR8 sync and interrupt masking
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH v4 00/21] KVM: selftests: Add Nested NPT support
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH v2] KVM: selftests: Fix sign extension bug in get_desc64_base()
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH v2] KVM: x86: Don't read guest CR3 when doing async pf while the MMU is direct
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH v2] KVM: x86: Enforce use of EXPORT_SYMBOL_FOR_KVM_INTERNAL
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH] KVM: x86: Return "unsupported" instead of "invalid" on access to unsupported PV MSR
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH] KVM: x86: Disallow setting CPUID and/or feature MSRs if L2 is active
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH] Documentation: KVM: Formalizing taking vcpu->mutex *outside* of kvm->slots_lock
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH v3 0/5] KVM: nVMX: Mark APIC page dirty on VM-Exit
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH 0/9] KVM: x86: APIC and I/O APIC cleanups
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH 0/4] dma-buf: add revoke mechanism to invalidate shared buffers
 2026-01-12 17:04 UTC  (14+ messages)
` [PATCH 1/4] dma-buf: Introduce revoke semantics
` [PATCH 2/4] vfio: Use dma-buf "
` [PATCH 3/4] iommufd: Require DMABUF "
` [PATCH 4/4] iommufd/selftest: Reuse dma-buf "

[PATCH v3 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-01-12 16:42 UTC  (41+ messages)
` [PATCH v3 02/36] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2
` [PATCH v3 03/36] arm64/sysreg: Drop ICH_HFGRTR_EL2.ICC_HAPR_EL1 and make RES1
` [PATCH v3 05/36] arm64/sysreg: Add GICR CDNMIA encoding
` [PATCH v3 06/36] KVM: arm64: gic: Set vgic_model before initing private IRQs
` [PATCH v3 09/36] KVM: arm64: gic-v5: Add Arm copyright header
` [PATCH v3 08/36] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH v3 07/36] KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headers
` [PATCH v3 10/36] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v3 12/36] KVM: arm64: gic-v5: Support GICv5 FGTs & FGUs
` [PATCH v3 11/36] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v3 15/36] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v3 19/36] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v3 22/36] KVM: arm64: gic-v5: Trap and mask guest ICC_PPI_ENABLERx_EL1 writes
` [PATCH v3 21/36] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v3 27/36] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
` [PATCH v3 24/36] KVM: arm64: gic-v5: Create, init vgic_v5
` [PATCH v3 26/36] KVM: arm64: gic-v5: Bump arch timer for GICv5
` [PATCH v3 30/36] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH v3 35/36] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest
` [PATCH v3 36/36] KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPI

[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-01-12 16:29 UTC  (26+ messages)
` [PATCH net-next v7 2/9] ptr_ring: add helper to detect newly freed space on consume
` [PATCH net-next v7 7/9] vhost-net: vhost-net: replace rx_ring with tun/tap ring wrappers
` [PATCH net-next v7 9/9] tun/tap & vhost-net: avoid ptr_ring tail-drop when qdisc is present

[PATCH v2 0/2] x86/virt/tdx: Print TDX module version to dmesg
 2026-01-12 14:56 UTC  (10+ messages)
` [PATCH v2 1/2] x86/virt/tdx: Retrieve TDX module version
` [PATCH v2 2/2] x86/virt/tdx: Print TDX module version during init

[PATCH v2 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-01-12 12:41 UTC  (6+ messages)
` [PATCH v2 02/36] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2

[PATCH v3 0/6] igvm: Supply MADT via IGVM parameter
 2026-01-12 12:34 UTC  (15+ messages)
` [PATCH v3 1/6] hw/acpi: Make BIOS linker optional
` [PATCH v3 3/6] igvm: Add missing NULL check
` [PATCH v3 4/6] igvm: Add common function for finding parameter entries
` [PATCH v3 5/6] igvm: Pass machine state to IGVM file processing
` [PATCH v3 6/6] igvm: Fill MADT IGVM parameter field

[PATCH v5 0/8] KVM: SVM: Add Page Modification Logging (PML) support
 2026-01-12 10:24 UTC  (9+ messages)
` [PATCH v5 1/8] KVM: x86: Carve out PML flush routine
` [PATCH v5 2/8] KVM: x86: Move PML page to common vcpu arch structure
` [PATCH v5 4/8] KVM: x86: Move nested CPU dirty logging logic to common code
` [PATCH v5 7/8] KVM: SVM: Add Page modification logging support

[PATCH] vfio/mdev: update outdated comment
 2026-01-12  9:53 UTC  (2+ messages)

[PATCH v3 0/6] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2026-01-12  9:41 UTC  (7+ messages)
` [PATCH v3 2/6] KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()
` [PATCH v3 5/6] KVM: TDX: Document alignment requirements for KVM_TDX_INIT_MEM_REGION
` [PATCH v3 6/6] KVM: guest_memfd: GUP source pages prior to populating guest memory

[syzbot] Monthly kvm report (Jan 2026)
 2026-01-12  8:40 UTC 

[PATCH v3] KVM: SEV: Add KVM_SEV_SNP_HV_REPORT_REQ command
 2026-01-12  8:12 UTC  (2+ messages)

[PATCH 0/5] i386: Add support for CPUID 0x80000026 and Bus Lock Detect
 2026-01-12  8:01 UTC  (11+ messages)
` [PATCH 1/5] i386: Implement CPUID 0x80000026
` [PATCH 2/5] i386: Add CPU property x-force-cpuid-0x80000026

[PATCH 2/2] monitor/hmp: Reduce target-specific definitions
 2026-01-12  7:06 UTC  (5+ messages)

[PATCH 0/3] iommu/vt-d: Add support to hitless replace IOMMU domain
 2026-01-12  6:57 UTC  (6+ messages)

[PATCH v5 0/3] KVM: x86: Add userspace control for Suppress EOI Broadcast
 2026-01-12  4:15 UTC  (16+ messages)
` [PATCH v5 1/3] KVM: x86: Refactor suppress EOI broadcast logic
` [PATCH v5 2/3] KVM: x86/ioapic: Implement support for I/O APIC version 0x20 with EOIR
` [PATCH v5 3/3] KVM: x86: Add x2APIC "features" to control EOI broadcast suppression

[PATCH v4 04/16] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
 2026-01-12  0:24 UTC  (11+ messages)

[PATCH 0/2] KVM: SVM: Drop SEV-ES DebugSwap module param
 2026-01-11 17:40 UTC  (5+ messages)
` [PATCH 1/2] KVM: SVM: Drop the module param to control SEV-ES DebugSwap
` [PATCH 2/2] KVM: SVM: Tag sev_supported_vmsa_features as read-only after init

[PATCH net-next v12 00/12] vsock: add namespace support to vhost-vsock and loopback
 2026-01-11  9:16 UTC  (3+ messages)
` [PATCH net-next v12 02/12] vsock: add netns to vsock core


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox