io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-21 02:08:39 to 2025-08-27 22:08:33 UTC [more...]

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-27 22:01 UTC  (23+ messages)
` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [PATCH v1 17/36] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 19/36] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 22/36] dma-remap: drop nth_page() in dma_common_contiguous_remap()

[PATCH 2/2] io_uring/kbuf: fix infinite loop in io_kbuf_inc_commit()
 2025-08-27 21:59 UTC  (4+ messages)

[RFC PATCH v3 0/5] rust: miscdevice: abstraction for uring_cmd
 2025-08-27 20:41 UTC  (7+ messages)
` [RFC PATCH v3 1/5] rust: bindings: add io_uring headers in bindings_helper.h
` [RFC PATCH v3 2/5] io_uring/cmd: zero-init pdu in io_uring_cmd_prep() to avoid UB
` [RFC PATCH v3 3/5] rust: io_uring: introduce rust abstraction for io-uring cmd
` [RFC PATCH v3 4/5] rust: miscdevice: Add `uring_cmd` support
` [RFC PATCH v3 5/5] samples: rust: Add `uring_cmd` example to `rust_misc_device`

[RFC v1 0/3] introduce io_uring querying
 2025-08-27 19:45 UTC  (8+ messages)
` [RFC v1 1/3] io_uring: add helper for *REGISTER_SEND_MSG_RING
` [RFC v1 2/3] io_uring: add macro for features and valid setup flags
` [RFC v1 3/3] io_uring: introduce io_uring querying

[PATCH net-next v6 0/7] devmem/io_uring: allow more flexibility for ZC DMA devices
 2025-08-27 14:39 UTC  (2+ messages)
` [PATCH net-next v6 2/7] io_uring/zcrx: add support for custom "

[PATCH 1/2] io_uring/kbuf: fix signedness in this_len calculation
 2025-08-27 14:40 UTC  (2+ messages)

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-27  9:43 UTC  (90+ messages)
` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH RFC 02/35] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH RFC 03/35] s390/Kconfig: "
` [PATCH RFC 04/35] x86/Kconfig: "
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH RFC 08/35] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
                      ` update kernel-doc for MEMBLOCK_RSRV_NOINIT (was: Re: [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap())
                        ` update kernel-doc for MEMBLOCK_RSRV_NOINIT
` [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 13/35] mm: simplify folio_page() and folio_page_idx()
` [PATCH RFC 14/35] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH RFC 15/35] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH RFC 16/35] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH RFC 17/35] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 19/35] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH RFC 20/35] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH RFC 24/35] ata: libata-eh: drop nth_page() usage within "
` [PATCH RFC 25/35] drm/i915/gem: "
` [PATCH RFC 26/35] mspro_block: "
` [PATCH RFC 27/35] memstick: "
` [PATCH RFC 28/35] mmc: "
` [PATCH RFC 29/35] scsi: core: "
` [PATCH RFC 30/35] vfio/pci: "
` [PATCH RFC 31/35] crypto: remove "
` [PATCH RFC 32/35] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH RFC 33/35] kfence: drop nth_page() usage
` [PATCH RFC 34/35] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH RFC 35/35] mm: remove nth_page()
` [syzbot ci] "

[PATCH for-next] io_uring: add async data clear/free helpers
 2025-08-26 18:40 UTC  (5+ messages)

io_uring / dio metadata fixes
 2025-08-25 13:35 UTC  (10+ messages)
` [PATCH 1/2] fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability

[PATCH net-next v5 0/7] devmem/io_uring: allow more flexibility for ZC DMA devices
 2025-08-25  6:36 UTC  (2+ messages)
` [PATCH net-next v5 2/7] io_uring/zcrx: add support for custom "

[PATCH net-next v3 00/23][pull request] Queue configs and large buffer providers
 2025-08-25  6:24 UTC  (11+ messages)
` [PATCH net-next v3 08/23] eth: bnxt: set page pool page order based on rx_page_size
` [PATCH net-next v3 16/23] eth: bnxt: store the rx buf size per queue

[GIT PULL] io_uring fixes for 6.17-rc3
 2025-08-22 13:36 UTC  (2+ messages)

[PATCHSET 0/2] Saner ->async_data handling
 2025-08-22 13:14 UTC  (3+ messages)
` [PATCH 1/2] io_uring/futex: ensure io_futex_wait() cleans up properly on failure
` [PATCH 2/2] io_uring: clear ->async_data as part of normal init

[PATCH 0/3] IORING_URING_CMD_MULTISHOT fixups
 2025-08-22  1:59 UTC  (8+ messages)
` [PATCH 1/3] io_uring/cmd: fix io_uring_mshot_cmd_post_cqe() for !CONFIG_IO_URING
` [PATCH 2/3] io_uring/cmd: deduplicate uring_cmd_flags checks
` [PATCH 3/3] io_uring/cmd: consolidate REQ_F_BUFFER_SELECT checks
` (subset) [PATCH 0/3] IORING_URING_CMD_MULTISHOT fixups

[PATCH V5 0/2] io_uring: uring_cmd: add multishot support with provided buffer
 2025-08-22  0:58 UTC  (11+ messages)
` [PATCH V5 1/2] io-uring: move `struct io_br_sel` into io_uring_types.h
` [PATCH V5 2/2] io_uring: uring_cmd: add multishot support

[PATCHSET v2 0/8] Add support for mixed sized CQEs
 2025-08-21 18:19 UTC  (16+ messages)
` [PATCH 1/8] io_uring: remove io_ctx_cqe32() helper
` [PATCH 2/8] io_uring: add UAPI definitions for mixed CQE postings
` [PATCH 3/8] io_uring/fdinfo: handle mixed sized CQEs
` [PATCH 4/8] io_uring/trace: support completion tracing of mixed 32b CQEs
` [PATCH 5/8] io_uring: add support for IORING_SETUP_CQE_MIXED
` [PATCH 6/8] io_uring/nop: "
` [PATCH 7/8] io_uring/uring_cmd: "
` [PATCH 8/8] io_uring/zcrx: "

[PATCHSET RFC 0/6] add support for name_to, open_by_handle_at(2) to io_uring
 2025-08-21  7:47 UTC  (7+ messages)

[PATCH] io_uring/kbuf: ensure ring ctx is held locked over io_put_kbuf()
 2025-08-21  6:54 UTC  (2+ messages)
` [syzbot ci] "

[PATCH RFC net-next v1] net: Add maintainer entry for netmem & friends
 2025-08-21  2:56 UTC 

[PATCH V4] io_uring: uring_cmd: add multishot support
 2025-08-21  2:24 UTC  (3+ messages)

[PATCHSET v2 0/12] Move io_buffer_list out of struct io_kiocb
 2025-08-21  2:03 UTC  (8+ messages)
` [PATCH 06/12] io_uring/rw: recycle buffers manually for non-mshot reads
` [PATCH 07/12] io_uring/kbuf: use struct io_br_sel for multiple buffers picking
` [PATCH 08/12] io_uring/net: use struct io_br_sel->val as the recv finish value
` [PATCH 09/12] io_uring/net: use struct io_br_sel->val as the send "
` [PATCH 10/12] io_uring/kbuf: switch to storing struct io_buffer_list locally
` [PATCH 11/12] io_uring: remove async/poll related provided buffer recycles
` [PATCH 12/12] io_uring/kbuf: check for ring provided buffers first in recycling


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).