public inbox for virtualization@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2025-06-27 12:21:23 to 2025-07-01 12:42:25 UTC [more...]

[PATCH net] vsock/vmci: Clear the vmci transport packet properly when initializing it
 2025-07-01 12:42 UTC  (2+ messages)

[PATCH v1 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-07-01 12:41 UTC  (87+ messages)
` [PATCH v1 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
` [PATCH v1 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
` [PATCH v1 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
` [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
` [PATCH v1 06/29] mm/zsmalloc: make PageZsmalloc() "
` [PATCH v1 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH v1 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
` [PATCH v1 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
` [PATCH v1 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
` [PATCH v1 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
` [PATCH v1 13/29] mm/balloon_compaction: "
` [PATCH v1 14/29] mm/migrate: remove __ClearPageMovable()
` [PATCH v1 15/29] mm/migration: remove PageMovable()
` [PATCH v1 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH v1 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
` [PATCH v1 18/29] mm: remove __folio_test_movable()
` [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
` [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH v1 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH v1 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH v1 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH v1 25/29] mm: simplify folio_expected_ref_count()
` [PATCH v1 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH v1 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
` [PATCH v1 28/29] mm/balloon_compaction: "movable_ops" doc updates
` [PATCH v1 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()

[PATCH v2 04/19] drm: Pass the format info to .fb_create()
 2025-07-01 11:05 UTC  (5+ messages)
` [PATCH v2 05/19] drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_struct()
` [PATCH v2 07/19] drm/gem: Pass along the format info from .fb_create() "
` [PATCH v2 17/19] drm/virtio: "

[PATCH 0/5] vsock/virtio: SKB allocation improvements
 2025-07-01 10:44 UTC  (17+ messages)
` [PATCH 1/5] vhost/vsock: Avoid allocating arbitrarily-sized SKBs
` [PATCH 2/5] vsock/virtio: Resize receive buffers so that each SKB fits in a page
` [PATCH 3/5] vhost/vsock: Allocate nonlinear SKBs for handling large receive buffers
` [PATCH 5/5] vhost/vsock: Allocate nonlinear SKBs for handling large transmit buffers

[PATCH RFC net v2 0/3] vsock: Fix transport_{h2g,g2h,dgram,local} TOCTOU issues
 2025-07-01 10:34 UTC  (18+ messages)
` [PATCH RFC net v2 1/3] vsock: Fix transport_{g2h,h2g} TOCTOU
` [PATCH RFC net v2 2/3] vsock: Fix transport_* TOCTOU
` [PATCH RFC net v2 3/3] vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`

[PATCH 0/9] Refine virtio mapping API
 2025-07-01  8:11 UTC  (14+ messages)
` [PATCH 1/9] virtio_ring: constify virtqueue pointer for DMA helpers
` [PATCH 2/9] virtio_ring: switch to use dma_{map|unmap}_page()
` [PATCH 3/9] virtio: rename dma helpers
` [PATCH 4/9] virtio: rename dma_dev to map_token
` [PATCH 5/9] virtio_ring: rename dma_handle to map_handle
` [PATCH 6/9] virtio: introduce map ops in virtio core
` [PATCH 7/9] vdpa: rename dma_dev to map_token
` [PATCH 8/9] vdpa: introduce map ops
` [PATCH 9/9] vduse: switch to use virtio map API instead of DMA API

[PATCH net] virtio-net: fix a rtnl_lock() deadlock during probing
 2025-07-01  7:52 UTC  (6+ messages)
    ` [External] "

[PATCH V3 00/19] virtio_ring in order support
 2025-07-01  7:25 UTC  (13+ messages)
` [PATCH V3 13/19] virtio_ring: introduce virtqueue ops
` [PATCH V3 14/19] virtio_ring: determine descriptor flags at one time
` [PATCH V3 17/19] virtio_ring: factor out split indirect detaching logic
` [PATCH V3 18/19] virtio_ring: factor out split "
` [PATCH V3 19/19] virtio_ring: add in order support

[PATCH net v3 0/2] virtio-net: xsk: rx: fix the frame's length check
 2025-07-01  2:23 UTC  (4+ messages)
` [PATCH net v3 1/2] "
` [PATCH net v3 2/2] virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()

[PATCH net v2 0/3] virtio-net: fixes for mergeable XDP receive path
 2025-07-01  2:20 UTC  (6+ messages)
` [PATCH net v2 1/3] virtio-net: ensure the received length does not exceed allocated size
` [PATCH net v2 2/3] virtio-net: remove redundant truesize check with PAGE_SIZE
` [PATCH net v2 3/3] virtio-net: use the check_mergeable_len helper

[PATCH net-next V3 1/2] tun: remove unnecessary tun_xdp_hdr structure
 2025-07-01  1:03 UTC  (2+ messages)
` [PATCH net-next V3 2/2] vhost-net: reduce one userspace copy when building XDP buff

[PATCH RFC] pci: report surprise removal events
 2025-06-30 17:25 UTC  (10+ messages)

[PATCH net-next v5 0/2] vsock/test: check for null-ptr-deref when transport changes
 2025-06-30 16:33 UTC  (3+ messages)
` [PATCH net-next v5 1/2] vsock/test: Add macros to identify transports
` [PATCH net-next v5 2/2] vsock/test: Add test for null ptr deref when transport changes

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-06-30 13:38 UTC  (8+ messages)
  ` [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses

[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-06-30 12:07 UTC  (32+ messages)
` [PATCH RFC 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
` [PATCH RFC 05/29] mm/balloon_compaction: make PageOffline sticky
` [PATCH RFC 06/29] mm/zsmalloc: make PageZsmalloc() sticky
` [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH RFC 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH RFC 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
` [PATCH RFC 18/29] mm: remove __folio_test_movable()

[PATCH net-next v4] vsock/test: Add test for null ptr deref when transport changes
 2025-06-30  9:24 UTC  (3+ messages)

[PATCH net-next v4 0/3] vsock: Introduce SIOCINQ ioctl support
 2025-06-30  7:58 UTC  (7+ messages)
` [PATCH net-next v4 1/3] hv_sock: Return the readable bytes in hvs_stream_has_data()
` [PATCH net-next v4 2/3] test/vsock: Add retry mechanism to ioctl wrapper
` [PATCH net-next v4 3/3] test/vsock: Add ioctl SIOCINQ tests

[RESEND PATCH net-next v4 0/4] vsock: Introduce SIOCINQ ioctl support
 2025-06-30  7:57 UTC  (5+ messages)
` [RESEND PATCH net-next v4 1/4] vsock: Add support for SIOCINQ ioctl
` [RESEND PATCH net-next v4 2/4] hv_sock: Return the readable bytes in hvs_stream_has_data()
` [RESEND PATCH net-next v4 3/4] test/vsock: Add retry mechanism to ioctl wrapper
` [RESEND PATCH net-next v4 4/4] test/vsock: Add ioctl SIOCINQ tests

[PATCH 0/5] blk: introduce block layer helpers to calculate num of queues
 2025-06-30  6:29 UTC  (2+ messages)

[PATCH V2 net-next 1/2] tun: remove unnecessary tun_xdp_hdr structure
 2025-06-30  3:36 UTC  (4+ messages)
` [PATCH V2 net-next 2/2] vhost-net: reduce one userspace copy when building XDP buff

[PATCH net v2 0/2] virtio-net: xsk: rx: fix the frame's length check
 2025-06-29  5:31 UTC  (4+ messages)
` [PATCH net v2 2/2] virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()

[PATCH RESEND] vhost-scsi: Fix check for inline_sg_cnt exceeding preallocated limit
 2025-06-28 18:33 UTC 

[PATCH v5] virtio_blk: Fix disk deletion hang on device surprise removal
 2025-06-27 14:00 UTC  (12+ messages)

[PATCH v2 0/7] Remove ops.pgsize_bitmap
 2025-06-27 12:59 UTC  (4+ messages)
` [PATCH v2 7/7] iommu: Remove ops->pgsize_bitmap


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