summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/scatterlist.h
AgeCommit message (Expand)Author
2025-05-12linuxkpi: Add `folio` and `folio_batch` APIsJean-Sébastien Pédron
2024-06-26LinuxKPI: Remove linux/sched.h include from linux/kernel.h headerVladimir Kondratyev
2023-09-06linuxkpi: fix iteration in __sg_alloc_table_from_pagesAustin Shafer
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-07LinuxKPI: cleanup internal calls to VM_PAGE_TO_PHYSBjoern A. Zeeb
2023-04-21linuxkpi: Fix __sg_alloc_table_from_pages loopAustin Shafer
2023-02-13linuxkpi: Add `sg_alloc_table_from_pages_segment()`Jean-Sébastien Pédron
2023-01-27linuxkpi: Fix `sg_alloc_table_from_pages()` to have the same API as LinuxJean-Sébastien Pédron
2022-08-18linuxkpi: Add for_each_sgtable_{sg,page}Emmanuel Vadot
2022-03-29linuxkpi: Add for_each_sgtable_dma_sg and for_each_sgtable_dma_pageEmmanuel Vadot
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2021-10-11linuxkpi: Add sg_init_oneAlex Richardson
2021-09-29LinuxKPI: Import linux_page.c and some dependent code from drm-kmodVladimir Kondratyev
2021-06-18LinuxKPI: fix sg_pcopy_from_buffer()Bjoern A. Zeeb
2021-01-28LinuxKPI: upstream a collection of drm-kmod conflicting changesBjoern A. Zeeb
2020-12-07Prefer using the MIN() function macro over the min() inline functionHans Petter Selasky
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-04Optimise use of sg_page_count() in __sg_page_iter_next() in the LinuxKPI.Hans Petter Selasky
2020-05-04Implement more scatter and gather functions in the LinuxKPI.Hans Petter Selasky
2019-05-04Fix regression issue after r346645 in the LinuxKPI.Hans Petter Selasky
2019-04-24LinuxKPI should use bus_dma(9) to be compatible with an IOMMUTycho Nightingale
2019-03-13Implement sg_virt() function in the LinuxKPI.Hans Petter Selasky
2019-03-13Define SG_CHAIN and SG_END in the LinuxKPI.Hans Petter Selasky
2018-06-01Implement the __sg_alloc_table_from_pages() function based on the existingHans Petter Selasky
2017-02-22Convert magic values into macros in the LinuxKPI scatterlistHans Petter Selasky
2017-02-22Improve LinuxKPI scatter list support.Hans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky