index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-16
io_uring: open code io_req_cqe_overflow()
Pavel Begunkov
1
-10
/
+10
2025-05-16
io_uring/fdinfo: get rid of dumping credentials
Jens Axboe
1
-38
/
+0
2025-05-16
io_uring/fdinfo: only compile if CONFIG_PROC_FS is set
Jens Axboe
2
-3
/
+2
2025-05-16
Merge branch 'io_uring-6.15' into for-6.16/io_uring
Jens Axboe
5
-71
/
+72
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-36
/
+24
2025-05-14
io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo()
Jens Axboe
1
-23
/
+25
2025-05-13
io_uring/kbuf: unify legacy buf provision and removal
Pavel Begunkov
3
-50
/
+31
2025-05-13
io_uring/kbuf: refactor __io_remove_buffers
Pavel Begunkov
1
-25
/
+13
2025-05-13
io_uring/kbuf: don't compute size twice on prep
Pavel Begunkov
1
-2
/
+0
2025-05-13
io_uring/kbuf: drop extra vars in io_register_pbuf_ring
Pavel Begunkov
1
-3
/
+3
2025-05-13
io_uring/kbuf: use mem_is_zero()
Pavel Begunkov
1
-10
/
+4
2025-05-13
io_uring/kbuf: account ring io_buffer_list memory
Pavel Begunkov
1
-1
/
+1
2025-05-13
net: devmem: Implement TX path
Mina Almasry
1
-1
/
+1
2025-05-13
netmem: add niov->type attribute to distinguish different net_iov types
Mina Almasry
1
-0
/
+1
2025-05-12
io_uring/memmap: don't use page_address() on a highmem page
Jens Axboe
1
-1
/
+1
2025-05-12
io_uring: drain based on allocates reqs
Pavel Begunkov
2
-49
/
+33
2025-05-12
io_uring/uring_cmd: fix hybrid polling initialization issue
hexue
1
-0
/
+5
2025-05-09
io_uring: count allocated requests
Pavel Begunkov
1
-1
/
+8
2025-05-09
io_uring: open code io_account_cq_overflow()
Pavel Begunkov
1
-9
/
+4
2025-05-09
io_uring: consolidate drain seq checking
Pavel Begunkov
1
-28
/
+17
2025-05-09
io_uring: remove drain prealloc checks
Pavel Begunkov
1
-12
/
+3
2025-05-09
io_uring: simplify drain ret passing
Pavel Begunkov
1
-3
/
+1
2025-05-09
io_uring: fix spurious drain flushing
Pavel Begunkov
1
-1
/
+13
2025-05-09
io_uring: account drain memory to cgroup
Pavel Begunkov
1
-1
/
+1
2025-05-09
io_uring: add lockdep asserts to io_add_aux_cqe
Pavel Begunkov
1
-0
/
+3
2025-05-09
io_uring/net: move CONFIG_NET guards to Makefile
Pavel Begunkov
2
-4
/
+2
2025-05-09
io_uring: update parameter name in io_pin_pages function declaration
Long Li
1
-1
/
+1
2025-05-09
io_uring/sqpoll: Increase task_work submission batch size
Gabriel Krisman Bertazi
1
-1
/
+1
2025-05-07
io_uring: ensure deferred completions are flushed for multishot
Jens Axboe
1
-0
/
+8
2025-05-06
io_uring: move io_req_put_rsrc_nodes()
Pavel Begunkov
2
-12
/
+10
2025-05-06
io_uring: remove io_preinit_req()
Pavel Begunkov
2
-19
/
+3
2025-05-06
io_uring/timeout: don't export link t-out disarm helper
Pavel Begunkov
2
-16
/
+8
2025-05-06
io_uring/zcrx: dmabuf backed zerocopy receive
Pavel Begunkov
2
-16
/
+154
2025-05-06
io_uring: enable per-io write streams
Keith Busch
2
-0
/
+3
2025-05-04
io_uring: always arm linked timeouts prior to issue
Jens Axboe
1
-35
/
+15
2025-05-03
futex: Move futex_queue() into futex_wait_setup()
Peter Zijlstra
1
-3
/
+1
2025-05-02
io_uring/zcrx: split common area map/unmap parts
Pavel Begunkov
1
-13
/
+29
2025-05-02
io_uring/zcrx: split out memory holders from area
Pavel Begunkov
2
-26
/
+56
2025-05-02
io_uring/zcrx: resolve netdev before area creation
Pavel Begunkov
1
-10
/
+11
2025-05-02
io_uring/zcrx: improve area validation
Pavel Begunkov
3
-17
/
+19
2025-04-30
io_uring/fdinfo: annotate racy sq/cq head/tail reads
Jens Axboe
1
-2
/
+2
2025-04-28
io_uring/cmd: move net cmd into a separate file
Pavel Begunkov
3
-83
/
+84
2025-04-28
io_uring: delete misleading comment in io_fill_cqe_aux()
Pavel Begunkov
1
-5
/
+0
2025-04-24
io_uring: fix 'sync' handling of io_fallback_tw()
Jens Axboe
1
-6
/
+7
2025-04-24
io_uring/eventfd: open code io_eventfd_grab()
Pavel Begunkov
1
-30
/
+10
2025-04-24
io_uring/eventfd: clean up rcu locking
Pavel Begunkov
1
-17
/
+7
2025-04-24
io_uring/eventfd: dedup signalling helpers
Pavel Begunkov
3
-21
/
+12
2025-04-24
io_uring: don't duplicate flushing in io_req_post_cqe
Pavel Begunkov
1
-3
/
+8
2025-04-23
io_uring/zcrx: add support for multiple ifqs
Pavel Begunkov
3
-27
/
+54
2025-04-21
io_uring/zcrx: move zcrx region to struct io_zcrx_ifq
Pavel Begunkov
2
-8
/
+13
[prev]
[next]