index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-21
io_uring: add fast path for io_run_local_work()
Pavel Begunkov
1
-0
/
+3
2022-09-21
io_uring/iopoll: unify tw breaking logic
Pavel Begunkov
1
-7
/
+7
2022-09-21
io_uring/iopoll: fix unexpected returns
Pavel Begunkov
1
-4
/
+1
2022-09-21
io_uring: disallow defer-tw run w/ no submitters
Pavel Begunkov
1
-6
/
+1
2022-09-21
io_uring: further limit non-owner defer-tw cq waiting
Pavel Begunkov
1
-0
/
+6
2022-09-21
io_uring: use io_cq_lock consistently
Pavel Begunkov
1
-1
/
+1
2022-09-21
io_uring: kill an outdated comment
Pavel Begunkov
1
-4
/
+0
2022-09-21
io_uring: ensure iopoll runs local task work as well
Jens Axboe
1
-19
/
+20
2022-09-21
io_uring: add local task_work run helper that is entered locked
Jens Axboe
1
-7
/
+16
2022-09-21
io_uring: add iopoll infrastructure for io_uring_cmd
Kanchan Joshi
1
-0
/
+6
2022-09-21
io_uring: trace local task work run
Dylan Yudaken
1
-0
/
+3
2022-09-21
io_uring: signal registered eventfd to process deferred task work
Dylan Yudaken
1
-23
/
+61
2022-09-21
io_uring: move io_eventfd_put
Dylan Yudaken
1
-8
/
+8
2022-09-21
io_uring: add IORING_SETUP_DEFER_TASKRUN
Dylan Yudaken
1
-15
/
+132
2022-09-21
io_uring: do not run task work at the start of io_uring_enter
Dylan Yudaken
1
-2
/
+0
2022-09-21
io_uring: introduce io_has_work
Dylan Yudaken
1
-4
/
+9
2022-09-21
io_uring: remove unnecessary variable
Dylan Yudaken
1
-4
/
+1
2022-09-07
io_uring: recycle kbuf recycle on tw requeue
Pavel Begunkov
1
-0
/
+1
2022-09-01
io_uring/net: simplify zerocopy send user API
Pavel Begunkov
1
-2
/
+2
2022-09-01
io_uring/notif: remove notif registration
Pavel Begunkov
1
-10
/
+0
2022-08-24
io_uring: conditional ->async_data allocation
Pavel Begunkov
1
-3
/
+4
2022-08-13
io_uring: add missing BUILD_BUG_ON() checks for new io_uring_sqe fields
Stefan Metzmacher
1
-3
/
+16
2022-07-27
io_uring: notification completion optimisation
Pavel Begunkov
1
-3
/
+0
2022-07-27
io_uring: export req alloc from core
Pavel Begunkov
1
-21
/
+1
2022-07-25
io_uring: flush notifiers after sendzc
Pavel Begunkov
1
-10
/
+1
2022-07-25
io_uring: add notification slot registration
Pavel Begunkov
1
-0
/
+9
2022-07-25
io_uring: cache struct io_notif
Pavel Begunkov
1
-0
/
+3
2022-07-25
io_uring: add zc notification infrastructure
Pavel Begunkov
1
-3
/
+5
2022-07-25
io_uring: export io_put_task()
Pavel Begunkov
1
-10
/
+1
2022-07-25
io_uring: ensure REQ_F_ISREG is set async offload
Jens Axboe
1
-0
/
+3
2022-07-25
io_uring: Don't require reinitable percpu_ref
Michal Koutný
1
-1
/
+1
2022-07-25
io_uring: add netmsg cache
Jens Axboe
1
-0
/
+3
2022-07-25
io_uring: impose max limit on apoll cache
Jens Axboe
1
-1
/
+2
2022-07-25
io_uring: add abstraction around apoll cache
Jens Axboe
1
-4
/
+4
2022-07-25
io_uring: move apoll cache to poll.c
Jens Axboe
1
-12
/
+0
2022-07-25
io_uring: only trace one of complete or overflow
Dylan Yudaken
1
-1
/
+2
2022-07-25
io_uring: add allow_overflow to io_post_aux_cqe
Dylan Yudaken
1
-4
/
+10
2022-07-25
io_uring: let to set a range for file slot allocation
Pavel Begunkov
1
-0
/
+6
2022-07-25
io_uring: remove ctx->refs pinning on enter
Pavel Begunkov
1
-12
/
+4
2022-07-25
io_uring: don't check file ops of registered rings
Pavel Begunkov
1
-8
/
+8
2022-07-25
io_uring: remove extra TIF_NOTIFY_SIGNAL check
Pavel Begunkov
1
-2
/
+0
2022-07-25
io_uring: fuse fallback_node and normal tw node
Pavel Begunkov
1
-3
/
+2
2022-07-25
io_uring: add sync cancelation API through io_uring_register()
Jens Axboe
1
-0
/
+6
2022-07-25
io_uring: trace task_work_run
Dylan Yudaken
1
-5
/
+14
2022-07-25
io_uring: batch task_work
Dylan Yudaken
1
-9
/
+13
2022-07-25
io_uring: introduce llist helpers
Dylan Yudaken
1
-0
/
+30
2022-07-25
io_uring: lockless task list
Dylan Yudaken
1
-29
/
+9
2022-07-25
io_uring: remove __io_req_task_work_add
Dylan Yudaken
1
-9
/
+2
2022-07-25
io_uring: remove priority tw list optimisation
Dylan Yudaken
1
-66
/
+11
2022-07-25
io_uring: consistent naming for inline completion
Pavel Begunkov
1
-2
/
+2
[next]