summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/dma-mapping.h
AgeCommit message (Expand)Author
2025-06-03LinuxKPI: Implement dma_map_resource/dma_unmap_resource functionsBjoern A. Zeeb
2025-06-03LinuxKPI: add missing bus_dmamap_sync() calls or exclude themBjoern A. Zeeb
2023-11-02linuxkpi: dma_get_cache_alignment(): Fix off-by-one resultOlivier Certner
2023-11-02uma: Hide 'uma_align_cache'; Create/rename accessorsOlivier Certner
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-07LinuxKPI: cleanup internal calls to VM_PAGE_TO_PHYSBjoern A. Zeeb
2022-12-06linuxkpi: Fix style for dma_map_sgtableEmmanuel Vadot
2022-12-06linuxkpi: Fix return value of dma_map_sgtableAustin Shafer
2022-09-26LinuxKPI: add DMA_MAPPING_ERRORBjoern A. Zeeb
2022-09-22kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin
2022-09-22LinuxKPI: dma-mapping: add dmam_alloc_coherent()Bjoern A. Zeeb
2022-08-18linuxkpi: Add dma_{un,}map_sgtableEmmanuel Vadot
2022-03-29linuxkpi: Implement dma_max_mapping_sizeEmmanuel Vadot
2022-02-17LinuxKPI: implement dma_sync_single_for_*, apply to (un)map single/sgBjoern A. Zeeb
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2021-09-29LinuxKPI: implement dma_set_coherent_mask()Bjoern A. Zeeb
2021-09-27LinuxKPI: dma-mapping.h unify "mask" and "dma_mask"Bjoern A. Zeeb
2021-07-05LinuxKPI: Use macro for implementation of some dma_map_* functionsVladimir Kondratyev
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-04Re-apply r363564.Emmanuel Vadot
2020-07-26Revert r363564Emmanuel Vadot
2020-07-26linuxkpi: Include linux/sizes.h in dma-mapping.hEmmanuel Vadot
2019-04-24LinuxKPI should use bus_dma(9) to be compatible with an IOMMUTycho Nightingale
2019-03-13Implement dma_map_page_attrs() in the LinuxKPI.Hans Petter Selasky
2019-03-13Implement dma_set_mask_and_coherent() in the LinuxKPI.Hans Petter Selasky
2018-08-25Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox
2018-08-20Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox
2018-03-23linuxkpi whitespace cleanupEd Maste
2017-11-08Make the dma_alloc_coherent() function in the LinuxKPI NULL safe with regardHans Petter Selasky
2017-02-17Implement GFP_DMA32 flag in the LinuxKPI.Hans Petter Selasky
2016-04-30sys/compat/linux*: spelling fixes.Pedro F. Giffuni
2016-02-22As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky