kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-15 11:37:25 to 2026-09-16 09:50:25 UTC [more...]

[PATCH RFC POC 00/50] file: handle files on syscall exit
 2026-09-16  9:50 UTC  (108+ messages)
` [PATCH RFC POC 01/50] file: install "
` [PATCH RFC POC 02/50] entry: commit fds "
` [PATCH RFC POC 03/50] alpha: "
` [PATCH RFC POC 04/50] ARC: "
` [PATCH RFC POC 05/50] ARM: "
` [PATCH RFC POC 06/50] arm64: "
` [PATCH RFC POC 07/50] csky: "
` [PATCH RFC POC 08/50] hexagon: "
` [PATCH RFC POC 09/50] m68k: "
` [PATCH RFC POC 10/50] microblaze: "
` [PATCH RFC POC 11/50] MIPS: "
` [PATCH RFC POC 12/50] nios2: "
` [PATCH RFC POC 13/50] openrisc: "
` [PATCH RFC POC 14/50] parisc: "
` [PATCH RFC POC 15/50] sh: "
` [PATCH RFC POC 16/50] sparc: "
` [PATCH RFC POC 17/50] um: "
` [PATCH RFC POC 18/50] xtensa: "
` [PATCH RFC POC 19/50] file: require the syscall exit hook from every architecture
` [PATCH RFC POC 20/50] file: warn when the descriptor table is unshared with slots
` [PATCH RFC POC 21/50] io_uring: commit fds per request
` [PATCH RFC POC 22/50] net: install SCM_RIGHTS descriptors when recvmsg() returns
` [PATCH RFC POC 23/50] file: open-code receive_fd()'s immediate install
` [PATCH RFC POC 24/50] file: make FD_ADD() a standalone "
` [PATCH RFC POC 25/50] file: reimplement FD_PREPARE() on the deferred fd_prepare() path
` [PATCH RFC POC 26/50] dma-buf: stop unwinding sync file descriptors by hand
` [PATCH RFC POC 27/50] drm/amdkfd: stop collecting CRIU dma-buf descriptors for a final install
` [PATCH RFC POC 28/50] drm/msm: install the out-fence descriptor when the ioctl returns
` [PATCH RFC POC 29/50] drm/virtio: "
` [PATCH RFC POC 30/50] drm/vmwgfx: "
` [PATCH RFC POC 31/50] vfio: install the migration data "
` [PATCH RFC POC 32/50] liveupdate: install the session descriptors "
` [PATCH RFC POC 33/50] io_uring/zcrx: install the exported descriptor when the request returns
` [PATCH RFC POC 34/50] sctp: install the peeloff descriptor when the syscall returns
` [PATCH RFC POC 35/50] ALSA: compress: install the task descriptors when the ioctl returns
` [PATCH RFC POC 36/50] nitro_enclaves: install the enclave descriptor "
` [PATCH RFC POC 37/50] tpm: vtpm_proxy: install the server "
` [PATCH RFC POC 38/50] perf: stop putting the event descriptor back on failure
` [PATCH RFC POC 39/50] seccomp: stop putting the listener "
` [PATCH RFC POC 40/50] KVM: stop putting descriptors "
` [PATCH RFC POC 41/50] KVM: guest_memfd: stop putting the descriptor "
` [PATCH RFC POC 42/50] drm: stop unwinding descriptors by hand
` [PATCH RFC POC 43/50] drm/amdgpu: stop unwinding the fence descriptor "
` [PATCH RFC POC 44/50] drm/etnaviv: install the out-fence descriptor when the ioctl returns
` [PATCH RFC POC 45/50] accel/habanalabs: stop putting the dma-buf descriptor back on failure
` [PATCH RFC POC 46/50] xen/gntdev-dmabuf: stop putting the "
` [PATCH RFC POC 47/50] iio: buffer: install the buffer descriptor when the ioctl returns
` [PATCH RFC POC 48/50] misc: fastrpc: install the dma-buf "
` [PATCH RFC POC 49/50] iommufd: stop putting descriptors back on failure
` [PATCH RFC POC 50/50] Drivers: hv: mshv: "

[PATCH v3 0/4] tdx-guest: Make Quote buffer size dynamic
 2026-09-16  9:44 UTC  (8+ messages)
` [PATCH v3 3/4] virt: tdx-guest: Use a variable to store the Quote buffer size

[PATCH 0/5] iommu/vt-d: Introduce trusted DMA initialization support
 2026-09-16  8:37 UTC  (7+ messages)
` [PATCH 4/5] iommu/vt-d: Add helpers to set up and tear down TDX extensions
` [PATCH 5/5] iommu/vt-d: Reserve MSB of domain ID space for TDX module

[PATCH v18 00/23] KVM: arm64: CCA: Add basic plumbing for Realms
 2026-09-16  8:29 UTC  (35+ messages)
` [PATCH v18 01/23] KVM: arm64: protected VM: Handle set_one_reg CNTVCT_EL0/CNTPCT_EL0
` [PATCH v18 02/23] KVM: arm64: Disable Steal time accounting for protected guests
` [PATCH v18 03/23] KVM: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v18 04/23] KVM: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v18 05/23] KVM: arm64: Track the type of VM in kvm_arch
` [PATCH v18 06/23] KVM: arm64: Refactor the vcpu_load to allow for VM specific callbacks
` [PATCH v18 07/23] KVM: arm64: Add vcpu load/put call backs for flavors
` [PATCH v18 08/23] KVM: arm64: Reuse kvm_stage2_unmap_range in kvm_unmap_gfn_range
` [PATCH v18 09/23] KVM: arm64: Add VM specific callback for S2 MMU operations
` [PATCH v18 10/23] KVM: arm64: Abstract out memory abort handling
` [PATCH v18 11/23] KVM: arm64: Use kvm_vm_is_unprotected() for !kvm_vm_is_protected()
` [PATCH v18 12/23] KVM: arm64: Widen the scope of "protected" VMs
` [PATCH v18 13/23] KVM: arm64: Add a helper for VMs running on hyp that don't trust the host
` [PATCH v18 14/23] KVM: arm64: CCA: Add a new mode for supporting Realm guests
` [PATCH v18 15/23] KVM: arm64: CCA: Add VCPU load/put for Realms
` [PATCH v18 16/23] KVM: arm64: CCA: Add bare minimal S2 operations for Realm
` [PATCH v18 17/23] KVM: arm64: CCA: Introduce Realms
` [PATCH v18 18/23] KVM: arm64: CCA: Mandate VGIC_V3 for Realms
` [PATCH v18 19/23] KVM: arm64: CCA: Support timers in realm RECs
` [PATCH v18 20/23] KVM: arm64: CCA: Don't expose unsupported capabilities for realm guests
` [PATCH v18 21/23] KVM: arm64: CCA: WARN on injected undef exceptions
` [PATCH v18 22/23] KVM: arm64: CCA: Expose SVE VL register before VCPU finalization
` [PATCH v18 23/23] KVM: arm64: CCA: Control user register access for Realms

