index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
dma
/
mapping.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-10
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-01
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
*
dma-mapping: move dma-debug.h to kernel/dma/
Christoph Hellwig
2020-10-06
1
-0
/
+1
*
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
2020-10-06
1
-1
/
+1
*
dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods
Christoph Hellwig
2020-09-25
1
-6
/
+27
*
dma-mapping: add a new dma_alloc_pages API
Christoph Hellwig
2020-09-25
1
-3
/
+60
*
dma-mapping: remove dma_cache_sync
Christoph Hellwig
2020-09-25
1
-14
/
+0
*
dma-direct: Fix potential NULL pointer dereference
Thomas Tai
2020-09-17
1
-0
/
+11
*
dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.c
Christoph Hellwig
2020-09-11
1
-46
/
+1
*
dma-mapping: add a dma_ops_bypass flag to struct device
Christoph Hellwig
2020-07-19
1
-22
/
+52
*
dma-mapping: move the remaining DMA API calls out of line
Christoph Hellwig
2020-07-16
1
-0
/
+164
*
dma-mapping: Add a new dma_need_sync API
Christoph Hellwig
2020-06-30
1
-0
/
+10
*
dma-mapping: Fix dma_pgprot() for unencrypted coherent pages
Thomas Hellstrom
2020-03-17
1
-0
/
+2
*
dma-direct: provide mmap and get_sgtable method overrides
Christoph Hellwig
2019-11-11
1
-38
/
+7
*
Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-09-20
1
-8
/
+0
|
\
|
*
dma-mapping: Remove dma_check_mask()
Thiago Jung Bauermann
2019-08-09
1
-8
/
+0
*
|
dma-mapping: provide a better default ->get_required_mask
Christoph Hellwig
2019-09-04
1
-20
/
+10
*
|
dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAP
Christoph Hellwig
2019-09-04
1
-7
/
+5
*
|
dma-mapping: add a dma_can_mmap helper
Christoph Hellwig
2019-09-04
1
-0
/
+23
*
|
dma-mapping: explicitly wire up ->mmap and ->get_sgtable
Christoph Hellwig
2019-09-04
1
-8
/
+12
*
|
dma-mapping: move the dma_get_sgtable API comments from arm to common code
Christoph Hellwig
2019-09-04
1
-0
/
+11
*
|
dma-mapping: introduce dma_get_merge_boundary()
Yoshihiro Shimoda
2019-09-03
1
-0
/
+11
*
|
dma-mapping: remove arch_dma_mmap_pgprot
Christoph Hellwig
2019-08-29
1
-3
/
+5
[next]