messages from 2025-04-16 20:11:10 to 2025-04-24 11:30:10 UTC [more...]
[PATCH 0/3] eventfd signalling cleanup
2025-04-24 11:31 UTC
[PATCH 1/1] io_uring: don't duplicate flushing in io_req_post_cqe
2025-04-24 11:28 UTC
[PATCH net-next v10 0/9] Device memory TCP TX
2025-04-24 9:06 UTC (16+ messages)
` [PATCH net-next v10 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v10 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v10 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v10 4/9] net: devmem: Implement TX path
` [PATCH net-next v10 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v10 6/9] net: enable driver support for netmem TX
` [PATCH net-next v10 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v10 8/9] net: check for driver support in netmem TX
` [PATCH net-next v10 9/9] selftests: ncdevmem: Implement devmem TCP TX
[PATCH net-next v11 0/8] Device memory TCP TX
2025-04-24 4:03 UTC (9+ messages)
` [PATCH net-next v11 1/8] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v11 2/8] net: add get_netmem/put_netmem support
` [PATCH net-next v11 3/8] net: devmem: TCP tx netlink api
` [PATCH net-next v11 4/8] net: devmem: Implement TX path
` [PATCH net-next v11 5/8] net: add devmem TCP TX documentation
` [PATCH net-next v11 6/8] net: enable driver support for netmem TX
` [PATCH net-next v11 7/8] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v11 8/8] net: check for driver support in netmem TX
[PATCH v2 0/2] Fix 100% CPU usage issue in IOU worker threads
2025-04-23 22:57 UTC (18+ messages)
` [PATCH v2 1/2] io_uring: Add new functions to handle user fault scenarios
` [PATCH v2 2/2] userfaultfd: Set the corresponding flag in IOU worker context
[PATCH liburing 0/3] test/fixed-seg: Add data verification and
2025-04-23 20:04 UTC (7+ messages)
` [PATCH liburing 1/3] test/fixed-seg: Prep patch, rename the vec to rvec
` [PATCH liburing 2/3] test/fixed-seg: verify the data read
` [PATCH liburing 3/3] test/fixed-seg: Support non 512 LBA format devices
[PATCH liburing 0/2] huge page support for the zcrx examples
2025-04-23 20:00 UTC (4+ messages)
` [PATCH liburing 1/2] examples/zcrx: fix final recvzc CQE handling
` [PATCH liburing 2/2] examples/zcrx: add huge page backed areas
[bug report] io_uring/zcrx: add support for multiple ifqs
2025-04-23 15:59 UTC (5+ messages)
[PATCH net-next v9 0/9] Device memory TCP TX
2025-04-23 10:49 UTC (25+ messages)
` [PATCH net-next v9 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v9 2/9] net: add get_netmem/put_netmem support
` [PATCH net-next v9 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v9 4/9] net: devmem: Implement TX path
` [PATCH net-next v9 5/9] net: add devmem TCP TX documentation
` [PATCH net-next v9 6/9] net: enable driver support for netmem TX
` [PATCH net-next v9 7/9] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v9 8/9] net: check for driver support in netmem TX
` [PATCH net-next v9 9/9] selftests: ncdevmem: Implement devmem TCP TX
[PATCH 0/2] Fix 100% CPU usage issue in IOU worker threads
2025-04-22 16:24 UTC (11+ messages)
` [PATCH 1/2] io_uring: Add new functions to handle user fault scenarios
` [PATCH 2/2] userfaultfd: Set the corresponding flag in IOU worker context
[PATCH 0/4] preparation for zcrx with huge pages
2025-04-22 14:44 UTC (5+ messages)
` [PATCH 1/4] io_uring/zcrx: add helper for importing user memory
` [PATCH 2/4] io_uring/zcrx: add initial infra for large pages
` [PATCH 3/4] io_uring: export io_coalesce_buffer()
` [PATCH 4/4] io_uring/zcrx: coalesce areas with huge pages
ublk: kernel crash when killing SPDK application
2025-04-22 13:47 UTC (2+ messages)
[PATCH io_uring-6.15] io_uring/zcrx: fix late dma unmap for a dead dev
2025-04-22 8:57 UTC (3+ messages)
[PATCH] io_uring: Add new functions to handle user fault scenarios
2025-04-22 8:50 UTC (4+ messages)
[PATCH liburing 0/3] zcrx refill queue allocation modes
2025-04-21 17:38 UTC (10+ messages)
` [PATCH liburing 1/3] examples: remove zcrx size limiting
` [PATCH liburing 2/3] examples/zcrx: constants for request types
` [PATCH liburing 3/3] examples/zcrx: add refill queue allocation modes
[PATCH liburing v2 0/4] zcrx refill queue allocation modes
2025-04-21 15:26 UTC (6+ messages)
` [PATCH liburing v2 1/4] examples/zcrx: consolidate add_recvzc variants
` [PATCH liburing v2 2/4] examples/zcrx: rework size limiting
` [PATCH liburing v2 3/4] examples/zcrx: constants for request types
` [PATCH liburing v2 4/4] examples/zcrx: add refill queue allocation modes
[PATCH v2 0/6] add support for multiple ifqs per io_uring
2025-04-21 15:26 UTC (8+ messages)
` [PATCH v2 1/6] io_uring/zcrx: remove duplicated freelist init
` [PATCH v2 2/6] io_uring/zcrx: move io_zcrx_iov_page
` [PATCH v2 3/6] io_uring/zcrx: remove sqe->file_index check
` [PATCH v2 4/6] io_uring/zcrx: let zcrx choose region for mmaping
` [PATCH v2 5/6] io_uring/zcrx: move zcrx region to struct io_zcrx_ifq
` [PATCH v2 6/6] io_uring/zcrx: add support for multiple ifqs
[PATCH 0/3] registrered buffer coalescing cleanup
2025-04-21 14:50 UTC (9+ messages)
` [PATCH 1/3] io_uring/rsrc: use unpin_user_folio
` [PATCH 2/3] io_uring/rsrc: clean up io_coalesce_buffer()
` [PATCH 3/3] io_uring/rsrc: remove null check on import
[PATCH liburing v3] zcrx: Get the page size at runtime
2025-04-20 0:39 UTC (2+ messages)
[PATCH liburing v1] zcrx: Get the page size at runtime
2025-04-19 16:51 UTC (3+ messages)
[PATCH v1] selftests: iou-zcrx: Get the page size at runtime
2025-04-19 14:10 UTC
[PATCH liburing v1 1/2] examples/zcrx: Use PAGE_SIZE for ring refill alignment
2025-04-19 13:13 UTC (5+ messages)
` [PATCH liburing v1 2/2] .gitignore: Add `examples/zcrx`
` (subset) [PATCH liburing v1 1/2] examples/zcrx: Use PAGE_SIZE for ring refill alignment
[PATCH v1] selftests: io_uring/zcrx: Use PAGE_SIZE for ring refill alignment
2025-04-19 12:53 UTC (2+ messages)
[PATCH] io_uring: update parameter name in io_pin_pages function declaration
2025-04-19 6:47 UTC
[PATCH 0/5] add support for multiple ifqs per io_uring
2025-04-18 18:54 UTC (16+ messages)
` [PATCH 1/5] io_uring/zcrx: remove duplicated freelist init
` [PATCH 2/5] io_uring/zcrx: move io_zcrx_iov_page
` [PATCH 3/5] io_uring/zcrx: let zcrx choose region for mmaping
` [PATCH 4/5] io_uring/zcrx: move zcrx region to struct io_zcrx_ifq
` [PATCH 5/5] io_uring/zcrx: add support for multiple ifqs
[GIT PULL] io_uring fixes for 6.15-rc3
2025-04-18 16:45 UTC (2+ messages)
io_uring zero-copy send test results
2025-04-18 8:50 UTC (7+ messages)
[PATCH] liburing/io_passthrough: use metadata if format requires it
2025-04-18 4:47 UTC (5+ messages)
[moderation] KCSAN: data-race in io_sq_thread / io_sq_thread_stop
2025-04-18 4:00 UTC
[PATCH 0/4] io_import_fixed cleanups and optimisation
2025-04-17 14:15 UTC (15+ messages)
` [PATCH 1/4] io_uring/rsrc: don't skip offset calculation
` [PATCH 2/4] io_uring/rsrc: separate kbuf offset adjustments
` [PATCH 3/4] io_uring/rsrc: refactor io_import_fixed
` [PATCH 4/4] io_uring/rsrc: send exact nr_segs for fixed buffer
[PATCH] io_uring/rsrc: ensure segments counts are correct on kbuf buffers
2025-04-17 13:53 UTC (2+ messages)
[PATCH] io_uring/rsrc: send exact nr_segs for fixed buffer
2025-04-17 9:12 UTC (12+ messages)
[PATCH] man: Fix syscall wrappers in example code
2025-04-16 20:11 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