Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
b209a097ca39ea586588d77ce680826103020af7
/
include
/
linux
/
dma-mapping.h
4cb4d78
scsi: dma-mapping: always provide dma_get_cache_alignment
by Christoph Hellwig
· 7 years ago
a9a62c9
dma-mapping: introduce the DMA_ATTR_NO_WARN attribute
by Mauricio Faria de Oliveira
· 8 years ago
553911c
Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 8 years ago
3757dc4
dma-mapping: fix m32r build warning
by Niklas Söderlund
· 8 years ago
2895e1f
dma-mapping: fix ia64 build, use PHYS_PFN
by Niklas Söderlund
· 8 years ago
2481366
dma-mapping.h: preserve unmap info for CONFIG_DMA_API_DEBUG
by Andrey Smirnov
· 8 years ago
6f3d879
dma-mapping: add dma_{map,unmap}_resource
by Niklas Söderlund
· 8 years ago
ba409b3
dma-mapping: add {map,unmap}_resource to dma_map_ops
by Niklas Söderlund
· 8 years ago
00085f1
dma-mapping: use unsigned long for dma_attrs
by Krzysztof Kozlowski
· 8 years ago
53c92d7
iommu: of: enforce const-ness of struct iommu_ops
by Robin Murphy
· 9 years ago
f069153
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 9 years ago
5ec9424
Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
d6b7eae
dma-mapping: avoid oops when parameter cpu_addr is null
by Zhen Lei
· 9 years ago
f6e4566
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
by Luis R. Rodriguez
· 9 years ago
a8463d4
dma: Provide simple noop dma ops
by Christian Borntraeger
· 9 years ago
8e99469
dma-mapping: use offset_in_page macro
by Geliang Tang
· 9 years ago
20d666e
dma-mapping: remove <asm-generic/dma-coherent.h>
by Christoph Hellwig
· 9 years ago
e1c7e32
dma-mapping: always provide the dma_map_ops based implementation
by Christoph Hellwig
· 9 years ago
002edb6
dma-mapping: tidy up dma_parms default handling
by Robin Murphy
· 9 years ago
04abab6
include/dma-mapping: Clarify output of dma_map_sg
by Ricardo Ribalda Delgado
· 10 years ago
97890ba
dma-mapping: detect and configure IOMMU in of_dma_configure
by Will Deacon
· 10 years ago
a3a60f8
dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_ops
by Will Deacon
· 10 years ago
b4bbb10
dma-mapping: Provide write-combine allocations
by Thierry Reding
· 11 years ago
eb3d3ec
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next
by Linus Torvalds
· 11 years ago
88a984b
DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_t
by Bjorn Helgaas
· 11 years ago
77f2ea2
DMA-API: Clarify physical/bus address distinction
by Bjorn Helgaas
· 11 years ago
591c1ee
of: configure the platform device dma parameters
by Santosh Shilimkar
· 11 years ago
00c8f16
ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper function
by Santosh Shilimkar
· 11 years ago
fa6a8d6
DMA-API: provide a helper to setup DMA masks
by Russell King
· 12 years ago
4aa806b
DMA-API: provide a helper to set both DMA and coherent DMA masks
by Russell King
· 12 years ago
ede23fa
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
by Joe Perches
· 11 years ago
d2b7428
common: dma-mapping: introduce dma_get_sgtable() function
by Marek Szyprowski
· 13 years ago
58bca4a
Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping
by Linus Torvalds
· 13 years ago
9adc537
common: dma-mapping: introduce mmap method
by Marek Szyprowski
· 13 years ago
645ae3b
common: dma-mapping: remove old alloc_coherent and free_coherent methods
by Marek Szyprowski
· 13 years ago
613c457
common: dma-mapping: introduce generic alloc() and free() methods
by Marek Szyprowski
· 13 years ago
58af4a2
ARM: dma-mapping: convert ARCH_HAS_DMA_SET_COHERENT_MASK to kconfig symbol
by Rob Herring
· 13 years ago
1197ab2
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 13 years ago
842fa69
include/linux/dma-mapping.h: add dma_zalloc_coherent()
by Andrew Morton
· 13 years ago
3a8f755
dma-mapping: Add get_required_mask if arch overrides default
by Milton Miller
· 14 years ago
91f6cdf
include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macros
by WANG Cong
· 13 years ago
b7f080c
net: remove mm.h inclusion from netdevice.h
by Alexey Dobriyan
· 14 years ago
710224f
arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"
by FUJITA Tomonori
· 14 years ago
e259f19
dma-mapping: fix build errors on !HAS_DMA architectures
by Heiko Carstens
· 14 years ago
4565f01
dma-mapping: unify dma_get_cache_alignment implementations
by FUJITA Tomonori
· 14 years ago
99d1bd2
dma-mapping: remove deprecated dma_sync_single and dma_sync_sg API
by FUJITA Tomonori
· 15 years ago
5fd75a7
dma-mapping: remove unnecessary sync_single_range_* in dma_map_ops
by FUJITA Tomonori
· 15 years ago
6a1961f
dma-mapping: dma-mapping.h: add dma_set_coherent_mask
by FUJITA Tomonori
· 15 years ago
0acedc1
dma-mapping.h: add the dma_unmap state API
by FUJITA Tomonori
· 15 years ago
f726f30e
dma: Add set_dma_mask hook to struct dma_map_ops
by FUJITA Tomonori
· 15 years ago
8f2502f
remove is_buffer_dma_capable()
by FUJITA Tomonori
· 16 years ago
dbe6f18
dma-mapping: mark dma_sync_single and dma_sync_sg as deprecated
by FUJITA Tomonori
· 16 years ago
d68412b
dma-mapping: mark DMA_nBITS_MASK as deprecated
by Jiri Slaby
· 16 years ago
284901a9
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
f0402a2
generic: add common struct for dma map operations
by FUJITA Tomonori
· 16 years ago
07a2c01
convert swiotlb to use dma_get_mask
by FUJITA Tomonori
· 16 years ago
589fc9a
iommu: add dma_get_mask helper function
by FUJITA Tomonori
· 16 years ago
636dc67
add is_buffer_dma_capable helper function
by FUJITA Tomonori
· 16 years ago
74bc7ce
dma: add dma_*map*_attrs() interfaces
by Arthur Kepner
· 17 years ago
d22a696
iommu sg merging: add accessors for segment_boundary_mask in device_dma_parameters()
by FUJITA Tomonori
· 17 years ago
6b7b651
iommu sg merging: add device_dma_parameters structure
by FUJITA Tomonori
· 17 years ago
96532ba
linux/dma-mapping.h: rename macro to prevent multiple inclusion
by Robert P. J. Day
· 17 years ago
8f286c3
stop using DMA_xxBIT_MASK
by Andrew Morton
· 17 years ago
34c6538
unify DMA_..BIT_MASK definitions: v3.1
by Borislav Petkov
· 17 years ago
32e8f70
introduce DMA_MASK_NONE as a signal for unable to do DMA
by James Bottomley
· 17 years ago
1b0fac4
dma-mapping: prevent dma dependent code from linking on !HAS_DMA archs
by Dan Williams
· 17 years ago
9ac7849
devres: device resource management
by Tejun Heo
· 18 years ago
d6bd3a3
[PATCH] Move valid_dma_direction() from x86_64 to generic code
by Rolf Eike Beer
· 18 years ago
4c1b462
dl2k: use DMA_48BIT_MASK constant
by Francois Romieu
· 19 years ago
56b146d
[PATCH] Last DMA_xBIT_MASK cleanups
by Tobias Klauser
· 19 years ago
910638a
[PATCH] Replace 0xff.. with correct DMA_xBIT_MASK
by Matthias Gehre
· 19 years ago
9d2f928
[PATCH] Intruduce DMA_28BIT_MASK
by Tobias Klauser
· 19 years ago
b8112df
[SCSI] Add DMA mask constants other than 32 and 64 bit
by Lee Revell
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago