summaryrefslogtreecommitdiffstats
path: root/kernel/dma/mapping.c
Commit message (Expand)AuthorAge
* dma-mapping: truncate dma masks to what dma_addr_t can holdChristoph Hellwig2019-06-25
* dma-mapping: remove an unnecessary NULL checkDan Carpenter2019-04-24
* x86/dma: Remove the x86_dma_fallback_dev hackChristoph Hellwig2019-04-08
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-03-10
|\
| * dma: Introduce dma_max_mapping_size()Joerg Roedel2019-03-06
* | dma-mapping, powerpc: simplify the arch dma_set_mask overrideChristoph Hellwig2019-02-18
* | powerpc/dma: stop overriding dma_get_required_maskChristoph Hellwig2019-02-18
|/
* dma-mapping: remove dmam_{declare,release}_coherent_memoryChristoph Hellwig2019-01-04
* dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsChristoph Hellwig2019-01-04
* dma-mapping: fix inverted logic in dma_supportedThierry Reding2018-12-20
* dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-13
* dma-mapping: move dma_cache_sync out of lineChristoph Hellwig2018-12-13
* dma-mapping: move various slow path functions out of lineChristoph Hellwig2018-12-13
* dma-mapping: move dma_get_required_mask to kernel/dmaChristoph Hellwig2018-12-13
* dma-mapping: move the remap helpers to a separate fileChristoph Hellwig2018-12-01
* dma-mapping: support non-coherent devices in dma_common_get_sgtableChristoph Hellwig2018-09-20
* dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-20
* dma-mapping: remove dma_deconfigureChristoph Hellwig2018-09-08
* dma-mapping: remove dma_configureChristoph Hellwig2018-09-08
* dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-14