public inbox for virtualization@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2026-01-11 06:29:49 to 2026-01-15 08:41:43 UTC [more...]

[PATCH v12 00/13] Add multiple address spaces support to VDUSE
 2026-01-15  8:41 UTC  (20+ messages)
` [PATCH v12 01/13] vhost: move vdpa group bound check to vhost_vdpa
` [PATCH v12 02/13] vduse: add v1 API definition
` [PATCH v12 03/13] vduse: add vq group support
` [PATCH v12 04/13] vduse: return internal vq group struct as map token
` [PATCH v12 05/13] vdpa: document set_group_asid thread safety
` [PATCH v12 06/13] vhost: forbid change vq groups ASID if DRIVER_OK is set
` [PATCH v12 07/13] vduse: refactor vdpa_dev_add for goto err handling
` [PATCH v12 08/13] vduse: remove unused vaddr parameter of vduse_domain_free_coherent
` [PATCH v12 09/13] vduse: take out allocations from vduse_dev_alloc_coherent
` [PATCH v12 10/13] vduse: merge tree search logic of IOTLB_GET_FD and IOTLB_GET_INFO ioctls
` [PATCH v12 11/13] vduse: add vq group asid support
` [PATCH v12 12/13] vduse: bump version number
` [PATCH v12 13/13] Documentation: Add documentation for VDUSE Address Space IDs

[PATCH v1] virtio_net: add traces for tx/rx and INT response events
 2026-01-15  8:21 UTC  (3+ messages)

[PATCH v4 0/5] virtio-gpu: Add userptr support for compute workloads
 2026-01-15  7:58 UTC  (6+ messages)
` [PATCH v4 1/5] drm/virtio-gpu: Add VIRTIO_GPU_CAPSET_ROCM capability
` [PATCH v4 2/5] virtio-gpu api: add blob userptr resource
` [PATCH v4 3/5] drm/virtgpu "
` [PATCH v4 4/5] drm/virtio: implement userptr support for zero-copy memory access
` [PATCH v4 5/5] drm/virtio: advertise base userptr feature to userspace

[PATCH v2 0/5] add runtime hotplug state control
 2026-01-15  2:42 UTC  (7+ messages)
` [PATCH v2 1/5] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v2 2/5] mm/memory_hotplug: add 'online_type' argument to add_memory_driver_managed
` [PATCH v2 3/5] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v2 4/5] dax/kmem: add sysfs interface for runtime hotplug state control
` [PATCH v2 5/5] dax/kmem: add memory notifier to block external state changes
  ` [PATCH] dax/kmem: add build config for protected dax memory blocks

[PATCH RESEND 1/2] x86/paravirt: Remove trailing semicolons from alternative asm templates
 2026-01-14 21:28 UTC  (3+ messages)

[PATCH RESEND 1/2] x86/paravirt: Remove trailing semicolons from alternative asm templates
 2026-01-14 21:18 UTC  (2+ messages)
` [PATCH RESEND 2/2] x86/paravirt: Use XOR r32,r32 to clear register in pv_vcpu_is_preempted()

[PATCH net-next v14 00/12] vsock: add namespace support to vhost-vsock and loopback
 2026-01-14 17:21 UTC  (27+ messages)
` [PATCH net-next v14 01/12] vsock: add netns to vsock core
` [PATCH net-next v14 02/12] virtio: set skb owner of virtio_transport_reset_no_sock() reply
` [PATCH net-next v14 03/12] vsock: add netns support to virtio transports
` [PATCH net-next v14 04/12] selftests/vsock: increase timeout to 1200
` [PATCH net-next v14 05/12] selftests/vsock: add namespace helpers to vmtest.sh
` [PATCH net-next v14 06/12] selftests/vsock: prepare vm management helpers for namespaces
` [PATCH net-next v14 07/12] selftests/vsock: add vm_dmesg_{warn,oops}_count() helpers
` [PATCH net-next v14 08/12] selftests/vsock: use ss to wait for listeners instead of /proc/net
` [PATCH net-next v14 09/12] selftests/vsock: add tests for proc sys vsock ns_mode
` [PATCH net-next v14 10/12] selftests/vsock: add namespace tests for CID collisions
` [PATCH net-next v14 11/12] selftests/vsock: add tests for host <-> vm connectivity with namespaces
` [PATCH net-next v14 12/12] selftests/vsock: add tests for namespace deletion

Subject: [PATCH 0/8] dax/kmem: add runtime hotplug state control
 2026-01-14 18:11 UTC  (22+ messages)
` [PATCH 1/8] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH 2/8] mm/memory_hotplug: extract __add_memory_resource() and __offline_memory()
` [PATCH 3/8] mm/memory_hotplug: add APIs for explicit online type control
` [PATCH 4/8] mm/memory_hotplug: return online type from add_memory_driver_managed()
` [PATCH 5/8] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH 6/8] dax/kmem: add online/offline "
` [PATCH 7/8] dax/kmem: add sysfs interface for runtime hotplug state control
` [PATCH 8/8] dax/kmem: add memory notifier to block external state changes

[PATCH v2 0/4] spi: Make SPI core to take care of fwnode assignment
 2026-01-14 15:21 UTC  (7+ messages)
` [PATCH v2 1/4] spi: Propagate default fwnode to the SPI controller device
` [PATCH v2 2/4] spi: Drop duplicate of_node assignment
` [PATCH v2 3/4] spi: Drop duplicate fwnode assignment
` [PATCH v2 4/4] spi: Drop duplicate device_set_node() call

[RFC] Defining a home/maintenance model for non-NIC PHC devices using the /dev/ptpX API
 2026-01-14 12:45 UTC  (12+ messages)

[PATCH net v2 0/2] vsock/virtio: Fix data loss/disclosure due to joining of non-linear skb
 2026-01-14 10:07 UTC  (5+ messages)
` [PATCH net v2 1/2] vsock/virtio: Coalesce only linear skb
` [PATCH net v2 2/2] vsock/test: Add test for a linear and non-linear skb getting coalesced

[PATCH v2][next] virtio_net: Fix misalignment bug in struct virtnet_info
 2026-01-14  8:53 UTC  (8+ messages)

[PATCH v11 00/12] Add multiple address spaces support to VDUSE
 2026-01-14  8:21 UTC  (36+ messages)
` [PATCH v11 02/12] vduse: add vq group support
` [PATCH v11 04/12] vhost: move vdpa group bound check to vhost_vdpa
` [PATCH v11 05/12] vdpa: document set_group_asid thread safety
` [PATCH v11 06/12] vhost: forbid change vq groups ASID if DRIVER_OK is set
` [PATCH v11 07/12] vduse: refactor vdpa_dev_add for goto err handling
` [PATCH v11 09/12] vduse: take out allocations from vduse_dev_alloc_coherent
` [PATCH v11 10/12] vduse: merge tree search logic of IOTLB_GET_FD and IOTLB_GET_INFO ioctls
` [PATCH v11 11/12] vduse: add vq group asid support
` [PATCH v11 12/12] vduse: bump version number

