| Commit message (Expand) | Author | Age | Files | Lines |
* | memblock: drop memblock_alloc_*_nopanic() variants | Mike Rapoport | 2019-03-12 | 1 | -1/+1 |
* | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 2019-03-12 | 1 | -2/+2 |
* | swiotlb: add checks for the return value of memblock_alloc*() | Mike Rapoport | 2019-03-12 | 1 | -6/+13 |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2019-03-10 | 3 | -0/+39 |
|\ |
|
| * | dma: Introduce dma_max_mapping_size() | Joerg Roedel | 2019-03-06 | 2 | -0/+25 |
| * | swiotlb: Add is_swiotlb_active() function | Joerg Roedel | 2019-03-06 | 1 | -0/+9 |
| * | swiotlb: Introduce swiotlb_max_mapping_size() | Joerg Roedel | 2019-03-06 | 1 | -0/+5 |
* | | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2019-03-10 | 5 | -116/+179 |
|\ \ |
|
| * | | dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag | Christoph Hellwig | 2019-02-20 | 1 | -18/+7 |
| * | | dma-mapping: remove dma_mark_declared_memory_occupied | Christoph Hellwig | 2019-02-20 | 1 | -23/+0 |
| * | | dma-mapping: move CONFIG_DMA_CMA to kernel/dma/Kconfig | Christoph Hellwig | 2019-02-20 | 1 | -0/+77 |
| * | | dma-mapping: improve selection of dma_declare_coherent availability | Christoph Hellwig | 2019-02-20 | 2 | -2/+2 |
| * | | dma-mapping: remove an incorrect __iommem annotation | Christoph Hellwig | 2019-02-13 | 1 | -1/+1 |
| * | | dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availability | Christoph Hellwig | 2019-02-13 | 1 | -0/+3 |
| * | | dma-mapping: add a kconfig symbol for arch_setup_dma_ops availability | Christoph Hellwig | 2019-02-13 | 1 | -0/+3 |
| * | | dma-mapping: move debug configuration options to kernel/dma | Andy Shevchenko | 2019-02-13 | 1 | -0/+36 |
| * | | dma-debug: add dumping facility via debugfs | Corentin Labbe | 2019-02-01 | 1 | -0/+28 |
| * | | dma: debug: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-02-01 | 1 | -76/+12 |
| * | | dma-mapping: remove the default map_resource implementation | Christoph Hellwig | 2019-02-01 | 1 | -0/+14 |
| |/ |
|
* | | Merge branch 'stable/for-linus-5.1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-03-08 | 1 | -1/+49 |
|\ \ |
|
| * | | swiotlb: drop pointless static qualifier in swiotlb_create_debugfs() | YueHaibing | 2019-02-16 | 1 | -1/+1 |
| * | | swiotlb: checking whether swiotlb buffer is full with io_tlb_used | Dongli Zhang | 2019-02-12 | 1 | -0/+4 |
| * | | swiotlb: add debugfs to track swiotlb buffer usage | Dongli Zhang | 2019-02-12 | 1 | -0/+44 |
| * | | swiotlb: fix comment on swiotlb_bounce() | Dongli Zhang | 2019-02-12 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2019-03-07 | 4 | -18/+11 |
|\ \
| |/
|/| |
|
| * | swiotlb: remove swiotlb_dma_supported | Christoph Hellwig | 2019-02-18 | 1 | -12/+0 |
| * | dma-mapping, powerpc: simplify the arch dma_set_mask override | Christoph Hellwig | 2019-02-18 | 2 | -2/+10 |
| * | powerpc/dma: stop overriding dma_get_required_mask | Christoph Hellwig | 2019-02-18 | 1 | -2/+0 |
| * | dma-direct: we might need GFP_DMA for 32-bit dma masks | Christoph Hellwig | 2019-02-18 | 1 | -2/+1 |
* | | swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exit | Christoph Hellwig | 2019-01-16 | 1 | -0/+2 |
|/ |
|
* | dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocations | Christoph Hellwig | 2019-01-05 | 1 | -6/+7 |
* | dma-mapping: remove a few unused exports | Christoph Hellwig | 2019-01-04 | 2 | -4/+0 |
* | dma-mapping: remove dmam_{declare,release}_coherent_memory | Christoph Hellwig | 2019-01-04 | 1 | -55/+0 |
* | dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrs | Christoph Hellwig | 2019-01-04 | 1 | -39/+0 |
* | dma-mapping: implement dma_map_single_attrs using dma_map_page_attrs | Christoph Hellwig | 2019-01-04 | 1 | -13/+4 |
* | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-12-28 | 9 | -565/+708 |
|\ |
|
| * | dma-mapping: fix inverted logic in dma_supported | Thierry Reding | 2018-12-20 | 1 | -1/+1 |
| * | dma-mapping: zero memory returned from dma_alloc_* | Christoph Hellwig | 2018-12-20 | 1 | -1/+1 |
| * | dma-mapping: bypass indirect calls for dma-direct | Christoph Hellwig | 2018-12-13 | 2 | -44/+33 |
| * | dma-direct: merge swiotlb_dma_ops into the dma_direct code | Christoph Hellwig | 2018-12-13 | 2 | -251/+94 |
| * | dma-direct: use dma_direct_map_page to implement dma_direct_map_sg | Christoph Hellwig | 2018-12-13 | 1 | -9/+5 |
| * | dma-direct: improve addressability error reporting | Christoph Hellwig | 2018-12-13 | 1 | -21/+15 |
| * | swiotlb: remove dma_mark_clean | Christoph Hellwig | 2018-12-13 | 1 | -17/+1 |
| * | swiotlb: remove SWIOTLB_MAP_ERROR | Christoph Hellwig | 2018-12-13 | 1 | -2/+2 |
| * | dma-mapping: factor out dummy DMA ops | Robin Murphy | 2018-12-13 | 2 | -1/+40 |
| * | dma-mapping: always build the direct mapping code | Christoph Hellwig | 2018-12-13 | 2 | -9/+1 |
| * | dma-mapping: move dma_cache_sync out of line | Christoph Hellwig | 2018-12-13 | 1 | -0/+11 |
| * | dma-mapping: move various slow path functions out of line | Christoph Hellwig | 2018-12-13 | 1 | -2/+138 |
| * | dma-mapping: move dma_get_required_mask to kernel/dma | Christoph Hellwig | 2018-12-13 | 1 | -1/+33 |
| * | dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementation | Christoph Hellwig | 2018-12-13 | 1 | -42/+0 |