summaryrefslogtreecommitdiff
path: root/io_uring/register.c
AgeCommit message (Expand)Author
2026-03-13Merge tag 'io_uring-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-11io_uring: ensure ctx->rings is stable for task work flags manipulationJens Axboe
2026-03-09io_uring/register: fix comment about task_no_new_privsJann Horn
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-09Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...Linus Torvalds
2026-02-09Merge tag 'for-7.0/io_uring-20260206' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-02-06io_uring: allow registration of per-task restrictionsJens Axboe
2026-01-27io_uring/bpf_filter: cache lookup table in ctx->bpf_filtersJens Axboe
2026-01-27io_uring: add support for BPF filtering for opcode restrictionsJens Axboe
2026-01-13io_uring: track restrictions separately for IORING_OP and IORING_REGISTERJens Axboe
2026-01-13io_uring/register: set ctx->restricted when restrictions are parsedJens Axboe
2026-01-13io_uring/register: have io_parse_restrictions() set restrictions enabledJens Axboe
2026-01-13io_uring/register: have io_parse_restrictions() return number of opsJens Axboe
2026-01-12io_uring/register: drop io_register_enable_rings() submitter_task checkCaleb Sander Mateos
2026-01-12io_uring/msg_ring: drop unnecessary submitter_task checksCaleb Sander Mateos
2026-01-12io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLEDCaleb Sander Mateos
2026-01-01io_uring/tctx: add separate lock for list of tctx's in ctxJens Axboe
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