summaryrefslogtreecommitdiff
path: root/include/linux/scatterlist.h
AgeCommit message (Expand)Author
2021-08-24lib/scatterlist: Fix wrong update of orig_nentsMaor Gottlieb
2021-08-24lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb
2021-07-08lib: fix spelling mistakes in header filesZhen Lei
2020-11-02drm: Remove SCATTERLIST_MAX_SEGMENTJason Gunthorpe
2020-10-05lib/scatterlist: Add support in dynamic allocation of SG table from pagesMaor Gottlieb
2020-07-06scatterlist: protect parameters of the sg_table related macrosMarek Szyprowski
2020-05-13scatterlist: add generic wrappers for iterating over sgtable objectsMarek Szyprowski
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei
2019-05-07lib/scatterlist: Remove leftover from sg_page_iter commentGal Pressman
2019-02-11lib/scatterlist: Provide a DMA page iteratorJason Gunthorpe
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig
2018-06-29sg: remove ->sg_magic memberJens Axboe
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-30lib/scatterlist: add sg_init_marker() helperPrashant Bhole
2018-02-28lib/scatterlist: Add SG_CHAIN and SG_END macros for LSB encodingsAnshuman Khandual
2018-01-19lib/scatterlist: Fix chaining support in sgl_alloc_order()Bart Van Assche
2018-01-06lib/scatterlist: Introduce sgl_alloc() and sgl_free()Bart Van Assche
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-07lib/scatterlist: Introduce and export __sg_alloc_table_from_pagesTvrtko Ursulin
2017-09-07lib/scatterlist: Avoid potential scatterlist entry overflowTvrtko Ursulin
2017-09-07lib/scatterlist: Fix offset type in sg_alloc_table_from_pagesTvrtko Ursulin
2017-06-15scatterlist: add sg_zero_buffer() helperJohannes Thumshirn
2016-04-15lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.cMing Lin
2015-08-24lib: scatterlist: add sg splitting functionRobert Jarzmik
2015-08-17scatterlist: allow limited chaining without ARCH_HAS_SG_CHAINChristoph Hellwig
2015-06-30drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon
2015-06-30lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-03scatterlist: introduce sg_nents_for_lenTom Lendacky
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott
2014-07-25scatterlist: allow chaining to preallocated chunksChristoph Hellwig
2013-12-08lib/scatterlist: export sg_miter_skip()Ming Lei
2013-07-09lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()Akinobu Mita
2013-05-30scatterlist: sg_set_buf() argument must be in linear mappingRusty Russell
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-03-27lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak
2013-03-20scatterlist: introduce sg_unmark_endPaolo Bonzini
2013-02-27lib/scatterlist: use page iterator in the mapping iteratorImre Deak
2013-02-27lib/scatterlist: add simple page iteratorImre Deak
2012-09-27scatterlist: add sg_nentsMaxim Levitsky
2012-07-30scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2009-07-31lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior
2008-07-23sg: reimplement sg mapping iteratorTejun Heo
2008-04-07[SCSI] block: add sg buffer copy helper functionsFUJITA Tomonori
2008-01-28SG: work with the SCSI fixed maximum allocations.James Bottomley
2008-01-28SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpersJens Axboe
2008-01-11Don't blatt first element of prv in sg_chain()Rusty Russell