summaryrefslogtreecommitdiff
path: root/include/linux/scatterlist.h
Commit message (Expand)AuthorAge
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-05
|\
| * lib/scatterlist: Add SG_CHAIN and SG_END macros for LSB encodingsAnshuman Khandual2018-02-28
* | lib/scatterlist: add sg_init_marker() helperPrashant Bhole2018-03-30
|/
* lib/scatterlist: Fix chaining support in sgl_alloc_order()Bart Van Assche2018-01-19
* lib/scatterlist: Introduce sgl_alloc() and sgl_free()Bart Van Assche2018-01-06
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-15
|\
| * lib/scatterlist: Introduce and export __sg_alloc_table_from_pagesTvrtko Ursulin2017-09-07
| * lib/scatterlist: Avoid potential scatterlist entry overflowTvrtko Ursulin2017-09-07
| * lib/scatterlist: Fix offset type in sg_alloc_table_from_pagesTvrtko Ursulin2017-09-07
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* scatterlist: add sg_zero_buffer() helperJohannes Thumshirn2017-06-15
* lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.cMing Lin2016-04-15
* lib: scatterlist: add sg splitting functionRobert Jarzmik2015-08-24
* scatterlist: allow limited chaining without ARCH_HAS_SG_CHAINChristoph Hellwig2015-08-17
* drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon2015-06-30
* lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon2015-06-30
* Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\
| * remove <asm/scatterlist.h>Christoph Hellwig2015-05-05
* | scatterlist: introduce sg_nents_for_lenTom Lendacky2015-06-03
|/
* lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-08
* scatterlist: allow chaining to preallocated chunksChristoph Hellwig2014-07-25
* lib/scatterlist: export sg_miter_skip()Ming Lei2013-12-08
* lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()Akinobu Mita2013-07-09
* scatterlist: sg_set_buf() argument must be in linear mappingRusty Russell2013-05-30
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-05-02
|\
| * lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak2013-03-27
* | scatterlist: introduce sg_unmark_endPaolo Bonzini2013-03-20
|/
* lib/scatterlist: use page iterator in the mapping iteratorImre Deak2013-02-27
* lib/scatterlist: add simple page iteratorImre Deak2013-02-27
* scatterlist: add sg_nentsMaxim Levitsky2012-09-27
* scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski2012-07-30
* BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-04
* lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior2009-07-31
* sg: reimplement sg mapping iteratorTejun Heo2008-07-23
* [SCSI] block: add sg buffer copy helper functionsFUJITA Tomonori2008-04-07
* SG: work with the SCSI fixed maximum allocations.James Bottomley2008-01-28
* SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpersJens Axboe2008-01-28
* Don't blatt first element of prv in sg_chain()Rusty Russell2008-01-11
* scatterlist: add more safeguardsTejun Heo2007-11-27
* [SG] Get rid of __sg_mark_end()Jens Axboe2007-11-02
* SG: Make sg_init_one() use general table init functionsJens Axboe2007-11-02
* sg_init_table() should use unsigned loop index variableChuck Lever2007-10-29
* sg_last() should use unsigned loop index variableChuck Lever2007-10-29
* SG: clear termination bit in sg_chain()Jens Axboe2007-10-29
* fix sg_phys to use dma_addr_tHugh Dickins2007-10-25
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-24
* [SG] Add debug check for page alignmentJens Axboe2007-10-23
* Add CONFIG_DEBUG_SG sg validationJens Axboe2007-10-22
* Change table chaining layoutJens Axboe2007-10-22
* [SG] Add helpers for manipulating SG entriesJens Axboe2007-10-22