1. 723aca2 mm/scatterlist: replace the !preemptible warning in sg_miter_stop() by Thomas Gleixner · 3 years, 2 months ago
  2. 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  3. 0e84f5db scatterlist: replace flush_kernel_dcache_page with flush_dcache_page by Christoph Hellwig · 3 years, 4 months ago
  4. 3e302db lib/scatterlist: Fix wrong update of orig_nents by Maor Gottlieb · 3 years, 4 months ago
  5. 90e7a6d lib/scatterlist: Provide a dedicated function to support table append by Maor Gottlieb · 3 years, 4 months ago
  6. 9dbbc3b lib: fix spelling mistakes by Zhen Lei · 3 years, 6 months ago
  7. 1f41be7 lib/scatterlist: use consistent sg_copy_buffer() return type by David Disseldorp · 4 years, 2 months ago
  8. d769139 Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  9. a1e16bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 2 months ago
  10. 6ed9b92 lib/scatterlist.c: avoid a double memset by Christophe JAILLET · 4 years, 2 months ago
  11. 9a40401 lib/scatterlist: Do not limit max_segment to PAGE_ALIGNED values by Jason Gunthorpe · 4 years, 2 months ago
  12. b2a182a sgl_alloc_order: fix memory leak by Douglas Gilbert · 4 years, 2 months ago
  13. 07da122 lib/scatterlist: Add support in dynamic allocation of SG table from pages by Maor Gottlieb · 4 years, 3 months ago
  14. 6e85318 lib/scatterlist: fix sg_copy_buffer() kerneldoc by Geert Uytterhoeven · 4 years, 9 months ago
  15. 4e456fe lib/scatterlist.c: adjust indentation in __sg_alloc_table by Nathan Chancellor · 5 years ago
  16. 1f7563f Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  17. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  18. aeb8724 lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE by Christophe Leroy · 6 years ago
  19. 4635873 scsi: lib/sg_pool.c: improve APIs for allocating sg pool by Ming Lei · 6 years ago
  20. 40b0b3f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230 by Thomas Gleixner · 6 years ago
  21. d901b27 lib/scatterlist: Provide a DMA page iterator by Jason Gunthorpe · 6 years ago
  22. 7c703e5 arch: switch the default on ARCH_HAS_SG_CHAIN by Christoph Hellwig · 6 years ago
  23. e6e5bec Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  24. 9544bc5 sg: remove ->sg_magic member by Jens Axboe · 6 years ago
  25. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  26. f385178 lib/scatterlist: add sg_init_marker() helper by Prashant Bhole · 7 years ago
  27. 8c7a8d1 lib/scatterlist: Fix chaining support in sgl_alloc_order() by Bart Van Assche · 7 years ago
  28. e80a0af lib/scatterlist: Introduce sgl_alloc() and sgl_free() by Bart Van Assche · 7 years ago
  29. 89d8589 lib/scatterlist: Introduce and export __sg_alloc_table_from_pages by Tvrtko Ursulin · 7 years ago
  30. c125906 lib/scatterlist: Avoid potential scatterlist entry overflow by Tvrtko Ursulin · 7 years ago
  31. c4860ad lib/scatterlist: Fix offset type in sg_alloc_table_from_pages by Tvrtko Ursulin · 7 years ago
  32. 0945e56 scatterlist: add sg_zero_buffer() helper by Johannes Thumshirn · 8 years ago
  33. d317120 scatterlist: do not disable IRQs in sg_copy_buffer by Gilad Ben-Yossef · 8 years ago
  34. 1d5210ef scatterlist: reorder compound boolean expression by Gilad Ben-Yossef · 8 years ago
  35. 4ba6a2b scatterlist: fix a typo in comment block of sg_miter_stop() by Masahiro Yamada · 9 years ago
  36. 10c95ed scatterlist: allow limited chaining without ARCH_HAS_SG_CHAIN by Christoph Hellwig · 9 years ago
  37. 386ecb1 drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue by Dave Gordon · 9 years ago
  38. 2a1bf8f lib/scatterlist: mark input buffer parameters as 'const' by Dave Gordon · 9 years ago
  39. 4dc7daf lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer() by Dave Gordon · 9 years ago
  40. cfaed10 scatterlist: introduce sg_nents_for_len by Tom Lendacky · 10 years ago
  41. c21e59d lib/scatterlist: fix memory leak with scsi-mq by Tony Battersby · 10 years ago
  42. 308c09f lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig by Laura Abbott · 10 years ago
  43. c53c6d6 scatterlist: allow chaining to preallocated chunks by Christoph Hellwig · 11 years ago
  44. 0d6077f lib/scatterlist: export sg_miter_skip() by Ming Lei · 11 years ago
  45. 3d77b50 lib/scatterlist.c: don't flush_kernel_dcache_page on slab page by Ming Lei · 11 years ago
  46. 27daabd lib/scatterlist: error handling in __sg_alloc_table() by Dan Carpenter · 11 years ago
  47. df642ce lib/scatterlist: introduce sg_pcopy_from_buffer() and sg_pcopy_to_buffer() by Akinobu Mita · 11 years ago
  48. 1105200 lib/scatterlist: factor out sg_miter_get_next_page() from sg_miter_next() by Akinobu Mita · 11 years ago
  49. 2db76d7 lib/scatterlist: sg_page_iter: support sg lists w/o backing pages by Imre Deak · 12 years ago
  50. 4225fc8 lib/scatterlist: use page iterator in the mapping iterator by Imre Deak · 12 years ago
  51. a321e91 lib/scatterlist: add simple page iterator by Imre Deak · 12 years ago
  52. 6fd59a8 scatterlist: don't BUG when we can trivially return a proper error. by Nick Bowler · 12 years ago
  53. ce40be7 Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  54. 8290e2d scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQs by Tejun Heo · 12 years ago
  55. 232f1b5 scatterlist: refactor the sg_nents by Maxim Levitsky · 12 years ago
  56. 2e48461 scatterlist: add sg_nents by Maxim Levitsky · 12 years ago
  57. 27c1ee3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  58. e04f228 lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table() by Mandeep Singh Baines · 12 years ago
  59. efc42bc scatterlist: add sg_alloc_table_from_pages function by Tomasz Stanislawski · 13 years ago
  60. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  61. c3eede8 lib: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  62. 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  63. edce682 scatterlist: prevent invalid free when alloc fails by Jeffrey Carlyle · 14 years ago
  64. b94de9b lib/scatterlist: Hook sg_kmalloc into kmemleak (v2) by Chris Wilson · 14 years ago
  65. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  66. 6de7e356 lib/scatterlist: add a flags to signalize mapping direction by Sebastian Andrzej Siewior · 16 years ago
  67. 23c560a scatterlist: make sure sg_miter_next() doesn't return 0 sized mappings by Tejun Heo · 16 years ago
  68. f652c52 lib/scatterlist.c: fix kunmap() argument in sg_miter_stop() by Arjan van de Ven · 16 years ago
  69. 50bed2e sg: disable interrupts inside sg_copy_buffer by FUJITA Tomonori · 16 years ago
  70. 137d3ed sg: reimplement sg mapping iterator by Tejun Heo · 16 years ago
  71. b1adaf6 [SCSI] block: add sg buffer copy helper functions by FUJITA Tomonori · 17 years ago
  72. 7cedb1f SG: work with the SCSI fixed maximum allocations. by James Bottomley · 17 years ago
  73. 0db9299 SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpers by Jens Axboe · 17 years ago