messages from 2025-08-29 12:02:56 to 2025-09-08 16:48:25 UTC [more...]
[PATCH v2 00/37] mm: remove nth_page()
2025-09-08 16:48 UTC (57+ messages)
` [PATCH v2 01/37] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v2 02/37] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v2 03/37] s390/Kconfig: "
` [PATCH v2 04/37] x86/Kconfig: "
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v2 06/37] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v2 07/37] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v2 09/37] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v2 10/37] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v2 11/37] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v2 12/37] mm: simplify folio_page() and folio_page_idx()
` [PATCH v2 13/37] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v2 14/37] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v2 15/37] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v2 16/37] fs: hugetlbfs: cleanup "
` [PATCH v2 17/37] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v2 18/37] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 20/37] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v2 21/37] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v2 23/37] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v2 24/37] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v2 25/37] ata: libata-sff: drop nth_page() usage within "
` [PATCH v2 26/37] drm/i915/gem: "
` [PATCH v2 27/37] mspro_block: "
` [PATCH v2 28/37] memstick: "
` [PATCH v2 29/37] mmc: "
` [PATCH v2 30/37] scsi: scsi_lib: "
` [PATCH v2 31/37] scsi: sg: "
` [PATCH v2 32/37] vfio/pci: "
` [PATCH v2 33/37] crypto: remove "
` [PATCH v2 34/37] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v2 35/37] kfence: drop nth_page() usage
` [PATCH v2 36/37] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v2 37/37] mm: remove nth_page()
[PATCH RFC 00/35] mm: remove nth_page()
2025-09-08 16:47 UTC (3+ messages)
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
[PATCH] io_uring: Replace kzalloc() + copy_from_user() with memdup_user()
2025-09-08 14:22 UTC (2+ messages)
[PATCH] io_uring/uring_cmd: add io_uring_cmd_tw_t type alias
2025-09-08 14:20 UTC (5+ messages)
[PATCH v2 0/5] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
2025-09-08 14:13 UTC (7+ messages)
` [PATCH v2 1/5] io_uring: don't include filetable.h in io_uring.h
` [PATCH v2 2/5] io_uring/rsrc: respect submitter_task in io_register_clone_buffers()
` [PATCH v2 3/5] io_uring: clear IORING_SETUP_SINGLE_ISSUER for IORING_SETUP_SQPOLL
` [PATCH v2 4/5] io_uring: factor out uring_lock helpers
` [PATCH v2 5/5] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
[PATCH v3 0/3] introduce io_uring querying
2025-09-08 14:07 UTC (7+ messages)
` [PATCH v3 1/3] io_uring: add helper for *REGISTER_SEND_MSG_RING
` [PATCH v3 2/3] io_uring: add macros for avaliable flags
` [PATCH v3 3/3] io_uring: introduce io_uring querying
[GIT PULL] io_uring fix for 6.17-rc5
2025-09-08 11:59 UTC (28+ messages)
` Link trailers revisited (was Re: [GIT PULL] io_uring fix for 6.17-rc5)
[syzbot] [io-uring?] KASAN: null-ptr-deref Read in io_sqe_buffer_register
2025-09-08 4:30 UTC (10+ messages)
[RFC PATCH v3 0/5] rust: miscdevice: abstraction for uring_cmd
2025-09-06 14:28 UTC (17+ messages)
` [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
[PATCH] io_uring/rsrc: initialize io_rsrc_data nodes array
2025-09-05 11:14 UTC (2+ messages)
[PATCH v2] io_uring: remove WRITE_ONCE() in io_uring_create()
2025-09-05 11:14 UTC (2+ messages)
[PATCH 0/2] io_uring: replace wq users and add WQ_PERCPU to alloc_workqueue() users
2025-09-05 9:02 UTC (3+ messages)
` [PATCH 1/2] io_uring: replace use of system_wq with system_percpu_wq
` [PATCH 2/2] io_uring: replace use of system_unbound_wq with system_dfl_wq
[PATCH 0/4] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
2025-09-04 23:25 UTC (11+ messages)
` [PATCH 1/4] io_uring: don't include filetable.h in io_uring.h
` [PATCH 2/4] io_uring/rsrc: respect submitter_task in io_register_clone_buffers()
` [PATCH 3/4] io_uring: factor out uring_lock helpers
` [PATCH 4/4] io_uring: avoid uring_lock for IORING_SETUP_SINGLE_ISSUER
` [syzbot ci] "
[syzbot] [io-uring?] general protection fault in io_check_coalesce_buffer
2025-09-04 23:18 UTC (2+ messages)
[RFC PATCHv2 0/1]
2025-09-04 19:27 UTC (5+ messages)
` [RFC PATCHv2 1/3] Add support IORING_SETUP_SQE_MIXED
` [RFC PATCHv2 1/1] io_uring: add support for IORING_SETUP_SQE_MIXED
` [RFC PATCHv2 2/3] Add nop testing "
` [RFC PATCHv2 3/3] Add mixed sqe test for uring commands
[PATCH] io_uring/cmd: remove unused io_uring_cmd_iopoll_done()
2025-09-03 23:36 UTC (2+ messages)
[PATCH] io_uring/uring_cmd: correct io_uring_cmd_done() ret type
2025-09-03 23:36 UTC (2+ messages)
[PATCH] io_uring: remove WRITE_ONCE() in io_uring_create()
2025-09-03 23:16 UTC (4+ messages)
[PATCH] io_uring/register: drop redundant submitter_task check
2025-09-03 1:21 UTC (2+ messages)
[RFC PATCH 0/1] io_uring: mixed sqe support
2025-09-02 18:03 UTC (6+ messages)
` [RFC PATCH liburing 1/2] Add support IORING_SETUP_SQE_MIXED
` [RFC PATCH 1/1] io_uring: add support for IORING_SETUP_SQE_MIXED
` [RFC PATCH liburing 2/2] Add nop testing "
[PATCH v1 00/36] mm: remove nth_page()
2025-09-01 11:35 UTC (69+ messages)
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [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 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 24/36] ata: libata-eh: drop nth_page() usage within SG entry
` [PATCH v1 29/36] scsi: scsi_lib: "
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 32/36] crypto: remove "
` [PATCH v1 33/36] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v1 36/36] mm: remove nth_page()
[PATCH v2 0/3] introduce io_uring querying
2025-08-31 0:49 UTC (2+ messages)
[GIT PULL] io_uring fixes for 6.17-rc4
2025-08-29 16:39 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