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
2022-05-18
io_uring: use a rwf_t for io_rw.flags
Christoph Hellwig
1
-1
/
+1
2022-05-18
io_uring: add support for ring mapped supplied buffers
Jens Axboe
1
-12
/
+222
2022-05-18
io_uring: add io_pin_pages() helper
Jens Axboe
1
-27
/
+50
2022-05-18
io_uring: add buffer selection support to IORING_OP_NOP
Jens Axboe
1
-1
/
+12
2022-05-18
io_uring: fix locking state for empty buffer group
Jens Axboe
1
-11
/
+14
2022-05-14
io_uring: implement multishot mode for accept
Hao Xu
1
-6
/
+48
2022-05-14
io_uring: let fast poll support multishot
Hao Xu
1
-15
/
+32
2022-05-14
io_uring: add REQ_F_APOLL_MULTISHOT for requests
Hao Xu
1
-0
/
+5
2022-05-13
io_uring: only wake when the correct events are set
Dylan Yudaken
1
-2
/
+3
2022-05-13
io_uring: avoid io-wq -EAGAIN looping for !IOPOLL
Pavel Begunkov
1
-0
/
+2
2022-05-13
io_uring: add flag for allocating a fully sparse direct descriptor space
Jens Axboe
1
-3
/
+12
2022-05-13
io_uring: bump max direct descriptor count to 1M
Jens Axboe
1
-1
/
+1
2022-05-13
io_uring: allow allocated fixed files for accept
Jens Axboe
1
-2
/
+2
2022-05-13
io_uring: allow allocated fixed files for openat/openat2
Jens Axboe
1
-3
/
+33
2022-05-13
io_uring: add basic fixed file allocator
Jens Axboe
1
-0
/
+29
2022-05-13
io_uring: track fixed files with a bitmap
Jens Axboe
1
-1
/
+32
2022-05-09
io_uring: don't clear req->kbuf when buffer selection is done
Jens Axboe
1
-2
/
+0
2022-05-09
io_uring: eliminate the need to track provided buffer ID separately
Jens Axboe
1
-6
/
+10
2022-05-09
io_uring: move provided buffer state closer to submit state
Jens Axboe
1
-3
/
+5
2022-05-09
io_uring: move provided and fixed buffers into the same io_kiocb area
Jens Axboe
1
-4
/
+8
2022-05-09
io_uring: abstract out provided buffer list selection
Jens Axboe
1
-11
/
+23
2022-05-09
io_uring: never call io_buffer_select() for a buffer re-select
Jens Axboe
1
-12
/
+17
2022-05-09
io_uring: get rid of hashed provided buffer groups
Jens Axboe
1
-39
/
+58
2022-05-09
io_uring: always use req->buf_index for the provided buffer group
Jens Axboe
1
-13
/
+13
2022-05-09
io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't set
Jens Axboe
1
-4
/
+0
2022-05-09
io_uring: kill io_rw_buffer_select() wrapper
Jens Axboe
1
-10
/
+5
2022-05-09
io_uring: make io_buffer_select() return the user address directly
Jens Axboe
1
-26
/
+20
2022-05-06
io_uring: kill io_recv_buffer_select() wrapper
Jens Axboe
1
-10
/
+2
2022-05-06
io_uring: use 'sr' vs 'req->sr_msg' consistently
Jens Axboe
1
-9
/
+8
2022-05-06
io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsg
Jens Axboe
1
-2
/
+25
2022-05-06
io_uring: check IOPOLL/ioprio support upfront
Jens Axboe
1
-95
/
+58
2022-04-30
io_uring: replace smp_mb() with smp_mb__after_atomic() in io_sq_thread()
Almog Khaikin
1
-1
/
+1
2022-04-30
io_uring: add IORING_SETUP_TASKRUN_FLAG
Jens Axboe
1
-3
/
+11
2022-04-30
io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is used
Jens Axboe
1
-4
/
+13
2022-04-30
io_uring: set task_work notify method at init time
Jens Axboe
1
-12
/
+11
2022-04-30
io-wq: use __set_notify_signal() to wake workers
Jens Axboe
1
-2
/
+2
2022-04-30
io_uring: serialize ctx->rings->sq_flags with atomic_or/and
Jens Axboe
1
-26
/
+10
2022-04-26
io_uring: fix compile warning for 32-bit builds
Jens Axboe
1
-1
/
+1
2022-04-25
io_uring: return an error when cqe is dropped
Dylan Yudaken
1
-4
/
+28
2022-04-25
io_uring: use constants for cq_overflow bitfield
Dylan Yudaken
1
-8
/
+14
2022-04-25
io_uring: rework io_uring_enter to simplify return value
Dylan Yudaken
1
-14
/
+21
2022-04-25
io_uring: trace cqe overflows
Dylan Yudaken
1
-0
/
+1
2022-04-25
io_uring: allow re-poll if we made progress
Jens Axboe
1
-3
/
+7
2022-04-25
io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)
Jens Axboe
1
-7
/
+29
2022-04-25
io_uring: add support for IORING_ASYNC_CANCEL_ANY
Jens Axboe
1
-14
/
+25
2022-04-25
io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key
Jens Axboe
1
-7
/
+60
2022-04-25
io_uring: add support for IORING_ASYNC_CANCEL_ALL
Jens Axboe
2
-21
/
+71
2022-04-25
io_uring: pass in struct io_cancel_data consistently
Jens Axboe
1
-32
/
+44
2022-04-25
io_uring: remove dead 'poll_only' argument to io_poll_cancel()
Jens Axboe
1
-4
/
+3
2022-04-25
io_uring: refactor io_disarm_next() locking
Pavel Begunkov
1
-7
/
+10
[next]