summaryrefslogtreecommitdiffstats
path: root/kernel/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-116/+194
|\
| * swiotlb: Validate bounce size in the sync/unmap pathMartin Radev2021-02-261-3/+50
| * swiotlb: respect min_align_maskChristoph Hellwig2021-02-261-10/+31
| * swiotlb: don't modify orig_addr in swiotlb_tbl_sync_singleChristoph Hellwig2021-02-221-1/+0
| * swiotlb: refactor swiotlb_tbl_map_singleChristoph Hellwig2021-02-221-90/+89
| * swiotlb: clean up swiotlb_tbl_unmap_singleChristoph Hellwig2021-02-201-20/+21
| * swiotlb: factor out a nr_slots helperChristoph Hellwig2021-02-201-4/+9
| * swiotlb: factor out an io_tlb_offset helperChristoph Hellwig2021-02-201-7/+13
| * swiotlb: add a IO_TLB_SIZE defineChristoph Hellwig2021-02-201-7/+7
* | Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-02-242-41/+11
|\ \
| * | dma-mapping: remove the {alloc,free}_noncoherent methodsChristoph Hellwig2021-02-091-40/+0
| * | dma-mapping: benchmark: pretend DMA is transmittingBarry Song2021-02-051-1/+11
* | | Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-02-212-3/+2
|\ \ \ | |/ / |/| |
| * | driver core: lift dma_default_coherent into common codeChristoph Hellwig2021-02-132-3/+2
| |/
* | dma-mapping: benchmark: use u8 for reserved field in uAPI structureBarry Song2021-02-051-1/+1
* | dma-mapping: benchmark: fix kernel crash when dma_map_single failsBarry Song2021-01-271-1/+5
|/
* Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-12-226-8/+384
|\
| * dma-mapping: add benchmark support for streaming DMA APIsBarry Song2020-11-273-0/+371
| * dma-contiguous: fix a typo error in a commenttangjianqiang2020-11-271-1/+1
| * dma-pool: no need to check return value of debugfs_create functionsTiezhu Yang2020-11-271-3/+0
| * dma-mapping: Allow mixing bypass and mapped DMA operationAlexey Kardashevskiy2020-11-272-4/+12
* | Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-1/+0
|\ \
| * | dma-mapping: remove the dma_direct_set_offset exportChristoph Hellwig2020-11-181-1/+0
* | | Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-161-2/+18
|\ \ \
| * | | x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guestsAshish Kalra2020-12-111-2/+18
| | |/ | |/|
* | | Merge tag 'v5.10-rc5' into rdma.git for-nextJason Gunthorpe2020-11-231-11/+11
|\| |
| * | swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig2020-11-021-10/+6
| * | swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Stefano Stabellini2020-11-021-1/+5
| |/
* / dma-mapping: remove dma_virt_opsChristoph Hellwig2020-11-173-67/+0
|/
* dma-mapping: move more functions to dma-map-ops.hChristoph Hellwig2020-10-201-1/+1
* kernel/: fix repeated words in commentsRandy Dunlap2020-10-161-1/+1
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-1514-210/+773
|\
| * dma-direct: simplify the DMA_ATTR_NO_KERNEL_MAPPING handlingChristoph Hellwig2020-10-071-61/+39
| * dma-direct: factor out a dma_direct_alloc_from_pool helperChristoph Hellwig2020-10-071-19/+20
| * dma-direct check for highmem pages in dma_direct_alloc_pagesChristoph Hellwig2020-10-071-0/+11
| * dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-063-3/+1
| * dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dmaChristoph Hellwig2020-10-063-2/+121
| * dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-063-3/+125
| * dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig2020-10-061-1/+5
| * dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-065-5/+31
| * dma-contiguous: remove dma_contiguous_set_defaultChristoph Hellwig2020-10-061-1/+1
| * dma-contiguous: remove dev_set_cma_areaChristoph Hellwig2020-10-061-2/+2
| * dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-066-3/+6
| * cma: decrease CMA_ALIGNMENT lower limit to 2Paul Cercueil2020-10-061-1/+1
| * dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methodsChristoph Hellwig2020-09-251-6/+27
| * dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-254-4/+148
| * dma-mapping: remove dma_cache_syncChristoph Hellwig2020-09-252-17/+0
| * dma-debug: convert comma to semicolonXu Wang2020-09-211-2/+2
| * dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-172-6/+52
| * dma-direct: Fix potential NULL pointer dereferenceThomas Tai2020-09-171-0/+11