index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
dma
/
mapping.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-23
dma-mapping: report unlimited DMA addressing in IOMMU DMA path
Leon Romanovsky
1
-1
/
+5
2024-09-22
dma-mapping: fix vmap and mmap of noncontiougs allocations
Christoph Hellwig
1
-27
/
+10
2024-09-12
dma-mapping: reflow dma_supported
Christoph Hellwig
1
-11
/
+14
2024-09-12
dma-mapping: reliably inform about DMA support for IOMMU
Leon Romanovsky
1
-0
/
+3
2024-09-10
dma-mapping: add tracing for dma-mapping API calls
Sean Anderson
1
-1
/
+23
2024-09-05
dma-mapping: use IOMMU DMA calls for common alloc/free page calls
Leon Romanovsky
1
-12
/
+0
2024-08-22
dma-mapping: direct calls for dma-iommu
Leon Romanovsky
1
-9
/
+74
2024-08-22
dma-mapping: call ->unmap_page and ->unmap_sg unconditionally
Leon Romanovsky
1
-2
/
+2
2024-07-19
dma: fix call order in dmam_free_coherent
Lance Richardson
1
-1
/
+1
2024-05-20
Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-18
/
+51
2024-05-09
dma: fix DMA sync for drivers not calling dma_set_mask*()
Alexander Lobakin
1
-5
/
+5
2024-05-07
dma: avoid redundant calls for sync operations
Alexander Lobakin
1
-12
/
+43
2024-05-07
dma: compile-out DMA sync op calls when not used
Alexander Lobakin
1
-10
/
+12
2024-04-25
change alloc_pages name in dma_map_ops to avoid name conflicts
Suren Baghdasaryan
1
-2
/
+2
2023-11-06
dma-mapping: fix dma_addressing_limited() if dma_range_map can't cover all sy...
Jia He
1
-2
/
+9
2023-11-06
dma-mapping: move dma_addressing_limited() out of line
Jia He
1
-0
/
+15
2023-07-31
dma-mapping: move arch_dma_set_mask() declaration to header
Arnd Bergmann
1
-6
/
+0
2023-04-07
dma-mapping: provide CONFIG_ARCH_DMA_DEFAULT_COHERENT
Jiaxun Yang
1
-1
/
+1
2023-04-07
dma-mapping: provide a fallback dma_default_coherent
Jiaxun Yang
1
-0
/
+4
2022-12-21
dma-mapping: reject GFP_COMP for noncoherent allocations
Christoph Hellwig
1
-0
/
+4
2022-11-21
dma-mapping: reject __GFP_COMP in dma_alloc_attrs
Christoph Hellwig
1
-0
/
+8
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+7
2022-10-03
dma: kmsan: unpoison DMA mappings
Alexander Potapenko
1
-3
/
+7
2022-09-07
dma-mapping: mark dma_supported static
Christoph Hellwig
1
-2
/
+1
2022-07-28
dma-mapping: reformat comment to suppress htmldoc warning
Logan Gunthorpe
1
-9
/
+9
2022-07-26
dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
Logan Gunthorpe
1
-0
/
+18
2022-07-26
dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
Logan Gunthorpe
1
-1
/
+4
2022-07-19
dma-mapping: add dma_opt_mapping_size()
John Garry
1
-0
/
+12
2022-04-01
dma-mapping: move pgprot_decrypted out of dma_pgprot
Christoph Hellwig
1
-2
/
+0
2022-02-12
ARM: ixp4xx: Drop custom DMA coherency and bouncing
Linus Walleij
1
-2
/
+0
2021-11-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-4
/
+0
2021-10-18
dma-debug: teach add_dma_entry() about DMA_ATTR_SKIP_CPU_SYNC
Hamza Mahfooz
1
-6
/
+6
2021-10-11
dma-mapping: fix the kerneldoc for dma_map_sgtable()
Logan Gunthorpe
1
-6
/
+6
2021-10-01
dma-mapping: remove bogus test for pfn_valid from dma_map_resource
Mike Rapoport
1
-4
/
+0
2021-09-06
dma-mapping: fix the kerneldoc for dma_map_sg_attrs
Christoph Hellwig
1
-1
/
+2
2021-08-14
dma-mapping: return an unsigned int from dma_map_sg{,_attrs}
Christoph Hellwig
1
-1
/
+1
2021-08-09
dma-mapping: disallow .map_sg operations from returning zero on error
Logan Gunthorpe
1
-3
/
+1
2021-08-09
dma-mapping: allow map_sg() ops to return negative error codes
Logan Gunthorpe
1
-8
/
+74
2021-03-15
dma-mapping: add a dma_alloc_noncontiguous API
Christoph Hellwig
1
-0
/
+106
2021-03-15
dma-mapping: refactor dma_{alloc,free}_pages
Christoph Hellwig
1
-10
/
+19
2021-03-15
dma-mapping: add a dma_mmap_pages helper
Christoph Hellwig
1
-0
/
+13
2021-02-24
Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-40
/
+0
2021-02-13
driver core: lift dma_default_coherent into common code
Christoph Hellwig
1
-0
/
+2
2021-02-09
dma-mapping: remove the {alloc,free}_noncoherent methods
Christoph Hellwig
1
-40
/
+0
2020-11-27
dma-mapping: Allow mixing bypass and mapped DMA operation
Alexey Kardashevskiy
1
-4
/
+8
2020-10-06
dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dma
Christoph Hellwig
1
-1
/
+1
2020-10-06
dma-mapping: move dma-debug.h to kernel/dma/
Christoph Hellwig
1
-0
/
+1
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
1
-1
/
+1
2020-09-25
dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods
Christoph Hellwig
1
-6
/
+27
2020-09-25
dma-mapping: add a new dma_alloc_pages API
Christoph Hellwig
1
-3
/
+60
[next]