index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
Age
Commit message (
Expand
)
Author
2024-11-30
Merge tag 'io_uring-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
2024-11-26
io_uring: fix task_work cap overshooting
Jens Axboe
2024-11-21
io_uring: limit local tw done
David Wei
2024-11-21
io_uring: add io_local_work_pending()
David Wei
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-18
Merge tag 'for-6.13/io_uring-20241118' of git://git.kernel.dk/linux
Linus Torvalds
2024-11-15
io_uring: restore back registered wait arguments
Pavel Begunkov
2024-11-15
io_uring: add memory region registration
Pavel Begunkov
2024-11-15
io_uring: temporarily disable registered waits
Pavel Begunkov
2024-11-15
io_uring: disable ENTER_EXT_ARG_REG for IOPOLL
Pavel Begunkov
2024-11-13
io_uring: fix invalid hybrid polling ctx leaks
Pavel Begunkov
2024-11-07
io_uring: Switch to use hrtimer_setup_on_stack()
Nam Cao
2024-11-06
io_uring: avoid normal tw intermediate fallback
Pavel Begunkov
2024-11-06
io_uring: prevent speculating sq_array indexing
Pavel Begunkov
2024-11-06
io_uring: move struct io_kiocb from task_struct to io_uring_task
Jens Axboe
2024-11-06
io_uring: remove task ref helpers
Jens Axboe
2024-11-06
io_uring: move cancelations to be io_uring_task based
Jens Axboe
2024-11-06
io_uring/rsrc: split io_kiocb node type assignments
Jens Axboe
2024-11-02
io_uring: add support for hybrid IOPOLL
hexue
2024-11-02
io_uring/rsrc: get rid of the empty node and dummy_ubuf
Jens Axboe
2024-11-02
io_uring/rsrc: add io_rsrc_node_lookup() helper
Jens Axboe
2024-11-02
io_uring/rsrc: unify file and buffer resource tables
Jens Axboe
2024-11-02
io_uring: only initialize io_kiocb rsrc_nodes when needed
Jens Axboe
2024-11-02
io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entries
Jens Axboe
2024-11-02
io_uring/rsrc: get rid of io_rsrc_node allocation cache
Jens Axboe
2024-11-02
io_uring/rsrc: get rid of per-ring io_rsrc_node list
Jens Axboe
2024-10-29
io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cache
Jens Axboe
2024-10-29
io_uring: add support for fixed wait regions
Jens Axboe
2024-10-29
io_uring: change io_get_ext_arg() to use uaccess begin + end
Jens Axboe
2024-10-29
io_uring: switch struct ext_arg from __kernel_timespec to timespec64
Jens Axboe
2024-10-29
io_uring/register: add IORING_REGISTER_RESIZE_RINGS
Jens Axboe
2024-10-29
io_uring: abstract out a bit of the ring filling logic
Jens Axboe
2024-10-29
io_uring: move max entry definition and ring sizing into header
Jens Axboe
2024-10-29
io_uring: clean up cqe trace points
Pavel Begunkov
2024-10-29
io_uring: static_key for !IORING_SETUP_NO_SQARRAY
Pavel Begunkov
2024-10-29
io_uring: kill io_llist_xchg
Pavel Begunkov
2024-10-29
io_uring: move cancel hash tables to kvmalloc/kvfree
Jens Axboe
2024-10-29
io_uring/cancel: get rid of init_hash_table() helper
Jens Axboe
2024-10-29
io_uring/poll: get rid of unlocked cancel hash
Jens Axboe
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
2024-09-24
io_uring: fix casts to io_req_flags_t
Min-Hua Chen
2024-09-24
io_uring: fix memory leak when cache init fail
Guixin Liu
2024-09-24
Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-20
io_uring: check if we need to reschedule during overflow flush
Jens Axboe
2024-09-20
io_uring: improve request linking trace
Jens Axboe
2024-09-19
io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNAL
Jens Axboe
2024-09-18
Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2024-09-11
io_uring/cmd: expose iowq to cmds
Pavel Begunkov
2024-09-10
io_uring: port to struct kmem_cache_args
Christian Brauner
2024-08-29
io_uring/kbuf: pass in 'len' argument for buffer commit
Jens Axboe
[next]