summaryrefslogtreecommitdiffstats
path: root/drivers/parisc/sba_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-06-061-3/+2Star
|\
| * parisc: Use lpa instruction to load physical addresses in driver codeJohn David Anglin2019-06-061-1/+1
| * parisc: Use implicit space register selection for loading the coherence index...John David Anglin2019-06-061-2/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1Star
|/
* parisc: move internal implementation details out of <asm/dma-mapping.h>Christoph Hellwig2019-02-211-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-291-2/+2
|\
| * mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-2/+2
* | parisc/sba_iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-9/+1Star
|/
* parisc: Add alternative coding infrastructureHelge Deller2018-10-171-11/+6Star
* Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-2/+0Star
|\
| * PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-2/+0Star
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-30/+2Star
|/
* parisc: Fix section mismatches in parisc core driversHelge Deller2017-08-221-3/+3
* parisc: ->mapping_errorChristoph Hellwig2017-07-051-1/+9
* parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer2017-07-031-0/+14
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-8/+8
* parisc: convert to dma_map_opsChristoph Hellwig2016-01-211-23/+29
* parisc: use seq_hex_dump() to dump buffersAndy Shevchenko2015-09-101-7/+2Star
* parisc: Eliminate sg_virt_addr() and private scatterlist.hMatthew Wilcox2015-04-211-4/+3Star
* parisc: remove use of seq_printf return valueJoe Perches2015-04-161-44/+42Star
* parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller2013-05-061-4/+15
* parisc: move definition of PAGE0 to asm/page.hRolf Eike Beer2012-05-111-0/+1
* parisc: add module.h to files really requiring itPaul Gortmaker2011-11-011-0/+1
* doc: fix broken referencesPaul Bolle2011-09-271-8/+8
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-2/+2
* parisc: Fix PCI resource allocation on non-PAT SBA machinesMatthew Wilcox2009-07-031-0/+2
* parisc: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-161-3/+3
* parisc: sba_iommu: fix build bug when CONFIG_PARISC_AGP=yKyle McMartin2009-03-151-2/+0Star
* parisc: remove klist iteratorsJames Bottomley2009-03-131-26/+35
* Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap2009-01-301-9/+9
* parisc: remove dead BIO_VMERGE_BOUNDARY and BIO_VMERGE_MAX_SIZE definitionsFUJITA Tomonori2009-01-051-2/+0Star
* parisc: drivers/parisc/: make code staticAdrian Bunk2009-01-051-4/+3Star
* drivers/parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-151-21/+21
* parisc: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-9/+5Star
* [PARISC] make ptr_to_pide() staticFUJITA Tomonori2008-03-161-2/+2
* parisc: fix IOMMU's device boundary overflow bug on 32bits archFUJITA Tomonori2008-03-061-2/+2
* iommu: parisc: make the IOMMUs respect the segment boundary limitsFUJITA Tomonori2008-03-051-11/+37
* iommu: parisc: pass struct device to iommu_alloc_rangeFUJITA Tomonori2008-03-051-2/+2
* iommu sg merging: parisc: make iommu respect the segment size limitsFUJITA Tomonori2008-02-051-1/+1
* parisc: fix sg_page() falloutFUJITA Tomonori2007-10-231-0/+1
* [PARISC] Clean up a resource_size_t warning in sba_iommuKyle McMartin2007-10-181-2/+2
* [PARISC] ROUNDUP macro cleanup in drivers/pariscMilind Arun Choudhary2007-05-231-4/+2Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2007-02-261-2/+2
|\
| * [PATCH] parisc: fix module_param iommu permissionRandy Dunlap2007-02-091-1/+1
| * [PARISC] sparse fixesMatthew Wilcox2006-12-081-1/+1
* | [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-2/+2
|/
* [PA-RISC] Fix sba_iommu compilationMatthew Wilcox2006-10-051-2/+2
* [PARISC] Add support for Quicksilver AGPGARTKyle McMartin2006-10-041-11/+24
* [PARISC] Move LBA and SBA register defines to the common ropes.hKyle McMartin2006-10-041-96/+1Star