Age | Commit message (Expand) | Author | Files | Lines |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2020-03-16 | dma-direct: provide a arch_dma_clear_uncached hook | Christoph Hellwig | 1 | -0/+1 |
2020-03-16 | dma-direct: make uncached_kernel_address more general | Christoph Hellwig | 1 | -1/+1 |
2020-03-16 | dma-direct: remove the cached_kernel_address hook | Christoph Hellwig | 1 | -1/+0 |
2019-11-20 | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 1 | -10/+10 |
2019-11-11 | dma-direct: provide mmap and get_sgtable method overrides | Christoph Hellwig | 1 | -2/+0 |
2019-08-29 | dma-mapping: remove arch_dma_mmap_pgprot | Christoph Hellwig | 1 | -2/+11 |
2019-08-10 | dma-mapping: fix page attributes for dma_mmap_* | Christoph Hellwig | 1 | -4/+9 |
2019-07-09 | dma-mapping: mark dma_alloc_need_uncached as __always_inline | Christoph Hellwig | 1 | -1/+1 |
2019-06-25 | dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common code | Christoph Hellwig | 1 | -0/+2 |
2019-06-25 | dma-mapping: add a dma_alloc_need_uncached helper | Christoph Hellwig | 1 | -0/+14 |
2019-06-03 | dma-direct: provide generic support for uncached kernel segments | Christoph Hellwig | 1 | -0/+3 |
2019-05-06 | dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presence | Christoph Hellwig | 1 | -0/+6 |
2018-12-13 | dma-mapping: bypass indirect calls for dma-direct | Christoph Hellwig | 1 | -1/+4 |
2018-12-01 | dma-mapping: move the arm64 noncoherent alloc/free support to common code | Christoph Hellwig | 1 | -0/+2 |
2018-09-20 | dma-mapping: consolidate the dma mmap implementations | Christoph Hellwig | 1 | -2/+8 |
2018-09-20 | dma-mapping: merge direct and noncoherent ops | Christoph Hellwig | 1 | -5/+0 |
2018-09-20 | dma-mapping: move the dma_coherent flag to struct device | Christoph Hellwig | 1 | -0/+16 |
2018-06-24 | dma-noncoherent: add a arch_sync_dma_for_cpu_all hook | Christoph Hellwig | 1 | -0/+8 |
2018-05-19 | dma-mapping: provide a generic dma-noncoherent implementation | Christoph Hellwig | 1 | -0/+47 |