Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-01-20 09:37:40 to 2026-01-21 22:12:02 UTC [more...]

[PATCH net-next v16 00/12] vsock: add namespace support to vhost-vsock and loopback
 2026-01-21 22:11 UTC  (3+ messages)
` [PATCH net-next v16 01/12] vsock: add netns to vsock core
` [PATCH net-next v16 02/12] virtio: set skb owner of virtio_transport_reset_no_sock() reply

[PATCH 0/3] KVM: SVM: Set PFERR_GUEST_{PAGE,FINAL}_MASK for nested NPF and add selftest
 2026-01-21 22:07 UTC  (5+ messages)
` [PATCH 1/3] KVM: SVM: Fix nested NPF injection to set PFERR_GUEST_{PAGE,FINAL}_MASK
` [PATCH 2/3] KVM: selftests: Add TDP unmap helpers
` [PATCH 3/3] KVM: selftests: Add nested NPF injection test for SVM

[RFC PATCH 00/19] x86,fs/resctrl: Support for Global Bandwidth Enforcement and Priviledge Level Zero Association
 2026-01-21 21:12 UTC  (20+ messages)
` [RFC PATCH 01/19] x86,fs/resctrl: Add support for Global Bandwidth Enforcement (GLBE)
` [RFC PATCH 02/19] x86,fs/resctrl: Add the resource for Global Memory Bandwidth Allocation
` [RFC PATCH 03/19] fs/resctrl: Add new interface max_bandwidth
` [RFC PATCH 04/19] fs/resctrl: Add the documentation for Global Memory Bandwidth Allocation
` [RFC PATCH 05/19] x86,fs/resctrl: Add support for Global Slow Memory Bandwidth Allocation (GSMBA)
` [RFC PATCH 06/19] x86,fs/resctrl: Add the resource for Global Slow Memory Bandwidth Enforcement(GLSBE)
` [RFC PATCH 07/19] fs/resctrl: Add the documentation for Global Slow Memory Bandwidth Allocation
` [RFC PATCH 08/19] x86/resctrl: Support Privilege-Level Zero Association (PLZA)
` [RFC PATCH 09/19] x86/resctrl: Add plza_capable in rdt_resource data structure
` [RFC PATCH 10/19] fs/resctrl: Expose plza_capable via control info file
` [RFC PATCH 11/19] resctrl: Introduce PLZA static key enable/disable helpers
` [RFC PATCH 12/19] x86/resctrl: Add data structures and definitions for PLZA configuration
` [RFC PATCH 13/19] x86/resctrl: Add PLZA state tracking and context switch handling
` [RFC PATCH 14/19] x86,fs/resctrl: Add the functionality to configure PLZA
` [RFC PATCH 15/19] fs/resctrl: Introduce PLZA attribute in rdtgroup interface
` [RFC PATCH 16/19] fs/resctrl: Implement rdtgroup_plza_write() to configure PLZA in a group
` [RFC PATCH 17/19] fs/resctrl: Update PLZA configuration when cpu_mask changes
` [RFC PATCH 18/19] x86/resctrl: Refactor show_rdt_tasks() to support PLZA task matching
` [RFC PATCH 19/19] fs/resctrl: Add per-task PLZA enable support via rdtgroup

[RFC PATCH] x86,fs/resctrl: Support for Global Bandwidth Enforcement and Priviledge Level Zero Association
 2026-01-21 21:08 UTC  (2+ messages)
` [RFC PATCH] x86,fs/resctrl: Add support for Global Bandwidth Enforcement (GLBE)

[Invitation] bi-weekly guest_memfd upstream call on 2026-01-22
 2026-01-21 20:52 UTC 

[PATCH v9 00/22] Enable FRED with KVM VMX
 2026-01-21 20:24 UTC  (29+ messages)
` [PATCH v9 07/22] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v9 09/22] KVM: VMX: Save/restore guest FRED RSP0
` [PATCH v9 11/22] KVM: x86: Add a helper to detect if FRED is enabled for a vCPU
` [PATCH v9 17/22] KVM: x86: Advertise support for FRED
` [PATCH v9 19/22] KVM: nVMX: Handle FRED VMCS fields in nested VMX context
` [PATCH v9 20/22] KVM: nVMX: Validate FRED-related VMCS fields

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

