aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/cavium-octeon/dma-octeon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-1/+1
2022-04-18MIPS/octeon: use swiotlb_init instead of open coding itChristoph Hellwig1-13/+2
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-7/+7
2020-09-11dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig1-1/+1
2020-09-11dma-direct: remove __dma_to_physChristoph Hellwig1-1/+1
2019-08-27MIPS: Octeon: remove duplicated include from dma-octeon.cYueHaibing1-1/+0
2019-08-23MIPS: OCTEON: Drop boot_mem_mapJiaxun Yang1-10/+7
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport1-1/+1
2018-06-24MIPS: consolidate the swiotlb implementationsChristoph Hellwig1-61/+0
2018-06-24MIPS: Octeon: refactor swiotlb codeChristoph Hellwig1-90/+71
2018-06-24MIPS: Octeon: unexport __phys_to_dma and __dma_to_physChristoph Hellwig1-3/+0
2018-03-20dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig1-5/+5
2018-01-15mips: use swiotlb_{alloc,free}Christoph Hellwig1-23/+3
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig1-3/+0
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+2
2017-01-25MIPS: Octeon: Avoid empty-body warningArnd Bergmann1-10/+5
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-4/+4
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-8/+0
2015-03-25MIPS: OCTEON: dma-octeon: fix OHCI USB config checkAaro Koskinen1-1/+1
2015-02-20MIPS: OCTEON: Update octeon-model.h code for new SoCs.David Daney1-2/+2
2014-11-24MIPS: Replace use of phys_t with phys_addr_t.Ralf Baechle1-2/+2
2013-01-29x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu1-1/+2
2012-03-28MIPS: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-6/+6
2011-12-07MIPS: Octeon: Update DMA mapping operations for OCTEON II processors.David Daney1-2/+21
2011-10-31mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2010-10-29MIPS: Octeon: Rewrite DMA mapping functions.David Daney1-287/+294
2010-08-05MIPS: Octeon: Allow more than 3.75GB of memory with PCIeDavid Daney1-7/+10
2010-02-27MIPS: Octeon: Replace spinlock with raw_spinlocks in dma-octeon.c.David Daney1-5/+5
2009-07-03MIPS: Reorganize Cavium OCTEON PCI support.David Daney1-1/+1
2009-06-17MIPS: Add Cavium OCTEON PCI support.David Daney1-2/+309
2009-01-11MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon.David Daney1-0/+32