summaryrefslogtreecommitdiffstats
path: root/io_uring/register.c
AgeCommit message (Expand)AuthorLines
2025-11-03io_uring/zcrx: remove sync refill uapiPavel Begunkov-3/+0
2025-10-15io_uring: fix unexpected placement on same size resizingPavel Begunkov-7/+0
2025-10-15io_uring: protect mem region deregistrationPavel Begunkov-0/+1
2025-09-16io_uring/zcrx: allow synchronous buffer returnPavel Begunkov-0/+3
2025-09-08io_uring: don't include filetable.h in io_uring.hCaleb Sander Mateos-0/+1
2025-09-08io_uring: Replace kzalloc() + copy_from_user() with memdup_user()Thorsten Blum-7/+3
2025-09-08io_uring: introduce io_uring queryingPavel Begunkov-0/+6
2025-09-08io_uring: add helper for *REGISTER_SEND_MSG_RINGPavel Begunkov-14/+19
2025-09-02io_uring/register: drop redundant submitter_task checkCaleb Sander Mateos-4/+0
2025-08-27io_uring: add support for IORING_SETUP_CQE_MIXEDJens Axboe-1/+2
2025-06-12io_uring: consistently use rcu semantics with sqpoll threadKeith Busch-2/+5
2025-02-17io_uring/zcrx: add interface queue and refill queueDavid Wei-0/+7
2025-01-24io_uring/register: use atomic_read/write for sq_flags migrationJens Axboe-1/+1
2025-01-21io_uring: clean up io_uring_register_get_file()Pavel Begunkov-2/+4
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds-83/+80
2025-01-15io_uring: Factor out a function to parse restrictionsJosh Triplett-31/+33
2025-01-15io_uring/register: cache old SQ/CQ head reading for copiesJens Axboe-5/+7
2025-01-15io_uring/register: document io_register_resize_rings() shared mem usageJens Axboe-18/+26
2025-01-15io_uring/register: use stable SQ/CQ ring data during resizeJens Axboe-2/+2
2024-12-23io_uring: use region api for CQPavel Begunkov-19/+16
2024-12-23io_uring: use region api for SQPavel Begunkov-19/+16
2024-12-23io_uring: pass ctx to io_register_free_ringsPavel Begunkov-5/+6
2024-12-23io_uring/memmap: implement mmap for regionsPavel Begunkov-4/+2
2024-12-23io_uring/memmap: implement kernel allocated regionsPavel Begunkov-0/+2
2024-12-23io_uring: rename ->resize_lockPavel Begunkov-4/+4
2024-12-19io_uring/register: limit ring resizing to DEFER_TASKRUNJens Axboe-0/+3
2024-11-18io_uring: protect register tracingPavel Begunkov-1/+2
2024-11-15io_uring: restore back registered wait argumentsPavel Begunkov-1/+15
2024-11-15io_uring: add memory region registrationPavel Begunkov-0/+37
2024-11-15io_uring: temporarily disable registered waitsPavel Begunkov-82/+0
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe-1/+2
2024-10-29io_uring: add support for fixed wait regionsJens Axboe-0/+82
2024-10-29io_uring/register: add IORING_REGISTER_RESIZE_RINGSJens Axboe-0/+215
2024-10-29io_uring/msg_ring: add support for sending a sync messageJens Axboe-0/+30
2024-09-16io_uring: clean up a type in io_uring_register_get_file()Dan Carpenter-1/+1
2024-09-14io_uring: rename "copy buffers" to "clone buffers"Jens Axboe-2/+2
2024-09-12io_uring: add IORING_REGISTER_COPY_BUFFERS methodJens Axboe-0/+6
2024-09-12io_uring/register: provide helper to get io_ring_ctx from 'fd'Jens Axboe-21/+33
2024-08-25io_uring: user registered clockid for wait timeoutsPavel Begunkov-0/+31
2024-06-19io_uring: Allocate only necessary memory in io_probeGabriel Krisman Bertazi-4/+3
2024-06-19io_uring: Fix probe of disabled operationsGabriel Krisman Bertazi-1/+1
2024-06-16io_uring/eventfd: move eventfd handling to separate fileJens Axboe-55/+1
2024-06-16io_uring/eventfd: move to more idiomatic RCU free usageJens Axboe-3/+3
2024-06-04io_uring: fix possible deadlock in io_register_iowq_max_workers()Hagar Hemdan-0/+4
2024-04-15io_uring: fix warnings on shadow variablesJens Axboe-2/+1
2024-02-09io_uring: add register/unregister napi functionStefan Roesch-0/+13
2024-01-17io_uring/register: guard compat syscall with CONFIG_COMPATJens Axboe-3/+5
2023-12-21io_uring/kbuf: add method for returning provided buffer ring headJens Axboe-0/+6
2023-12-19io_uring/register: move io_uring_register(2) related code to register.cJens Axboe-0/+599