public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-26 12:17:37 to 2026-01-28 12:42:58 UTC [more...]

[PATCH v3 00/26] Runtime TDX Module update support
 2026-01-28 12:42 UTC  (33+ messages)
` [PATCH v3 01/26] x86/virt/tdx: Print SEAMCALL leaf numbers in decimal
` [PATCH v3 02/26] x86/virt/tdx: Use %# prefix for hex values in SEAMCALL error messages
` [PATCH v3 03/26] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v3 04/26] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v3 05/26] coco/tdx-host: Expose TDX Module version
` [PATCH v3 06/26] x86/virt/tdx: Prepare to support P-SEAMLDR SEAMCALLs
` [PATCH v3 07/26] x86/virt/seamldr: Introduce a wrapper for "
` [PATCH v3 08/26] x86/virt/seamldr: Retrieve P-SEAMLDR information
` [PATCH v3 09/26] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v3 10/26] coco/tdx-host: Implement FW_UPLOAD sysfs ABI for TDX Module updates
` [PATCH v3 13/26] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v3 24/26] x86/virt/seamldr: Extend sigstruct to 16KB
` [PATCH v3 26/26] coco/tdx-host: Set and document TDX Module update expectations

[PATCH v10 00/15] Direct Map Removal Support for guest_memfd
 2026-01-28 12:18 UTC  (17+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v10 03/15] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v10 04/15] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v10 05/15] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v10 06/15] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v10 07/15] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v10 08/15] KVM: arm64: "
` [PATCH v10 09/15] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v10 10/15] KVM: selftests: load elf via bounce buffer
` [PATCH v10 11/15] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v10 12/15] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v10 13/15] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v10 14/15] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v10 15/15] KVM: selftests: Test guest execution from direct map removed gmem

[RFC PATCH RESEND 0/5] amd_iommu: support up to 2048 MSI vectors per IRT
 2026-01-28 11:23 UTC  (11+ messages)
` [RFC PATCH RESEND 2/5] vfio/iommufd: Add amd specific hardware info struct to vendor capability
` [RFC PATCH RESEND 3/5] amd-iommu: Add support for set/unset IOMMU for VFIO PCI devices
` [RFC PATCH RESEND 5/5] amd_iommu: Add support for upto 2048 interrupts per IRT

[RFC PATCH] powerpc: iommu: Initial IOMMUFD support for PPC64
 2026-01-28 10:53 UTC  (3+ messages)

