index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
dma-mapping.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
2016-08-04
1
-44
/
+84
*
iommu: of: enforce const-ness of struct iommu_ops
Robin Murphy
2016-05-09
1
-1
/
+1
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2016-03-20
1
-0
/
+2
|
\
|
*
dma: Provide simple noop dma ops
Christian Borntraeger
2016-03-02
1
-0
/
+2
*
|
Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-03-14
1
-8
/
+17
|
\
\
|
*
|
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
Luis R. Rodriguez
2016-03-09
1
-8
/
+17
|
|
/
*
|
dma-mapping: avoid oops when parameter cpu_addr is null
Zhen Lei
2016-03-09
1
-1
/
+1
|
/
*
dma-mapping: use offset_in_page macro
Geliang Tang
2016-01-20
1
-2
/
+2
*
dma-mapping: remove <asm-generic/dma-coherent.h>
Christoph Hellwig
2016-01-20
1
-6
/
+28
*
dma-mapping: always provide the dma_map_ops based implementation
Christoph Hellwig
2016-01-20
1
-18
/
+361
*
dma-mapping: tidy up dma_parms default handling
Robin Murphy
2015-11-06
1
-7
/
+11
*
include/dma-mapping: Clarify output of dma_map_sg
Ricardo Ribalda Delgado
2015-03-09
1
-0
/
+4
*
dma-mapping: detect and configure IOMMU in of_dma_configure
Will Deacon
2014-12-01
1
-1
/
+7
*
dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_ops
Will Deacon
2014-12-01
1
-5
/
+2
*
dma-mapping: Provide write-combine allocations
Thierry Reding
2014-08-26
1
-0
/
+26
*
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next
Linus Torvalds
2014-06-05
1
-0
/
+7
|
\
|
*
of: configure the platform device dma parameters
Santosh Shilimkar
2014-05-07
1
-0
/
+7
*
|
DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_t
Bjorn Helgaas
2014-05-20
1
-3
/
+4
*
|
DMA-API: Clarify physical/bus address distinction
Bjorn Helgaas
2014-05-20
1
-0
/
+6
|
/
*
ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper function
Santosh Shilimkar
2013-10-31
1
-0
/
+7
*
DMA-API: provide a helper to setup DMA masks
Russell King
2013-10-31
1
-0
/
+10
*
DMA-API: provide a helper to set both DMA and coherent DMA masks
Russell King
2013-09-17
1
-0
/
+14
*
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
Joe Perches
2013-08-29
1
-3
/
+2
*
common: dma-mapping: introduce dma_get_sgtable() function
Marek Szyprowski
2012-07-30
1
-0
/
+3
*
Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...
Linus Torvalds
2012-04-04
1
-4
/
+9
|
\
|
*
common: dma-mapping: introduce mmap method
Marek Szyprowski
2012-03-28
1
-0
/
+3
|
*
common: dma-mapping: remove old alloc_coherent and free_coherent methods
Marek Szyprowski
2012-03-28
1
-4
/
+0
|
*
common: dma-mapping: introduce generic alloc() and free() methods
Marek Szyprowski
2012-03-28
1
-0
/
+6
*
|
ARM: dma-mapping: convert ARCH_HAS_DMA_SET_COHERENT_MASK to kconfig symbol
Rob Herring
2012-03-25
1
-1
/
+1
|
/
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2011-11-06
1
-0
/
+3
|
\
|
*
dma-mapping: Add get_required_mask if arch overrides default
Milton Miller
2011-09-20
1
-0
/
+3
*
|
include/linux/dma-mapping.h: add dma_zalloc_coherent()
Andrew Morton
2011-11-02
1
-0
/
+10
|
/
*
include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macros
WANG Cong
2011-07-26
1
-21
/
+0
*
net: remove mm.h inclusion from netdevice.h
Alexey Dobriyan
2011-06-21
1
-9
/
+1
*
arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"
FUJITA Tomonori
2010-09-22
1
-0
/
+4
*
dma-mapping: fix build errors on !HAS_DMA architectures
Heiko Carstens
2010-08-13
1
-0
/
+2
*
dma-mapping: unify dma_get_cache_alignment implementations
FUJITA Tomonori
2010-08-11
1
-0
/
+8
*
dma-mapping: remove deprecated dma_sync_single and dma_sync_sg API
FUJITA Tomonori
2010-05-27
1
-15
/
+0
*
dma-mapping: remove unnecessary sync_single_range_* in dma_map_ops
FUJITA Tomonori
2010-05-27
1
-10
/
+0
*
dma-mapping: dma-mapping.h: add dma_set_coherent_mask
FUJITA Tomonori
2010-03-12
1
-0
/
+8
*
dma-mapping.h: add the dma_unmap state API
FUJITA Tomonori
2010-03-12
1
-0
/
+16
*
dma: Add set_dma_mask hook to struct dma_map_ops
FUJITA Tomonori
2009-08-28
1
-0
/
+1
*
remove is_buffer_dma_capable()
FUJITA Tomonori
2009-07-28
1
-5
/
+0
*
dma-mapping: mark dma_sync_single and dma_sync_sg as deprecated
FUJITA Tomonori
2009-06-19
1
-3
/
+14
*
dma-mapping: mark DMA_nBITS_MASK as deprecated
Jiri Slaby
2009-06-19
1
-12
/
+14
*
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
1
-1
/
+1
*
generic: add common struct for dma map operations
FUJITA Tomonori
2009-01-06
1
-0
/
+48
*
convert swiotlb to use dma_get_mask
FUJITA Tomonori
2008-09-19
1
-1
/
+1
*
iommu: add dma_get_mask helper function
FUJITA Tomonori
2008-09-14
1
-0
/
+7
*
add is_buffer_dma_capable helper function
FUJITA Tomonori
2008-09-10
1
-0
/
+5
[next]