summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2026-03-17io_uring/net: use 'ctx' consistentlyJens Axboe-1/+1
2026-03-17io_uring/poll: cache req->apoll_eventsJens Axboe-3/+5
2026-03-17io_uring/kbuf: use 'ctx' consistentlyJens Axboe-2/+2
2026-03-17io_uring/poll: fix multishot recv missing EOF on wakeup raceJens Axboe-2/+7
2026-03-16io_uring/bpf-ops: implement bpf ops registrationPavel Begunkov-2/+99
2026-03-16io_uring/bpf-ops: add kfunc helpersPavel Begunkov-0/+61
2026-03-16io_uring/bpf-ops: implement loop_step with BPF struct_opsPavel Begunkov-0/+148
2026-03-16io_uring: introduce callback driven main loopPavel Begunkov-1/+131
2026-03-16io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLLCaleb Sander Mateos-3/+1
2026-03-16io_uring: count CQEs in io_iopoll_check()Caleb Sander Mateos-7/+2
2026-03-16io_uring: remove iopoll_queue from struct io_issue_defCaleb Sander Mateos-14/+1
2026-03-16io_uring: add REQ_F_IOPOLLCaleb Sander Mateos-12/+13
2026-03-16io_uring: mark known and harmless racy ctx->int_flags usesJens Axboe-5/+6
2026-03-16io_uring: switch struct io_ring_ctx internal bitfields to flagsJens Axboe-59/+62
2026-03-14Merge branch 'io_uring-7.0' into for-7.1/io_uringJens Axboe-11/+55
2026-03-13Merge tag 'io_uring-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-11/+55
2026-03-12io_uring/kbuf: check if target buffer list is still legacy on recycleJens Axboe-2/+11
2026-03-11io_uring: fix physical SQE bounds check for SQE_MIXED 128-byte opsTom Ryan-1/+1
2026-03-11io_uring/eventfd: use ctx->rings_rcu for flags checkingJens Axboe-3/+7
2026-03-11io_uring: ensure ctx->rings is stable for task work flags manipulationJens Axboe-2/+33
2026-03-09io_uring/bpf_filter: use bpf_prog_run_pin_on_cpu() to prevent migrationJens Axboe-1/+1
2026-03-09io_uring/register: fix comment about task_no_new_privsJann Horn-2/+2
2026-03-09io_uring/zctx: separate notification user_dataPavel Begunkov-2/+7
2026-03-09io_uring/net: allow vectorised regbuf send zcPavel Begunkov-5/+9
2026-03-09io_uring/timeout: immediate timeout argPavel Begunkov-5/+15
2026-03-09io_uring/timeout: migrate reqs from ts64 to ktimePavel Begunkov-17/+16
2026-03-09io_uring/timeout: add helper for parsing user timePavel Begunkov-9/+20
2026-03-09io_uring/timeout: check unused sqe fieldsPavel Begunkov-0/+4
2026-03-09io_uring/zcrx: declare some constants for queryPavel Begunkov-3/+8
2026-03-09io_uring/zctx: unify zerocopy issue variantsPavel Begunkov-75/+14
2026-03-09io_uring/zctx: move vec regbuf import into io_send_zc_importPavel Begunkov-16/+25
2026-03-09io_uring/zctx: rename flags var for more clarityPavel Begunkov-6/+6
2026-03-09io_uring/cmd_net: split ioctl code out of io_uring_cmd_sock()Asbjørn Sloth Tønnesen-17/+17
2026-03-06Merge tag 'io_uring-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+7
2026-03-04io_uring/zcrx: use READ_ONCE with user shared RQEsPavel Begunkov-2/+3
2026-03-02io_uring/net: reject SEND_VECTORIZED when unsupportedPavel Begunkov-0/+2
2026-02-27io_uring/zcrx: don't set rx_page_size when not requestedJakub Kicinski-1/+2
2026-02-27Merge tag 'io_uring-7.0-20260227' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+3
2026-02-25io_uring/timeout: READ_ONCE sqe->addrPavel Begunkov-2/+2
2026-02-24io_uring/cmd_net: use READ_ONCE() for ->addr3 readJens Axboe-1/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-15/+15
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-44/+42
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-44/+42
2026-02-19io_uring: add IORING_OP_URING_CMD128 to opcode checksCaleb Sander Mateos-3/+9
2026-02-18io_uring/zcrx: fix user_ref race between scrub and refill pathsKai Aizen-3/+7
2026-02-17Merge tag 'io_uring-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-88/+129
2026-02-16io_uring/bpf_filter: pass in expected filter payload sizeJens Axboe-16/+49
2026-02-16io_uring/bpf_filter: move filter size and populate helper into structJens Axboe-11/+18
2026-02-16io_uring/cancel: de-unionize file and user_data in struct io_cancel_dataJens Axboe-4/+2