index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
scatterlist.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-11
Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-13
/
+23
2019-07-08
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-11
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-12
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-27
scatterlist: do not disable IRQs in sg_copy_buffer
Gilad Ben-Yossef
1
-4
/
+0
2017-02-27
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-06-30
drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue
Dave Gordon
1
-3
/
+3
2015-06-30
lib/scatterlist: mark input buffer parameters as 'const'
Dave Gordon
1
-4
/
+4
2015-06-30
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-08
lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig
Laura Abbott
1
-2
/
+2
2014-07-25
scatterlist: allow chaining to preallocated chunks
Christoph Hellwig
1
-8
/
+17
2013-12-08
lib/scatterlist: export sg_miter_skip()
Ming Lei
1
-1
/
+2
2013-10-31
lib/scatterlist.c: don't flush_kernel_dcache_page on slab page
Ming Lei
1
-1
/
+2
2013-07-09
lib/scatterlist: error handling in __sg_alloc_table()
Dan Carpenter
1
-2
/
+4
2013-07-09
lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()
Akinobu Mita
1
-5
/
+83
2013-07-09
lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()
Akinobu Mita
1
-15
/
+24
2013-03-27
lib/scatterlist: sg_page_iter: support sg lists w/o backing pages
Imre Deak
1
-3
/
+1
2013-02-27
lib/scatterlist: use page iterator in the mapping iterator
Imre Deak
1
-25
/
+23
2013-02-27
lib/scatterlist: add simple page iterator
Imre Deak
1
-0
/
+38
2012-12-17
scatterlist: don't BUG when we can trivially return a proper error.
Nick Bowler
1
-1
/
+2
2012-10-11
Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+19
2012-10-06
scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQs
Tejun Heo
1
-8
/
+8
2012-09-28
scatterlist: refactor the sg_nents
Maxim Levitsky
1
-5
/
+2
2012-09-27
scatterlist: add sg_nents
Maxim Levitsky
1
-0
/
+22
2012-07-30
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-8
/
+0
2012-07-30
lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()
Mandeep Singh Baines
1
-8
/
+0
2012-07-30
scatterlist: add sg_alloc_table_from_pages function
Tomasz Stanislawski
1
-0
/
+64
2012-03-24
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2012-03-20
lib: remove the second argument of k[un]map_atomic()
Cong Wang
1
-2
/
+2
2012-03-07
lib: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2010-08-30
scatterlist: prevent invalid free when alloc fails
Jeffrey Carlyle
1
-2
/
+12
[next]