summaryrefslogtreecommitdiffstats
path: root/kernel/dma
Commit message (Expand)AuthorAgeFilesLines
* dma-debug: make things less spammy under memory pressureRob Clark2022-06-221-1/+1
* dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka2022-06-091-1/+1
* Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-05-251-3/+8
* Revert "swiotlb: fix info leak with DMA_FROM_DEVICE"Sasha Levin2022-05-251-2/+1
* dma-direct: avoid redundant memory sync for swiotlbChao Gao2022-04-201-1/+2
* dma-debug: fix return value of __setup handlersRandy Dunlap2022-04-081-2/+2
* swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-04-081-1/+2
* dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He2022-01-271-2/+2
* dma-debug: fix sg checks in debug_dma_map_sg()Gerald Schaefer2021-10-271-6/+6
* dma-debug: fix debugfs initialization orderAnthony Iliopoulos2021-09-181-3/+4
* dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}Roman Skakun2021-07-281-2/+10
* swiotlb: manipulate orig_addr when tlb_addr has offsetBumyong Lee2021-06-301-0/+3
* swiotlb: Fix the type of indexClaire Chang2021-05-191-1/+2
* swiotlb: respect min_align_maskJianxiong Gao2021-05-071-10/+31
* swiotlb: don't modify orig_addr in swiotlb_tbl_sync_singleJianxiong Gao2021-05-071-1/+0
* swiotlb: refactor swiotlb_tbl_map_singleJianxiong Gao2021-05-071-90/+89
* swiotlb: clean up swiotlb_tbl_unmap_singleJianxiong Gao2021-05-071-20/+21
* swiotlb: factor out a nr_slots helperJianxiong Gao2021-05-071-4/+9
* swiotlb: factor out an io_tlb_offset helperJianxiong Gao2021-05-071-7/+13
* swiotlb: add a IO_TLB_SIZE defineJianxiong Gao2021-05-071-6/+6
* 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: 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
| * dma-mapping: move the dma_declare_coherent_memory documentationChristoph Hellwig2020-09-111-0/+17
| * dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.cChristoph Hellwig2020-09-113-46/+53
| * dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig2020-09-112-6/+6
| * dma-direct: remove __dma_to_physChristoph Hellwig2020-09-111-5/+1
| * dma-direct: use phys_to_dma_direct in dma_direct_allocChristoph Hellwig2020-09-111-4/+1
| * dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pagesChristoph Hellwig2020-09-111-7/+5
| * dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig2020-09-112-25/+16