index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-12
Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
4
-33
/
+106
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-21
/
+4
2019-07-03
swiotlb: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-21
/
+4
2019-06-25
dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common code
Christoph Hellwig
2
-11
/
+16
2019-06-25
dma-direct: handle DMA_ATTR_NON_CONSISTENT in common code
Christoph Hellwig
1
-2
/
+2
2019-06-25
dma-mapping: add a dma_alloc_need_uncached helper
Christoph Hellwig
1
-2
/
+2
2019-06-25
dma-mapping: truncate dma masks to what dma_addr_t can hold
Christoph Hellwig
1
-0
/
+12
2019-06-14
dma-remap: Avoid de-referencing NULL atomic_pool
Florian Fainelli
1
-0
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
1
-13
/
+1
2019-06-03
dma-direct: provide generic support for uncached kernel segments
Christoph Hellwig
1
-2
/
+15
2019-06-03
dma-contiguous: use fallback alloc_pages for single pages
Nicolin Chen
1
-1
/
+10
2019-06-03
dma-contiguous: add dma_{alloc,free}_contiguous() helpers
Nicolin Chen
2
-20
/
+51
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-09
Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
3
-9
/
+6
2019-05-07
Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+5
2019-05-06
dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presence
Christoph Hellwig
1
-0
/
+3
2019-04-29
dma/debug: Simplify stracktrace retrieval
Thomas Gleixner
1
-8
/
+6
2019-04-24
dma-mapping: remove an unnecessary NULL check
Dan Carpenter
1
-1
/
+1
2019-04-12
swiotlb: save io_tlb_used to local variable before leaving critical section
Dongli Zhang
1
-2
/
+5
2019-04-11
dma-debug: only skip one stackframe entry
Scott Wood
1
-1
/
+1
2019-04-10
swiotlb: dump used and total slots when swiotlb buffer is full
Dongli Zhang
1
-1
/
+2
2019-04-08
x86/dma: Remove the x86_dma_fallback_dev hack
Christoph Hellwig
1
-7
/
+0
2019-04-08
dma-mapping: remove leftover NULL device support
Christoph Hellwig
1
-1
/
+1
2019-04-08
dma: select GENERIC_ALLOCATOR for DMA_REMAP
Clément Leger
1
-0
/
+1
2019-03-12
memblock: drop memblock_alloc_*_nopanic() variants
Mike Rapoport
1
-1
/
+1
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-2
/
+2
2019-03-12
swiotlb: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-6
/
+13
2019-03-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
3
-0
/
+39
2019-03-10
Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
5
-116
/
+179
2019-03-08
Merge branch 'stable/for-linus-5.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+49
2019-03-07
Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
4
-18
/
+11
2019-03-06
dma: Introduce dma_max_mapping_size()
Joerg Roedel
2
-0
/
+25
2019-03-06
swiotlb: Add is_swiotlb_active() function
Joerg Roedel
1
-0
/
+9
2019-03-06
swiotlb: Introduce swiotlb_max_mapping_size()
Joerg Roedel
1
-0
/
+5
2019-02-20
dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
Christoph Hellwig
1
-18
/
+7
2019-02-20
dma-mapping: remove dma_mark_declared_memory_occupied
Christoph Hellwig
1
-23
/
+0
2019-02-20
dma-mapping: move CONFIG_DMA_CMA to kernel/dma/Kconfig
Christoph Hellwig
1
-0
/
+77
2019-02-20
dma-mapping: improve selection of dma_declare_coherent availability
Christoph Hellwig
2
-2
/
+2
2019-02-18
swiotlb: remove swiotlb_dma_supported
Christoph Hellwig
1
-12
/
+0
2019-02-18
dma-mapping, powerpc: simplify the arch dma_set_mask override
Christoph Hellwig
2
-2
/
+10
2019-02-18
powerpc/dma: stop overriding dma_get_required_mask
Christoph Hellwig
1
-2
/
+0
2019-02-18
dma-direct: we might need GFP_DMA for 32-bit dma masks
Christoph Hellwig
1
-2
/
+1
2019-02-16
swiotlb: drop pointless static qualifier in swiotlb_create_debugfs()
YueHaibing
1
-1
/
+1
2019-02-13
dma-mapping: remove an incorrect __iommem annotation
Christoph Hellwig
1
-1
/
+1
2019-02-13
dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availability
Christoph Hellwig
1
-0
/
+3
2019-02-13
dma-mapping: add a kconfig symbol for arch_setup_dma_ops availability
Christoph Hellwig
1
-0
/
+3
2019-02-13
dma-mapping: move debug configuration options to kernel/dma
Andy Shevchenko
1
-0
/
+36
2019-02-12
swiotlb: checking whether swiotlb buffer is full with io_tlb_used
Dongli Zhang
1
-0
/
+4
2019-02-12
swiotlb: add debugfs to track swiotlb buffer usage
Dongli Zhang
1
-0
/
+44
[next]