summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/dma.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-08openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncachedJann Horn1-8/+8
2021-11-03openrisc: fix SMP tlb flush NULL pointer dereferenceStafford Horne1-2/+2
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-06-26openrisc: fix boot oops when DEBUG_VM is enabledStafford Horne1-0/+5
2020-03-16openrisc: use the generic in-place uncached DMA allocatorChristoph Hellwig1-45/+10
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-1/+1
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-10/+12
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-0/+1
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-13/+9
2019-06-25openrisc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig1-13/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-07-21openrisc: use generic dma_noncoherent_opsChristoph Hellwig1-56/+9
2018-07-21openrisc: fix cache maintainance the the sync_single_for_device DMA operationChristoph Hellwig1-23/+19
2018-07-21openrisc: remove the no-op unmap_page and unmap_sg DMA operationsChristoph Hellwig1-23/+0
2018-07-21openrisc: remove the sync_single_for_cpu DMA operationChristoph Hellwig1-15/+0
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-11/+0
2017-11-03openrisc: initial SMP supportStefan Kristiansson1-5/+9
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-12-14arch/openrisc: add option to skip DMA sync as a part of mappingAlexander Duyck1-0/+3
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-11/+10
2012-05-08openrisc: provide dma_map_opsJonas Bonn1-36/+73
2011-09-11Add missing DMA opsJonas Bonn1-1/+27
2011-07-22OpenRISC: DMAJonas Bonn1-0/+191