| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-04-05 | 1 | -10/+13 |
|\ |
|
| * | lib/scatterlist: Add SG_CHAIN and SG_END macros for LSB encodings | Anshuman Khandual | 2018-02-28 | 1 | -10/+13 |
* | | lib/scatterlist: add sg_init_marker() helper | Prashant Bhole | 2018-03-30 | 1 | -0/+18 |
|/ |
|
* | lib/scatterlist: Fix chaining support in sgl_alloc_order() | Bart Van Assche | 2018-01-19 | 1 | -0/+1 |
* | lib/scatterlist: Introduce sgl_alloc() and sgl_free() | Bart Van Assche | 2018-01-06 | 1 | -0/+10 |
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2017-11-16 | 1 | -4/+13 |
|\ |
|
| * | lib/scatterlist: Introduce and export __sg_alloc_table_from_pages | Tvrtko Ursulin | 2017-09-07 | 1 | -4/+7 |
| * | lib/scatterlist: Avoid potential scatterlist entry overflow | Tvrtko Ursulin | 2017-09-07 | 1 | -0/+6 |
| * | lib/scatterlist: Fix offset type in sg_alloc_table_from_pages | Tvrtko Ursulin | 2017-09-07 | 1 | -1/+1 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | scatterlist: add sg_zero_buffer() helper | Johannes Thumshirn | 2017-06-15 | 1 | -0/+2 |
* | lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.c | Ming Lin | 2016-04-15 | 1 | -0/+25 |
* | lib: scatterlist: add sg splitting function | Robert Jarzmik | 2015-08-24 | 1 | -0/+5 |
* | scatterlist: allow limited chaining without ARCH_HAS_SG_CHAIN | Christoph Hellwig | 2015-08-17 | 1 | -4/+0 |
* | drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue | Dave Gordon | 2015-07-01 | 1 | -0/+3 |
* | lib/scatterlist: mark input buffer parameters as 'const' | Dave Gordon | 2015-07-01 | 1 | -2/+2 |
* | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-26 | 1 | -7/+32 |
|\ |
|
| * | remove <asm/scatterlist.h> | Christoph Hellwig | 2015-05-05 | 1 | -7/+32 |
* | | scatterlist: introduce sg_nents_for_len | Tom Lendacky | 2015-06-03 | 1 | -0/+1 |
|/ |
|
* | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig | Laura Abbott | 2014-08-09 | 1 | -1/+1 |
* | scatterlist: allow chaining to preallocated chunks | Christoph Hellwig | 2014-07-25 | 1 | -3/+3 |
* | lib/scatterlist: export sg_miter_skip() | Ming Lei | 2013-12-09 | 1 | -0/+1 |
* | lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer() | Akinobu Mita | 2013-07-09 | 1 | -0/+5 |
* | scatterlist: sg_set_buf() argument must be in linear mapping | Rusty Russell | 2013-05-30 | 1 | -0/+3 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-05-03 | 1 | -5/+23 |
|\ |
|
| * | lib/scatterlist: sg_page_iter: support sg lists w/o backing pages | Imre Deak | 2013-03-27 | 1 | -5/+23 |
* | | scatterlist: introduce sg_unmark_end | Paolo Bonzini | 2013-03-20 | 1 | -0/+16 |
|/ |
|
* | lib/scatterlist: use page iterator in the mapping iterator | Imre Deak | 2013-02-28 | 1 | -3/+3 |
* | lib/scatterlist: add simple page iterator | Imre Deak | 2013-02-28 | 1 | -0/+35 |
* | scatterlist: add sg_nents | Maxim Levitsky | 2012-09-27 | 1 | -0/+1 |
* | scatterlist: add sg_alloc_table_from_pages function | Tomasz Stanislawski | 2012-07-30 | 1 | -0/+4 |
* | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 2012-03-04 | 1 | -2/+4 |
* | lib/scatterlist: add a flags to signalize mapping direction | Sebastian Andrzej Siewior | 2009-07-31 | 1 | -0/+2 |
* | sg: reimplement sg mapping iterator | Tejun Heo | 2008-07-23 | 1 | -0/+38 |
* | [SCSI] block: add sg buffer copy helper functions | FUJITA Tomonori | 2008-04-07 | 1 | -0/+5 |
* | SG: work with the SCSI fixed maximum allocations. | James Bottomley | 2008-01-28 | 1 | -2/+3 |
* | SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpers | Jens Axboe | 2008-01-28 | 1 | -100/+25 |
* | Don't blatt first element of prv in sg_chain() | Rusty Russell | 2008-01-11 | 1 | -2/+2 |
* | scatterlist: add more safeguards | Tejun Heo | 2007-11-27 | 1 | -11/+26 |
* | [SG] Get rid of __sg_mark_end() | Jens Axboe | 2007-11-02 | 1 | -10/+12 |
* | SG: Make sg_init_one() use general table init functions | Jens Axboe | 2007-11-02 | 1 | -22/+18 |
* | sg_init_table() should use unsigned loop index variable | Chuck Lever | 2007-10-29 | 1 | -1/+1 |
* | sg_last() should use unsigned loop index variable | Chuck Lever | 2007-10-29 | 1 | -1/+1 |
* | SG: clear termination bit in sg_chain() | Jens Axboe | 2007-10-29 | 1 | -1/+5 |
* | fix sg_phys to use dma_addr_t | Hugh Dickins | 2007-10-25 | 1 | -1/+2 |
* | SG: Change sg_set_page() to take length and offset argument | Jens Axboe | 2007-10-24 | 1 | -11/+29 |
* | [SG] Add debug check for page alignment | Jens Axboe | 2007-10-23 | 1 | -0/+5 |
* | Add CONFIG_DEBUG_SG sg validation | Jens Axboe | 2007-10-22 | 1 | -0/+22 |
* | Change table chaining layout | Jens Axboe | 2007-10-22 | 1 | -24/+54 |
* | [SG] Add helpers for manipulating SG entries | Jens Axboe | 2007-10-22 | 1 | -8/+104 |