aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/scatterlist.h
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: fix iteration in __sg_alloc_table_from_pagesAustin Shafer2023-09-061-4/+10
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: cleanup internal calls to VM_PAGE_TO_PHYSBjoern A. Zeeb2023-08-071-2/+2
* linuxkpi: Fix __sg_alloc_table_from_pages loopAustin Shafer2023-04-211-2/+2
* linuxkpi: Add `sg_alloc_table_from_pages_segment()`Jean-Sébastien Pédron2023-02-131-0/+14
* linuxkpi: Fix `sg_alloc_table_from_pages()` to have the same API as LinuxJean-Sébastien Pédron2023-01-271-1/+43
* linuxkpi: Add for_each_sgtable_{sg,page}Emmanuel Vadot2022-08-181-0/+6
* linuxkpi: Add for_each_sgtable_dma_sg and for_each_sgtable_dma_pageEmmanuel Vadot2022-03-291-0/+6
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* linuxkpi: Add sg_init_oneAlex Richardson2021-10-111-0/+7
* LinuxKPI: Import linux_page.c and some dependent code from drm-kmodVladimir Kondratyev2021-09-291-0/+58
* LinuxKPI: fix sg_pcopy_from_buffer()Bjoern A. Zeeb2021-06-181-1/+2
* LinuxKPI: upstream a collection of drm-kmod conflicting changesBjoern A. Zeeb2021-01-281-0/+54
* Prefer using the MIN() function macro over the min() inline functionHans Petter Selasky2020-12-071-1/+1
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Optimise use of sg_page_count() in __sg_page_iter_next() in the LinuxKPI.Hans Petter Selasky2020-05-041-2/+7
* Implement more scatter and gather functions in the LinuxKPI.Hans Petter Selasky2020-05-041-5/+24
* Fix regression issue after r346645 in the LinuxKPI.Hans Petter Selasky2019-05-041-2/+3
* LinuxKPI should use bus_dma(9) to be compatible with an IOMMUTycho Nightingale2019-04-241-4/+5
* Implement sg_virt() function in the LinuxKPI.Hans Petter Selasky2019-03-131-0/+7
* Define SG_CHAIN and SG_END in the LinuxKPI.Hans Petter Selasky2019-03-131-0/+2
* Implement the __sg_alloc_table_from_pages() function based on the existingHans Petter Selasky2018-06-011-6/+29
* Convert magic values into macros in the LinuxKPI scatterlistHans Petter Selasky2017-02-221-9/+13
* Improve LinuxKPI scatter list support.Hans Petter Selasky2017-02-221-49/+191
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+279