messages from 2026-01-27 06:19:17 to 2026-01-28 19:09:22 UTC [more...]
[PATCH 0/2] KVM: SEV: Add support for IBPB-on-Entry
2026-01-28 19:08 UTC (8+ messages)
` [PATCH 1/2] KVM: SEV: IBPB-on-Entry guest support
` [PATCH 2/2] KVM: SEV: Add support for IBPB-on-Entry
[PATCH] vfio: selftests: fix format conversion compiler warning
2026-01-28 19:06 UTC (2+ messages)
[PATCH v4 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
2026-01-28 18:08 UTC (37+ messages)
` [PATCH v4 01/36] KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co
` [PATCH v4 02/36] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2
` [PATCH v4 03/36] arm64/sysreg: Drop ICH_HFGRTR_EL2.ICC_HAPR_EL1 and make RES1
` [PATCH v4 04/36] arm64/sysreg: Add remaining GICv5 ICC_ & ICH_ sysregs for KVM support
` [PATCH v4 05/36] arm64/sysreg: Add GICR CDNMIA encoding
` [PATCH v4 06/36] KVM: arm64: gic: Set vgic_model before initing private IRQs
` [PATCH v4 07/36] KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headers
` [PATCH v4 08/36] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH v4 09/36] KVM: arm64: gic-v5: Add Arm copyright header
` [PATCH v4 10/36] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v4 11/36] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v4 12/36] KVM: arm64: gic-v5: Support GICv5 FGTs & FGUs
` [PATCH v4 13/36] KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
` [PATCH v4 14/36] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH v4 15/36] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v4 16/36] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH v4 17/36] KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate mask
` [PATCH v4 18/36] KVM: arm64: gic: Introduce queue_irq_unlock to irq_ops
` [PATCH v4 19/36] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v4 20/36] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH v4 21/36] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v4 22/36] KVM: arm64: gic-v5: Trap and mask guest ICC_PPI_ENABLERx_EL1 writes
` [PATCH v4 23/36] KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINE
` [PATCH v4 24/36] KVM: arm64: gic-v5: Create and initialise vgic_v5
` [PATCH v4 25/36] KVM: arm64: gic-v5: Reset vcpu state
` [PATCH v4 26/36] KVM: arm64: gic-v5: Bump arch timer for GICv5
` [PATCH v4 27/36] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
` [PATCH v4 28/36] KVM: arm64: gic: Hide GICv5 for protected guests
` [PATCH v4 29/36] KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guests
` [PATCH v4 30/36] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH v4 31/36] KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on boot
` [PATCH v4 32/36] irqchip/gic-v5: Check if impl is virt capable
` [PATCH v4 33/36] KVM: arm64: gic-v5: Probe for GICv5 device
` [PATCH v4 34/36] Documentation: KVM: Introduce documentation for VGICv5
` [PATCH v4 35/36] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest
` [PATCH v4 36/36] KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPI
[PATCH v3 00/26] Runtime TDX Module update support
2026-01-28 17:52 UTC (39+ 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 26/26] coco/tdx-host: Set and document TDX Module update expectations
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2026-01-28 17:50 UTC (9+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios
[PATCH 00/20] KVM: arm64: Generalise RESx handling
2026-01-28 17:43 UTC (20+ messages)
` [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 12/20] KVM: arm64: Add RESx_WHEN_E2Hx constraints "
[RFC PATCH 00/19] x86,fs/resctrl: Support for Global Bandwidth Enforcement and Priviledge Level Zero Association
2026-01-28 17:44 UTC (7+ messages)
` [RFC PATCH 13/19] x86/resctrl: Add PLZA state tracking and context switch handling
` "
[PATCH v3 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
2026-01-28 17:31 UTC (10+ messages)
` [PATCH v3 02/36] KVM: arm64: gic-v3: Switch vGIC-v3 to use generated ICH_VMCR_EL2
` [PATCH v3 10/36] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v3 15/36] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
[PATCH 0/3] KVM: arm64: Reschedule as needed when destroying the stage-2 page-tables
2026-01-28 16:47 UTC (2+ messages)
[PATCH 0/3] KVM: SVM: Set PFERR_GUEST_{PAGE,FINAL}_MASK for nested NPF and add selftest
2026-01-28 15:48 UTC (5+ messages)
` [PATCH 1/3] KVM: SVM: Fix nested NPF injection to set PFERR_GUEST_{PAGE,FINAL}_MASK
[PATCH] RISC-V: KVM: Skip IMSIC update if vCPU IMSIC state is not initialized
2026-01-28 15:08 UTC (2+ messages)
[PATCH] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_rw_attr()
2026-01-28 15:08 UTC (2+ messages)
[PATCH v6] KVM: x86: Add x2APIC "features" to control EOI broadcast suppression
2026-01-28 15:04 UTC (13+ messages)
[PATCH v10 01/15] set_memory: set_direct_map_* to take address
2026-01-28 12:18 UTC (2+ messages)
[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 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
[PATCH v5 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
2026-01-27 20:45 UTC (13+ 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 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 v3 05/33] accel/kvm: add changes required to support KVM VM file descriptor change
2026-01-27 16:45 UTC (2+ messages)
[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
[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] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox