- 9f4df96 dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 4 months ago
- 5db5d93 dma-mapping: remove <asm/dma-contiguous.h> by Christoph Hellwig · 4 years, 4 months ago
- 0b1abd1 dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 4 months ago
- 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 4 months ago
- efa70f2 dma-mapping: add a new dma_alloc_pages API by Christoph Hellwig · 4 years, 5 months ago
- fd27a52 ARM/dma-mapping: merge __dma_supported into arm_dma_supported by Christoph Hellwig · 5 years ago
- 7607cb7 ARM/dma-mapping: take the bus limit into account in __dma_alloc by Christoph Hellwig · 5 years ago
- fd50924 ARM/dma-mapping: remove get_coherent_dma_mask by Christoph Hellwig · 5 years ago
- f3cc4e1 ARM: dma-api: fix max_pfn off-by-one error in __dma_supported() by Chen-Yu Tsai · 5 years ago
- 964975a lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addr by Huang Shijie · 5 years ago
- 9dd0013 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 5 years ago
- 56e35f9 dma-mapping: drop the dev argument to arch_sync_dma_for_* by Christoph Hellwig · 5 years ago
- 34dc0ea dma-direct: provide mmap and get_sgtable method overrides by Christoph Hellwig · 5 years ago
- 17fe868 ARM: 8909/1: make unexported items static by Ben Dooks · 5 years ago
- 0e0d26e xen/arm: remove xen_dma_ops by Christoph Hellwig · 5 years ago
- 8e23c82 xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainance by Christoph Hellwig · 5 years ago
- 78406ff arm: remove wrappers for the generic dma remap helpers by Christoph Hellwig · 6 years ago
- 5cf4537 dma-mapping: introduce a dma_common_find_pages helper by Christoph Hellwig · 6 years ago
- 5123174 dma-mapping: always use VM_DMA_COHERENT for generic DMA remap by Christoph Hellwig · 5 years ago
- fe9041c vmalloc: lift the arm flag for coherent mappings to common code by Christoph Hellwig · 6 years ago
- 249baa5 dma-mapping: provide a better default ->get_required_mask by Christoph Hellwig · 5 years ago
- 1445146 dma-mapping: move the dma_get_sgtable API comments from arm to common code by Christoph Hellwig · 6 years ago
- 419e2f1 dma-mapping: remove arch_dma_mmap_pgprot by Christoph Hellwig · 5 years ago
- 33dcb37 dma-mapping: fix page attributes for dma_mmap_* by Christoph Hellwig · 5 years ago
- ad3c7b1 arm: use swiotlb for bounce buffering on LPAE configs by Christoph Hellwig · 6 years ago
- 9e3a25d Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
- 8b1e0f8 mm/pgtable: drop pgtable_t variable from pte_fn_t functions by Anshuman Khandual · 6 years ago
- ab74657 ARM: dma-mapping: allow larger DMA mask than supported by Christoph Hellwig · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 6248461 arm: mm: dma-mapping: convert to use vm_map_pages() by Souptick Joarder · 6 years ago
- 0be2886 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
- 4c2741a Merge branches 'fixes', 'misc' and 'smp-hotplug' into for-next by Russell King · 6 years ago
- b7a7d1c Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
- fc67e6f ARM: 8835/1: dma-mapping: Clear DMA ops on teardown by Robin Murphy · 6 years ago
- 4a4d68f ARM: 8818/1: dma-mapping: update comment about handling dma_ops when detaching from IOMMU by Wolfram Sang (Renesas) · 6 years ago
- cfced78 dma-mapping: remove the default map_resource implementation by Christoph Hellwig · 6 years ago
- af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
- 72fd97b arm: remove the mapping_error dma_map_ops method by Christoph Hellwig · 6 years ago
- c2a3831 ARM: 8816/1: dma-mapping: fix potential uninitialized return by Nathan Jones · 6 years ago
- 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
- d834c5a kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contiguous() by Marek Szyprowski · 6 years ago
- 1874619 ARM: dma-mapping: Set proper DMA ops in arm_iommu_detach_device() by Thierry Reding · 7 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 311da49 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
- e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
- d883c6c Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE" by Joonsoo Kim · 7 years ago
- a70c3ee ARM: 8763/1: dma-mapping: Use vma_pages() by Fabio Estevam · 7 years ago
- 15b28bb dma-debug: move initialization to common code by Christoph Hellwig · 7 years ago
- 3d2054a ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=y by Joonsoo Kim · 7 years ago
- 0f7c4c1 ARM: 8699/1: dma-mapping: Remove init_dma_coherent_pool_size() by Vladimir Murzin · 7 years ago
- b337e1c ARM: 8698/1: dma-mapping: Mark atomic_pool as __ro_after_init by Vladimir Murzin · 7 years ago
- acb6244 ARM: 8697/1: dma-mapping: Do not pass data to gen_pool_set_algo() by Vladimir Murzin · 7 years ago
- 43fc509 dma-coherent: introduce interface for default DMA pool by Vladimir Murzin · 8 years ago
- 1655cf8 ARM: dma-mapping: Remove traces of NOMMU code by Vladimir Murzin · 8 years ago
- 418a7a7 arm: remove arch specific dma_supported implementation by Christoph Hellwig · 8 years ago
- 9eef8b8 arm: implement ->mapping_error by Christoph Hellwig · 8 years ago
- d3e01c5 arm: dma-mapping: Reset the device's dma_ops by Sricharan R · 8 years ago
- a93a121 ARM: dma-mapping: Don't tear down third-party mappings by Laurent Pinchart · 8 years ago
- 28b4780 Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
- 2c0248d Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 8 years ago
- e058632 xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..." by Stefano Stabellini · 8 years ago
- 26b37b9 arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops() by Laurent Pinchart · 10 years ago
- 916a008 ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memory by Russell King · 8 years ago
- d4f4cf7 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
- ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- 712c604 mm: wire up GFP flag passing in dma_alloc_from_contiguous by Lucas Stach · 8 years ago
- 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
- 7d2822d arm/dma-mapping: Implement DMA_ATTR_PRIVILEGED by Sricharan R · 8 years ago
- 79964a1 ARM: 8633/1: nommu: allow mmap when !CONFIG_MMU by Benjamin Gaignard · 8 years ago
- 256ff1c ARM: 8628/1: dma-mapping: preallocate DMA-debug hash tables in core_initcall by Marek Szyprowski · 8 years ago
- 553911c Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
- 24ed5d2 arm: dma-mapping: add {map,unmap}_resource for iommu ops by Niklas Söderlund · 8 years ago
- bf31c5e ARM: 8587/1: dma-mapping: Use %zu for printing a size_t variable by Fabio Estevam · 9 years ago
- 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
- 56506822 ARM: 8561/4: dma-mapping: Fix the coherent case when iommu is used by Gregory CLEMENT · 9 years ago
- f127089 ARM: 8561/3: dma-mapping: Don't use outer_flush_range when the L2C is coherent by Gregory CLEMENT · 9 years ago
- a1c28b7 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- 53c92d7 iommu: of: enforce const-ness of struct iommu_ops by Robin Murphy · 9 years ago
- 9c18fcf ARM: 8551/2: DMA: Fix kzalloc flags in __dma_alloc by Alexandre Courbot · 9 years ago
- b67dd2e ARM: 8548/1: dma-mapping: remove arm_dma_set_mask() by Alexandre Courbot · 9 years ago
- b426867 ARM: 8546/1: dma-mapping: refactor to fix coherent+cma+gfp=0 by Rabin Vincent · 9 years ago
- 19e6e5e ARM: 8547/1: dma-mapping: store buffer information by Rabin Vincent · 9 years ago
- 14d3ae2 ARM: 8507/1: dma-mapping: Use DMA_ATTR_ALLOC_SINGLE_PAGES hint to optimize alloc by Doug Anderson · 9 years ago
- 33298ef ARM: 8505/1: dma-mapping: Optimize allocation by Doug Anderson · 9 years ago
- 1d5cfdb tree wide: use kvfree() than conditional kfree()/vfree() by Tetsuo Handa · 9 years ago
- 3e6110f Revert "scatterlist: use sg_phys()" by Dan Williams · 9 years ago
- d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
- 7e31210 ARM: 8427/1: dma-mapping: add support for offset parameter in dma_mmap() by Marek Szyprowski · 9 years ago
- 371f0f0 ARM: 8426/1: dma-mapping: add missing range check in dma_mmap() by Marek Szyprowski · 9 years ago
- 99bc721 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- 90cde55 ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definition by Andre Przywara · 9 years ago
- 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
- c706c7e Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
- 40d3f02 Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into for-linus by Russell King · 9 years ago
- d975f30 Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
- db0fa0c scatterlist: use sg_phys() by Dan Williams · 9 years ago
- 21caf3a ARM: 8398/1: arm DMA: Fix allocation from CMA for coherent DMA by Lorenzo Nava · 10 years ago
- 1234e3f ARM: reduce visibility of dmac_* functions by Russell King · 10 years ago
- 462859aa ARM: 8404/1: dma-mapping: fix off-by-one error in bitmap size check by Marek Szyprowski · 10 years ago
- 9de44aa Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-next by Russell King · 10 years ago