[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-01-28  7:53 UTC  (12+ messages)
` [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup

[PATCH v2 0/3] LoongArch: KVM: Add FPU delay load support
 2026-01-28  7:38 UTC  (7+ messages)
` [PATCH v2 1/3] LoongArch: KVM: Move LSX capability check in LSX exception handler
` [PATCH v2 2/3] LoongArch: KVM: Move LASX capability check in LASX "
` [PATCH v2 3/3] LoongArch: KVM: Add FPU delay load support

[PATCH v6] KVM: x86: Add x2APIC "features" to control EOI broadcast suppression
 2026-01-28  6:40 UTC  (12+ messages)

[PATCH 0/4] LoongArch: KVM: Code cleanup about feature detect
 2026-01-28  3:03 UTC  (5+ messages)
` [PATCH 1/4] LoongArch: KVM: Move feature detection in function kvm_vm_init_features
` [PATCH 2/4] LoongArch: KVM: Add msgint registers in function kvm_init_gcsr_flag
` [PATCH 3/4] LoongArch: KVM: Check VM msgint feature during interrupt handling
` [PATCH 4/4] LoongArch: KVM: Add register LOONGARCH_CSR_IPR during vCPU context switch

[PATCH v2 0/3] KVM: x86: CET vs. nVMX fix and hardening
 2026-01-28  1:43 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: x86: Explicitly configure supported XSS from {svm,vmx}_set_cpu_caps()
` [PATCH v2 2/3] KVM: x86: Harden against unexpected adjustments to kvm_cpu_caps
` [PATCH v2 3/3] KVM: VMX: Print out "bad" offsets+value on VMCS config mismatch

[PATCH 0/2] KVM: x86: Plug an intra-guest Spectre v2 hole
 2026-01-28  1:34 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Defer IBPBs for vCPU and nested transitions until core run loop
` [PATCH 2/2] KVM: x86: Emit IBPB on pCPU migration if IBPB is advertised to guest

[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
 2026-01-28  0:29 UTC  (15+ messages)
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-01-27 23:46 UTC  (4+ messages)
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios

[RFC PATCH 00/19] x86,fs/resctrl: Support for Global Bandwidth Enforcement and Priviledge Level Zero Association
 2026-01-27 22:30 UTC  (3+ messages)
` [RFC PATCH 13/19] x86/resctrl: Add PLZA state tracking and context switch handling

[PATCH 0/2] KVM: SEV: Add support for IBPB-on-Entry
 2026-01-27 20:56 UTC  (6+ messages)
` [PATCH 1/2] KVM: SEV: IBPB-on-Entry guest support
` [PATCH 2/2] KVM: SEV: Add support for IBPB-on-Entry

[PATCH v5 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-27 20:45 UTC  (16+ messages)
` [PATCH v5 2/8] dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
` [PATCH v5 3/8] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v5 4/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v5 6/8] dma-buf: Add dma_buf_attach_revocable()

[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
 2026-01-27 19:29 UTC  (18+ messages)
` [PATCH RFC 01/17] userfaultfd: introduce mfill_copy_folio_locked() helper
` [PATCH RFC 02/17] userfaultfd: introduce struct mfill_state
` [PATCH RFC 03/17] userfaultfd: introduce mfill_get_pmd() helper
` [PATCH RFC 04/17] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
` [PATCH RFC 05/17] userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()
` [PATCH RFC 06/17] userfaultfd: move vma_can_userfault out of line
` [PATCH RFC 07/17] userfaultfd: introduce vm_uffd_ops
` [PATCH RFC 08/17] userfaultfd, shmem: use a VMA callback to handle UFFDIO_CONTINUE
` [PATCH RFC 09/17] userfaultfd: introduce vm_uffd_ops->alloc_folio()
` [PATCH RFC 10/17] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
` [PATCH RFC 11/17] userfaultfd: mfill_atomic() remove retry logic
` [PATCH RFC 12/17] mm: introduce VM_FAULT_UFFD_MINOR fault reason
` [PATCH RFC 13/17] mm: introduce VM_FAULT_UFFD_MISSING "
` [PATCH RFC 14/17] KVM: guest_memfd: implement userfaultfd minor mode
` [PATCH RFC 15/17] KVM: guest_memfd: implement userfaultfd missing mode
` [PATCH RFC 16/17] KVM: selftests: test userfaultfd minor for guest_memfd
` [PATCH RFC 17/17] KVM: selftests: test userfaultfd missing "

[PATCH 0/3] KVM: x86: CET vs. nVMX fix and hardening
 2026-01-27 18:59 UTC  (11+ messages)
` [PATCH 1/3] KVM: x86: Finalize kvm_cpu_caps setup from {svm,vmx}_set_cpu_caps()
` [PATCH 2/3] KVM: x86: Harden against unexpected adjustments to kvm_cpu_caps
` [PATCH 3/3] KVM: VMX: Print out "bad" offsets+value on VMCS config mismatch

[GIT PULL] VFIO fixes for v6.19-rc8
 2026-01-27 18:50 UTC  (2+ messages)

[PATCH 00/20] KVM: arm64: Generalise RESx handling
 2026-01-27 18:28 UTC  (28+ messages)
` [PATCH 01/20] arm64: Convert SCTLR_EL2 to sysreg infrastructure
` [PATCH 02/20] KVM: arm64: Remove duplicate configuration for SCTLR_EL1.{EE,E0E}
` [PATCH 03/20] KVM: arm64: Introduce standalone FGU computing primitive
` [PATCH 04/20] KVM: arm64: Introduce data structure tracking both RES0 and RES1 bits
` [PATCH 05/20] KVM: arm64: Extend unified RESx handling to runtime sanitisation
` [PATCH 06/20] KVM: arm64: Inherit RESx bits from FGT register descriptors
` [PATCH 07/20] KVM: arm64: Allow RES1 bits to be inferred from configuration
` [PATCH 08/20] KVM: arm64: Correctly handle SCTLR_EL1 RES1 bits for unsupported features
` [PATCH 09/20] KVM: arm64: Convert HCR_EL2.RW to AS_RES1
` [PATCH 10/20] KVM: arm64: Simplify FIXED_VALUE handling
` [PATCH 11/20] KVM: arm64: Add REQUIRES_E2H1 constraint as configuration flags
` [PATCH 19/20] KVM: arm64: Add sanitisation to SCTLR_EL2
` [PATCH 20/20] KVM: arm64: Add debugfs file dumping computed RESx values

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

[PATCH v5 0/6] igvm: Supply MADT via IGVM parameter
 2026-01-27 15:54 UTC  (8+ messages)
` [PATCH v5 1/6] hw/acpi: Make BIOS linker optional
` [PATCH v5 2/6] hw/acpi: Add standalone function to build MADT
` [PATCH v5 3/6] igvm: Add common function for finding parameter entries
` [PATCH v5 4/6] igvm: Refactor qigvm_parameter_insert
` [PATCH v5 5/6] igvm: Pass machine state to IGVM file processing
` [PATCH v5 6/6] igvm: Fill MADT IGVM parameter field

Call for GSoC internship project ideas
 2026-01-27 14:19 UTC  (23+ messages)
  ` Modern HMP (was: Call for GSoC internship project ideas)
      ` Modern HMP

[PATCH 0/2] Enable GICv5 Legacy CPUIF trapping & fix TDIR cap test
 2026-01-27 14:09 UTC  (3+ messages)

[PATCH kvmtool v5 0/7] arm64: Nested virtualization support
 2026-01-27 13:23 UTC  (8+ messages)
` [PATCH kvmtool v5 3/7] arm64: nested: Add support for setting maintenance IRQ
` [PATCH kvmtool v5 7/7] arm64: Handle virtio endianness reset when running nested

[PATCH v5 0/6] igvm: Supply MADT via IGVM parameter
 2026-01-27 10:02 UTC  (3+ messages)
` [PATCH v5 1/6] hw/acpi: Make BIOS linker optional
` [PATCH v5 2/6] hw/acpi: Add standalone function to build MADT

[PATCH net-next v16 00/12] vsock: add namespace support to vhost-vsock and loopback
 2026-01-27 10:00 UTC  (2+ messages)

[PATCH v5 0/6] igvm: Supply MADT via IGVM parameter
 2026-01-27  9:59 UTC  (2+ messages)
` [PATCH v5 1/6] hw/acpi: Make BIOS linker optional

[PATCH] RISC-V: KVM: Skip IMSIC update if vCPU IMSIC state is not initialized
 2026-01-27  8:43 UTC 

[PATCH] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_rw_attr()
 2026-01-27  7:22 UTC 

[Bug 221014] New: selftest kvm:guest_memfd_test returns 22 (Invalid argument) when the number of NUMA nodes are larger than 8
 2026-01-27  6:22 UTC  (2+ messages)
` [Bug 221014] "

[PATCH v3 00/24] KVM: TDX huge page support for private memory
 2026-01-27  3:40 UTC  (6+ messages)
` [PATCH v3 06/24] KVM: x86/mmu: Disallow page merging (huge page adjustment) for mirror root

[PATCH v2 0/7] KVM: x86/tdx: Have TDX handle VMXON during bringup
 2026-01-27  2:46 UTC  (8+ messages)
` [PATCH v2 2/7] KVM: x86: Extract VMXON and EFER.SVME enablement to kernel

[PATCH 0/7] target/i386: Misc PMU, PEBS, and MSR fixes and improvements
 2026-01-27  0:51 UTC  (6+ messages)
` [PATCH 6/7] target/i386: Make some PEBS features user-visible

[PATCH v2] vfio/pci: Lock upstream bridge for vfio_pci_core_disable()
 2026-01-26 23:20 UTC  (3+ messages)

[PATCH v5 0/1] KVM: SEV: Add KVM_SEV_SNP_HV_REPORT_REQ command
 2026-01-26 21:10 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] Add query-tdx-capabilities
 2026-01-26 15:20 UTC  (10+ messages)

[PATCH v5] irqchip/riscv-imsic: Adjust the number of available guest irq files
 2026-01-26 13:37 UTC  (4+ messages)
  ` [External] "


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