Age | Commit message (Expand) | Author |
2023-01-25 | iommu: Add a gfp parameter to iommu_map() | Jason Gunthorpe |
2022-11-21 | dma-mapping: reject __GFP_COMP in dma_alloc_attrs | Christoph Hellwig |
2022-10-10 | Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/d... | Linus Torvalds |
2022-10-06 | ARM/dma-mapping: remove the dma_coherent member of struct dev_archdata | Christoph Hellwig |
2022-10-06 | ARM/dma-mappіng: don't override ->dma_coherent when set from a bus notifier | Christoph Hellwig |
2022-10-04 | ARM: 9240/1: dma-mapping: Pass (void *) to virt_to_page() | Linus Walleij |
2022-08-06 | Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/... | Linus Torvalds |
2022-07-28 | ARM: 9218/1: dma-mapping: fix pointer/integer warning | Ben Dooks |
2022-07-22 | dma-mapping: update comment after dmabounce removal | Lukas Bulwahn |
2022-07-07 | ARM/dma-mapping: merge IOMMU ops | Robin Murphy |
2022-07-07 | ARM/dma-mapping: consolidate IOMMU ops callbacks | Robin Murphy |
2022-07-07 | ARM/dma-mapping: drop .dma_supported for IOMMU ops | Robin Murphy |
2022-07-07 | ARM/dma-mapping: use dma-direct unconditionally | Christoph Hellwig |
2022-07-07 | ARM/dma-mapping: use dma_to_phys/phys_to_dma in the dma-mapping code | Christoph Hellwig |
2022-07-07 | ARM/dma-mapping: mark various dma-mapping routines static in dma-mapping.c | Christoph Hellwig |
2022-06-06 | arm/xen: Introduce xen_setup_dma_ops() | Oleksandr Tyshchenko |
2022-03-31 | ARM/dma-mapping: Remove CMA code when not built with CMA | Kees Cook |
2021-08-09 | ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR | Logan Gunthorpe |
2021-08-09 | ARM/dma-mapping: return error code from .map_sg() ops | Martin Oliveira |
2020-10-06 | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> | Christoph Hellwig |
2020-10-06 | dma-mapping: remove <asm/dma-contiguous.h> | Christoph Hellwig |
2020-10-06 | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> | Christoph Hellwig |
2020-10-06 | dma-mapping: split <linux/dma-mapping.h> | Christoph Hellwig |
2020-09-25 | dma-mapping: add a new dma_alloc_pages API | Christoph Hellwig |
2020-03-20 | ARM/dma-mapping: merge __dma_supported into arm_dma_supported | Christoph Hellwig |
2020-03-20 | ARM/dma-mapping: take the bus limit into account in __dma_alloc | Christoph Hellwig |
2020-03-20 | ARM/dma-mapping: remove get_coherent_dma_mask | Christoph Hellwig |
2020-02-04 | ARM: dma-api: fix max_pfn off-by-one error in __dma_supported() | Chen-Yu Tsai |
2019-12-04 | lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addr | Huang Shijie |
2019-11-30 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds |
2019-11-20 | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig |
2019-11-11 | dma-direct: provide mmap and get_sgtable method overrides | Christoph Hellwig |
2019-10-27 | ARM: 8909/1: make unexported items static | Ben Dooks |
2019-09-11 | xen/arm: remove xen_dma_ops | Christoph Hellwig |
2019-09-11 | xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainance | Christoph Hellwig |
2019-09-04 | arm: remove wrappers for the generic dma remap helpers | Christoph Hellwig |
2019-09-04 | dma-mapping: introduce a dma_common_find_pages helper | Christoph Hellwig |
2019-09-04 | dma-mapping: always use VM_DMA_COHERENT for generic DMA remap | Christoph Hellwig |
2019-09-04 | vmalloc: lift the arm flag for coherent mappings to common code | Christoph Hellwig |
2019-09-04 | dma-mapping: provide a better default ->get_required_mask | Christoph Hellwig |
2019-09-04 | dma-mapping: move the dma_get_sgtable API comments from arm to common code | Christoph Hellwig |
2019-08-29 | dma-mapping: remove arch_dma_mmap_pgprot | Christoph Hellwig |
2019-08-10 | dma-mapping: fix page attributes for dma_mmap_* | Christoph Hellwig |
2019-07-24 | arm: use swiotlb for bounce buffering on LPAE configs | Christoph Hellwig |
2019-07-12 | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2019-07-12 | mm/pgtable: drop pgtable_t variable from pte_fn_t functions | Anshuman Khandual |
2019-06-25 | ARM: dma-mapping: allow larger DMA mask than supported | Christoph Hellwig |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-05-14 | arm: mm: dma-mapping: convert to use vm_map_pages() | Souptick Joarder |
2019-03-15 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds |