aboutsummaryrefslogtreecommitdiff
path: root/kernel/dma
AgeCommit message (Expand)AuthorFilesLines
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Gravatar Linus Torvalds 4-58/+303
2022-07-28swiotlb: fix passing local variable to debugfs_create_ulong()Gravatar Tianyu Lan 1-3/+9
2022-07-28dma-mapping: reformat comment to suppress htmldoc warningGravatar Logan Gunthorpe 1-9/+9
2022-07-26dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA supportGravatar Logan Gunthorpe 1-0/+18
2022-07-26dma-direct: support PCI P2PDMA pages in dma-direct map_sgGravatar Logan Gunthorpe 2-7/+44
2022-07-26dma-mapping: allow EREMOTEIO return code for P2PDMA transfersGravatar Logan Gunthorpe 1-1/+4
2022-07-22swiotlb: clean up some coding style and minor issuesGravatar Tianyu Lan 1-11/+15
2022-07-19dma-mapping: add dma_opt_mapping_size()Gravatar John Garry 1-0/+12
2022-07-18swiotlb: move struct io_tlb_slot to swiotlb.cGravatar Christoph Hellwig 1-0/+6
2022-07-18swiotlb: ensure a segment doesn't cross the area boundaryGravatar Chao Gao 1-1/+10
2022-07-18swiotlb: consolidate rounding up default_nslabsGravatar Chao Gao 1-17/+16
2022-07-18swiotlb: remove unused fields in io_tlb_memGravatar Chao Gao 1-2/+0
2022-07-18swiotlb: fix use after free on error handling pathGravatar Dan Carpenter 1-1/+1
2022-07-13swiotlb: split up the global swiotlb lockGravatar Tianyu Lan 1-40/+189
2022-07-12swiotlb: fail map correctly with failed io_tlb_default_memGravatar Robin Murphy 1-1/+1
2022-06-23dma-direct: use the correct size for dma_set_encrypted()Gravatar Dexuan Cui 1-3/+2
2022-06-22swiotlb: panic if nslabs is too smallGravatar Dongli Zhang 1-1/+5
2022-06-22swiotlb: remove a useless return in swiotlb_initGravatar Dongli Zhang 1-1/+1
2022-06-02swiotlb: fix setting ->force_bounceGravatar Christoph Hellwig 1-8/+6
2022-06-02dma-debug: make things less spammy under memory pressureGravatar Rob Clark 1-1/+1
2022-05-23dma-direct: don't over-decrypt memoryGravatar Robin Murphy 1-2/+2
2022-05-17swiotlb: max mapping size takes min align mask into accountGravatar Tianyu Lan 1-1/+12
2022-05-13swiotlb: use the right nslabs-derived sizes in swiotlb_init_lateGravatar Christoph Hellwig 1-8/+11
2022-05-13swiotlb: use the right nslabs value in swiotlb_init_remapGravatar Christoph Hellwig 1-3/+4
2022-05-13swiotlb: don't panic when the swiotlb buffer can't be allocatedGravatar Christoph Hellwig 1-2/+4
2022-05-11dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICGravatar Mikulas Patocka 1-1/+1
2022-05-11dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pagesGravatar Christoph Hellwig 1-17/+10
2022-04-18swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tblGravatar Christoph Hellwig 1-57/+20
2022-04-18swiotlb: provide swiotlb_init variants that remap the bufferGravatar Christoph Hellwig 1-3/+33
2022-04-18swiotlb: pass a gfp_mask argument to swiotlb_init_lateGravatar Christoph Hellwig 1-5/+2
2022-04-18swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionGravatar Christoph Hellwig 1-2/+9
2022-04-18swiotlb: make the swiotlb_init interface more usefulGravatar Christoph Hellwig 1-16/+19
2022-04-18swiotlb: rename swiotlb_late_init_with_default_sizeGravatar Christoph Hellwig 1-4/+2
2022-04-18swiotlb: simplify swiotlb_max_segmentGravatar Christoph Hellwig 1-17/+3
2022-04-18swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is setGravatar Christoph Hellwig 1-0/+3
2022-04-18dma-direct: use is_swiotlb_active in dma_direct_map_pageGravatar Christoph Hellwig 1-1/+1
2022-04-14dma-direct: avoid redundant memory sync for swiotlbGravatar Chao Gao 1-1/+2
2022-04-01dma-mapping: move pgprot_decrypted out of dma_pgprotGravatar Christoph Hellwig 2-4/+8
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 6-96/+36
2022-03-28Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Gravatar Linus Torvalds 1-4/+8
2022-03-26Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Gravatar Linus Torvalds 1-15/+8
2022-03-23Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 1-2/+0
2022-03-22cma: factor out minimum alignment requirementGravatar David Hildenbrand 1-3/+1
2022-03-10dma-mapping: benchmark: extract a common header file for map_benchmark defini...Gravatar Tian Tao 1-24/+1
2022-03-07swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Gravatar Halil Pasic 1-8/+15
2022-03-03dma-debug: fix return value of __setup handlersGravatar Randy Dunlap 1-2/+2
2022-03-03dma-mapping: remove CONFIG_DMA_REMAPGravatar Christoph Hellwig 3-18/+9
2022-02-14swiotlb: fix info leak with DMA_FROM_DEVICEGravatar Halil Pasic 1-1/+2
2022-02-12ARM: ixp4xx: Drop custom DMA coherency and bouncingGravatar Linus Walleij 1-2/+0
2022-01-26swiotlb: simplify array allocationGravatar Robin Murphy 1-2/+1