summaryrefslogtreecommitdiff
path: root/io_uring/register.c
AgeCommit message (Expand)Author
2025-11-26io_uring/query: drop unused io_handle_query_entry() ctx argCaleb Sander Mateos
2025-11-18io_uring/register: use correct location for io_rings_layoutJens Axboe
2025-11-13io_uring/zcrx: introduce IORING_REGISTER_ZCRX_CTRLPavel Begunkov
2025-11-13io_uring: pre-calculate scq layoutPavel Begunkov
2025-11-13io_uring: keep ring laoyut in a structurePavel Begunkov
2025-11-13io_uring: introduce struct io_ctx_configPavel Begunkov
2025-11-13io_uring: convert params to pointer in ring reiszePavel Begunkov
2025-11-13Merge branch 'io_uring-6.18' into for-6.19/io_uringJens Axboe
2025-11-11io_uring: pass sq entries in the params structPavel Begunkov
2025-11-06io_uring/memmap: refactor io_free_region() to take user_struct paramDavid Wei
2025-11-03io_uring/zcrx: remove sync refill uapiPavel Begunkov
2025-10-22io_uring: add support for IORING_SETUP_SQE_MIXEDKeith Busch
2025-10-20io_uring: only publish fully handled mem regionPavel Begunkov
2025-10-20io_uring: don't free never created regionsPavel Begunkov
2025-10-20io_uring: remove extra args from io_register_free_ringsPavel Begunkov
2025-10-20io_uring: use no mmap safe region helpers on resizingPavel Begunkov
2025-10-15io_uring: fix unexpected placement on same size resizingPavel Begunkov
2025-10-15io_uring: protect mem region deregistrationPavel Begunkov
2025-09-16io_uring/zcrx: allow synchronous buffer returnPavel Begunkov
2025-09-08io_uring: don't include filetable.h in io_uring.hCaleb Sander Mateos
2025-09-08io_uring: Replace kzalloc() + copy_from_user() with memdup_user()Thorsten Blum
2025-09-08io_uring: introduce io_uring queryingPavel Begunkov
2025-09-08io_uring: add helper for *REGISTER_SEND_MSG_RINGPavel Begunkov
2025-09-02io_uring/register: drop redundant submitter_task checkCaleb Sander Mateos
2025-08-27io_uring: add support for IORING_SETUP_CQE_MIXEDJens Axboe
2025-06-12io_uring: consistently use rcu semantics with sqpoll threadKeith Busch
2025-02-17io_uring/zcrx: add interface queue and refill queueDavid Wei
2025-01-24io_uring/register: use atomic_read/write for sq_flags migrationJens Axboe
2025-01-21io_uring: clean up io_uring_register_get_file()Pavel Begunkov
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-15io_uring: Factor out a function to parse restrictionsJosh Triplett
2025-01-15io_uring/register: cache old SQ/CQ head reading for copiesJens Axboe
2025-01-15io_uring/register: document io_register_resize_rings() shared mem usageJens Axboe
2025-01-15io_uring/register: use stable SQ/CQ ring data during resizeJens Axboe
2024-12-23io_uring: use region api for CQPavel Begunkov
2024-12-23io_uring: use region api for SQPavel Begunkov
2024-12-23io_uring: pass ctx to io_register_free_ringsPavel Begunkov
2024-12-23io_uring/memmap: implement mmap for regionsPavel Begunkov
2024-12-23io_uring/memmap: implement kernel allocated regionsPavel Begunkov
2024-12-23io_uring: rename ->resize_lockPavel Begunkov
2024-12-19io_uring/register: limit ring resizing to DEFER_TASKRUNJens Axboe
2024-11-18io_uring: protect register tracingPavel Begunkov
2024-11-15io_uring: restore back registered wait argumentsPavel Begunkov
2024-11-15io_uring: add memory region registrationPavel Begunkov
2024-11-15io_uring: temporarily disable registered waitsPavel Begunkov
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe
2024-10-29io_uring: add support for fixed wait regionsJens Axboe
2024-10-29io_uring/register: add IORING_REGISTER_RESIZE_RINGSJens Axboe
2024-10-29io_uring/msg_ring: add support for sending a sync messageJens Axboe
2024-09-16io_uring: clean up a type in io_uring_register_get_file()Dan Carpenter