summaryrefslogtreecommitdiffstats
path: root/kernel/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-043-334/+200
|\
| * swiotlb: don't override user specified size in swiotlb_adjust_sizeChristoph Hellwig2021-04-291-0/+2
| * swiotlb: Fix the type of indexClaire Chang2021-04-271-1/+2
| * swiotlb: Make SWIOTLB_NO_FORCE perform no allocationFlorian Fainelli2021-04-011-4/+14
| * swiotlb: remove swiotlb_nr_tblChristoph Hellwig2021-03-191-6/+1
| * swiotlb: dynamically allocate io_tlb_default_memChristoph Hellwig2021-03-191-207/+99
| * swiotlb: move global variables into a new io_tlb_mem structureClaire Chang2021-03-191-190/+164
| * swiotlb: lift the double initialization protection from xen-swiotlbChristoph Hellwig2021-03-171-0/+8
| * swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig2021-03-173-25/+21
| * swiotlb: move orig addr and size validation into swiotlb_bounceChristoph Hellwig2021-03-171-36/+23
| * swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig2021-03-172-23/+24
* | Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-05-042-18/+153
|\ \
| * | dma-mapping: benchmark: Add support for multi-pages map/unmapXiang Chen2021-04-021-7/+14
| * | dma-mapping: benchmark: use the correct HiSilicon copyrightHao Fang2021-04-021-1/+1
| * | dma-mapping: add a dma_alloc_noncontiguous APIChristoph Hellwig2021-03-151-0/+106
| * | dma-mapping: refactor dma_{alloc,free}_pagesChristoph Hellwig2021-03-151-10/+19
| * | dma-mapping: add a dma_mmap_pages helperChristoph Hellwig2021-03-151-0/+13
| |/
* / kernel/dma: remove unnecessary unmap_kernel_rangeNicholas Piggin2021-04-301-1/+0
|/
* 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
|\