summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
5 daysMerge tag 'for-7.2/io_uring-epoll-20260616' of git://git.kernel.org/pub/scm/l...Linus Torvalds
7 daysMerge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
8 daysMerge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
8 daysMerge tag 'for-7.2/io_uring-20260615' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
8 daysMerge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
8 daysMerge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
8 daysnetdev: expose io_uring rx_page_order order via netlinkDragos Tatulea
8 daysMerge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
10 daysio_uring/net: make POLL_FIRST receive side checks consistentJens Axboe
10 daysio_uring: remove the per-ctx fallback task_work machineryJens Axboe
10 daysio_uring: run the tctx task_work fallback directlyJens Axboe
10 daysio_uring: switch normal task_work to a mpscqJens Axboe
10 daysio_uring: switch local task_work to a mpscqJens Axboe
10 daysio_uring/mpscq: add lockless multi-producer, single-consumer FIFO queueJens Axboe
10 daysio_uring: grab RCU read lock marking task runJens Axboe
11 daysMerge tag 'io_uring-7.1-20260611' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
12 daysio_uring/zcrx: kill dead 'sock' member in struct io_zcrx_argsJens Axboe
2026-06-08io_uring/kbuf: validate ring provided buffer addresses with access_ok()Jens Axboe
2026-06-08io_uring/net: support registered buffer for plain send and recvMing Lei
2026-06-07io_uring/wait: fix min_timeout behaviorChristian A. Ehrhardt
2026-06-07io_uring/kbuf: don't truncate end buffer for bundlesJens Axboe
2026-06-05Merge tag 'io_uring-7.1-20260605' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-06-05io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retriesClément Léger
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig
2026-06-03futex: Add support for unlocking robust futexesThomas Gleixner
2026-06-02io_uring/nop: Drop a wrong comment in struct io_nopGabriel Krisman Bertazi
2026-06-02io_uring/net: Remove async_size for OP_LISTENGabriel Krisman Bertazi
2026-06-02io_uring/net: Avoid msghdr on op_connect/op_bind async dataGabriel Krisman Bertazi
2026-06-02io_uring/bpf-ops: restrict ctx access to BPFPavel Begunkov
2026-05-29Merge tag 'io_uring-7.1-20260529' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-29block: Add bvec_folio()Matthew Wilcox (Oracle)
2026-05-29net: Remove support for AIO on socketsDemi Marie Obenour
2026-05-28io_uring/io-wq: re-check IO_WQ_BIT_EXIT for each linked work itemRunyu Xiao
2026-05-28io_uring/kbuf: align legacy buffer add limit with MAX_BIDS_PER_BGIDliyouhong
2026-05-26io_uring/zcrx: add shared-memory notification statisticsClément Léger
2026-05-26io_uring/zcrx: notify user on frag copy fallbackClément Léger
2026-05-26io_uring/zcrx: notify user when out of buffersPavel Begunkov
2026-05-26io_uring/zcrx: add ctx pointer to zcrxPavel Begunkov
2026-05-26io_uring/zcrx: reorder fd allocation in zcrx_export()Bertie Tryner
2026-05-26io_uring/zcrx: remove extra ifq closePavel Begunkov
2026-05-26io_uring/zcrx: poison pointers on unregistrationPavel Begunkov
2026-05-26io_uring/zcrx: make scrubbing more reliablePavel Begunkov
2026-05-24io_uring/tctx: set ->io_uring before publishing the tctx nodeLim HyeonJun
2026-05-22Merge tag 'io_uring-7.1-20260522' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-21io_uring/nop: pass all errors to userspaceAlexander A. Klimov
2026-05-20io_uring/timeout: splice timed out link in timeout handlerJens Axboe
2026-05-18io_uring: propagate array_index_nospec opcode into req->opcodeMichael Bommarito
2026-05-16io_uring/waitid: clear waitid info before copying it to userspaceHeechan Kang
2026-05-15Merge tag 'io_uring-7.1-20260515' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-15io_uring/net: punt IORING_OP_BIND async if it needs file createJens Axboe