summaryrefslogtreecommitdiff
path: root/drivers/parisc/ccio-dma.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-06Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+2
2019-06-06parisc: Use lpa instruction to load physical addresses in driver codeJohn David Anglin1-1/+1
2019-06-06parisc: Use implicit space register selection for loading the coherence index...John David Anglin1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2019-02-21parisc: remove the HBA_DATA macroChristoph Hellwig1-3/+6
2019-02-21parisc: move internal implementation details out of <asm/dma-mapping.h>Christoph Hellwig1-0/+2
2019-02-20ccio: allow large DMA masksChristoph Hellwig1-2/+2
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-2/+2
2018-12-06parisc/ccio: remove the mapping_error dma_map_ops methodChristoph Hellwig1-9/+1
2018-10-17parisc: Add alternative coding infrastructureHelge Deller1-8/+4
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-30/+4
2018-05-18parisc: Move ccio_cujo20_fixup() into init sectionHelge Deller1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-30/+4
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-2/+0
2018-05-02parisc: Fix section mismatchesHelge Deller1-1/+1
2017-08-22parisc: Fix section mismatches in parisc core driversHelge Deller1-2/+2
2017-07-05parisc: ->mapping_errorChristoph Hellwig1-1/+9
2017-07-03parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer1-0/+12
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
2017-02-25parisc: ccio-dma: Handle return NULL error from ioremap_nocacheArvind Yadav1-1/+5
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-8/+8
2016-01-20parisc: convert to dma_map_opsChristoph Hellwig1-26/+31
2015-11-10pci: remove pci_dma_supportedChristoph Hellwig1-2/+0
2015-09-10parisc: use seq_hex_dump() to dump buffersAndy Shevchenko1-10/+3
2015-04-21parisc: Eliminate sg_virt_addr() and private scatterlist.hMatthew Wilcox1-3/+3
2015-04-15parisc: remove use of seq_printf return valueJoe Perches1-28/+26
2011-10-31parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-2/+2
2009-08-02parisc: includecheck fix for ccio-dma.cJaswinder Singh Rajput1-1/+0
2009-07-03parisc: ccio-dma: fix build failure without procfsAlexander Beregalov1-3/+4
2009-04-02parisc: drivers: fix warningsAlexander Beregalov1-8/+8
2009-01-05parisc: remove dead BIO_VMERGE_BOUNDARY and BIO_VMERGE_MAX_SIZE definitionsFUJITA Tomonori1-2/+0
2009-01-05parisc: drivers/parisc/: make code staticAdrian Bunk1-1/+1
2008-10-10parisc: unify CCIO_COLLECT_STATS implementationKyle McMartin1-26/+17
2008-05-15drivers/parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-18/+18
2008-04-29parisc: use non-racy method for proc entries creationDenis V. Lunev1-9/+5
2008-03-05parisc: fix IOMMU's device boundary overflow bug on 32bits archFUJITA Tomonori1-2/+2
2008-03-04iommu: parisc: make the IOMMUs respect the segment boundary limitsFUJITA Tomonori1-7/+16
2008-03-04iommu: parisc: pass struct device to iommu_alloc_rangeFUJITA Tomonori1-2/+2
2008-02-05iommu sg merging: parisc: make iommu respect the segment size limitsFUJITA Tomonori1-1/+1
2008-02-03drivers/parisc/: Spelling fixesJoe Perches1-2/+2
2007-10-23parisc: fix sg_page() falloutFUJITA Tomonori1-0/+1
2007-05-27[PARISC] fix section mismatch in ccio-dmaHelge Deller1-3/+3