aboutsummaryrefslogtreecommitdiff
path: root/drivers/parisc/sba_iommu.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-10parisc: Remove 64bit access on 32bit machinesGravatar Linus Walleij 1-0/+6
2022-01-28parisc: Fix data TLB miss in sba_unmap_sgGravatar John David Anglin 1-1/+2
2021-08-09parisc: return error code from .map_sg() opsGravatar Martin Oliveira 1-1/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Gravatar Christoph Hellwig 1-0/+1
2020-09-25dma-mapping: add a new dma_alloc_pages APIGravatar Christoph Hellwig 1-0/+2
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Gravatar Nicolin Chen 1-2/+1
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2020-08-12parisc: mask out enable and reserved bits from sba imaskGravatar Sven Schnelle 1-1/+1
2020-06-26docs: fix references for DMA*.txt filesGravatar Mauro Carvalho Chehab 1-7/+7
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-2/+2
2019-10-14parisc: Remove 32-bit DMA enforcement from sba_iommuGravatar Sven Schnelle 1-8/+0
2019-09-04parisc: don't set ARCH_NO_COHERENT_DMA_MMAPGravatar Christoph Hellwig 1-1/+0
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableGravatar Christoph Hellwig 1-0/+2
2019-06-06Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+2
2019-06-06parisc: Use lpa instruction to load physical addresses in driver codeGravatar John David Anglin 1-1/+1
2019-06-06parisc: Use implicit space register selection for loading the coherence index...Gravatar John David Anglin 1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-4/+1
2019-02-21parisc: move internal implementation details out of <asm/dma-mapping.h>Gravatar Christoph Hellwig 1-0/+2
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-2/+2
2018-12-06parisc/sba_iommu: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-9/+1
2018-10-17parisc: Add alternative coding infrastructureGravatar Helge Deller 1-11/+6
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-2/+0
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-30/+2
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSGravatar Christoph Hellwig 1-2/+0
2017-08-22parisc: Fix section mismatches in parisc core driversGravatar Helge Deller 1-3/+3
2017-07-05parisc: ->mapping_errorGravatar Christoph Hellwig 1-1/+9
2017-07-03parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsGravatar Thomas Bogendoerfer 1-0/+14
2017-01-24treewide: Constify most dma_map_ops structuresGravatar Bart Van Assche 1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-8/+8
2016-01-20parisc: convert to dma_map_opsGravatar Christoph Hellwig 1-23/+29
2015-09-10parisc: use seq_hex_dump() to dump buffersGravatar Andy Shevchenko 1-7/+2
2015-04-21parisc: Eliminate sg_virt_addr() and private scatterlist.hGravatar Matthew Wilcox 1-4/+3
2015-04-15parisc: remove use of seq_printf return valueGravatar Joe Perches 1-44/+42
2013-05-06parisc: fix partly 16/64k PAGE_SIZE bootGravatar Helge Deller 1-4/+15
2012-05-10parisc: move definition of PAGE0 to asm/page.hGravatar Rolf Eike Beer 1-0/+1
2011-10-31parisc: add module.h to files really requiring itGravatar Paul Gortmaker 1-0/+1
2011-09-27doc: fix broken referencesGravatar Paul Bolle 1-8/+8
2009-09-22mm: replace various uses of num_physpages by totalram_pagesGravatar Jan Beulich 1-2/+2
2009-07-03parisc: Fix PCI resource allocation on non-PAT SBA machinesGravatar Matthew Wilcox 1-0/+2
2009-06-15parisc: remove driver_data direct access of struct deviceGravatar Greg Kroah-Hartman 1-3/+3
2009-03-15parisc: sba_iommu: fix build bug when CONFIG_PARISC_AGP=yGravatar Kyle McMartin 1-2/+0
2009-03-13parisc: remove klist iteratorsGravatar James Bottomley 1-26/+35
2009-01-29Documentation: move DMA-mapping.txt to Doc/PCI/Gravatar Randy Dunlap 1-9/+9
2009-01-05parisc: remove dead BIO_VMERGE_BOUNDARY and BIO_VMERGE_MAX_SIZE definitionsGravatar FUJITA Tomonori 1-2/+0
2009-01-05parisc: drivers/parisc/: make code staticGravatar Adrian Bunk 1-4/+3
2008-05-15drivers/parisc: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-21/+21
2008-04-29parisc: use non-racy method for proc entries creationGravatar Denis V. Lunev 1-9/+5
2008-03-15[PARISC] make ptr_to_pide() staticGravatar FUJITA Tomonori 1-2/+2
2008-03-05parisc: fix IOMMU's device boundary overflow bug on 32bits archGravatar FUJITA Tomonori 1-2/+2