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
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-06-14
io_uring: cache task struct refs
Pavel Begunkov
1
-9
/
+28
2021-06-14
io_uring: don't vmalloc rsrc tags
Pavel Begunkov
1
-16
/
+36
2021-06-14
io_uring: add helpers for 2 level table alloc
Pavel Begunkov
1
-30
/
+43
2021-06-14
io_uring: remove rsrc put work irq save/restore
Pavel Begunkov
1
-3
/
+2
2021-06-14
io_uring: hide rsrc tag copy into generic helpers
Pavel Begunkov
1
-28
/
+27
2021-06-14
io-wq: simplify worker exiting
Pavel Begunkov
1
-4
/
+1
2021-06-14
io-wq: don't repeat IO_WQ_BIT_EXIT check by worker
Pavel Begunkov
1
-2
/
+1
2021-06-14
io_uring: rename function *task_file
Pavel Begunkov
1
-9
/
+9
2021-06-14
io_uring: refactor io_iopoll_req_issued
Pavel Begunkov
1
-23
/
+21
2021-06-14
io-wq: remove unused io-wq refcounting
Pavel Begunkov
1
-5
/
+1
2021-06-14
io-wq: embed wqe ptr array into struct io_wq
Pavel Begunkov
1
-11
/
+4
2021-06-14
io_uring: fix blocking inline submission
Pavel Begunkov
1
-1
/
+1
2021-06-14
io_uring: enable shmem/memfd memory registration
Pavel Begunkov
1
-0
/
+2
2021-06-14
io_uring: don't bounce submit_state cachelines
Pavel Begunkov
1
-11
/
+9
2021-06-14
io_uring: rename io_get_cqring
Pavel Begunkov
1
-4
/
+4
2021-06-14
io_uring: kill cached_cq_overflow
Pavel Begunkov
1
-6
/
+12
2021-06-14
io_uring: deduce cq_mask from cq_entries
Pavel Begunkov
1
-8
/
+4
2021-06-14
io_uring: remove dependency on ring->sq/cq_entries
Pavel Begunkov
1
-4
/
+3
2021-06-14
io_uring: better locality for rsrc fields
Pavel Begunkov
1
-16
/
+17
2021-06-14
io_uring: shuffle rarely used ctx fields
Pavel Begunkov
1
-19
/
+17
2021-06-14
io_uring: make fail flag not link specific
Pavel Begunkov
1
-44
/
+43
2021-06-14
io_uring: get rid of files in exit cancel
Pavel Begunkov
1
-32
/
+31
2021-06-14
io_uring: simplify waking sqo_sq_wait
Pavel Begunkov
1
-3
/
+3
2021-06-14
io_uring: remove unused park_task_work
Pavel Begunkov
1
-7
/
+0
2021-06-14
io_uring: improve sq_thread waiting check
Pavel Begunkov
1
-3
/
+2
2021-06-14
io_uring: improve sqpoll event/state handling
Pavel Begunkov
1
-17
/
+28
2021-06-13
Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
5
-13
/
+33
2021-06-12
Merge tag 'driver-core-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2021-06-12
Merge tag 'io_uring-5.13-2021-06-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-13
/
+29
2021-06-11
io_uring: add feature flag for rsrc tags
Pavel Begunkov
1
-1
/
+2
2021-06-11
io_uring: change registration/upd/rsrc tagging ABI
Pavel Begunkov
1
-12
/
+27
2021-06-11
coredump: Limit what can interrupt coredumps
Eric W. Biederman
1
-1
/
+1
2021-06-09
Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-15
/
+54
[next]