index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
Merge tag 'io_uring-7.2-20260717' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-3
/
+6
5 days
io_uring/bpf-ops: reject re-registration of an already-bound ops
Woraphat Khiaodaeng
1
-0
/
+2
8 days
io_uring/fs: check unused sqe fields for unlinkat
Yi Xie
1
-1
/
+2
8 days
io_uring/kbuf: free the replaced iovec after a successful grow
Jaeyeong Lee
1
-2
/
+2
11 days
Merge tag 'io_uring-7.2-20260710' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-15
/
+39
13 days
Revert "io_uring: grab RCU read lock marking task run"
Jens Axboe
1
-3
/
+3
13 days
io_uring: restore RCU read section in io_req_local_work_add()
Woraphat Khiaodaeng
1
-0
/
+3
2026-07-06
io_uring: fix dangling iovec after provided-buffer bundle grow failure
Hao-Yu Yang
1
-2
/
+3
2026-07-02
io_uring/uring_cmd: fix uring_cmd.c comments
Yang Xiuwei
1
-2
/
+2
2026-07-01
io_uring/msg_ring: reject CQE32 flag pass-through to normal rings
Melbin K Mathew
1
-7
/
+27
2026-07-01
io_uring/memmap: return -EINVAL from get_unmapped_area() on bad mmap
Yi Xie
1
-1
/
+1
2026-06-25
Merge tag 'io_uring-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-33
/
+51
2026-06-22
io_uring/memmap: bound io_pin_pages() by page array byte size
Deepanshu Kartikey
1
-1
/
+1
2026-06-18
Merge tag 'for-7.2/io_uring-epoll-20260616' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-2
/
+16
2026-06-17
Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+8
2026-06-16
io_uring: Use system_dfl_wq instead of system_unbound_wq
Nathan Chancellor
1
-1
/
+1
2026-06-16
io_uring/register: preserve SQ array entries on resize
guzebing
1
-10
/
+21
2026-06-16
io_uring, audit: don't log IORING_OP_RECV_ZC
Ricardo Robaina
1
-0
/
+1
2026-06-16
io_uring: get rid of tw_pending for !DEFER task work
Jens Axboe
2
-11
/
+17
2026-06-16
io_uring/rw: preserve partial result for iopoll
Michael Wigham
1
-6
/
+6
2026-06-16
io_uring/nop: fix file reference leak with IOSQE_FIXED_FILE
Vasileios Almpanis
1
-4
/
+4
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2026-06-16
Merge tag 'for-7.2/io_uring-20260615' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
26
-351
/
+895
2026-06-16
Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-1
/
+0
2026-06-16
Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
1
-14
/
+9
2026-06-15
netdev: expose io_uring rx_page_order order via netlink
Dragos Tatulea
1
-0
/
+8
2026-06-15
Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2026-06-13
io_uring/net: make POLL_FIRST receive side checks consistent
Jens Axboe
1
-8
/
+8
2026-06-13
io_uring: remove the per-ctx fallback task_work machinery
Jens Axboe
4
-63
/
+16
2026-06-13
io_uring: run the tctx task_work fallback directly
Jens Axboe
1
-15
/
+14
2026-06-13
io_uring: switch normal task_work to a mpscq
Jens Axboe
4
-81
/
+102
2026-06-13
io_uring: switch local task_work to a mpscq
Jens Axboe
5
-85
/
+78
2026-06-13
io_uring/mpscq: add lockless multi-producer, single-consumer FIFO queue
Jens Axboe
1
-0
/
+125
2026-06-13
io_uring: grab RCU read lock marking task run
Jens Axboe
1
-3
/
+3
2026-06-12
Merge tag 'io_uring-7.1-20260611' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+1
2026-06-11
io_uring/zcrx: kill dead 'sock' member in struct io_zcrx_args
Jens Axboe
1
-2
/
+0
2026-06-08
io_uring/kbuf: validate ring provided buffer addresses with access_ok()
Jens Axboe
1
-1
/
+11
2026-06-08
io_uring/net: support registered buffer for plain send and recv
Ming Lei
1
-2
/
+44
2026-06-07
io_uring/wait: fix min_timeout behavior
Christian A. Ehrhardt
1
-1
/
+1
2026-06-07
io_uring/kbuf: don't truncate end buffer for bundles
Jens Axboe
1
-1
/
+0
2026-06-05
Merge tag 'io_uring-7.1-20260605' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
2026-06-05
io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retries
Clément Léger
1
-1
/
+2
2026-06-03
mm/slab: improve kmem_cache_alloc_bulk
Christoph Hellwig
1
-14
/
+9
2026-06-03
futex: Add support for unlocking robust futexes
Thomas Gleixner
1
-1
/
+1
2026-06-02
io_uring/nop: Drop a wrong comment in struct io_nop
Gabriel Krisman Bertazi
1
-1
/
+0
2026-06-02
io_uring/net: Remove async_size for OP_LISTEN
Gabriel Krisman Bertazi
1
-1
/
+0
2026-06-02
io_uring/net: Avoid msghdr on op_connect/op_bind async data
Gabriel Krisman Bertazi
2
-18
/
+16
2026-06-02
io_uring/bpf-ops: restrict ctx access to BPF
Pavel Begunkov
4
-5
/
+18
2026-05-29
Merge tag 'io_uring-7.1-20260529' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+8
2026-05-29
block: Add bvec_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
[next]