aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/dmapool.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: add dmam_pool_create() supportBjoern A. Zeeb2021-06-181-0/+20
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Make the dma_pool structure private to the LinuxKPI similar to Linux.Hans Petter Selasky2019-04-301-10/+1
* Store a pointer to the device instead of the PCI device in the DMA poolHans Petter Selasky2019-04-301-1/+1
* LinuxKPI should use bus_dma(9) to be compatible with an IOMMUTycho Nightingale2019-04-241-20/+21
* Implement dma_pool_zalloc() in the LinuxKPI.Hans Petter Selasky2018-10-291-0/+7
* sys/compat/linux*: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+87