aboutsummaryrefslogtreecommitdiff
path: root/drivers/parisc
AgeCommit message (Expand)AuthorFilesLines
2020-06-26docs: fix references for DMA*.txt filesGravatar Mauro Carvalho Chehab 1-7/+7
2020-04-05parisc: Replace setup_irq() by request_irq()Gravatar afzal mohammed 1-6/+2
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-9/+8
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 6-11/+11
2019-10-14parisc: Remove 32-bit DMA enforcement from sba_iommuGravatar Sven Schnelle 1-8/+0
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-0/+2
2019-09-08parisc: Disable HP HSC-PCI Cards to prevent kernel crashGravatar Helge Deller 1-0/+24
2019-09-06parisc: Save some bytes in dino driverGravatar Helge Deller 1-3/+3
2019-09-05parisc: Convert eisa_enumerator to use pr_cont()Gravatar Helge Deller 1-5/+5
2019-09-05parisc: Avoid warning when loading hppb driverGravatar Helge Deller 1-6/+5
2019-09-04parisc: don't set ARCH_NO_COHERENT_DMA_MMAPGravatar Christoph Hellwig 2-2/+0
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableGravatar Christoph Hellwig 2-0/+4
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-14/+1
2019-06-06Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-7/+4
2019-06-06parisc: Use lpa instruction to load physical addresses in driver codeGravatar John David Anglin 2-2/+2
2019-06-06parisc: Use implicit space register selection for loading the coherence index...Gravatar John David Anglin 2-5/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 217Gravatar Thomas Gleixner 1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 2-30/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 14-66/+14
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-03parisc: Skip registering LED when running in QEMUGravatar Helge Deller 1-0/+3
2019-04-06Revert: parisc: Use F_EXTEND() macro in iosapic codeGravatar Helge Deller 1-1/+5
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-2/+2
2019-02-21parisc: Use F_EXTEND() macro in iosapic codeGravatar Helge Deller 1-16/+1
2019-02-21parisc: remove the HBA_DATA macroGravatar Christoph Hellwig 2-6/+9
2019-02-21parisc/lba_pci: use container_of in LBA_DEVGravatar Christoph Hellwig 1-6/+4
2019-02-21parisc/dino: use container_of in DINO_DEVGravatar Christoph Hellwig 1-6/+4
2019-02-21parisc: properly type the return value of parisc_walk_treeGravatar Christoph Hellwig 1-1/+1
2019-02-21parisc: turn GET_IOC into an inline functionGravatar Christoph Hellwig 1-4/+8
2019-02-21parisc: move internal implementation details out of <asm/dma-mapping.h>Gravatar Christoph Hellwig 7-0/+62
2019-02-21parisc: Hide built-in serial aux port of Tosca GSP cardGravatar Helge Deller 1-0/+12
2019-02-20ccio: allow large DMA masksGravatar Christoph Hellwig 1-2/+2
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-23/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-4/+4
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 2-4/+4
2018-12-06parisc/sba_iommu: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-9/+1
2018-12-06parisc/ccio: remove the mapping_error dma_map_ops methodGravatar Christoph Hellwig 1-9/+1
2018-11-23eisa: consolidate EISA Kconfig entry in drivers/eisaGravatar Christoph Hellwig 1-10/+1
2018-11-23pcmcia: allow PCMCIA support independent of the architectureGravatar Christoph Hellwig 1-2/+0
2018-11-23PCI: consolidate PCI config entry in drivers/pciGravatar Christoph Hellwig 1-11/+0
2018-10-17parisc: Add alternative coding infrastructureGravatar Helge Deller 2-19/+10
2018-10-17parisc: Ratelimit dino stuck interrupt warningsGravatar Helge Deller 1-2/+1
2018-10-17parisc: dino: Utilize DINO_MASK_IRQ() macroGravatar Helge Deller 1-1/+1
2018-10-17parisc: remove the dead ccio-rm-dma driverGravatar Christoph Hellwig 2-205/+0
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 3-9/+0
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-60/+6
2018-05-18parisc: Move ccio_cujo20_fixup() into init sectionGravatar Helge Deller 1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 2-60/+6
2018-05-09iommu-helper: mark iommu_is_span_boundary as inlineGravatar Christoph Hellwig 1-5/+0