aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/scatterlist.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-13scatterlist: add generic wrappers for iterating over sgtable objectsMarek Szyprowski1-3/+47
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei1-4/+7
2019-05-07lib/scatterlist: Remove leftover from sg_page_iter commentGal Pressman1-5/+5
2019-02-11lib/scatterlist: Provide a DMA page iteratorJason Gunthorpe1-9/+40
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig1-3/+3
2018-06-29sg: remove ->sg_magic memberJens Axboe1-18/+0
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+13
2018-03-30lib/scatterlist: add sg_init_marker() helperPrashant Bhole1-0/+18
2018-02-28lib/scatterlist: Add SG_CHAIN and SG_END macros for LSB encodingsAnshuman Khandual1-10/+13
2018-01-19lib/scatterlist: Fix chaining support in sgl_alloc_order()Bart Van Assche1-0/+1
2018-01-06lib/scatterlist: Introduce sgl_alloc() and sgl_free()Bart Van Assche1-0/+10
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-4/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-07lib/scatterlist: Introduce and export __sg_alloc_table_from_pagesTvrtko Ursulin1-4/+7
2017-09-07lib/scatterlist: Avoid potential scatterlist entry overflowTvrtko Ursulin1-0/+6
2017-09-07lib/scatterlist: Fix offset type in sg_alloc_table_from_pagesTvrtko Ursulin1-1/+1
2017-06-15scatterlist: add sg_zero_buffer() helperJohannes Thumshirn1-0/+2
2016-04-15lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.cMing Lin1-0/+25
2015-08-24lib: scatterlist: add sg splitting functionRobert Jarzmik1-0/+5
2015-08-17scatterlist: allow limited chaining without ARCH_HAS_SG_CHAINChristoph Hellwig1-4/+0
2015-06-30drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon1-0/+3
2015-06-30lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon1-2/+2
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+32
2015-06-03scatterlist: introduce sg_nents_for_lenTom Lendacky1-0/+1
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig1-7/+32
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott1-1/+1
2014-07-25scatterlist: allow chaining to preallocated chunksChristoph Hellwig1-3/+3
2013-12-08lib/scatterlist: export sg_miter_skip()Ming Lei1-0/+1
2013-07-09lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()Akinobu Mita1-0/+5
2013-05-30scatterlist: sg_set_buf() argument must be in linear mappingRusty Russell1-0/+3
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-5/+23
2013-03-27lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak1-5/+23
2013-03-20scatterlist: introduce sg_unmark_endPaolo Bonzini1-0/+16
2013-02-27lib/scatterlist: use page iterator in the mapping iteratorImre Deak1-3/+3
2013-02-27lib/scatterlist: add simple page iteratorImre Deak1-0/+35
2012-09-27scatterlist: add sg_nentsMaxim Levitsky1-0/+1
2012-07-30scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski1-0/+4
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-2/+4
2009-07-31lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior1-0/+2
2008-07-23sg: reimplement sg mapping iteratorTejun Heo1-0/+38
2008-04-07[SCSI] block: add sg buffer copy helper functionsFUJITA Tomonori1-0/+5
2008-01-28SG: work with the SCSI fixed maximum allocations.James Bottomley1-2/+3
2008-01-28SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpersJens Axboe1-100/+25
2008-01-11Don't blatt first element of prv in sg_chain()Rusty Russell1-2/+2
2007-11-27scatterlist: add more safeguardsTejun Heo1-11/+26
2007-11-02[SG] Get rid of __sg_mark_end()Jens Axboe1-10/+12
2007-11-02SG: Make sg_init_one() use general table init functionsJens Axboe1-22/+18
2007-10-29sg_init_table() should use unsigned loop index variableChuck Lever1-1/+1
2007-10-29sg_last() should use unsigned loop index variableChuck Lever1-1/+1
2007-10-29SG: clear termination bit in sg_chain()Jens Axboe1-1/+5