summaryrefslogtreecommitdiffstats
path: root/kernel/dma
Commit message (Expand)AuthorAgeFilesLines
* swiotlb: max mapping size takes min align mask into accountTianyu Lan2022-10-051-1/+12
* swiotlb: avoid potential left shift overflowChao Gao2022-09-151-1/+4
* swiotlb: fail map correctly with failed io_tlb_default_memRobin Murphy2022-08-171-1/+1
* dma-direct: use the correct size for dma_set_encrypted()Dexuan Cui2022-06-291-3/+2
* dma-debug: make things less spammy under memory pressureRob Clark2022-06-221-1/+1
* dma-direct: don't over-decrypt memoryRobin Murphy2022-06-091-2/+2
* dma-direct: always leak memory that can't be re-encryptedChristoph Hellwig2022-06-091-4/+10
* dma-direct: don't call dma_set_decrypted for remapped allocationsChristoph Hellwig2022-06-091-7/+6
* dma-direct: factor out dma_set_{de,en}crypted helpersChristoph Hellwig2022-06-091-31/+25
* dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pagesChristoph Hellwig2022-06-091-17/+10
* dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocationsChristoph Hellwig2022-06-091-11/+20
* dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka2022-06-091-1/+1
* dma-mapping: remove bogus test for pfn_valid from dma_map_resourceMike Rapoport2022-04-271-4/+0
* dma-direct: avoid redundant memory sync for swiotlbChao Gao2022-04-201-1/+2
* swiotlb: Support aligned swiotlb buffersDavid Stevens2022-04-081-5/+8
* Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-04-081-4/+8
* dma-debug: fix return value of __setup handlersRandy Dunlap2022-04-081-2/+2
* Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-04-081-15/+8
* swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic2022-03-161-8/+15
* swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-03-161-1/+2
* dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He2022-01-271-2/+2
* Merge tag 'dma-mapping-5.15-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-10-203-36/+48
|\
| * dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNCHamza Mahfooz2021-10-183-24/+36
| * dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer2021-10-111-6/+6
| * dma-mapping: fix the kerneldoc for dma_map_sgtable()Logan Gunthorpe2021-10-111-6/+6
* | Merge tag 'dma-mapping-5.15-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-172-2/+4
|\|
| * dma-debug: prevent an error message from causing runtime problemsHamza Mahfooz2021-09-131-1/+2
| * dma-mapping: fix the kerneldoc for dma_map_sg_attrsChristoph Hellwig2021-09-061-1/+2
* | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-034-111/+319
|\ \ | |/ |/|
| * swiotlb: use depends on for DMA_RESTRICTED_POOLClaire Chang2021-08-311-2/+1
| * swiotlb: Free tbl memory in swiotlb_exit()Will Deacon2021-07-231-6/+15
| * swiotlb: Emit diagnostic in swiotlb_exit()Will Deacon2021-07-231-0/+1
| * swiotlb: Convert io_default_tlb_mem to static allocationWill Deacon2021-07-231-30/+36
| * swiotlb: add overflow checks to swiotlb_bounceDominique Martinet2021-07-131-3/+17
| * swiotlb: fix implicit debugfs declarationsClaire Chang2021-07-131-5/+16
| * swiotlb: Add restricted DMA pool initializationClaire Chang2021-07-132-0/+90
| * swiotlb: Add restricted DMA alloc/free supportClaire Chang2021-07-132-14/+73
| * swiotlb: Refactor swiotlb_tbl_unmap_singleClaire Chang2021-07-131-15/+20
| * swiotlb: Move alloc_size to swiotlb_find_slotsClaire Chang2021-07-131-8/+9
| * swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingClaire Chang2021-07-133-2/+6
| * swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang2021-07-132-3/+3
| * swiotlb: Update is_swiotlb_buffer to add a struct device argumentClaire Chang2021-07-132-6/+6
| * swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool usedClaire Chang2021-07-131-4/+4
| * swiotlb: Refactor swiotlb_create_debugfsClaire Chang2021-07-131-7/+14
| * swiotlb: Refactor swiotlb init functionsClaire Chang2021-07-131-25/+25
* | dma-mapping: make the global coherent pool conditionalChristoph Hellwig2021-08-191-22/+27
* | dma-mapping: add a dma_init_global_coherent helperChristoph Hellwig2021-08-181-18/+14
* | dma-mapping: simplify dma_init_coherent_memoryChristoph Hellwig2021-08-181-45/+33
* | dma-mapping: allow using the global coherent pool for !ARMChristoph Hellwig2021-08-181-0/+2
* | dma-direct: add support for dma_coherent_default_memoryChristoph Hellwig2021-08-182-0/+19