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