[PATCH RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
 2026-09-16  8:24 UTC  (2+ messages)

[PATCH v2 0/5] Enable TDX module extensions
 2026-09-16  7:40 UTC  (12+ messages)
` [PATCH v2 1/5] x86/virt/tdx: Move TDH.SYS.CONFIG operations into a wrapper
` [PATCH v2 2/5] x86/virt/tdx: Configure add-on features on TDX module init
` [PATCH v2 3/5] x86/virt/tdx: Detect if the extensions initialization is required
` [PATCH v2 4/5] x86/virt/tdx: Add extra memory to TDX module for the extensions

[PATCH v2 0/4] vfio: Fix cdev second-open and harden selftests
 2026-09-16  6:58 UTC  (3+ messages)
` [PATCH v2 1/4] vfio: Reject a second cdev open before mutating shared device state

[PATCH v3 0/4] KVM: TDX: Validate directly configurable CPUID bits
 2026-09-16  5:17 UTC  (13+ messages)
` [PATCH v3 1/4] KVM: TDX: Track configurable CPUID bits allowed by KVM

[PATCH v1 0/2] x86/vmware: Share steal-time storage in encrypted guests
 2026-09-16  5:16 UTC  (5+ messages)
` [PATCH v1 1/2] percpu: Use X86_MEM_ENCRYPT for decrypted per-CPU data
` [PATCH v1 2/2] x86/vmware: Decrypt steal-time storage before sharing it

[RFC PATCH v2 2/4] KVM: x86: Add optional KVM_CAP_LIVE_MIGRATION and KVM_MIGRATE_CMD
 2026-09-16  5:09 UTC  (13+ messages)

[PATCH] KVM: SEV: Return INVALID_INPUT on SNP req/resp buffer access failure
 2026-09-16  2:25 UTC  (5+ messages)

[PATCH v4 0/4] tdx-guest: Make Quote buffer size dynamic
 2026-09-16  1:20 UTC  (9+ messages)

TDG quote analysis
 2026-09-16  0:48 UTC 

[PATCH v6 0/8] KVM: nSVM: Enable DecodeAssists for nested guests
 2026-09-16  0:25 UTC  (4+ messages)
` [PATCH v6 1/8] KVM: x86: Provide INVLPG linear address to intercept handlers

[PATCH v13 0/5] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-09-16  0:17 UTC  (11+ messages)
    ` [PATCH v13 0/5] vfio/dma-buf: add TPH support for peer-to-peer access - ping

[PATCH v4 0/7] KVM: x86: Add LASS virtualization support
 2026-09-16  0:12 UTC  (6+ messages)
` [PATCH v4 4/7] KVM: VMX: Implement LASS violation check

[PATCH 00/13] Introduce NVIDIA vGPU manager and VFIO variant driver
 2026-09-15 23:44 UTC  (9+ messages)
` [PATCH 12/13] vfio/nvidia-vgpu: add the NVIDIA vGPU "

[PATCH v14 0/5] Add RMPOPT support
 2026-09-15 23:37 UTC  (7+ messages)
` [PATCH v14 4/5] x86/sev: Perform RMP optimizations asynchronously

[PATCH v13 2/5] PCI/TPH: Add requester/completer type helpers
 2026-09-15 23:27 UTC  (3+ messages)

[PATCH v13 1/5] PCI/TPH: treat reserved 0b10 completer encoding as unsupported
 2026-09-15 23:14 UTC  (3+ messages)

[PATCH v3] KVM: x86: Restrict saved GPA writes to hardware write faults
 2026-09-15 22:56 UTC  (3+ messages)

[RFC v4 00/24] Add Realm support to QEMU-VMM
 2026-09-15 22:50 UTC  (9+ messages)
` [RFC v4 02/24] target/arm/kvm: Return immediately on error in kvm_arch_init()
` [RFC v4 03/24] target/arm: Add confidential guest support
` [RFC v4 09/24] hw/core/loader: Add a ROM loader notifier
` [RFC v4 10/24] target/arm/kvm-rme: Keep track of images loaded in Realm memory

[PATCH] vfio/platform: keep logical vm_pgoff in MMIO region mmap
 2026-09-15 22:25 UTC  (2+ messages)

[PATCH v2] KVM: selftests: fix steal_time for arm64 with host page size > 4K
 2026-09-15 22:25 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: Return -EINVAL for an empty SMCCC filter range at base 0
 2026-09-15 22:25 UTC  (2+ messages)

[PATCH] vfio/cdx: prevent read-only region mappings from becoming writable
 2026-09-15 22:25 UTC  (2+ messages)

[PATCH 0/2] vhost-scsi: preserve event ordering and fix fallback deadlock
 2026-09-15 21:00 UTC  (3+ messages)
` [PATCH 1/2] vhost-scsi: preserve event ordering

[PATCH net-next 0/6] vsock: assign the guest vsock device to a network namespace
 2026-09-15 20:49 UTC  (15+ messages)
` [PATCH net-next 1/6] vsock: constify the transport in vsock_for_each_connected_socket()
` [PATCH net-next 2/6] vsock: add IOCTL_VM_SOCKETS_ASSIGN_G2H_NETNS
` [PATCH net-next 3/6] vsock/virtio: support guest device network namespace

[PATCH] KVM: x86/mmu: Fix NX page unaccounting for TDP MMU pages
 2026-09-15 20:45 UTC  (2+ messages)

[PATCH v18 0/7] firmware: arm_rmm: Add RMM v2.0 base RMI support
 2026-09-15 19:55 UTC  (4+ messages)
` [PATCH v18 7/7] firmware: arm_rmm: Add wrappers for Realm related RMI commands

[RFC PATCH] vfio/pci: Block for the upstream bridge lock in vfio_pci_core_disable()
 2026-09-15 19:25 UTC  (3+ messages)

[PATCH v4 0/3] KVM: Fix and account mem_attr_array reservations abandoned on ENOMEM
 2026-09-15 17:53 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: Release memory-attribute "
` [PATCH v4 2/3] KVM: Make kvm_range_has_memory_attributes() consistent about reservations
` [PATCH v4 3/3] KVM: Account mem_attr_array nodes to the caller's memcg

[PATCH 0/3] KVM: Replace VCPU_RUN with KVM_RUN in comments and docs
 2026-09-15 16:03 UTC  (4+ messages)
` [PATCH 3/3] KVM: PPC: Book3S HV: Fix comment naming a non-existent KVM_VCPU_RUN ioctl

[PATCH v7 00/23] KVM: s390: Introduce arm64 KVM
 2026-09-15 15:17 UTC  (8+ messages)
` [PATCH v7 11/23] KVM: arm64: Share arm64 code with s390

[PATCH v7 02/23] KVM: Make device name configurable
 2026-09-15 15:12 UTC  (11+ messages)

[PATCH] s390/uv: Rework page allocation for guest variable storage area
 2026-09-15 14:55 UTC  (2+ messages)

[PATCH v6 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-09-15 14:30 UTC  (16+ messages)
` [PATCH v6 3/9] dma-buf: Export dma_buf_set_name()
` [PATCH v6 5/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA
` [PATCH v6 9/9] vfio/pci: Permanently revoke a DMABUF on request

[PATCH RFC 0/1] cpuidle: add per-CPU latency_limit_ns sysfs attribute
 2026-09-15 13:27 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/5] KVM: Serialize vCPU creation and revert vcpu_ids tracking
 2026-09-15 13:13 UTC  (2+ messages)

[PATCH net v2 0/5] vsock: Fix connect() races
 2026-09-15 13:15 UTC  (6+ messages)
` [PATCH net v2 1/5] vhost/vsock: Fix socket state constant
` [PATCH net v2 2/5] vsock/virtio: Streamline socket reset on transport/PM event
` [PATCH net v2 3/5] vsock: Enforce no-transport invariant for TCP_LISTEN sockets
` [PATCH net v2 4/5] vsock: Do not reset a TCP_CLOSING socket
` [PATCH net v2 5/5] vsock: Handle sudden TCP_CLOSE during connect

[PATCH] KVM: fix comment typo in kvm_host.h
 2026-09-15 12:56 UTC 

[PATCH RFC v3 0/3] KVM: x86: per-VM C-state policy enforcement (KVM_CAP_CSTATE_POLICY)
 2026-09-15 12:53 UTC  (4+ messages)
` [PATCH RFC v3 2/3] KVM: x86: add KVM_CAP_CSTATE_POLICY for per-VM C-state enforcement

[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
 2026-09-15 12:23 UTC  (6+ messages)
` [PATCH v16 44/45] KVM: arm64: CCA: Require ICH_HCR_EL2.TDIR for realms


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).