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_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
/
include
/
linux
/
bvec.h
Age
Commit message (
Expand
)
Author
2020-09-09
block: allow for_each_bvec to support zero len bvec
Ming Lei
2019-05-07
block: fix mismerge in bvec_advance
Christoph Hellwig
2019-04-30
block: switch all files cleared marked as GPLv2 to SPDX tags
Christoph Hellwig
2019-04-22
Merge tag 'v5.1-rc6' into for-5.2/block
Jens Axboe
2019-04-19
block: make sure that bvec length can't be overflow
Ming Lei
2019-04-12
block: only allow contiguous page structs in a bio_vec
Christoph Hellwig
2019-04-12
block: change how we get page references in bio_iov_iter_get_pages
Christoph Hellwig
2019-04-08
block: don't use for-inside-for in bio_for_each_segment_all
Ming Lei
2019-02-28
block: optimize bvec iteration in bvec_iter_advance
Christoph Hellwig
2019-02-28
block: introduce mp_bvec_for_each_page() for iterating over page
Ming Lei
2019-02-27
block: introduce bvec_nth_page()
Ming Lei
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2019-02-15
block: introduce mp_bvec_last_segment()
Ming Lei
2019-02-15
block: introduce multi-page bvec helpers
Ming Lei
2019-02-15
block: remove bvec_iter_rewind()
Ming Lei
2018-09-06
block: remove bio_rewind_iter()
Ming Lei
2018-01-06
block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
Ming Lei
2017-07-03
bio: add bvec_iter rewind API
Dmitry Monakhov
2017-07-03
block: guard bvec iteration logic
Dmitry Monakhov
2016-08-11
bvec: avoid variable shadowing warning
Johannes Berg
2016-06-09
block: mark 1st parameter of bvec_iter_advance as const
Ming Lei
2016-06-09
block: move two bvec structure into bvec.h
Ming Lei
2016-06-09
block: move bvec iterator into include/linux/bvec.h
Ming Lei