summaryrefslogtreecommitdiff
path: root/drivers/parisc/sba_iommu.c
AgeCommit message (Expand)Author
2023-10-30parisc: sba-iommu: Fix comment when calculating IOC numberHelge Deller
2023-08-31parisc: sba-iommu: Fix sparse warnigsHelge Deller
2023-08-31parisc: sba_iommu: Fix build warning if procfs if disabledHelge Deller
2023-08-28parisc: ccio-dma: Create private runway procfs root entryHelge Deller
2023-08-27parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Helge Deller
2023-08-10parisc: Move proc_mckinley_root and proc_runway_root to sba_iommuHelge Deller
2023-06-30parisc: Move init function declarations into header fileHelge Deller
2023-06-30parisc: sba_iommu: Fix kdoc warningsHelge Deller
2022-09-10parisc: Remove 64bit access on 32bit machinesLinus Walleij
2022-01-28parisc: Fix data TLB miss in sba_unmap_sgJohn David Anglin
2021-08-09parisc: return error code from .map_sg() opsMartin Oliveira
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-08-12parisc: mask out enable and reserved bits from sba imaskSven Schnelle
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-10-14parisc: Remove 32-bit DMA enforcement from sba_iommuSven Schnelle
2019-09-04parisc: don't set ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig
2019-06-06Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-06parisc: Use lpa instruction to load physical addresses in driver codeJohn David Anglin
2019-06-06parisc: Use implicit space register selection for loading the coherence index...John David Anglin
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-21parisc: move internal implementation details out of <asm/dma-mapping.h>Christoph Hellwig
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-06parisc/sba_iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig
2018-10-17parisc: Add alternative coding infrastructureHelge Deller
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig
2017-08-22parisc: Fix section mismatches in parisc core driversHelge Deller
2017-07-05parisc: ->mapping_errorChristoph Hellwig
2017-07-03parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-01-20parisc: convert to dma_map_opsChristoph Hellwig
2015-09-10parisc: use seq_hex_dump() to dump buffersAndy Shevchenko
2015-04-21parisc: Eliminate sg_virt_addr() and private scatterlist.hMatthew Wilcox
2015-04-15parisc: remove use of seq_printf return valueJoe Perches
2013-05-06parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller
2012-05-10parisc: move definition of PAGE0 to asm/page.hRolf Eike Beer
2011-10-31parisc: add module.h to files really requiring itPaul Gortmaker
2011-09-27doc: fix broken referencesPaul Bolle
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-07-03parisc: Fix PCI resource allocation on non-PAT SBA machinesMatthew Wilcox
2009-06-15parisc: remove driver_data direct access of struct deviceGreg Kroah-Hartman
2009-03-15parisc: sba_iommu: fix build bug when CONFIG_PARISC_AGP=yKyle McMartin