summaryrefslogtreecommitdiffstats
path: root/io_uring/memmap.h
AgeCommit message (Expand)AuthorLines
2025-11-11io_uring: add helper calculating region byte sizePavel Begunkov-0/+5
2025-11-06io_uring/memmap: refactor io_free_region() to take user_struct paramDavid Wei-1/+1
2025-11-04io_uring/memmap: remove dead io_create_region_mmap_safe() declarationJens Axboe-5/+0
2025-10-20io_uring: only publish fully handled mem regionPavel Begunkov-0/+12
2025-05-09io_uring: update parameter name in io_pin_pages function declarationLong Li-1/+1
2025-04-21io_uring/zcrx: let zcrx choose region for mmapingPavel Begunkov-0/+2
2025-02-17io_uring/zcrx: add interface queue and refill queueDavid Wei-0/+1
2024-12-23io_uring/kbuf: use region api for pbuf ringsPavel Begunkov-7/+0
2024-12-23io_uring: use region api for CQPavel Begunkov-4/+0
2024-12-23io_uring/memmap: implement mmap for regionsPavel Begunkov-1/+9
2024-12-23io_uring/memmap: flag vmap'ed regionsPavel Begunkov-1/+1
2024-11-15io_uring: introduce concept of memory regionsPavel Begunkov-0/+14
2024-04-15io_uring: move mapping/allocation helpers to a separate fileJens Axboe-0/+25