messages from 2025-06-12 08:32:27 to 2025-06-18 17:41:04 UTC [more...]
[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
2025-06-18 17:39 UTC (16+ 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 v3] media: add virtio-media driver
2025-06-18 15:05 UTC (14+ messages)
[PATCH net 0/3] vsock: Fix transport_{h2g,g2h,dgram,local} TOCTOU issues
2025-06-18 12:34 UTC (4+ 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] vhost: Fix typos in comments and clarity on alignof usage
2025-06-18 12:31 UTC (4+ messages)
` "
[PATCH v12 0/1] vhost: Add support of kthread API
2025-06-18 12:06 UTC (3+ messages)
` [PATCH v12 1/1] vhost: Reintroduces support of kthread API and adds mode selection
[PATCH v5] virtio_blk: Fix disk deletion hang on device surprise removal
2025-06-18 9:29 UTC (2+ messages)
[PATCH v5 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-06-18 7:45 UTC (30+ messages)
` [PATCH v5 01/25] drm/dumb-buffers: Sanitize output on errors
` [PATCH v5 02/25] drm/dumb-buffers: Provide helper to set pitch and size
` "
` [PATCH v5 03/25] drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()
` [PATCH v5 04/25] drm/gem-shmem: "
` [PATCH v5 05/25] drm/gem-vram: "
` [PATCH v5 06/25] drm/armada: "
` [PATCH v5 07/25] drm/exynos: "
` [PATCH v5 08/25] drm/gma500: "
` [PATCH v5 09/25] drm/hibmc: "
` [PATCH v5 10/25] drm/imx/ipuv3: "
` [PATCH v5 11/25] drm/loongson: "
` [PATCH v5 12/25] drm/mediatek: "
` [PATCH v5 13/25] drm/msm: "
` [PATCH v5 14/25] drm/nouveau: "
` [PATCH v5 15/25] drm/omapdrm: "
` [PATCH v5 16/25] drm/qxl: "
` [PATCH v5 17/25] drm/renesas/rcar-du: "
` [PATCH v5 18/25] drm/renesas/rz-du: "
` [PATCH v5 19/25] drm/rockchip: "
` [PATCH v5 20/25] drm/tegra: "
` [PATCH v5 21/25] drm/virtio: "
` [PATCH v5 22/25] drm/vmwgfx: "
` [PATCH v5 23/25] drm/xe: "
` [PATCH v5 24/25] drm/xen: "
` [PATCH v5 25/25] drm/xlnx: "
Virtio-IOMMU interrupt remapping design
2025-06-17 23:03 UTC (9+ messages)
[PATCH net-next v3 0/3] vsock/test: Improve transport_uaf test
2025-06-17 22:20 UTC (11+ messages)
` [PATCH net-next v3 1/3] vsock/test: Introduce vsock_bind_try() helper
` [PATCH net-next v3 2/3] vsock/test: Introduce get_transports()
` [PATCH net-next v3 3/3] vsock/test: Cover more CIDs in transport_uaf test
[PATCH net-next v3 0/3] vsock: Introduce SIOCINQ ioctl support
2025-06-17 15:31 UTC (9+ messages)
` [PATCH net-next v3 1/3] vsock: Add support for SIOCINQ ioctl
` [PATCH net-next v3 2/3] test/vsock: Add retry mechanism to ioctl wrapper
` [PATCH net-next v3 3/3] test/vsock: Add ioctl SIOCINQ tests
[PATCH RFC net-next v4 00/11] vsock: add namespace support to vhost-vsock
2025-06-17 15:24 UTC (13+ messages)
` [PATCH RFC net-next v4 01/11] selftests/vsock: add NS tests to vmtest.sh
` [PATCH RFC net-next v4 02/11] vsock: a per-net vsock NS mode state
` [PATCH RFC net-next v4 03/11] vsock: add vsock net ns helpers
` [PATCH RFC net-next v4 04/11] vsock: add net to vsock skb cb
` [PATCH RFC net-next v4 05/11] vsock: add common code for vsock NS support
` [PATCH RFC net-next v4 06/11] virtio-vsock: add netns to common code
` [PATCH RFC net-next v4 07/11] vhost/vsock: add netns support
` [PATCH RFC net-next v4 08/11] vsock/virtio: add netns hooks
` [PATCH RFC net-next v4 09/11] hv_sock: "
` [PATCH RFC net-next v4 10/11] vsock/vmci: "
` [PATCH RFC net-next v4 11/11] vsock/loopback: add netns support
[PATCH 0/5] blk: introduce block layer helpers to calculate num of queues
2025-06-17 13:43 UTC (6+ 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 v2 0/2] vringh small unused functions
2025-06-17 12:30 UTC (5+ messages)
` [PATCH v2 1/2] vhost: vringh: Remove unused iotlb functions
` [PATCH v2 2/2] vhost: vringh: Remove unused functions
[PATCH V3 00/19] virtio_ring in order support
2025-06-17 12:29 UTC (21+ messages)
` [PATCH V3 01/19] virtio_ring: rename virtqueue_reinit_xxx to virtqueue_reset_xxx()
` [PATCH V3 02/19] virtio_ring: switch to use vring_virtqueue in virtqueue_poll variants
` [PATCH V3 03/19] virtio_ring: unify logic of virtqueue_poll() and more_used()
` [PATCH V3 04/19] virtio_ring: switch to use vring_virtqueue for virtqueue resize variants
` [PATCH V3 05/19] virtio_ring: switch to use vring_virtqueue for virtqueue_kick_prepare variants
` [PATCH V3 06/19] virtio_ring: switch to use vring_virtqueue for virtqueue_add variants
` [PATCH V3 07/19] virtio: "
` [PATCH V3 08/19] virtio_ring: switch to use vring_virtqueue for enable_cb_prepare variants
` [PATCH V3 09/19] virtio_ring: use vring_virtqueue for enable_cb_delayed variants
` [PATCH V3 10/19] virtio_ring: switch to use vring_virtqueue for disable_cb variants
` [PATCH V3 11/19] virtio_ring: switch to use vring_virtqueue for detach_unused_buf variants
` [PATCH V3 12/19] virtio_ring: use u16 for last_used_idx in virtqueue_poll_split()
` [PATCH V3 13/19] virtio_ring: introduce virtqueue ops
` [PATCH V3 14/19] virtio_ring: determine descriptor flags at one time
` [PATCH V3 15/19] virtio_ring: factor out core logic of buffer detaching
` [PATCH V3 16/19] virtio_ring: factor out core logic for updating last_used_idx
` [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-next v12 00/10] tun: Introduce virtio-net hashing feature
2025-06-17 3:39 UTC (19+ 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 0/2] vringh small unused functions
2025-06-17 0:19 UTC (7+ messages)
` [PATCH 1/2] vhost: vringh: Remove unused iotlb functions
` [PATCH 2/2] vhost: vringh: Remove unused functions
Virtio interrupt remapping
2025-06-16 16:07 UTC (5+ messages)
[PATCH net-next v2 0/3] vsock: Introduce SIOCINQ ioctl support
2025-06-16 14:51 UTC (13+ messages)
` [PATCH net-next v2 1/3] vsock: Add support for SIOCINQ ioctl
` [PATCH net-next v2 2/3] vsock/virtio: Add SIOCINQ support for all virtio based transports
` [PATCH net-next v2 3/3] test/vsock: Add ioctl SIOCINQ tests
[PATCH net-next v3] vsock/test: Add test for null ptr deref when transport changes
2025-06-16 14:23 UTC (3+ messages)
[PATCH net-next 1/2] tun: remove unnecessary tun_xdp_hdr structure
2025-06-16 3:01 UTC (5+ messages)
` [PATCH net-next 2/2] vhost-net: reduce one userspace copy when building XDP buff
[PATCH] virtio-crypto: Remove unused virtcrypto functions
2025-06-16 2:51 UTC (2+ messages)
[PATCH net 0/2] virtio-net: xsk: rx: fix the frame's length check
2025-06-15 15:13 UTC (3+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()
[PATCH v11 0/3] vhost: Add support of kthread API
2025-06-15 14:07 UTC (6+ messages)
` [PATCH v11 3/3] vhost: Add configuration controls for vhost worker's mode
[PATCH][v2] virtio_fs: Remove redundant spinlock in virtio_fs_request_complete()
2025-06-15 13:29 UTC (2+ messages)
[PATCH] virtio_fs: Remove redundant spinlock in virtio_fs_request_complete()
2025-06-15 13:28 UTC (3+ messages)
[PATCH net] virtio-net: drop the multi-buffer XDP packet in zerocopy
2025-06-13 15:58 UTC (10+ messages)
[PATCH drm-next] drm/bochs: Add support for drm_panic
2025-06-13 13:20 UTC
[PATCH 0/6] x86/msr: let paravirt inline rdmsr/wrmsr instructions
2025-06-13 8:01 UTC (8+ messages)
` [PATCH 5/6] x86/paravirt: Switch MSR access pv_ops functions to instruction interfaces
[PATCH v4 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
2025-06-13 7:15 UTC (7+ messages)
` [PATCH v4 02/25] drm/dumb-buffers: Provide helper to set pitch and size
` [PATCH v4 03/25] drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()
[PATCH] virtio: document ENOSPC
2025-06-13 1:53 UTC (2+ messages)
[PATCH v2 1/3] virtio: Fix typo in register_virtio_device() doc comment
2025-06-13 1:45 UTC (2+ messages)
[RFC 0/6] Add multiple address spaces support to VDUSE
2025-06-13 1:21 UTC (5+ messages)
` [RFC 3/6] vduse: add vq group asid support
[PATCH net-next 8/9] net: drv: virtio: migrate to new RXFH callbacks
2025-06-13 0:42 UTC (2+ messages)
[PATCH] x86: Fix build warnings about export.h
2025-06-12 19:03 UTC (4+ messages)
[PATCH net] vsock/virtio: fix `rx_bytes` accounting for stream sockets
2025-06-12 9:30 UTC (5+ 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