aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-16io_uring/zcrx: check all niovs filled with dma addressesPavel Begunkov1-0/+3
2025-09-16io_uring/zcrx: move area reg checks into io_import_areaPavel Begunkov1-9/+9
2025-09-16io_uring/zcrx: don't pass slot to io_zcrx_create_areaPavel Begunkov1-4/+14
2025-09-16io_uring/zcrx: remove extra io_zcrx_drop_netdevPavel Begunkov1-1/+0
2025-09-16io_uring/zcrx: use page_pool_unref_and_test()Pavel Begunkov1-1/+1
2025-09-16io_uring/zcrx: replace memchar_inv with is_zeroPavel Begunkov1-1/+1
2025-09-16io_uring/zcrx: improve rqe cache alignmentPavel Begunkov1-4/+5
2025-09-15io_uring/uring_cmd: correct signature for io_uring_mshot_cmd_post_cqe()Jens Axboe1-1/+1
2025-09-10io_uring: correct size of overflow CQE calculationJens Axboe1-1/+1
2025-09-10io_uring: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-09-10io_uring: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-09-08io_uring/rsrc: respect submitter_task in io_register_clone_buffers()Caleb Sander Mateos1-0/+7
2025-09-08io_uring: don't include filetable.h in io_uring.hCaleb Sander Mateos10-2/+9
2025-09-08io_uring: Replace kzalloc() + copy_from_user() with memdup_user()Thorsten Blum1-7/+3
2025-09-08io_uring/uring_cmd: fix __io_uring_cmd_do_in_task !CONFIG_IO_URING typoJens Axboe1-2/+1
2025-09-08io_uring: introduce io_uring queryingPavel Begunkov6-1/+153
2025-09-08io_uring: add macros for avaliable flagsPavel Begunkov2-29/+60
2025-09-08io_uring: add helper for *REGISTER_SEND_MSG_RINGPavel Begunkov1-14/+19
2025-09-04io_uring: remove WRITE_ONCE() in io_uring_create()Caleb Sander Mateos1-2/+7
2025-09-03io_uring/cmd: remove unused io_uring_cmd_iopoll_done()Caleb Sander Mateos1-11/+0
2025-09-03io_uring/uring_cmd: correct io_uring_cmd_done() ret typeCaleb Sander Mateos2-3/+3
2025-09-02io_uring/uring_cmd: add io_uring_cmd_tw_t type aliasCaleb Sander Mateos2-6/+9
2025-09-02io_uring/register: drop redundant submitter_task checkCaleb Sander Mateos1-4/+0
2025-09-02io_uring/net: correct type for min_not_zero() castJens Axboe1-1/+1
2025-08-27io_uring: add async data clear/free helpersJens Axboe6-22/+23
2025-08-27io_uring/zcrx: add support for IORING_SETUP_CQE_MIXEDJens Axboe2-4/+8
2025-08-27io_uring/uring_cmd: add support for IORING_SETUP_CQE_MIXEDJens Axboe2-2/+3
2025-08-27io_uring/nop: add support for IORING_SETUP_CQE_MIXEDJens Axboe2-2/+16
2025-08-27io_uring: add support for IORING_SETUP_CQE_MIXEDJens Axboe4-31/+105
2025-08-24io_uring/trace: support completion tracing of mixed 32b CQEsJens Axboe1-2/+2
2025-08-24io_uring/fdinfo: handle mixed sized CQEsJens Axboe1-10/+12
2025-08-24io_uring: add UAPI definitions for mixed CQE postingsJens Axboe1-0/+10
2025-08-24io_uring: remove io_ctx_cqe32() helperJens Axboe2-8/+2
2025-08-24io_uring/cmd: consolidate REQ_F_BUFFER_SELECT checksCaleb Sander Mateos1-7/+3
2025-08-24io_uring/cmd: deduplicate uring_cmd_flags checksCaleb Sander Mateos1-2/+0
2025-08-24io_uring: uring_cmd: add multishot supportMing Lei4-2/+102
2025-08-24io-uring: move `struct io_br_sel` into io_uring_types.hMing Lei2-18/+19
2025-08-24io_uring/kbuf: check for ring provided buffers first in recyclingJens Axboe1-2/+2
2025-08-24io_uring: remove async/poll related provided buffer recyclesJens Axboe2-6/+0
2025-08-24io_uring/kbuf: switch to storing struct io_buffer_list locallyJens Axboe7-74/+55
2025-08-24io_uring/net: use struct io_br_sel->val as the send finish valueJens Axboe1-10/+12
2025-08-24io_uring/net: use struct io_br_sel->val as the recv finish valueJens Axboe1-16/+19
2025-08-24io_uring/kbuf: use struct io_br_sel for multiple buffers pickingJens Axboe3-23/+25
2025-08-24io_uring/rw: recycle buffers manually for non-mshot readsJens Axboe1-0/+2
2025-08-24io_uring/kbuf: introduce struct io_br_selJens Axboe4-38/+59
2025-08-24io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpersJens Axboe6-40/+45
2025-08-24io_uring/net: clarify io_recv_buf_select() return valueJens Axboe1-1/+1
2025-08-24io_uring/net: don't use io_net_kbuf_recyle() for non-provided casesJens Axboe1-3/+3
2025-08-24io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() argumentsJens Axboe4-17/+14
2025-08-24io_uring/zctx: check chained notif contextsPavel Begunkov1-0/+5