aboutsummaryrefslogtreecommitdiffstats
path: root/lib/scatterlist.c
Commit message (Expand)AuthorAge
* Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-11
|\
| * scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei2019-06-20
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-08
|\ \
| * | lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy2019-07-03
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-19
|/
* lib/scatterlist: Provide a DMA page iteratorJason Gunthorpe2019-02-11
* arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig2018-12-06
* Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-30
|\
| * sg: remove ->sg_magic memberJens Axboe2018-06-29
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
|/
* 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
* 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
* scatterlist: add sg_zero_buffer() helperJohannes Thumshirn2017-06-15
* scatterlist: do not disable IRQs in sg_copy_bufferGilad Ben-Yossef2017-02-27
* scatterlist: reorder compound boolean expressionGilad Ben-Yossef2017-02-27
* scatterlist: fix a typo in comment block of sg_miter_stop()Masahiro Yamada2016-02-08
* 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
* lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()Dave Gordon2015-06-30
* scatterlist: introduce sg_nents_for_lenTom Lendacky2015-06-02
* lib/scatterlist: fix memory leak with scsi-mqTony Battersby2014-10-28
* 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.c: don't flush_kernel_dcache_page on slab pageMing Lei2013-10-31
* lib/scatterlist: error handling in __sg_alloc_table()Dan Carpenter2013-07-09
* lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer()Akinobu Mita2013-07-09
* lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next()Akinobu Mita2013-07-09
* lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak2013-03-27
* lib/scatterlist: use page iterator in the mapping iteratorImre Deak2013-02-27
* lib/scatterlist: add simple page iteratorImre Deak2013-02-27
* scatterlist: don't BUG when we can trivially return a proper error.Nick Bowler2012-12-17
* Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-10-10
|\
| * scatterlist: refactor the sg_nentsMaxim Levitsky2012-09-28
| * scatterlist: add sg_nentsMaxim Levitsky2012-09-27
* | scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQsTejun Heo2012-10-05
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-30
|\
| * lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()Mandeep Singh Baines2012-07-30
* | scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski2012-07-30
|/
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24
|\
| * lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-07
* | lib: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
|/
* scatterlist: prevent invalid free when alloc failsJeffrey Carlyle2010-08-30
* lib/scatterlist: Hook sg_kmalloc into kmemleak (v2)Chris Wilson2010-07-28
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30