index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mm
/
dma-mapping.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-12
Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-19
/
+1
2019-07-12
mm/pgtable: drop pgtable_t variable from pte_fn_t functions
Anshuman Khandual
1
-2
/
+1
2019-06-25
ARM: dma-mapping: allow larger DMA mask than supported
Christoph Hellwig
1
-19
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-14
arm: mm: dma-mapping: convert to use vm_map_pages()
Souptick Joarder
1
-16
/
+6
2019-03-15
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-1
/
+1
2019-03-15
Merge branches 'fixes', 'misc' and 'smp-hotplug' into for-next
Russell King
1
-1
/
+1
2019-03-10
Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+2
2019-02-12
ARM: 8835/1: dma-mapping: Clear DMA ops on teardown
Robin Murphy
1
-0
/
+2
2019-02-01
ARM: 8818/1: dma-mapping: update comment about handling dma_ops when detachin...
Wolfram Sang (Renesas)
1
-1
/
+1
2019-02-01
dma-mapping: remove the default map_resource implementation
Christoph Hellwig
1
-0
/
+2
2018-12-28
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-24
/
+15
2018-12-06
arm: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-24
/
+15
2018-12-04
ARM: 8816/1: dma-mapping: fix potential uninitialized return
Nathan Jones
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+0
2018-08-17
kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...
Marek Szyprowski
1
-2
/
+3
2018-07-16
ARM: dma-mapping: Set proper DMA ops in arm_iommu_detach_device()
Thierry Reding
1
-6
/
+6
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-06-06
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-1
/
+1
2018-06-04
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-9
/
+0
2018-05-24
Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"
Joonsoo Kim
1
-15
/
+1
2018-05-19
ARM: 8763/1: dma-mapping: Use vma_pages()
Fabio Estevam
1
-1
/
+1
2018-05-08
dma-debug: move initialization to common code
Christoph Hellwig
1
-9
/
+0
2018-04-11
ARM: CMA: avoid double mapping to the CMA area if CONFIG_HIGHMEM=y
Joonsoo Kim
1
-1
/
+15
2017-09-28
ARM: 8699/1: dma-mapping: Remove init_dma_coherent_pool_size()
Vladimir Murzin
1
-15
/
+0
2017-09-28
ARM: 8698/1: dma-mapping: Mark atomic_pool as __ro_after_init
Vladimir Murzin
1
-2
/
+2
2017-09-28
ARM: 8697/1: dma-mapping: Do not pass data to gen_pool_set_algo()
Vladimir Murzin
1
-1
/
+1
2017-07-20
dma-coherent: introduce interface for default DMA pool
Vladimir Murzin
1
-1
/
+1
2017-06-30
ARM: dma-mapping: Remove traces of NOMMU code
Vladimir Murzin
1
-27
/
+2
2017-06-28
arm: remove arch specific dma_supported implementation
Christoph Hellwig
1
-2
/
+5
2017-06-28
arm: implement ->mapping_error
Christoph Hellwig
1
-15
/
+26
2017-05-30
arm: dma-mapping: Reset the device's dma_ops
Sricharan R
1
-15
/
+10
2017-05-30
ARM: dma-mapping: Don't tear down third-party mappings
Laurent Pinchart
1
-0
/
+4
2017-05-09
Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+9
2017-05-04
Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...
Joerg Roedel
1
-1
/
+28
2017-05-02
xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
Stefano Stabellini
1
-0
/
+7
2017-04-29
arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops()
Laurent Pinchart
1
-0
/
+9
2017-03-29
ARM: dma-mapping: disallow dma_get_sgtable() for non-kernel managed memory
Russell King
1
-1
/
+19
2017-02-28
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-0
/
+3
2017-02-25
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-11
/
+11
2017-02-24
mm: wire up GFP flag passing in dma_alloc_from_contiguous
Lucas Stach
1
-7
/
+9
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
1
-11
/
+11
2017-01-19
arm/dma-mapping: Implement DMA_ATTR_PRIVILEGED
Sricharan R
1
-30
/
+30
2017-01-10
ARM: 8633/1: nommu: allow mmap when !CONFIG_MMU
Benjamin Gaignard
1
-0
/
+3
2016-11-15
ARM: 8628/1: dma-mapping: preallocate DMA-debug hash tables in core_initcall
Marek Szyprowski
1
-1
/
+1
2016-10-06
Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-0
/
+63
2016-09-26
arm: dma-mapping: add {map,unmap}_resource for iommu ops
Niklas Söderlund
1
-0
/
+63
2016-08-12
ARM: 8587/1: dma-mapping: Use %zu for printing a size_t variable
Fabio Estevam
1
-2
/
+2
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
1
-66
/
+63
2016-07-14
ARM: 8561/4: dma-mapping: Fix the coherent case when iommu is used
Gregory CLEMENT
1
-21
/
+65
[next]