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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-16
io_uring/zcrx: check all niovs filled with dma addresses
Pavel Begunkov
1
-0
/
+3
2025-09-16
io_uring/zcrx: move area reg checks into io_import_area
Pavel Begunkov
1
-9
/
+9
2025-09-16
io_uring/zcrx: don't pass slot to io_zcrx_create_area
Pavel Begunkov
1
-4
/
+14
2025-09-16
io_uring/zcrx: remove extra io_zcrx_drop_netdev
Pavel Begunkov
1
-1
/
+0
2025-09-16
io_uring/zcrx: use page_pool_unref_and_test()
Pavel Begunkov
1
-1
/
+1
2025-09-16
io_uring/zcrx: replace memchar_inv with is_zero
Pavel Begunkov
1
-1
/
+1
2025-09-16
io_uring/zcrx: improve rqe cache alignment
Pavel Begunkov
1
-4
/
+5
2025-09-15
io_uring/uring_cmd: correct signature for io_uring_mshot_cmd_post_cqe()
Jens Axboe
1
-1
/
+1
2025-09-10
io_uring: correct size of overflow CQE calculation
Jens Axboe
1
-1
/
+1
2025-09-10
io_uring: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2025-09-10
io_uring: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-08
io_uring/rsrc: respect submitter_task in io_register_clone_buffers()
Caleb Sander Mateos
1
-0
/
+7
2025-09-08
io_uring: don't include filetable.h in io_uring.h
Caleb Sander Mateos
10
-2
/
+9
2025-09-08
io_uring: Replace kzalloc() + copy_from_user() with memdup_user()
Thorsten Blum
1
-7
/
+3
2025-09-08
io_uring/uring_cmd: fix __io_uring_cmd_do_in_task !CONFIG_IO_URING typo
Jens Axboe
1
-2
/
+1
2025-09-08
io_uring: introduce io_uring querying
Pavel Begunkov
6
-1
/
+153
2025-09-08
io_uring: add macros for avaliable flags
Pavel Begunkov
2
-29
/
+60
2025-09-08
io_uring: add helper for *REGISTER_SEND_MSG_RING
Pavel Begunkov
1
-14
/
+19
2025-09-04
io_uring: remove WRITE_ONCE() in io_uring_create()
Caleb Sander Mateos
1
-2
/
+7
2025-09-03
io_uring/cmd: remove unused io_uring_cmd_iopoll_done()
Caleb Sander Mateos
1
-11
/
+0
2025-09-03
io_uring/uring_cmd: correct io_uring_cmd_done() ret type
Caleb Sander Mateos
2
-3
/
+3
2025-09-02
io_uring/uring_cmd: add io_uring_cmd_tw_t type alias
Caleb Sander Mateos
2
-6
/
+9
2025-09-02
io_uring/register: drop redundant submitter_task check
Caleb Sander Mateos
1
-4
/
+0
2025-09-02
io_uring/net: correct type for min_not_zero() cast
Jens Axboe
1
-1
/
+1
2025-08-27
io_uring: add async data clear/free helpers
Jens Axboe
6
-22
/
+23
2025-08-27
io_uring/zcrx: add support for IORING_SETUP_CQE_MIXED
Jens Axboe
2
-4
/
+8
2025-08-27
io_uring/uring_cmd: add support for IORING_SETUP_CQE_MIXED
Jens Axboe
2
-2
/
+3
2025-08-27
io_uring/nop: add support for IORING_SETUP_CQE_MIXED
Jens Axboe
2
-2
/
+16
2025-08-27
io_uring: add support for IORING_SETUP_CQE_MIXED
Jens Axboe
4
-31
/
+105
2025-08-24
io_uring/trace: support completion tracing of mixed 32b CQEs
Jens Axboe
1
-2
/
+2
2025-08-24
io_uring/fdinfo: handle mixed sized CQEs
Jens Axboe
1
-10
/
+12
2025-08-24
io_uring: add UAPI definitions for mixed CQE postings
Jens Axboe
1
-0
/
+10
2025-08-24
io_uring: remove io_ctx_cqe32() helper
Jens Axboe
2
-8
/
+2
2025-08-24
io_uring/cmd: consolidate REQ_F_BUFFER_SELECT checks
Caleb Sander Mateos
1
-7
/
+3
2025-08-24
io_uring/cmd: deduplicate uring_cmd_flags checks
Caleb Sander Mateos
1
-2
/
+0
2025-08-24
io_uring: uring_cmd: add multishot support
Ming Lei
4
-2
/
+102
2025-08-24
io-uring: move `struct io_br_sel` into io_uring_types.h
Ming Lei
2
-18
/
+19
2025-08-24
io_uring/kbuf: check for ring provided buffers first in recycling
Jens Axboe
1
-2
/
+2
2025-08-24
io_uring: remove async/poll related provided buffer recycles
Jens Axboe
2
-6
/
+0
2025-08-24
io_uring/kbuf: switch to storing struct io_buffer_list locally
Jens Axboe
7
-74
/
+55
2025-08-24
io_uring/net: use struct io_br_sel->val as the send finish value
Jens Axboe
1
-10
/
+12
2025-08-24
io_uring/net: use struct io_br_sel->val as the recv finish value
Jens Axboe
1
-16
/
+19
2025-08-24
io_uring/kbuf: use struct io_br_sel for multiple buffers picking
Jens Axboe
3
-23
/
+25
2025-08-24
io_uring/rw: recycle buffers manually for non-mshot reads
Jens Axboe
1
-0
/
+2
2025-08-24
io_uring/kbuf: introduce struct io_br_sel
Jens Axboe
4
-38
/
+59
2025-08-24
io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpers
Jens Axboe
6
-40
/
+45
2025-08-24
io_uring/net: clarify io_recv_buf_select() return value
Jens Axboe
1
-1
/
+1
2025-08-24
io_uring/net: don't use io_net_kbuf_recyle() for non-provided cases
Jens Axboe
1
-3
/
+3
2025-08-24
io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() arguments
Jens Axboe
4
-17
/
+14
2025-08-24
io_uring/zctx: check chained notif contexts
Pavel Begunkov
1
-0
/
+5
[next]