Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9f72a1d0300b03a9fc6cba93f8cc0ab326185788
/
kernel
/
dma
/
mapping.c
4a54d16
dma-mapping: truncate dma masks to what dma_addr_t can hold
by Christoph Hellwig
· 6 years ago
148a97d
dma-mapping: remove an unnecessary NULL check
by Dan Carpenter
· 6 years ago
e43e265
x86/dma: Remove the x86_dma_fallback_dev hack
by Christoph Hellwig
· 6 years ago
45ba8d5
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 6 years ago
133d624
dma: Introduce dma_max_mapping_size()
by Joerg Roedel
· 6 years ago
11ddce1
dma-mapping, powerpc: simplify the arch dma_set_mask override
by Christoph Hellwig
· 6 years ago
ffe3dfd
powerpc/dma: stop overriding dma_get_required_mask
by Christoph Hellwig
· 6 years ago
4788ba5
dma-mapping: remove dmam_{declare,release}_coherent_memory
by Christoph Hellwig
· 6 years ago
d7076f0
dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrs
by Christoph Hellwig
· 6 years ago
8b1cce9
dma-mapping: fix inverted logic in dma_supported
by Thierry Reding
· 6 years ago
356da6d
dma-mapping: bypass indirect calls for dma-direct
by Christoph Hellwig
· 6 years ago
8ddbe59
dma-mapping: move dma_cache_sync out of line
by Christoph Hellwig
· 6 years ago
7249c1a
dma-mapping: move various slow path functions out of line
by Christoph Hellwig
· 6 years ago
05887cb
dma-mapping: move dma_get_required_mask to kernel/dma
by Christoph Hellwig
· 6 years ago
f0edfea
dma-mapping: move the remap helpers to a separate file
by Christoph Hellwig
· 6 years ago
9406a49
dma-mapping: support non-coherent devices in dma_common_get_sgtable
by Christoph Hellwig
· 6 years ago
58b0440
dma-mapping: consolidate the dma mmap implementations
by Christoph Hellwig
· 6 years ago
dc3c055
dma-mapping: remove dma_deconfigure
by Christoph Hellwig
· 6 years ago
ccf640f
dma-mapping: remove dma_configure
by Christoph Hellwig
· 6 years ago
cf65a0f
dma-mapping: move all DMA mapping code to kernel/dma
by Christoph Hellwig
· 7 years ago
[Renamed (98%) from drivers/base/dma-mapping.c]
07397df
dma-mapping: move dma configuration to bus infrastructure
by Nipun Gupta
· 7 years ago
60695be
dma-mapping: postpone cpu addr translation on mmap
by Jacopo Mondi
· 7 years ago
3282570
driver core: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
989d42e
driver core: add SPDX identifiers to all driver core files
by Greg Kroah-Hartman
· 7 years ago
2436bdc
dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flags
by Christoph Hellwig
· 7 years ago
43fc509
dma-coherent: introduce interface for default DMA pool
by Vladimir Murzin
· 7 years ago
f72e24a
Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
07c75d7
drivers: dma-mapping: allow dma_common_mmap() for NOMMU
by Vladimir Murzin
· 8 years ago
63d36c9
dma-mapping: replace dmam_alloc_noncoherent with dmam_alloc_attrs
by Christoph Hellwig
· 8 years ago
03b6438
dma-mapping: remove dmam_free_noncoherent
by Christoph Hellwig
· 8 years ago
1a3389f
drivers: dma-mapping: Do not leave an invalid area->pages pointer in dma_common_contiguous_remap()
by Catalin Marinas
· 8 years ago
28b4780
Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 8 years ago
5a1bb63
drivers: acpi: Handle IOMMU lookup failure with deferred probing or error
by Sricharan R
· 8 years ago
7b07cbe
iommu: of: Handle IOMMU lookup failure with deferred probing or error
by Laurent Pinchart
· 8 years ago
09515ef
of/acpi: Configure dma operations at probe time for platform/amba/pci bus devices
by Sricharan R
· 8 years ago
0dd8911
drivers: base: dma-mapping: use nth_page helper
by Geliang Tang
· 8 years ago
cd74da9
drivers: base: dma-mapping: Fix typo in dmam_alloc_non_coherent comments
by Florian Fainelli
· 8 years ago
775115c
drivers/base dmam_declare_coherent_memory leaks
by Vyacheslav V. Yurkov
· 9 years ago
95da00e
dma-mapping: use vma_pages().
by Muhammad Falak R Wani
· 9 years ago
8571410
drivers: base: dma-mapping: page align the size when unmap_kernel_range
by Peng Fan
· 8 years ago
20d666e
dma-mapping: remove <asm-generic/dma-coherent.h>
by Christoph Hellwig
· 9 years ago
0d4a619
dma-mapping: make the generic coherent dma mmap implementation optional
by Christoph Hellwig
· 9 years ago
6d42d79
drivers: base: dma-mapping: Erase blank space after pointer
by Marius Cristian Eseanu
· 10 years ago
513510d
common: dma-mapping: introduce common remapping functions
by Laura Abbott
· 10 years ago
88a984b
DMA-API: Change dma_declare_coherent_memory() CPU address to phys_addr_t
by Bjorn Helgaas
· 11 years ago
c6c2295
[media] dma-mapping: fix dma_common_get_sgtable() conditional compilation
by Marek Szyprowski
· 12 years ago
d2b7428
common: dma-mapping: introduce dma_get_sgtable() function
by Marek Szyprowski
· 13 years ago
64ccc9c
common: dma-mapping: add support for generic dma_mmap_* calls
by Marek Szyprowski
· 13 years ago
1b6bc32
drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.
by Paul Gortmaker
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
9ac7849
devres: device resource management
by Tejun Heo
· 18 years ago