aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc/sba_iommu.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan1-1/+1
2023-10-30parisc: sba-iommu: Fix comment when calculating IOC numberHelge Deller1-1/+1
2023-08-31parisc: sba-iommu: Fix sparse warnigsHelge Deller1-14/+14
2023-08-31parisc: sba_iommu: Fix build warning if procfs if disabledHelge Deller1-8/+2
2023-08-28parisc: ccio-dma: Create private runway procfs root entryHelge Deller1-1/+1
2023-08-27parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Helge Deller1-2/+3
2023-08-10parisc: Move proc_mckinley_root and proc_runway_root to sba_iommuHelge Deller1-0/+6
2023-06-30parisc: Move init function declarations into header fileHelge Deller1-2/+0
2023-06-30parisc: sba_iommu: Fix kdoc warningsHelge Deller1-12/+18
2022-09-10parisc: Remove 64bit access on 32bit machinesLinus Walleij1-0/+6
2022-01-28parisc: Fix data TLB miss in sba_unmap_sgJohn David Anglin1-1/+2
2021-08-09parisc: return error code from .map_sg() opsMartin Oliveira1-1/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-0/+1
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig1-0/+2
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen1-2/+1
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2020-08-12parisc: mask out enable and reserved bits from sba imaskSven Schnelle1-1/+1
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab1-7/+7
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-10-14parisc: Remove 32-bit DMA enforcement from sba_iommuSven Schnelle1-8/+0
2019-09-04parisc: don't set ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig1-1/+0
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig1-0/+2
2019-06-06Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+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-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-02-21parisc: move internal implementation details out of <asm/dma-mapping.h>Christoph Hellwig1-0/+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/sba_iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig1-9/+1
2018-10-17parisc: Add alternative coding infrastructureHelge Deller1-11/+6
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-30/+2
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-2/+0
2017-08-22parisc: Fix section mismatches in parisc core driversHelge Deller1-3/+3
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/+14
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-8/+8
2016-01-20parisc: convert to dma_map_opsChristoph Hellwig1-23/+29
2015-09-10parisc: use seq_hex_dump() to dump buffersAndy Shevchenko1-7/+2
2015-04-21parisc: Eliminate sg_virt_addr() and private scatterlist.hMatthew Wilcox1-4/+3
2015-04-15parisc: remove use of seq_printf return valueJoe Perches1-44/+42
2013-05-06parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller1-4/+15
2012-05-10parisc: move definition of PAGE0 to asm/page.hRolf Eike Beer1-0/+1
2011-10-31parisc: add module.h to files really requiring itPaul Gortmaker1-0/+1
2011-09-27doc: fix broken referencesPaul Bolle1-8/+8
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-2/+2
2009-07-03parisc: Fix PCI resource allocation on non-PAT SBA machinesMatthew Wilcox1-0/+2
2009-06-15parisc: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-3/+3
2009-03-15parisc: sba_iommu: fix build bug when CONFIG_PARISC_AGP=yKyle McMartin1-2/+0
2009-03-13parisc: remove klist iteratorsJames Bottomley1-26/+35
2009-01-29Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap1-9/+9
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-4/+3
2008-05-15drivers/parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-21/+21
2008-04-29parisc: use non-racy method for proc entries creationDenis V. Lunev1-9/+5
2008-03-15[PARISC] make ptr_to_pide() staticFUJITA Tomonori1-2/+2
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-11/+37
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
2007-10-23parisc: fix sg_page() falloutFUJITA Tomonori1-0/+1
2007-10-18[PARISC] Clean up a resource_size_t warning in sba_iommuKyle McMartin1-2/+2
2007-05-22[PARISC] ROUNDUP macro cleanup in drivers/pariscMilind Arun Choudhary1-4/+2
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds1-2/+2
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-2/+2
2007-02-08[PATCH] parisc: fix module_param iommu permissionRandy Dunlap1-1/+1
2006-12-08[PARISC] sparse fixesMatthew Wilcox1-1/+1
2006-10-05[PA-RISC] Fix sba_iommu compilationMatthew Wilcox1-2/+2
2006-10-04[PARISC] Add support for Quicksilver AGPGARTKyle McMartin1-11/+24
2006-10-04[PARISC] Move LBA and SBA register defines to the common ropes.hKyle McMartin1-96/+1
2006-10-04[PARISC] Create shared <asm/ropes.h> headerKyle McMartin1-108/+1
2006-10-04[PARISC] Generalize IS_ASTRO et al to take a parisc_device likeKyle McMartin1-14/+20
2006-10-04[PARISC] Remove some obsolete comments and I checked that Reo is similar to IkeMatthew Wilcox1-7/+2
2006-10-04[PARISC] Add asm-parisc/mckinley.h bus headerKyle McMartin1-4/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PARISC] Test ioc_needs_fdc variable instead of open codingKyle McMartin1-1/+1
2006-06-27[PARISC] Fix gcc 4.1 warnings in sba_iommu.cGrant Grundler1-7/+8
2006-04-21[PARISC] Document that we tolerate "Relaxed Ordering"Grant Grundler1-13/+32
2006-03-30[PARISC] I/O-Space must be ioremap_nocache()'dHelge Deller1-3/+3
2006-03-24BUG_ON() Conversion in drivers/parisc/Eric Sesterhenn1-7/+3
2006-02-08[PARISC] Convert sba_iommu.c to use seq_fileKyle McMartin1-47/+78
2006-01-22[PARISC] Use kzalloc and other janitor-style cleanupsHelge Deller1-2/+1
2005-10-28Auto-update from upstreamKyle McMartin1-1/+1
2005-10-28[PATCH] gfp_t: dma-mapping (parisc)Al Viro1-1/+1
2005-10-21[PARISC] Update sba_iommu from parisc treeGrant Grundler1-49/+91
2005-10-21[PARISC] Convert parisc_device to use struct resource for hpaMatthew Wilcox1-3/+3
2005-10-21[PARISC] Convert parisc_device tree to use struct device klistsMatthew Wilcox1-4/+14
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2165