aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-16io_uring: open code io_req_cqe_overflow()Pavel Begunkov1-10/+10
2025-05-16io_uring/fdinfo: get rid of dumping credentialsJens Axboe1-38/+0
2025-05-16io_uring/fdinfo: only compile if CONFIG_PROC_FS is setJens Axboe2-3/+2
2025-05-16Merge branch 'io_uring-6.15' into for-6.16/io_uringJens Axboe5-71/+72
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-36/+24
2025-05-14io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo()Jens Axboe1-23/+25
2025-05-13io_uring/kbuf: unify legacy buf provision and removalPavel Begunkov3-50/+31
2025-05-13io_uring/kbuf: refactor __io_remove_buffersPavel Begunkov1-25/+13
2025-05-13io_uring/kbuf: don't compute size twice on prepPavel Begunkov1-2/+0
2025-05-13io_uring/kbuf: drop extra vars in io_register_pbuf_ringPavel Begunkov1-3/+3
2025-05-13io_uring/kbuf: use mem_is_zero()Pavel Begunkov1-10/+4
2025-05-13io_uring/kbuf: account ring io_buffer_list memoryPavel Begunkov1-1/+1
2025-05-13net: devmem: Implement TX pathMina Almasry1-1/+1
2025-05-13netmem: add niov->type attribute to distinguish different net_iov typesMina Almasry1-0/+1
2025-05-12io_uring/memmap: don't use page_address() on a highmem pageJens Axboe1-1/+1
2025-05-12io_uring: drain based on allocates reqsPavel Begunkov2-49/+33
2025-05-12io_uring/uring_cmd: fix hybrid polling initialization issuehexue1-0/+5
2025-05-09io_uring: count allocated requestsPavel Begunkov1-1/+8
2025-05-09io_uring: open code io_account_cq_overflow()Pavel Begunkov1-9/+4
2025-05-09io_uring: consolidate drain seq checkingPavel Begunkov1-28/+17
2025-05-09io_uring: remove drain prealloc checksPavel Begunkov1-12/+3
2025-05-09io_uring: simplify drain ret passingPavel Begunkov1-3/+1
2025-05-09io_uring: fix spurious drain flushingPavel Begunkov1-1/+13
2025-05-09io_uring: account drain memory to cgroupPavel Begunkov1-1/+1
2025-05-09io_uring: add lockdep asserts to io_add_aux_cqePavel Begunkov1-0/+3
2025-05-09io_uring/net: move CONFIG_NET guards to MakefilePavel Begunkov2-4/+2
2025-05-09io_uring: update parameter name in io_pin_pages function declarationLong Li1-1/+1
2025-05-09io_uring/sqpoll: Increase task_work submission batch sizeGabriel Krisman Bertazi1-1/+1
2025-05-07io_uring: ensure deferred completions are flushed for multishotJens Axboe1-0/+8
2025-05-06io_uring: move io_req_put_rsrc_nodes()Pavel Begunkov2-12/+10
2025-05-06io_uring: remove io_preinit_req()Pavel Begunkov2-19/+3
2025-05-06io_uring/timeout: don't export link t-out disarm helperPavel Begunkov2-16/+8
2025-05-06io_uring/zcrx: dmabuf backed zerocopy receivePavel Begunkov2-16/+154
2025-05-06io_uring: enable per-io write streamsKeith Busch2-0/+3
2025-05-04io_uring: always arm linked timeouts prior to issueJens Axboe1-35/+15
2025-05-03futex: Move futex_queue() into futex_wait_setup()Peter Zijlstra1-3/+1
2025-05-02io_uring/zcrx: split common area map/unmap partsPavel Begunkov1-13/+29
2025-05-02io_uring/zcrx: split out memory holders from areaPavel Begunkov2-26/+56
2025-05-02io_uring/zcrx: resolve netdev before area creationPavel Begunkov1-10/+11
2025-05-02io_uring/zcrx: improve area validationPavel Begunkov3-17/+19
2025-04-30io_uring/fdinfo: annotate racy sq/cq head/tail readsJens Axboe1-2/+2
2025-04-28io_uring/cmd: move net cmd into a separate filePavel Begunkov3-83/+84
2025-04-28io_uring: delete misleading comment in io_fill_cqe_aux()Pavel Begunkov1-5/+0
2025-04-24io_uring: fix 'sync' handling of io_fallback_tw()Jens Axboe1-6/+7
2025-04-24io_uring/eventfd: open code io_eventfd_grab()Pavel Begunkov1-30/+10
2025-04-24io_uring/eventfd: clean up rcu lockingPavel Begunkov1-17/+7
2025-04-24io_uring/eventfd: dedup signalling helpersPavel Begunkov3-21/+12
2025-04-24io_uring: don't duplicate flushing in io_req_post_cqePavel Begunkov1-3/+8
2025-04-23io_uring/zcrx: add support for multiple ifqsPavel Begunkov3-27/+54
2025-04-21io_uring/zcrx: move zcrx region to struct io_zcrx_ifqPavel Begunkov2-8/+13