Age | Commit message (Expand) | Author |
2018-12-28 | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2018-12-20 | dma-mapping: fix inverted logic in dma_supported | Thierry Reding |
2018-12-20 | dma-mapping: zero memory returned from dma_alloc_* | Christoph Hellwig |
2018-12-17 | dma-direct: do not include SME mask in the DMA supported check | Lendacky, Thomas |
2018-12-13 | dma-mapping: bypass indirect calls for dma-direct | Christoph Hellwig |
2018-12-13 | dma-direct: merge swiotlb_dma_ops into the dma_direct code | Christoph Hellwig |
2018-12-13 | dma-direct: use dma_direct_map_page to implement dma_direct_map_sg | Christoph Hellwig |
2018-12-13 | dma-direct: improve addressability error reporting | Christoph Hellwig |
2018-12-13 | swiotlb: remove dma_mark_clean | Christoph Hellwig |
2018-12-13 | swiotlb: remove SWIOTLB_MAP_ERROR | Christoph Hellwig |
2018-12-13 | dma-mapping: factor out dummy DMA ops | Robin Murphy |
2018-12-13 | dma-mapping: always build the direct mapping code | Christoph Hellwig |
2018-12-13 | dma-mapping: move dma_cache_sync out of line | Christoph Hellwig |
2018-12-13 | dma-mapping: move various slow path functions out of line | Christoph Hellwig |
2018-12-13 | dma-mapping: move dma_get_required_mask to kernel/dma | Christoph Hellwig |
2018-12-13 | dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementation | Christoph Hellwig |
2018-12-13 | dma-mapping: remove a pointless memset in dma_atomic_pool_init | Christoph Hellwig |
2018-12-11 | dma-debug: Batch dma_debug_entry allocation | Robin Murphy |
2018-12-11 | dma/debug: Remove dma_debug_resize_entries() | Robin Murphy |
2018-12-11 | dma-debug: Make leak-like behaviour apparent | Robin Murphy |
2018-12-11 | dma-debug: Dynamically expand the dma_debug_entry pool | Robin Murphy |
2018-12-11 | dma-debug: Use pr_fmt() | Robin Murphy |
2018-12-11 | dma-debug: Expose nr_total_entries in debugfs | Robin Murphy |
2018-12-06 | dma-direct: remove the mapping_error dma_map_ops method | Christoph Hellwig |
2018-12-05 | dma-mapping: fix lack of DMA address assignment in generic remap allocator | Marek Szyprowski |
2018-12-01 | dma-remap: support DMA_ATTR_NO_KERNEL_MAPPING | Christoph Hellwig |
2018-12-01 | dma-mapping: support highmem in the generic remap allocator | Christoph Hellwig |
2018-12-01 | dma-mapping: move the arm64 noncoherent alloc/free support to common code | Christoph Hellwig |
2018-12-01 | dma-mapping: move the remap helpers to a separate file | Christoph Hellwig |
2018-12-01 | dma-direct: reject highmem pages from dma_alloc_from_contiguous | Christoph Hellwig |
2018-12-01 | dma-direct: provide page based alloc/free helpers | Christoph Hellwig |
2018-11-21 | swiotlb: Skip cache maintenance on map error | Robin Murphy |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport |
2018-10-31 | memblock: remove _virt from APIs returning virtual address | Mike Rapoport |
2018-10-19 | swiotlb: add support for non-coherent DMA | Christoph Hellwig |
2018-10-19 | swiotlb: don't dip into swiotlb pool for coherent allocations | Christoph Hellwig |
2018-10-19 | swiotlb: refactor swiotlb_map_page | Christoph Hellwig |
2018-10-19 | swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrs | Christoph Hellwig |
2018-10-19 | swiotlb: merge swiotlb_unmap_page and unmap_single | Christoph Hellwig |
2018-10-19 | swiotlb: remove the overflow buffer | Christoph Hellwig |
2018-10-19 | swiotlb: do not panic on mapping failures | Christoph Hellwig |
2018-10-19 | swiotlb: mark is_swiotlb_buffer static | Christoph Hellwig |
2018-10-19 | swiotlb: remove a pointless comment | Christoph Hellwig |
2018-10-09 | dma-direct: respect DMA_ATTR_NO_WARN | Christoph Hellwig |
2018-10-09 | dma-direct: document the zone selection logic | Christoph Hellwig |
2018-10-08 | dma-debug: Check for drivers mapping invalid addresses in dma_map_single() | Stephen Boyd |
2018-10-05 | dma-direct: fix return value of dma_direct_supported | Alexander Duyck |
2018-10-01 | dma-direct: always allow dma mask <= physiscal memory size | Christoph Hellwig |
2018-10-01 | dma-direct: implement complete bus_dma_mask handling | Christoph Hellwig |
2018-10-01 | dma-direct: refine dma_direct_alloc zone selection | Christoph Hellwig |