summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/dma.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* openrisc: fix boot oops when DEBUG_VM is enabledStafford Horne2020-06-261-0/+5
* openrisc: use the generic in-place uncached DMA allocatorChristoph Hellwig2020-03-161-45/+10
* dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-1/+1
* pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-071-10/+12
* mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-071-0/+1
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-121-13/+9
|\
| * openrisc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig2019-06-251-13/+9
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-1/+1
* openrisc: use generic dma_noncoherent_opsChristoph Hellwig2018-07-211-56/+9
* openrisc: fix cache maintainance the the sync_single_for_device DMA operationChristoph Hellwig2018-07-211-23/+19
* openrisc: remove the no-op unmap_page and unmap_sg DMA operationsChristoph Hellwig2018-07-211-23/+0
* openrisc: remove the sync_single_for_cpu DMA operationChristoph Hellwig2018-07-211-15/+0
* dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-11/+0
* openrisc: initial SMP supportStefan Kristiansson2017-11-031-5/+9
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* arch/openrisc: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-0/+3
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-11/+10
* openrisc: provide dma_map_opsJonas Bonn2012-05-081-36/+73
* Add missing DMA opsJonas Bonn2011-09-111-1/+27
* OpenRISC: DMAJonas Bonn2011-07-221-0/+191