aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-09parisc: Move pci_dev_is_behind_card_dino to where it is usedGuenter Roeck1-9/+9
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds2-49/+49
2021-09-01parisc: ccio-dma.c: Added tab instead of spacesShubhankar Kuranagatti1-43/+43
2021-08-30parisc: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-4/+4
2021-08-30parisc: Replace symbolic permissions with octal permissionsJinchao Wang1-2/+2
2021-08-09parisc: return error code from .map_sg() opsMartin Oliveira2-2/+2
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2-0/+2
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2-0/+4
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2-4/+2
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus 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-04-05parisc: Replace setup_irq() by request_irq()afzal mohammed1-6/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-9/+8
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig6-11/+11
2019-10-14parisc: Remove 32-bit DMA enforcement from sba_iommuSven Schnelle1-8/+0
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-0/+2
2019-09-08parisc: Disable HP HSC-PCI Cards to prevent kernel crashHelge Deller1-0/+24
2019-09-06parisc: Save some bytes in dino driverHelge Deller1-3/+3
2019-09-05parisc: Convert eisa_enumerator to use pr_cont()Helge Deller1-5/+5
2019-09-05parisc: Avoid warning when loading hppb driverHelge Deller1-6/+5
2019-09-04parisc: don't set ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2-2/+0
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2-0/+4
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-14/+1
2019-06-06Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds2-7/+4
2019-06-06parisc: Use lpa instruction to load physical addresses in driver codeJohn David Anglin2-2/+2
2019-06-06parisc: Use implicit space register selection for loading the coherence index of I/O pdirsJohn David Anglin2-5/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 217Thomas Gleixner1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-30/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner14-66/+14
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-03parisc: Skip registering LED when running in QEMUHelge Deller1-0/+3
2019-04-06Revert: parisc: Use F_EXTEND() macro in iosapic codeHelge Deller1-1/+5
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2019-02-21parisc: Use F_EXTEND() macro in iosapic codeHelge Deller1-16/+1
2019-02-21parisc: remove the HBA_DATA macroChristoph Hellwig2-6/+9
2019-02-21parisc/lba_pci: use container_of in LBA_DEVChristoph Hellwig1-6/+4
2019-02-21parisc/dino: use container_of in DINO_DEVChristoph Hellwig1-6/+4
2019-02-21parisc: properly type the return value of parisc_walk_treeChristoph Hellwig1-1/+1
2019-02-21parisc: turn GET_IOC into an inline functionChristoph Hellwig1-4/+8
2019-02-21parisc: move internal implementation details out of <asm/dma-mapping.h>Christoph Hellwig7-0/+62
2019-02-21parisc: Hide built-in serial aux port of Tosca GSP cardHelge Deller1-0/+12
2019-02-20ccio: allow large DMA masksChristoph Hellwig1-2/+2
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-23/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+4
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2-4/+4
2018-12-06parisc/sba_iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig1-9/+1
2018-12-06parisc/ccio: remove the mapping_error dma_map_ops methodChristoph Hellwig1-9/+1