messages from 2025-06-17 15:24:48 to 2025-06-25 16:09:58 UTC [more...]
[PATCH net 0/4] virtio-net: fixes for mergeable XDP receive path
2025-06-25 16:08 UTC
[PATCH net-next v3 0/3] vsock: Introduce SIOCINQ ioctl support
2025-06-25 13:32 UTC (7+ messages)
` [PATCH net-next v3 1/3] vsock: Add support for SIOCINQ ioctl
` [EXTERNAL] "
[PATCH 0/8] dma-mapping: migrate to physical address-based API
2025-06-25 13:19 UTC (9+ messages)
` [PATCH 1/8] dma-debug: refactor to use physical addresses for page mapping
` [PATCH 2/8] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH 3/8] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH 4/8] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH 6/8] dma-mapping: fail early if physical address is mapped through platform callback
` [PATCH 7/8] dma-mapping: export new dma_*map_phys() interface
` [PATCH 8/8] mm/hmm: migrate to physical address-based DMA mapping API
[PATCH 0/5] vsock/virtio: SKB allocation improvements
2025-06-25 13:15 UTC (6+ 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 4/5] vsock/virtio: Rename virtio_vsock_skb_rx_put() to virtio_vsock_skb_put()
` [PATCH 5/5] vhost/vsock: Allocate nonlinear SKBs for handling large transmit buffers
[PATCH v5] virtio_blk: Fix disk deletion hang on device surprise removal
2025-06-25 12:39 UTC (13+ messages)
[PATCH RFC net v2 0/3] vsock: Fix transport_{h2g,g2h,dgram,local} TOCTOU issues
2025-06-25 8:54 UTC (7+ 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 net-next v4] vsock/test: Add test for null ptr deref when transport changes
2025-06-25 8:26 UTC (2+ messages)
[PATCH 0/5] blk: introduce block layer helpers to calculate num of queues
2025-06-25 4:38 UTC (12+ messages)
` [PATCH 1/5] lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
` [PATCH 2/5] blk-mq: add number of queue calc helper
` [PATCH 3/5] nvme-pci: use block layer helpers to calculate num of queues
` [PATCH 4/5] scsi: "
` [PATCH 5/5] virtio: blk/scsi: "
[PATCH net] vsock/uapi: fix linux/vm_sockets.h userspace compilation errors
2025-06-25 0:30 UTC (2+ messages)
[PATCH] vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFD
2025-06-24 20:06 UTC (2+ messages)
[PATCH v2 0/8] irqbypass: Cleanups and a perf improvement
2025-06-24 19:38 UTC (2+ messages)
[PATCH] PCI: Extend isolated function probing to LoongArch
2025-06-24 15:46 UTC (2+ messages)
[PATCH net v2 0/2] virtio-net: xsk: rx: fix the frame's length check
2025-06-24 14:58 UTC (10+ messages)
` [PATCH net v2 1/2] "
` [PATCH net v2 2/2] virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()
[PATCH net-next 1/2] tun: remove unnecessary tun_xdp_hdr structure
2025-06-24 14:05 UTC (6+ messages)
` [PATCH net-next 2/2] vhost-net: reduce one userspace copy when building XDP buff
[PATCH V3 00/19] virtio_ring in order support
2025-06-24 10:35 UTC (3+ messages)
` [PATCH V3 01/19] virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx()
[PATCH v2 0/2] vringh small unused functions
2025-06-24 10:21 UTC (3+ messages)
[PATCH] virtio: virtio_dma_buf: fix missing parameter documentation
2025-06-24 8:05 UTC (3+ messages)
[PATCH v12 0/1] vhost: Add support of kthread API
2025-06-24 3:06 UTC (5+ messages)
` [PATCH v12 1/1] vhost: Reintroduces support of kthread API and adds mode selection
[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
2025-06-24 0:49 UTC (26+ messages)
` [PATCH net-next v12 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v12 04/10] tun: Add common virtio-net hash feature code
[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-06-23 16:05 UTC (78+ messages)
` [PATCH RFC 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
` [PATCH RFC 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
` [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 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
` [PATCH RFC 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
` [PATCH RFC 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
` [PATCH RFC 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH RFC 12/29] mm/zsmalloc: stop using __ClearPageMovable()
` [PATCH RFC 13/29] mm/balloon_compaction: "
` [PATCH RFC 14/29] mm/migrate: remove __ClearPageMovable()
` [PATCH RFC 15/29] mm/migration: remove PageMovable()
` [PATCH RFC 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH RFC 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
` [PATCH RFC 18/29] mm: remove __folio_test_movable()
` [PATCH RFC 19/29] mm: stop storing migration_ops in page->mapping
` [PATCH RFC 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH RFC 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH RFC 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH RFC 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH RFC 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH RFC 25/29] mm: simplify folio_expected_ref_count()
` [PATCH RFC 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH RFC 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
` [PATCH RFC 28/29] mm/balloon_compaction: "movable_ops" doc updates
` [PATCH RFC 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()
[PATCH drm-next] drm/bochs: Add support for drm_panic
2025-06-23 10:12 UTC (5+ messages)
[PATCH] virtio-crypto: Remove unused virtcrypto functions
2025-06-23 9:20 UTC (2+ messages)
[RFC 0/6] Add multiple address spaces support to VDUSE
2025-06-23 5:09 UTC (4+ messages)
[PATCH] virtio_fs: Remove request addition to processing list
2025-06-21 9:21 UTC (2+ messages)
` 答复: "
[PATCH net 0/3] vsock: Fix transport_{h2g,g2h,dgram,local} TOCTOU issues
2025-06-20 19:57 UTC (12+ messages)
` [PATCH net 1/3] vsock: Fix transport_{h2g,g2h} TOCTOU
` [PATCH net 2/3] vsock: Fix transport_g2h TOCTOU
` [PATCH net 3/3] vsock: Fix transport_* TOCTOU
[PATCH v3] media: add virtio-media driver
2025-06-20 12:03 UTC (15+ messages)
[PATCH net 0/2] virtio-net: xsk: rx: fix the frame's length check
2025-06-19 15:26 UTC (5+ messages)
` [PATCH net 1/2] "
[PATCH] vhost: Fix typos in comments and clarity on alignof usage
2025-06-18 12:31 UTC (4+ messages)
` "
[PATCH v5 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-06-18 7:45 UTC (3+ messages)
` [PATCH v5 02/25] drm/dumb-buffers: Provide helper to set pitch and size
` "
Virtio-IOMMU interrupt remapping design
2025-06-17 23:03 UTC (7+ messages)
[PATCH net-next v3 0/3] vsock/test: Improve transport_uaf test
2025-06-17 22:20 UTC (2+ messages)
[PATCH net-next v3 3/3] test/vsock: Add ioctl SIOCINQ tests
2025-06-17 15:31 UTC (2+ messages)
[PATCH RFC net-next v4 00/11] vsock: add namespace support to vhost-vsock
2025-06-17 15:24 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox