public inbox for virtualization@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2025-07-01 10:10:59 to 2025-07-04 10:25:44 UTC [more...]

[PATCH v2 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-07-04 10:24 UTC  (5+ messages)
` [PATCH v2 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
` [PATCH v2 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
` [PATCH v2 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH v2 04/29] mm/page_alloc: let page freeing clear any set page type

[PATCH] virtio_net: simplify tx queue wake condition check
 2025-07-04 10:03 UTC  (2+ messages)

[PATCH v2 0/8] vsock/virtio: SKB allocation improvements
 2025-07-04  9:50 UTC  (16+ messages)
` [PATCH v2 1/8] vhost/vsock: Avoid allocating arbitrarily-sized SKBs
` [PATCH v2 2/8] vsock/virtio: Validate length in packet header before skb_put()
` [PATCH v2 3/8] vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()
` [PATCH v2 4/8] vsock/virtio: Resize receive buffers so that each SKB fits in a page
` [PATCH v2 5/8] vsock/virtio: Add vsock helper for linear SKB allocation
` [PATCH v2 6/8] vhost/vsock: Allocate nonlinear SKBs for handling large receive buffers
` [PATCH v2 7/8] vsock/virtio: Rename virtio_vsock_skb_rx_put() to virtio_vsock_skb_put()
` [PATCH v2 8/8] vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffers

[PATCH v7 00/10] blk: honor isolcpus configuration
 2025-07-04  9:37 UTC  (25+ messages)
` [PATCH v7 01/10] lib/group_cpus: Add group_masks_cpus_evenly()
` [PATCH v7 02/10] genirq/affinity: Add cpumask to struct irq_affinity
` [PATCH v7 03/10] blk-mq: add blk_mq_{online|possible}_queue_affinity
` [PATCH v7 04/10] nvme-pci: use block layer helpers to constrain queue affinity
` [PATCH v7 05/10] scsi: Use "
` [PATCH v7 06/10] virtio: blk/scsi: use "
` [PATCH v7 07/10] isolation: Introduce io_queue isolcpus type
` [PATCH v7 08/10] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v7 09/10] blk-mq: prevent offlining hk CPUs with associated online isolated CPUs
` [PATCH v7 10/10] docs: add io_queue flag to isolcpus

[PATCH] virtio: Add missing kerneldoc for virtio_dma_buf_attach
 2025-07-04  7:20 UTC 

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

Host Crash When creating a vDPA Device with device_features
 2025-07-03 14:17 UTC  (3+ messages)

[PATCH V3 00/19] virtio_ring in order support
 2025-07-03 13:49 UTC  (10+ messages)
` [PATCH V3 13/19] virtio_ring: introduce virtqueue ops
` [PATCH V3 19/19] virtio_ring: add in order support

[PATCH] vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFD
 2025-07-03 13:41 UTC  (5+ messages)

[PATCH] i2c: virtio: Avoid hang by using interruptible completion wait
 2025-07-03 11:31 UTC 

[PATCH net] vsock: fix `vsock_proto` declaration
 2025-07-03 11:24 UTC  (2+ messages)

[PATCH net] vsock/vmci: Clear the vmci transport packet properly when initializing it
 2025-07-03 11:00 UTC  (6+ messages)

[PATCH RFC v3] pci: report surprise removal event
 2025-07-03 10:20 UTC  (5+ messages)

[PATCH net v3 0/2] virtio-net: xsk: rx: fix the frame's length check
 2025-07-03  9:40 UTC  (5+ messages)
` [PATCH net v3 2/2] virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()

[PATCH RFC v4 0/5] pci,virtio: report surprise removal event
 2025-07-03  9:26 UTC  (6+ messages)
` [PATCH RFC v4 1/5] pci: "
` [PATCH RFC v4 2/5] virtio: fix comments, readability
` [PATCH RFC v4 3/5] virtio: pack config changed flags
` [PATCH RFC v4 4/5] virtio: allow transports to suppress config change
` [PATCH RFC v4 5/5] virtio: support device disconnect

[PATCH net v2 0/3] virtio-net: fixes for mergeable XDP receive path
 2025-07-03  9:10 UTC  (2+ messages)

[PATCH 0/9] Refine virtio mapping API
 2025-07-03  8:57 UTC  (4+ messages)

[PATCH net v3 0/3] vsock: Fix transport_{h2g,g2h,dgram,local} TOCTOU issues
 2025-07-03  8:36 UTC  (8+ messages)
` [PATCH net v3 1/3] vsock: Fix transport_{g2h,h2g} TOCTOU
` [PATCH net v3 2/3] vsock: Fix transport_* TOCTOU
` [PATCH net v3 3/3] vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`

[RESEND PATCH net-next v4 0/4] vsock: Introduce SIOCINQ ioctl support
 2025-07-03  7:53 UTC  (17+ 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 v1 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-07-03  7:49 UTC  (95+ messages)
` [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 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] virtio_fs: fix the hash table using in virtio_fs_enqueue_req()
 2025-07-03  6:47 UTC 

[PATCH net-next V3 1/2] tun: remove unnecessary tun_xdp_hdr structure
 2025-07-02 22:50 UTC  (2+ messages)

[PATCH net-next v5 0/2] vsock/test: check for null-ptr-deref when transport changes
 2025-07-02 22:10 UTC  (6+ 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 RFC net v2 0/3] vsock: Fix transport_{h2g,g2h,dgram,local} TOCTOU issues
 2025-07-02 13:44 UTC  (10+ messages)
` [PATCH RFC net v2 1/3] vsock: Fix transport_{g2h,h2g} TOCTOU

[PATCH net v2] virtio-net: fix a rtnl_lock() deadlock during probing
 2025-07-02 10:37 UTC 

[PATCH v5.10] vhost-scsi: protect vq->log_used with vq->mutex
 2025-07-02  8:29 UTC 

[PATCH 8/9] vdpa: introduce map ops
 2025-07-02  6:59 UTC  (3+ messages)

[PATCH][v2] virtio_fs: Remove redundant spinlock in virtio_fs_request_complete()
 2025-07-02  5:42 UTC  (2+ messages)

[PATCH 7/9] vdpa: rename dma_dev to map_token
 2025-07-01 21:25 UTC  (2+ messages)

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

[PATCH] hv_sock: Return the readable bytes in hvs_stream_has_data()
 2025-07-01 18:37 UTC  (3+ messages)
  ` [EXTERNAL] "

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

[PATCH 0/5] vsock/virtio: SKB allocation improvements
 2025-07-01 13:52 UTC  (10+ messages)
` [PATCH 1/5] vhost/vsock: Avoid allocating arbitrarily-sized SKBs
` [PATCH 3/5] vhost/vsock: Allocate nonlinear SKBs for handling large receive buffers

[PATCH 5.10] vhost-scsi: protect vq->log_used with vq->mutex
 2025-07-01 12:48 UTC 


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