aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/dma-mapping.h
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: dma_get_cache_alignment(): Fix off-by-one resultOlivier Certner2023-11-021-1/+1
* uma: Hide 'uma_align_cache'; Create/rename accessorsOlivier Certner2023-11-021-2/+2
* 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 style for dma_map_sgtableEmmanuel Vadot2022-12-061-8/+6
* linuxkpi: Fix return value of dma_map_sgtableAustin Shafer2022-12-061-1/+8
* LinuxKPI: add DMA_MAPPING_ERRORBjoern A. Zeeb2022-09-261-1/+5
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-221-1/+1
* LinuxKPI: dma-mapping: add dmam_alloc_coherent()Bjoern A. Zeeb2022-09-221-0/+10
* linuxkpi: Add dma_{un,}map_sgtableEmmanuel Vadot2022-08-181-0/+20
* linuxkpi: Implement dma_max_mapping_sizeEmmanuel Vadot2022-03-291-0/+7
* LinuxKPI: implement dma_sync_single_for_*, apply to (un)map single/sgBjoern A. Zeeb2022-02-171-8/+67
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: implement dma_set_coherent_mask()Bjoern A. Zeeb2021-09-291-3/+4
* LinuxKPI: dma-mapping.h unify "mask" and "dma_mask"Bjoern A. Zeeb2021-09-271-7/+7
* LinuxKPI: Use macro for implementation of some dma_map_* functionsVladimir Kondratyev2021-07-051-38/+21
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Re-apply r363564.Emmanuel Vadot2020-08-041-0/+1
* Revert r363564Emmanuel Vadot2020-07-261-1/+0
* linuxkpi: Include linux/sizes.h in dma-mapping.hEmmanuel Vadot2020-07-261-0/+1
* LinuxKPI should use bus_dma(9) to be compatible with an IOMMUTycho Nightingale2019-04-241-34/+27
* Implement dma_map_page_attrs() in the LinuxKPI.Hans Petter Selasky2019-03-131-0/+8
* Implement dma_set_mask_and_coherent() in the LinuxKPI.Hans Petter Selasky2019-03-131-0/+11
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-1/+1
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-2/+2
* linuxkpi whitespace cleanupEd Maste2018-03-231-6/+6
* Make the dma_alloc_coherent() function in the LinuxKPI NULL safe with regardHans Petter Selasky2017-11-081-1/+1
* Implement GFP_DMA32 flag in the LinuxKPI.Hans Petter Selasky2017-02-171-1/+3
* sys/compat/linux*: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+281