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
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
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-30
io_uring: remove not needed PF_EXITING check
Pavel Begunkov
1
-7
/
+2
2021-06-30
io_uring: mainstream sqpoll task_work running
Pavel Begunkov
1
-4
/
+3
2021-06-30
io_uring: refactor io_arm_poll_handler()
Pavel Begunkov
1
-21
/
+16
2021-06-30
io_uring: reduce latency by reissueing the operation
Olivier Langlois
1
-9
/
+22
2021-06-30
io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKAT
Jens Axboe
1
-0
/
+4
2021-06-30
io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEAT
Jens Axboe
1
-0
/
+4
2021-06-30
io_uring: refactor io_openat2()
Pavel Begunkov
1
-15
/
+14
2021-06-30
io_uring: update sqe layout build checks
Pavel Begunkov
1
-0
/
+2
2021-06-30
io_uring: fix code style problems
Pavel Begunkov
1
-8
/
+8
2021-06-30
io_uring: refactor io_sq_thread()
Pavel Begunkov
1
-3
/
+3
2021-06-30
io_uring: don't change sqpoll creds if not needed
Pavel Begunkov
1
-7
/
+7
2021-06-24
io_uring: Create define to modify a SQPOLL parameter
Olivier Langlois
1
-2
/
+3
2021-06-24
io_uring: Fix race condition when sqp thread goes to sleep
Olivier Langlois
1
-1
/
+1
2021-06-18
io_uring: improve in tctx_task_work() resubmission
Pavel Begunkov
1
-4
/
+8
2021-06-18
io_uring: don't resched with empty task_list
Pavel Begunkov
1
-1
/
+3
2021-06-18
io_uring: refactor tctx task_work list splicing
Pavel Begunkov
1
-6
/
+1
2021-06-18
io_uring: optimise task_work submit flushing
Pavel Begunkov
1
-2
/
+3
2021-06-18
io_uring: inline __tctx_task_work()
Pavel Begunkov
1
-36
/
+31
2021-06-18
io_uring: refactor io_get_sequence()
Pavel Begunkov
1
-6
/
+5
2021-06-18
io_uring: clean all flags in io_clean_op() at once
Pavel Begunkov
1
-8
/
+6
2021-06-18
io_uring: simplify iovec freeing in io_clean_op()
Pavel Begunkov
1
-2
/
+2
2021-06-18
io_uring: track request creds with a flag
Pavel Begunkov
1
-8
/
+13
2021-06-18
io_uring: move creds from io-wq work to io_kiocb
Pavel Begunkov
2
-12
/
+13
2021-06-18
io_uring: refactor io_submit_flush_completions()
Pavel Begunkov
1
-7
/
+6
2021-06-18
io_uring: fix false WARN_ONCE
Pavel Begunkov
1
-1
/
+4
2021-06-17
io_uring: allow user configurable IO thread CPU affinity
Jens Axboe
3
-0
/
+70
2021-06-17
io-wq: use private CPU mask
Jens Axboe
1
-7
/
+43
2021-06-16
io-wq: remove header files not needed anymore
Olivier Langlois
1
-2
/
+0
2021-06-16
io_uring: Add to traces the req pointer when available
Olivier Langlois
1
-5
/
+6
2021-06-16
io_uring: optimise io_commit_cqring()
Pavel Begunkov
1
-7
/
+11
2021-06-16
io_uring: shove more drain bits out of hot path
Pavel Begunkov
1
-20
/
+22
2021-06-16
io_uring: switch !DRAIN fast path when possible
Pavel Begunkov
1
-6
/
+8
2021-06-16
io_uring: fix min types mismatch in table alloc
Pavel Begunkov
1
-1
/
+1
2021-06-16
io_uring: Fix comment of io_get_sqe
Fam Zheng
1
-1
/
+1
2021-06-16
io_uring: optimise non-drain path
Pavel Begunkov
1
-27
/
+30
2021-06-16
io_uring: refactor io_req_defer()
Pavel Begunkov
1
-20
/
+19
2021-06-16
io_uring: move uring_lock location
Pavel Begunkov
1
-9
/
+7
2021-06-16
io_uring: wait heads renaming
Pavel Begunkov
1
-15
/
+15
2021-06-16
io_uring: clean up check_overflow flag
Pavel Begunkov
1
-11
/
+9
2021-06-16
io_uring: small io_submit_sqe() optimisation
Pavel Begunkov
1
-1
/
+1
2021-06-16
io_uring: optimise completion timeout flushing
Pavel Begunkov
1
-4
/
+6
2021-06-16
io_uring: don't cache number of dropped SQEs
Pavel Begunkov
1
-7
/
+5
2021-06-16
io_uring: refactor io_get_sqe()
Pavel Begunkov
1
-2
/
+2
2021-06-16
io_uring: shuffle more fields into SQ ctx section
Pavel Begunkov
1
-18
/
+17
2021-06-16
io_uring: move ctx->flags from SQ cacheline
Pavel Begunkov
1
-4
/
+4
2021-06-16
io_uring: keep SQ pointers in a single cacheline
Pavel Begunkov
1
-2
/
+1
2021-06-16
io-wq: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-06-16
io_uring: Fix incorrect sizeof operator for copy_from_user call
Colin Ian King
1
-2
/
+4
2021-06-14
io_uring: inline io_iter_do_read()
Pavel Begunkov
1
-1
/
+1
2021-06-14
io_uring: unify SQPOLL and user task cancellations
Pavel Begunkov
1
-59
/
+30
[next]