Age | Commit message (Expand) | Author |
2023-06-23 | scatterlist: add sg_set_folio() | Matthew Wilcox (Oracle) |
2023-06-19 | iommu/dma: force bouncing if the size is not cacheline-aligned | Catalin Marinas |
2023-06-19 | dma-mapping: name SG DMA flag helpers consistently | Robin Murphy |
2023-06-19 | scatterlist: add dedicated config for DMA flags | Robin Murphy |
2022-07-26 | lib/scatterlist: add flag for indicating P2PDMA segments in an SGL | Logan Gunthorpe |
2021-12-22 | lib/scatterlist: cleanup macros into static inline functions | Logan Gunthorpe |
2021-08-24 | lib/scatterlist: Fix wrong update of orig_nents | Maor Gottlieb |
2021-08-24 | lib/scatterlist: Provide a dedicated function to support table append | Maor Gottlieb |
2021-07-08 | lib: fix spelling mistakes in header files | Zhen Lei |
2020-11-02 | drm: Remove SCATTERLIST_MAX_SEGMENT | Jason Gunthorpe |
2020-10-05 | lib/scatterlist: Add support in dynamic allocation of SG table from pages | Maor Gottlieb |
2020-07-06 | scatterlist: protect parameters of the sg_table related macros | Marek Szyprowski |
2020-05-13 | scatterlist: add generic wrappers for iterating over sgtable objects | Marek Szyprowski |
2019-06-20 | scsi: lib/sg_pool.c: improve APIs for allocating sg pool | Ming Lei |
2019-05-07 | lib/scatterlist: Remove leftover from sg_page_iter comment | Gal Pressman |
2019-02-11 | lib/scatterlist: Provide a DMA page iterator | Jason Gunthorpe |
2018-12-06 | arch: switch the default on ARCH_HAS_SG_CHAIN | Christoph Hellwig |
2018-06-29 | sg: remove ->sg_magic member | Jens Axboe |
2018-04-05 | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-03-30 | lib/scatterlist: add sg_init_marker() helper | Prashant Bhole |
2018-02-28 | lib/scatterlist: Add SG_CHAIN and SG_END macros for LSB encodings | Anshuman Khandual |
2018-01-19 | lib/scatterlist: Fix chaining support in sgl_alloc_order() | Bart Van Assche |
2018-01-06 | lib/scatterlist: Introduce sgl_alloc() and sgl_free() | Bart Van Assche |
2017-11-15 | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-07 | lib/scatterlist: Introduce and export __sg_alloc_table_from_pages | Tvrtko Ursulin |
2017-09-07 | lib/scatterlist: Avoid potential scatterlist entry overflow | Tvrtko Ursulin |
2017-09-07 | lib/scatterlist: Fix offset type in sg_alloc_table_from_pages | Tvrtko Ursulin |
2017-06-15 | scatterlist: add sg_zero_buffer() helper | Johannes Thumshirn |
2016-04-15 | lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.c | Ming Lin |
2015-08-24 | lib: scatterlist: add sg splitting function | Robert Jarzmik |
2015-08-17 | scatterlist: allow limited chaining without ARCH_HAS_SG_CHAIN | Christoph Hellwig |
2015-06-30 | drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue | Dave Gordon |
2015-06-30 | lib/scatterlist: mark input buffer parameters as 'const' | Dave Gordon |
2015-06-25 | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-06-03 | scatterlist: introduce sg_nents_for_len | Tom Lendacky |
2015-05-05 | remove <asm/scatterlist.h> | Christoph Hellwig |
2014-08-08 | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig | Laura Abbott |
2014-07-25 | scatterlist: allow chaining to preallocated chunks | Christoph Hellwig |
2013-12-08 | lib/scatterlist: export sg_miter_skip() | Ming Lei |
2013-07-09 | lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer() | Akinobu Mita |
2013-05-30 | scatterlist: sg_set_buf() argument must be in linear mapping | Rusty Russell |
2013-05-02 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2013-03-27 | lib/scatterlist: sg_page_iter: support sg lists w/o backing pages | Imre Deak |
2013-03-20 | scatterlist: introduce sg_unmark_end | Paolo Bonzini |
2013-02-27 | lib/scatterlist: use page iterator in the mapping iterator | Imre Deak |
2013-02-27 | lib/scatterlist: add simple page iterator | Imre Deak |
2012-09-27 | scatterlist: add sg_nents | Maxim Levitsky |
2012-07-30 | scatterlist: add sg_alloc_table_from_pages function | Tomasz Stanislawski |
2012-03-04 | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker |