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
/
lib
/
scatterlist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-19
scatterlist: add missing function params to kernel-doc
Randy Dunlap
1
-1
/
+3
2023-08-04
crypto, cifs: fix error handling in extract_iter_to_sg()
David Howells
1
-1
/
+1
2023-07-06
Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2023-06-08
Move netfs_extract_iter_to_sg() to lib/scatterlist.c
David Howells
1
-0
/
+269
2023-01-16
lib/scatterlist: Fix to calculate the last_pg properly
Yishai Hadas
1
-10
/
+15
2023-01-05
lib/scatterlist: Fix to merge contiguous pages into the last SG properly
Yishai Hadas
1
-1
/
+1
2022-11-09
lib/scatterlist: add check when merging zone device pages
Logan Gunthorpe
1
-10
/
+15
2022-07-18
lib/scatterlist: use matched parameter type when calling __sg_free_table()
wuchi
1
-2
/
+2
2021-11-09
mm/scatterlist: replace the !preemptible warning in sg_miter_stop()
Thomas Gleixner
1
-7
/
+4
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+2
2021-09-03
scatterlist: replace flush_kernel_dcache_page with flush_dcache_page
Christoph Hellwig
1
-3
/
+2
2021-08-25
lib/scatterlist: Fix wrong update of orig_nents
Maor Gottlieb
1
-50
/
+77
2021-08-24
lib/scatterlist: Provide a dedicated function to support table append
Maor Gottlieb
1
-16
/
+20
2021-07-08
lib: fix spelling mistakes
Zhen Lei
1
-2
/
+2
2020-10-29
lib/scatterlist: use consistent sg_copy_buffer() return type
David Disseldorp
1
-1
/
+1
2020-10-24
Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-10-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-26
/
+107
2020-10-16
lib/scatterlist.c: avoid a double memset
Christophe JAILLET
1
-1
/
+1
2020-10-16
lib/scatterlist: Do not limit max_segment to PAGE_ALIGNED values
Jason Gunthorpe
1
-4
/
+8
2020-10-16
sgl_alloc_order: fix memory leak
Douglas Gilbert
1
-1
/
+1
2020-10-06
lib/scatterlist: Add support in dynamic allocation of SG table from pages
Maor Gottlieb
1
-24
/
+101
2020-04-07
lib/scatterlist: fix sg_copy_buffer() kerneldoc
Geert Uytterhoeven
1
-1
/
+1
2020-01-31
lib/scatterlist.c: adjust indentation in __sg_alloc_table
Nathan Chancellor
1
-1
/
+1
2019-07-12
Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-13
/
+23
2019-07-09
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-4
/
+5
2019-07-03
lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE
Christophe Leroy
1
-4
/
+5
2019-06-20
scsi: lib/sg_pool.c: improve APIs for allocating sg pool
Ming Lei
1
-13
/
+23
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Thomas Gleixner
1
-3
/
+1
2019-02-12
lib/scatterlist: Provide a DMA page iterator
Jason Gunthorpe
1
-0
/
+26
2018-12-06
arch: switch the default on ARCH_HAS_SG_CHAIN
Christoph Hellwig
1
-1
/
+1
2018-06-30
Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+0
2018-06-29
sg: remove ->sg_magic member
Jens Axboe
1
-6
/
+0
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+2
2018-03-30
lib/scatterlist: add sg_init_marker() helper
Prashant Bhole
1
-8
/
+1
2018-01-19
lib/scatterlist: Fix chaining support in sgl_alloc_order()
Bart Van Assche
1
-5
/
+27
2018-01-06
lib/scatterlist: Introduce sgl_alloc() and sgl_free()
Bart Van Assche
1
-0
/
+105
2017-09-07
lib/scatterlist: Introduce and export __sg_alloc_table_from_pages
Tvrtko Ursulin
1
-17
/
+49
2017-09-07
lib/scatterlist: Avoid potential scatterlist entry overflow
Tvrtko Ursulin
1
-11
/
+20
2017-09-07
lib/scatterlist: Fix offset type in sg_alloc_table_from_pages
Tvrtko Ursulin
1
-1
/
+1
2017-06-15
scatterlist: add sg_zero_buffer() helper
Johannes Thumshirn
1
-0
/
+35
2017-02-28
scatterlist: do not disable IRQs in sg_copy_buffer
Gilad Ben-Yossef
1
-4
/
+0
2017-02-28
scatterlist: reorder compound boolean expression
Gilad Ben-Yossef
1
-1
/
+1
2016-02-08
scatterlist: fix a typo in comment block of sg_miter_stop()
Masahiro Yamada
1
-3
/
+3
2015-08-17
scatterlist: allow limited chaining without ARCH_HAS_SG_CHAIN
Christoph Hellwig
1
-4
/
+0
2015-07-01
drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue
Dave Gordon
1
-3
/
+3
2015-07-01
lib/scatterlist: mark input buffer parameters as 'const'
Dave Gordon
1
-4
/
+4
2015-07-01
lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()
Dave Gordon
1
-2
/
+2
2015-06-03
scatterlist: introduce sg_nents_for_len
Tom Lendacky
1
-0
/
+32
2014-10-28
lib/scatterlist: fix memory leak with scsi-mq
Tony Battersby
1
-3
/
+3
2014-08-09
lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig
Laura Abbott
1
-2
/
+2
[next]