index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
io_uring
/
memmap.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-16
Merge branch 'io_uring-6.15' into for-6.16/io_uring
Jens Axboe
1
-1
/
+1
2025-05-12
io_uring/memmap: don't use page_address() on a highmem page
Jens Axboe
1
-1
/
+1
2025-04-21
io_uring/zcrx: let zcrx choose region for mmaping
Pavel Begunkov
1
-4
/
+7
2025-02-21
io_uring: add missing IORING_MAP_OFF_ZCRX_REGION in io_uring_mmap
Bui Quang Minh
1
-0
/
+2
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+2
2024-12-23
io_uring/memmap: unify io_uring mmap'ing code
Pavel Begunkov
1
-50
/
+31
2024-12-23
io_uring/kbuf: use region api for pbuf rings
Pavel Begunkov
1
-102
/
+16
2024-12-23
io_uring/kbuf: remove pbuf ring refcounting
Pavel Begunkov
1
-1
/
+0
2024-12-23
io_uring: use region api for CQ
Pavel Begunkov
1
-47
/
+8
2024-12-23
io_uring: use region api for SQ
Pavel Begunkov
1
-2
/
+1
2024-12-23
io_uring/memmap: implement mmap for regions
Pavel Begunkov
1
-5
/
+56
2024-12-23
io_uring/memmap: implement kernel allocated regions
Pavel Begunkov
1
-3
/
+40
2024-12-23
io_uring/memmap: add IO_REGION_F_SINGLE_REF
Pavel Begunkov
1
-2
/
+10
2024-12-23
io_uring/memmap: helper for pinning region pages
Pavel Begunkov
1
-7
/
+21
2024-12-23
io_uring/memmap: optimise single folio regions
Pavel Begunkov
1
-7
/
+22
2024-12-23
io_uring/memmap: reuse io_free_region for failure path
Pavel Begunkov
1
-11
/
+5
2024-12-23
io_uring/memmap: account memory before pinning
Pavel Begunkov
1
-6
/
+11
2024-12-23
io_uring/memmap: flag regions with user pages
Pavel Begunkov
1
-2
/
+7
2024-12-23
io_uring/memmap: flag vmap'ed regions
Pavel Begunkov
1
-4
/
+10
2024-12-23
io_uring: rename ->resize_lock
Pavel Begunkov
1
-3
/
+3
2024-11-27
io_uring: fix corner case forgetting to vunmap
Pavel Begunkov
1
-1
/
+3
2024-11-26
io_uring: check for overflows in io_pin_pages
Pavel Begunkov
1
-1
/
+6
2024-11-20
io_uring/region: return negative -E2BIG in io_create_region()
Dan Carpenter
1
-1
/
+1
2024-11-17
io_uring/region: fix error codes after failed vmap
Pavel Begunkov
1
-1
/
+3
2024-11-15
io_uring: introduce concept of memory regions
Pavel Begunkov
1
-0
/
+67
2024-11-15
io_uring: fortify io_pin_pages with a warning
Pavel Begunkov
1
-0
/
+2
2024-10-29
io_uring/register: add IORING_REGISTER_RESIZE_RINGS
Jens Axboe
1
-0
/
+8
2024-10-29
io_uring/memmap: explicitly return -EFAULT for mmap on NULL rings
Jens Axboe
1
-0
/
+4
2024-05-29
io_uring: don't attempt to mmap larger than what the user asks for
Jens Axboe
1
-2
/
+3
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2024-04-15
io_uring: move mapping/allocation helpers to a separate file
Jens Axboe
1
-0
/
+336