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
2026-04-01
io_uring/zcrx: warn on a repeated area append
Pavel Begunkov
1
-1
/
+1
2026-04-01
io_uring/zcrx: consolidate dma syncing
Pavel Begunkov
1
-11
/
+12
2026-04-01
io_uring/zcrx: netmem array as refiling format
Pavel Begunkov
1
-15
/
+25
2026-04-01
io_uring/zcrx: warn on alloc with non-empty pp cache
Pavel Begunkov
1
-2
/
+2
2026-04-01
io_uring/zcrx: move count check into zcrx_get_free_niov
Pavel Begunkov
1
-17
/
+21
2026-04-01
io_uring/zcrx: use guards for locking
Pavel Begunkov
1
-8
/
+7
2026-04-01
io_uring/zcrx: add a struct for refill queue
Pavel Begunkov
2
-31
/
+37
2026-04-01
io_uring/zcrx: use better name for RQ region
Pavel Begunkov
2
-5
/
+5
2026-04-01
io_uring/zcrx: implement device-less mode for zcrx
Pavel Begunkov
2
-15
/
+28
2026-04-01
io_uring/zcrx: extract netdev+area init into a helper
Pavel Begunkov
1
-29
/
+43
2026-04-01
io_uring/zcrx: always dma map in advance
Pavel Begunkov
1
-29
/
+15
2026-04-01
io_uring/zcrx: fully clean area on error in io_import_umem()
Pavel Begunkov
1
-6
/
+10
2026-04-01
io_uring/zcrx: return back two step unregistration
Pavel Begunkov
3
-3
/
+51
2026-04-01
io_uring/bpf_filters: retain COW'ed settings on parse failures
Jens Axboe
1
-1
/
+9
2026-04-01
io_uring: protect remaining lockless ctx->rings accesses with RCU
Jens Axboe
4
-28
/
+70
2026-03-29
io_uring/rsrc: reject zero-length fixed buffer import
Qi Tang
1
-0
/
+4
2026-03-29
io_uring/net: fix slab-out-of-bounds read in io_bundle_nbufs()
Junxi Qian
1
-0
/
+4
2026-03-27
Merge tag 'io_uring-7.0-20260327' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+3
2026-03-26
io_uring/fdinfo: fix OOB read in SQE_MIXED wrap check
Nicholas Carlini
1
-1
/
+2
2026-03-26
io_uring/fdinfo: fix SQE_MIXED SQE displaying
Jens Axboe
1
-0
/
+1
2026-03-23
fs: pass on FTRUNCATE_* flags to do_truncate
Christoph Hellwig
1
-1
/
+1
2026-03-20
Merge tag 'io_uring-7.0-20260320' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-5
/
+18
2026-03-19
io_uring/kbuf: propagate BUF_MORE through early buffer commit path
Jens Axboe
1
-3
/
+7
2026-03-19
io_uring/kbuf: fix missing BUF_MORE for incremental buffers at EOF
Jens Axboe
1
-0
/
+4
2026-03-17
io_uring: avoid req->ctx reload in io_req_put_rsrc_nodes()
Jens Axboe
1
-2
/
+4
2026-03-17
io_uring/rw: use cached file rather than req->file
Jens Axboe
1
-1
/
+1
2026-03-17
io_uring/net: use 'ctx' consistently
Jens Axboe
1
-1
/
+1
2026-03-17
io_uring/poll: cache req->apoll_events
Jens Axboe
1
-3
/
+5
2026-03-17
io_uring/kbuf: use 'ctx' consistently
Jens Axboe
1
-2
/
+2
2026-03-17
io_uring/poll: fix multishot recv missing EOF on wakeup race
Jens Axboe
1
-2
/
+7
2026-03-16
io_uring/bpf-ops: implement bpf ops registration
Pavel Begunkov
3
-2
/
+99
2026-03-16
io_uring/bpf-ops: add kfunc helpers
Pavel Begunkov
2
-0
/
+61
2026-03-16
io_uring/bpf-ops: implement loop_step with BPF struct_ops
Pavel Begunkov
5
-0
/
+148
2026-03-16
io_uring: introduce callback driven main loop
Pavel Begunkov
5
-1
/
+131
2026-03-16
io_uring/uring_cmd: allow non-iopoll cmds with IORING_SETUP_IOPOLL
Caleb Sander Mateos
1
-3
/
+1
2026-03-16
io_uring: count CQEs in io_iopoll_check()
Caleb Sander Mateos
1
-7
/
+2
2026-03-16
io_uring: remove iopoll_queue from struct io_issue_def
Caleb Sander Mateos
3
-14
/
+1
2026-03-16
io_uring: add REQ_F_IOPOLL
Caleb Sander Mateos
3
-12
/
+13
2026-03-16
io_uring: mark known and harmless racy ctx->int_flags uses
Jens Axboe
3
-5
/
+6
2026-03-16
io_uring: switch struct io_ring_ctx internal bitfields to flags
Jens Axboe
9
-59
/
+62
2026-03-14
Merge branch 'io_uring-7.0' into for-7.1/io_uring
Jens Axboe
6
-11
/
+55
2026-03-13
Merge tag 'io_uring-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-11
/
+55
2026-03-12
io_uring/kbuf: check if target buffer list is still legacy on recycle
Jens Axboe
1
-2
/
+11
2026-03-11
io_uring: fix physical SQE bounds check for SQE_MIXED 128-byte ops
Tom Ryan
1
-1
/
+1
2026-03-11
io_uring/eventfd: use ctx->rings_rcu for flags checking
Jens Axboe
1
-3
/
+7
2026-03-11
io_uring: ensure ctx->rings is stable for task work flags manipulation
Jens Axboe
3
-2
/
+33
2026-03-09
io_uring/bpf_filter: use bpf_prog_run_pin_on_cpu() to prevent migration
Jens Axboe
1
-1
/
+1
2026-03-09
io_uring/register: fix comment about task_no_new_privs
Jann Horn
1
-2
/
+2
2026-03-09
io_uring/zctx: separate notification user_data
Pavel Begunkov
1
-2
/
+7
2026-03-09
io_uring/net: allow vectorised regbuf send zc
Pavel Begunkov
1
-5
/
+9
[prev]
[next]