[PATCH v2 00/16] KVM: x86: Enable APX for guests
 2026-01-21 19:59 UTC  (6+ messages)
` [PATCH v2 14/16] KVM: x86: Expose APX foundational feature bit to guests

[PATCH v3 0/7] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-21 19:45 UTC  (35+ messages)
` [PATCH v3 1/7] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v3 2/7] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v3 3/7] dma-buf: Document RDMA non-ODP invalidate_mapping() special case
` [PATCH v3 4/7] dma-buf: Add check function for revoke semantics
` [PATCH v3 5/7] iommufd: Pin dma-buf importer "
` [PATCH v3 6/7] vfio: Wait for dma-buf invalidation to complete
` [PATCH v3 7/7] vfio: Validate dma-buf revocation semantics

[PATCH v3 00/24] KVM: TDX huge page support for private memory
 2026-01-21 19:39 UTC  (12+ messages)
` [PATCH v3 11/24] KVM: x86/mmu: Introduce kvm_split_cross_boundary_leafs()
` [PATCH v3 19/24] KVM: x86: Introduce per-VM external cache for splitting

[PATCH net-next v15 00/12] vsock: add namespace support to vhost-vsock and loopback
 2026-01-21 17:49 UTC  (6+ messages)
` [PATCH net-next v15 01/12] vsock: add netns to vsock core

[PATCH v12 0/7] support FEAT_LSUI
 2026-01-21 19:06 UTC  (8+ messages)
` [PATCH v12 1/7] arm64: Kconfig: add support for LSUI
` [PATCH v12 2/7] arm64: cpufeature: add FEAT_LSUI
` [PATCH v12 3/7] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v12 4/7] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v12 5/7] arm64: futex: refactor futex atomic operation
` [PATCH v12 6/7] arm64: futex: support futex with FEAT_LSUI
` [PATCH v12 7/7] arm64: armv8_deprecated: disable swp emulation when FEAT_LSUI present

