summaryrefslogtreecommitdiff
path: root/kernel/dma/swiotlb.c
AgeCommit message (Expand)Author
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2022-03-28Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds
2022-03-26Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds
2022-03-07swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic
2022-02-14swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic
2022-01-26swiotlb: simplify array allocationRobin Murphy
2022-01-26swiotlb: tidy up includesRobin Murphy
2022-01-26swiotlb: simplify debugfs setupRobin Murphy
2022-01-26swiotlb: do not zero buffer in set_memory_decrypted()Kirill A. Shutemov
2022-01-04swiotlb: Add CONFIG_HAS_IOMEM check around swiotlb_mem_remap()Wei Liu
2021-12-20swiotlb: Add swiotlb bounce buffer remap function for HV IVMTianyu Lan
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky
2021-09-29swiotlb: Support aligned swiotlb buffersDavid Stevens
2021-07-23swiotlb: Free tbl memory in swiotlb_exit()Will Deacon
2021-07-23swiotlb: Emit diagnostic in swiotlb_exit()Will Deacon
2021-07-23swiotlb: Convert io_default_tlb_mem to static allocationWill Deacon
2021-07-13swiotlb: add overflow checks to swiotlb_bounceDominique Martinet
2021-07-13swiotlb: fix implicit debugfs declarationsClaire Chang
2021-07-13swiotlb: Add restricted DMA pool initializationClaire Chang
2021-07-13swiotlb: Add restricted DMA alloc/free supportClaire Chang
2021-07-13swiotlb: Refactor swiotlb_tbl_unmap_singleClaire Chang
2021-07-13swiotlb: Move alloc_size to swiotlb_find_slotsClaire Chang
2021-07-13swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingClaire Chang
2021-07-13swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang
2021-07-13swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool usedClaire Chang
2021-07-13swiotlb: Refactor swiotlb_create_debugfsClaire Chang
2021-07-13swiotlb: Refactor swiotlb init functionsClaire Chang
2021-06-21swiotlb: manipulate orig_addr when tlb_addr has offsetBumyong Lee
2021-04-29swiotlb: don't override user specified size in swiotlb_adjust_sizeChristoph Hellwig
2021-04-27swiotlb: Fix the type of indexClaire Chang
2021-04-01swiotlb: Make SWIOTLB_NO_FORCE perform no allocationFlorian Fainelli
2021-03-19swiotlb: remove swiotlb_nr_tblChristoph Hellwig
2021-03-19swiotlb: dynamically allocate io_tlb_default_memChristoph Hellwig
2021-03-19swiotlb: move global variables into a new io_tlb_mem structureClaire Chang
2021-03-17swiotlb: lift the double initialization protection from xen-swiotlbChristoph Hellwig
2021-03-17swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig
2021-03-17swiotlb: move orig addr and size validation into swiotlb_bounceChristoph Hellwig
2021-03-17swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig
2021-02-26swiotlb: Validate bounce size in the sync/unmap pathMartin Radev
2021-02-26swiotlb: respect min_align_maskChristoph Hellwig
2021-02-22swiotlb: don't modify orig_addr in swiotlb_tbl_sync_singleChristoph Hellwig
2021-02-22swiotlb: refactor swiotlb_tbl_map_singleChristoph Hellwig
2021-02-20swiotlb: clean up swiotlb_tbl_unmap_singleChristoph Hellwig
2021-02-20swiotlb: factor out a nr_slots helperChristoph Hellwig
2021-02-20swiotlb: factor out an io_tlb_offset helperChristoph Hellwig