index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
kbuf.c
Age
Commit message (
Expand
)
Author
2025-06-19
io_uring: add io_file_can_poll() helper
Jens Axboe
2025-04-25
io_uring/kbuf: reject zero sized provided buffers
Jens Axboe
2025-03-22
io_uring: fix error pbuf checking
Pavel Begunkov
2025-03-22
io_uring: use unpin_user_pages() where appropriate
Jens Axboe
2025-03-22
io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ring
Jens Axboe
2025-03-22
io_uring/kbuf: vmap pinned buffer ring
Jens Axboe
2025-02-21
io_uring/kbuf: reallocate buf lists on upgrade
Pavel Begunkov
2024-06-21
io_uring: check for non-NULL file pointer in io_file_can_poll()
Jens Axboe
2024-04-10
io_uring/kbuf: hold io_buffer_list reference over mmap
Jens Axboe
2024-04-10
io_uring/kbuf: protect io_buffer_list teardown with a reference
Jens Axboe
2024-04-10
io_uring/kbuf: get rid of bl->is_ready
Jens Axboe
2024-04-10
io_uring/kbuf: get rid of lower BGID lists
Jens Axboe
2023-12-13
io_uring/kbuf: check for buffer list readiness after NULL check
Jens Axboe
2023-12-13
io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring()
Dan Carpenter
2023-12-08
io_uring/kbuf: recycle freed mapped buffer ring entries
Jens Axboe
2023-12-08
io_uring/kbuf: defer release of mapped buffer rings
Jens Axboe
2023-12-08
io_uring: free io_buffer_list entries via RCU
Jens Axboe
2023-11-20
io_uring/kbuf: Allow the full buffer id space for provided buffers
Gabriel Krisman Bertazi
2023-11-20
io_uring/kbuf: Fix check of BID wrapping in provided buffers
Gabriel Krisman Bertazi
2023-10-03
io_uring/kbuf: don't allow registered buffer rings on highmem pages
Jens Axboe
2023-08-21
io_uring: stop calling free_compound_page()
Matthew Wilcox (Oracle)
2023-04-26
Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linux
Linus Torvalds
2023-04-12
io_uring/kbuf: remove extra ->buf_ring null check
Pavel Begunkov
2023-04-03
io_uring/kbuf: disallow mapping a badly aligned provided ring buffer
Jens Axboe
2023-04-03
io_uring: add support for user mapped provided buffer ring
Jens Axboe
2023-04-03
io_uring/kbuf: rename struct io_uring_buf_reg 'pad' to'flags'
Jens Axboe
2023-04-03
io_uring/kbuf: add buffer_list->is_mapped member
Jens Axboe
2023-04-03
io_uring/kbuf: move pinning of provided buffer ring into helper
Jens Axboe
2023-04-01
io_uring: fix memory leak when removing provided buffers
Wojciech Lukowicz
2023-04-01
io_uring: fix return value when removing provided buffers
Wojciech Lukowicz
2023-02-22
io_uring: fix size calculation when registering buf ring
Wojciech Lukowicz
2022-11-25
io_uring: don't use complete_post in kbuf
Pavel Begunkov
2022-11-23
io_uring: iopoll protect complete_post
Pavel Begunkov
2022-11-10
io_uring: check for rollover of buffer ID when providing buffers
Jens Axboe
2022-08-12
io_uring: make io_kiocb_to_cmd() typesafe
Stefan Metzmacher
2022-08-04
io_uring: mem-account pbuf buckets
Pavel Begunkov
2022-07-24
io_uring: allow 0 length for buffer select
Dylan Yudaken
2022-07-24
io_uring: kbuf: inline io_kbuf_recycle_ring()
Hao Xu
2022-07-24
io_uring: kbuf: kill __io_kbuf_recycle()
Hao Xu
2022-07-24
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
2022-07-24
io_uring: kbuf: add comments for some tricky code
Hao Xu
2022-07-24
io_uring: don't inline io_put_kbuf
Pavel Begunkov
2022-07-24
io_uring: split provided buffers handling into its own file
Jens Axboe