[PATCH] vhost: fix caching attributes of MMIO regions by setting them explicitly
 2026-01-13 17:25 UTC  (5+ messages)
` [EXTERNAL] "
  ` [EXTERNAL] "

[PATCH 0/2] vsock/virtio: Fix data loss/disclosure due to joining of non-linear skb in RX queue
 2026-01-13 15:11 UTC  (14+ 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 RFC net-next v13 00/13] vsock: add namespace support to vhost-vsock and loopback
 2026-01-13 12:34 UTC  (17+ 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 v5 00/21] paravirt: cleanup and reorg
 2026-01-13  6:57 UTC  (5+ messages)
` [PATCH v5 12/21] x86/paravirt: Move paravirt_sched_clock() related code into tsc.c
` [PATCH v5 21/21] x86/pvlocks: Move paravirt spinlock functions into own header

[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-01-13  6:26 UTC  (27+ 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] nvdimm: virtio_pmem: serialize flush requests
 2026-01-13  3:45 UTC 

[PATCH v5 0/3] crypto: virtio: Some bugfix and enhancement
 2026-01-13  3:05 UTC  (4+ messages)
` [PATCH v5 1/3] crypto: virtio: Add spinlock protection with virtqueue notification
` [PATCH v5 2/3] crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req
` [PATCH v5 3/3] crypto: virtio: Replace package id with numa node id

[PATCH v2] lib/group_cpus: make group CPU cluster aware
 2026-01-13  2:29 UTC 

[PATCH net v2] vsock/test: add a final full barrier after run all tests
 2026-01-12 20:56 UTC  (2+ messages)

[PATCH net v3 0/3] virtio-net: fix the deadlock when disabling rx NAPI
 2026-01-12 20:56 UTC  (2+ messages)

[PATCH net-next v8 0/6] net: Split ndo_set_rx_mode into snapshot and deferred write
 2026-01-12 18:16 UTC  (7+ messages)
` [PATCH net-next v8 1/6] net: refactor set_rx_mode into snapshot and deferred I/O
` [PATCH net-next v8 2/6] virtio-net: Implement ndo_write_rx_mode callback
` [PATCH net-next v8 3/6] e1000: "
` [PATCH net-next v8 4/6] 8139cp: "
` [PATCH net-next v8 5/6] vmxnet3: "
` [PATCH net-next v8 6/6] pcnet32: "

[PATCH v7] can: virtio: Add virtio CAN driver
 2026-01-12 16:48 UTC  (3+ messages)

[PATCH v4 0/9] vsock/virtio: SKB allocation improvements
 2026-01-12 15:22 UTC  (5+ messages)
` [PATCH v4 4/9] vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page

[PATCH v1 0/4] spi: Make SPI core to take care of fwnode assignment
 2026-01-12 14:10 UTC  (10+ messages)
` [PATCH v1 1/4] spi: Propagate default fwnode to the SPI controller device
` [PATCH v1 2/4] spi: Drop duplicate of_node assignment
  ` [Linux-stm32] "
` [PATCH v1 4/4] spi: Drop duplicate device_set_node() call

[PATCH 0/2] virtio_net: add page_pool support
 2026-01-12  3:15 UTC  (7+ messages)
` [PATCH 1/2] virtio_net: add page pool support for buffer allocation

[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