index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-23
io_uring: use region api for CQ
Pavel Begunkov
4
-95
/
+35
2024-12-23
io_uring: use region api for SQ
Pavel Begunkov
3
-43
/
+31
2024-12-23
io_uring: pass ctx to io_register_free_rings
Pavel Begunkov
1
-5
/
+6
2024-12-23
io_uring/memmap: implement mmap for regions
Pavel Begunkov
3
-10
/
+67
2024-12-23
io_uring/memmap: implement kernel allocated regions
Pavel Begunkov
2
-3
/
+42
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
2
-5
/
+11
2024-12-23
io_uring/rsrc: export io_check_coalesce_buffer
Pavel Begunkov
2
-10
/
+16
2024-12-23
io_uring: rename ->resize_lock
Pavel Begunkov
3
-8
/
+8
2024-12-19
io_uring: check if iowq is killed before queuing
Pavel Begunkov
1
-1
/
+5
2024-12-19
io_uring/register: limit ring resizing to DEFER_TASKRUN
Jens Axboe
1
-0
/
+3
2024-12-18
io_uring: Fix registered ring file refcount leak
Jann Horn
1
-0
/
+1
2024-12-17
io_uring: make ctx->timeout_lock a raw spinlock
Jens Axboe
2
-25
/
+25
2024-12-16
exec: Make sure task->comm is always NUL-terminated
Kees Cook
2
-2
/
+2
2024-12-12
io_uring/rsrc: don't put/free empty buffers
Jens Axboe
1
-2
/
+4
2024-12-03
io_uring: Change res2 parameter type in io_uring_cmd_done
Bernd Schubert
1
-1
/
+1
2024-11-30
Merge tag 'io_uring-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
6
-33
/
+86
2024-11-29
io_uring/tctx: work around xa_store() allocation error issue
Jens Axboe
1
-1
/
+12
2024-11-27
io_uring: fix corner case forgetting to vunmap
Pavel Begunkov
1
-1
/
+3
2024-11-26
io_uring: fix task_work cap overshooting
Jens Axboe
1
-15
/
+19
2024-11-26
io_uring: check for overflows in io_pin_pages
Pavel Begunkov
1
-1
/
+6
2024-11-21
io_uring/nop: ensure nop->fd is always initialized
Jens Axboe
1
-1
/
+5
2024-11-21
io_uring: limit local tw done
David Wei
2
-12
/
+33
2024-11-21
io_uring: add io_local_work_pending()
David Wei
2
-9
/
+14
2024-11-20
io_uring/region: return negative -E2BIG in io_create_region()
Dan Carpenter
1
-1
/
+1
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-5
/
+5
2024-11-18
Merge tag 'for-6.13/io_uring-20241118' of git://git.kernel.dk/linux
Linus Torvalds
36
-1169
/
+1642
2024-11-18
Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+2
2024-11-18
Merge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
1
-1
/
+5
2024-11-18
Merge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+1
2024-11-18
Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-72
/
+25
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-21
/
+8
2024-11-18
Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+0
2024-11-18
io_uring: protect register tracing
Pavel Begunkov
1
-1
/
+2
2024-11-17
io_uring/region: fix error codes after failed vmap
Pavel Begunkov
1
-1
/
+3
2024-11-15
io_uring: restore back registered wait arguments
Pavel Begunkov
2
-2
/
+28
2024-11-15
io_uring: add memory region registration
Pavel Begunkov
2
-0
/
+38
2024-11-15
io_uring: introduce concept of memory regions
Pavel Begunkov
2
-0
/
+81
2024-11-15
io_uring: temporarily disable registered waits
Pavel Begunkov
3
-93
/
+0
2024-11-15
io_uring: disable ENTER_EXT_ARG_REG for IOPOLL
Pavel Begunkov
1
-6
/
+2
2024-11-15
io_uring: fortify io_pin_pages with a warning
Pavel Begunkov
1
-0
/
+2
2024-11-15
switch io_msg_ring() to CLASS(fd)
Al Viro
1
-11
/
+7
2024-11-13
block: add a rq_list type
Christoph Hellwig
1
-2
/
+2
2024-11-13
io_statx_prep(): use getname_uflags()
Al Viro
1
-2
/
+1
2024-11-13
io_uring: fix invalid hybrid polling ctx leaks
Pavel Begunkov
1
-5
/
+5
[prev]
[next]