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
/
io_uring
/
kbuf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-26
Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
1
-36
/
+124
2023-04-12
io_uring/kbuf: remove extra ->buf_ring null check
Pavel Begunkov
1
-8
/
+6
2023-04-03
io_uring/kbuf: disallow mapping a badly aligned provided ring buffer
Jens Axboe
1
-0
/
+18
2023-04-03
io_uring: add support for user mapped provided buffer ring
Jens Axboe
1
-23
/
+76
2023-04-03
io_uring/kbuf: rename struct io_uring_buf_reg 'pad' to'flags'
Jens Axboe
1
-2
/
+6
2023-04-03
io_uring/kbuf: add buffer_list->is_mapped member
Jens Axboe
1
-6
/
+8
2023-04-03
io_uring/kbuf: move pinning of provided buffer ring into helper
Jens Axboe
1
-12
/
+25
2023-04-02
io_uring: fix memory leak when removing provided buffers
Wojciech Lukowicz
1
-1
/
+4
2023-04-02
io_uring: fix return value when removing provided buffers
Wojciech Lukowicz
1
-2
/
+0
2023-02-22
io_uring: fix size calculation when registering buf ring
Wojciech Lukowicz
1
-1
/
+1
2022-11-25
io_uring: don't use complete_post in kbuf
Pavel Begunkov
1
-9
/
+5
2022-11-23
io_uring: iopoll protect complete_post
Pavel Begunkov
1
-2
/
+2
2022-11-10
io_uring: check for rollover of buffer ID when providing buffers
Jens Axboe
1
-0
/
+2
2022-08-13
io_uring: make io_kiocb_to_cmd() typesafe
Stefan Metzmacher
1
-4
/
+4
2022-08-04
io_uring: mem-account pbuf buckets
Pavel Begunkov
1
-1
/
+1
2022-07-25
io_uring: allow 0 length for buffer select
Dylan Yudaken
1
-2
/
+2
2022-07-25
io_uring: kbuf: inline io_kbuf_recycle_ring()
Hao Xu
1
-28
/
+0
2022-07-25
io_uring: kbuf: kill __io_kbuf_recycle()
Hao Xu
1
-29
/
+42
2022-07-25
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
1
-1
/
+0
2022-07-25
io_uring: kbuf: add comments for some tricky code
Hao Xu
1
-6
/
+14
2022-07-25
io_uring: don't inline io_put_kbuf
Pavel Begunkov
1
-0
/
+33
2022-07-25
io_uring: split provided buffers handling into its own file
Jens Axboe
1
-0
/
+524