| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/scatterlist: replace the !preemptible warning in sg_miter_stop() | Thomas Gleixner | 2021-11-09 | 1 | -7/+4 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-03 | 1 | -3/+2 |
|\ |
|
| * | scatterlist: replace flush_kernel_dcache_page with flush_dcache_page | Christoph Hellwig | 2021-09-03 | 1 | -3/+2 |
* | | lib/scatterlist: Fix wrong update of orig_nents | Maor Gottlieb | 2021-08-25 | 1 | -50/+77 |
* | | lib/scatterlist: Provide a dedicated function to support table append | Maor Gottlieb | 2021-08-24 | 1 | -16/+20 |
|/ |
|
* | lib: fix spelling mistakes | Zhen Lei | 2021-07-08 | 1 | -2/+2 |
* | lib/scatterlist: use consistent sg_copy_buffer() return type | David Disseldorp | 2020-10-29 | 1 | -1/+1 |
* | Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-10-24 | 1 | -1/+1 |
|\ |
|
| * | sgl_alloc_order: fix memory leak | Douglas Gilbert | 2020-10-16 | 1 | -1/+1 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2020-10-17 | 1 | -26/+107 |
|\ \ |
|
| * | | lib/scatterlist: Do not limit max_segment to PAGE_ALIGNED values | Jason Gunthorpe | 2020-10-16 | 1 | -4/+8 |
| * | | lib/scatterlist: Add support in dynamic allocation of SG table from pages | Maor Gottlieb | 2020-10-06 | 1 | -24/+101 |
| |/ |
|
* / | lib/scatterlist.c: avoid a double memset | Christophe JAILLET | 2020-10-16 | 1 | -1/+1 |
|/ |
|
* | lib/scatterlist: fix sg_copy_buffer() kerneldoc | Geert Uytterhoeven | 2020-04-07 | 1 | -1/+1 |
* | lib/scatterlist.c: adjust indentation in __sg_alloc_table | Nathan Chancellor | 2020-01-31 | 1 | -1/+1 |
* | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2019-07-12 | 1 | -13/+23 |
|\ |
|
| * | scsi: lib/sg_pool.c: improve APIs for allocating sg pool | Ming Lei | 2019-06-20 | 1 | -13/+23 |
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-07-09 | 1 | -4/+5 |
|\ \ |
|
| * | | lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE | Christophe Leroy | 2019-07-03 | 1 | -4/+5 |
| |/ |
|
* / | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230 | Thomas Gleixner | 2019-06-19 | 1 | -3/+1 |
|/ |
|
* | lib/scatterlist: Provide a DMA page iterator | Jason Gunthorpe | 2019-02-11 | 1 | -0/+26 |
* | arch: switch the default on ARCH_HAS_SG_CHAIN | Christoph Hellwig | 2018-12-06 | 1 | -1/+1 |
* | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-06-30 | 1 | -6/+0 |
|\ |
|
| * | sg: remove ->sg_magic member | Jens Axboe | 2018-06-29 | 1 | -6/+0 |
* | | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 1 | -1/+2 |
|/ |
|
* | lib/scatterlist: add sg_init_marker() helper | Prashant Bhole | 2018-03-30 | 1 | -8/+1 |
* | lib/scatterlist: Fix chaining support in sgl_alloc_order() | Bart Van Assche | 2018-01-19 | 1 | -5/+27 |
* | lib/scatterlist: Introduce sgl_alloc() and sgl_free() | Bart Van Assche | 2018-01-06 | 1 | -0/+105 |
* | lib/scatterlist: Introduce and export __sg_alloc_table_from_pages | Tvrtko Ursulin | 2017-09-07 | 1 | -17/+49 |
* | lib/scatterlist: Avoid potential scatterlist entry overflow | Tvrtko Ursulin | 2017-09-07 | 1 | -11/+20 |
* | lib/scatterlist: Fix offset type in sg_alloc_table_from_pages | Tvrtko Ursulin | 2017-09-07 | 1 | -1/+1 |
* | scatterlist: add sg_zero_buffer() helper | Johannes Thumshirn | 2017-06-15 | 1 | -0/+35 |
* | scatterlist: do not disable IRQs in sg_copy_buffer | Gilad Ben-Yossef | 2017-02-28 | 1 | -4/+0 |
* | scatterlist: reorder compound boolean expression | Gilad Ben-Yossef | 2017-02-28 | 1 | -1/+1 |
* | scatterlist: fix a typo in comment block of sg_miter_stop() | Masahiro Yamada | 2016-02-08 | 1 | -3/+3 |
* | 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 | -3/+3 |
* | lib/scatterlist: mark input buffer parameters as 'const' | Dave Gordon | 2015-07-01 | 1 | -4/+4 |
* | lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer() | Dave Gordon | 2015-07-01 | 1 | -2/+2 |
* | scatterlist: introduce sg_nents_for_len | Tom Lendacky | 2015-06-03 | 1 | -0/+32 |
* | lib/scatterlist: fix memory leak with scsi-mq | Tony Battersby | 2014-10-28 | 1 | -3/+3 |
* | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig | Laura Abbott | 2014-08-09 | 1 | -2/+2 |
* | scatterlist: allow chaining to preallocated chunks | Christoph Hellwig | 2014-07-25 | 1 | -8/+17 |
* | lib/scatterlist: export sg_miter_skip() | Ming Lei | 2013-12-09 | 1 | -1/+2 |
* | lib/scatterlist.c: don't flush_kernel_dcache_page on slab page | Ming Lei | 2013-11-01 | 1 | -1/+2 |
* | lib/scatterlist: error handling in __sg_alloc_table() | Dan Carpenter | 2013-07-09 | 1 | -2/+4 |
* | lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer() | Akinobu Mita | 2013-07-09 | 1 | -5/+83 |
* | lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next() | Akinobu Mita | 2013-07-09 | 1 | -15/+24 |
* | lib/scatterlist: sg_page_iter: support sg lists w/o backing pages | Imre Deak | 2013-03-27 | 1 | -3/+1 |
* | lib/scatterlist: use page iterator in the mapping iterator | Imre Deak | 2013-02-28 | 1 | -25/+23 |