index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
io_uring
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-1
/
+2
2025-05-26
Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+1
2025-05-26
Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linux
Linus Torvalds
42
-703
/
+944
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
2
-0
/
+3
2025-05-25
Merge branch 'locking/futex' into locking/core, to pick up pending futex changes
Ingo Molnar
1
-3
/
+1
2025-05-23
io_uring/cmd: warn on reg buf imports by ineligible cmds
Pavel Begunkov
1
-0
/
+6
2025-05-23
io_uring/io-wq: only create a new worker if it can make progress
Jens Axboe
1
-0
/
+28
2025-05-23
io_uring/io-wq: ignore non-busy worker going to sleep
Jens Axboe
1
-0
/
+2
2025-05-23
io_uring/io-wq: move hash helpers to the top
Jens Axboe
1
-10
/
+10
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-24
/
+31
2025-05-21
io_uring/net: only retry recv bundle for a full transfer
Jens Axboe
1
-4
/
+10
2025-05-21
io_uring: finish IOU_OK -> IOU_COMPLETE transition
Jens Axboe
23
-47
/
+46
2025-05-21
io_uring: fix overflow resched cqe reordering
Pavel Begunkov
1
-0
/
+1
2025-05-20
io_uring/cmd: axe duplicate io_uring_cmd_import_fixed_vec() declaration
Caleb Sander Mateos
1
-6
/
+0
2025-05-17
io_uring: add new helpers for posting overflows
Jens Axboe
1
-21
/
+29
2025-05-17
io_uring: pass in struct io_big_cqe to io_alloc_ocqe()
Jens Axboe
1
-12
/
+11
2025-05-17
io_uring: make io_alloc_ocqe() take a struct io_cqe pointer
Jens Axboe
1
-10
/
+16
2025-05-17
io_uring: split alloc and add of overflow
Jens Axboe
1
-29
/
+45
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
[next]