[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
 2026-01-21 18:13 UTC  (8+ messages)
` [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU
    ` possible deadlock due to irq_set_thread_affinity() calling into the scheduler (was Re: [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU)

[PATCH v3 RESEND v3 1/1] KVM: SEV: Add KVM_SEV_SNP_HV_REPORT_REQ command
 2026-01-21 17:50 UTC  (2+ messages)

[PATCH v11 RESEND 0/9] support FEAT_LSUI
 2026-01-21 16:51 UTC  (27+ messages)
` [PATCH v11 RESEND 4/9] arm64: Kconfig: Detect toolchain support for LSUI
` [PATCH v11 RESEND 6/9] arm64: futex: support futex with FEAT_LSUI
` [PATCH v11 RESEND 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation

[PATCH vfio-rc] vfio: Prevent from pinned DMABUF importers to attach to VFIO DMABUF
 2026-01-21 16:03 UTC  (2+ messages)

[PATCH v4 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-21 15:50 UTC  (18+ messages)
` [PATCH v4 1/8] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v4 2/8] dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
` [PATCH v4 3/8] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v4 4/8] dma-buf: Make .invalidate_mapping() truly optional
` [PATCH v4 5/8] dma-buf: Add check function for revoke semantics
` [PATCH v4 6/8] iommufd: Pin dma-buf importer "
` [PATCH v4 7/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v4 8/8] vfio: Validate dma-buf revocation semantics

[PATCH] KVM: x86/pmu: Do not accidentally create BTS events
 2026-01-21 15:31 UTC  (5+ messages)
` [PATCH v2] perf/x86/intel: Do not enable BTS for guests

types: reuse common phys_vec type instead of DMABUF open‑coded variant
 2026-01-21 14:34 UTC  (3+ messages)

[PATCH net v6 0/4] vsock/virtio: fix TX credit handling
 2026-01-21 12:35 UTC  (8+ messages)
` [PATCH net v6 1/4] vsock/virtio: fix potential underflow in virtio_transport_get_credit()
` [PATCH net v6 2/4] vsock/test: fix seqpacket message bounds test
` [PATCH net v6 3/4] vsock/virtio: cap TX credit to local buffer size
` [PATCH net v6 4/4] vsock/test: add stream TX credit bounds test

[PATCH] x86/tdx: Use pg_level in TDX APIs, not the TDX-Module's 0-based level
 2026-01-21 12:32 UTC  (4+ messages)

[PATCH v2 0/4] x86, fpu/kvm: fix crash with AMX
 2026-01-21 11:35 UTC  (3+ messages)

[PATCH v2 0/6] KVM: arm64: VTCR_EL2 conversion to feature dependency framework
 2026-01-21 10:50 UTC  (4+ messages)
` [PATCH v2 4/6] KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co

[PATCH RESEND net v5 0/4] vsock/virtio: fix TX credit handling
 2026-01-21  9:45 UTC  (5+ messages)

[PATCH v4 0/2] arm: add kvm-psci-version vcpu property
 2026-01-21  9:39 UTC  (2+ messages)

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

[PATCH net-next v15 06/12] selftests/vsock: prepare vm management helpers for namespaces
 2026-01-21  5:16 UTC  (3+ messages)
` [net-next,v15,06/12] "

[PATCH v5 0/3] mm: Implement ECC handling for pfn with no struct page
 2026-01-21  5:51 UTC  (5+ messages)

[PATCH 0/7] target/i386: Misc PMU, PEBS, and MSR fixes and improvements
 2026-01-21  5:19 UTC  (8+ messages)
` [PATCH 1/7] target/i386: Disable unsupported BTS for guest
` [PATCH 6/7] target/i386: Make some PEBS features user-visible

[PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios
 2026-01-21  3:51 UTC  (16+ messages)

[PATCH 0/4] KVM: x86: Advertise new instruction CPUIDs for Intel Diamond Rapids
 2026-01-21  1:40 UTC  (3+ messages)

[PATCH v4 00/16] TDX: Enable Dynamic PAMT
 2026-01-21  0:58 UTC  (11+ messages)
` [PATCH v4 11/16] KVM: TDX: Add x86 ops for external spt cache
` [PATCH v4 12/16] x86/virt/tdx: Add helpers to allow for pre-allocating pages

[PATCH] KVM: x86/mmu: move reused pages to the top of active_mmu_pages
 2026-01-20 23:41 UTC 

[PATCH v3] KVM: SEV: Add KVM_SEV_SNP_HV_REPORT_REQ command
 2026-01-20 23:45 UTC  (2+ messages)

Call for GSoC internship project ideas
 2026-01-20 22:00 UTC  (6+ messages)

[PATCH v2 0/6] KVM: SEV: use mutex guards for simpler error handling
 2026-01-20 20:10 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: SEV: use mutex guard in snp_launch_update()
` [PATCH v2 2/6] KVM: SEV: use mutex guard in sev_mem_enc_ioctl()
` [PATCH v2 3/6] KVM: SEV: use mutex guard in sev_mem_enc_register_region()
` [PATCH v2 4/6] KVM: SEV: use mutex guard in sev_mem_enc_unregister_region()
` [PATCH v2 5/6] KVM: SEV: use mutex guard in snp_handle_guest_req()
` [PATCH v2 6/6] KVM: SEV: use scoped mutex guard in sev_asid_new()

[PATCH v2 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-01-20 18:27 UTC  (3+ messages)
` [PATCH v2 7/8] KVM: x86: nSVM: Handle restore of legacy nested state

[PATCH v3 00/11] Fix incorrect iommu_groups with PCIe ACS
 2026-01-20 18:08 UTC  (3+ messages)
` [PATCH v3 10/11] PCI: Check ACS DSP/USP redirect bits in pci_enable_pasid()

[PATCH] KVM: s390: vsie: retry SIE when unable to get vsie_page
 2026-01-20 15:23 UTC  (8+ messages)

[PATCH] KVM: nVMX: Track vmx emulation errors
 2026-01-20 14:45 UTC 

[PATCH v2] RISC-V: KVM: add KVM_CAP_RISCV_SET_HGATP_MODE
 2026-01-20 14:22 UTC  (2+ messages)
`  "

[PATCH v2] RISC-V: KVM: add KVM_CAP_RISCV_SET_HGATP_MODE
 2026-01-20 14:22 UTC  (2+ messages)
`  "

[PATCH v2 0/4] dma-buf: document revoke mechanism to invalidate shared buffers
 2026-01-20 13:33 UTC  (11+ messages)
` [PATCH v2 2/4] dma-buf: Document revoke semantics
` [PATCH v2 3/4] iommufd: Require DMABUF "


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