summaryrefslogtreecommitdiffstats
path: root/drivers/parisc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-221-2/+2
|\
| * proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* | parisc: pdc_stable: Fix memory leak in pdcs_register_pathentriesMiaoqian Lin2022-01-211-1/+3
|/
* parisc: pdc_stable: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-071-1/+2
* parisc: Move pci_dev_is_behind_card_dino to where it is usedGuenter Roeck2021-09-091-9/+9
* Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-49/+49
|\
| * parisc: ccio-dma.c: Added tab instead of spacesShubhankar Kuranagatti2021-09-011-43/+43
| * parisc: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-301-4/+4
| * parisc: Replace symbolic permissions with octal permissionsJinchao Wang2021-08-301-2/+2
* | parisc: return error code from .map_sg() opsMartin Oliveira2021-08-092-2/+2
|/
* kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-062-0/+2
* dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-252-0/+4
* dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2020-09-032-4/+2
* Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-121-1/+1
|\
| * parisc: mask out enable and reserved bits from sba imaskSven Schnelle2020-08-121-1/+1
* | docs: fix references for DMA*.txt filesMauro Carvalho Chehab2020-06-261-7/+7
|/
* parisc: Replace setup_irq() by request_irq()afzal mohammed2020-04-051-6/+2
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-9/+8
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-066-11/+11
* parisc: Remove 32-bit DMA enforcement from sba_iommuSven Schnelle2019-10-141-8/+0
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-192-0/+2
|\
| * parisc: don't set ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2019-09-042-2/+0
| * dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2019-09-042-0/+4
* | parisc: Disable HP HSC-PCI Cards to prevent kernel crashHelge Deller2019-09-081-0/+24
* | parisc: Save some bytes in dino driverHelge Deller2019-09-061-3/+3
* | parisc: Convert eisa_enumerator to use pr_cont()Helge Deller2019-09-051-5/+5
* | parisc: Avoid warning when loading hppb driverHelge Deller2019-09-051-6/+5
|/
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-14/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-14/+1
* | Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-06-062-7/+4
|\ \ | |/ |/|
| * parisc: Use lpa instruction to load physical addresses in driver codeJohn David Anglin2019-06-062-2/+2
| * parisc: Use implicit space register selection for loading the coherence index...John David Anglin2019-06-062-5/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 217Thomas Gleixner2019-05-301-2/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-30/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3014-66/+14
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* parisc: Skip registering LED when running in QEMUHelge Deller2019-05-031-0/+3
* Revert: parisc: Use F_EXTEND() macro in iosapic codeHelge Deller2019-04-061-1/+5
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-2/+2
|\
| * ccio: allow large DMA masksChristoph Hellwig2019-02-201-2/+2
* | parisc: Use F_EXTEND() macro in iosapic codeHelge Deller2019-02-211-16/+1
* | parisc: remove the HBA_DATA macroChristoph Hellwig2019-02-212-6/+9
* | parisc/lba_pci: use container_of in LBA_DEVChristoph Hellwig2019-02-211-6/+4
* | parisc/dino: use container_of in DINO_DEVChristoph Hellwig2019-02-211-6/+4
* | parisc: properly type the return value of parisc_walk_treeChristoph Hellwig2019-02-211-1/+1
* | parisc: turn GET_IOC into an inline functionChristoph Hellwig2019-02-211-4/+8
* | parisc: move internal implementation details out of <asm/dma-mapping.h>Christoph Hellwig2019-02-217-0/+62
* | parisc: Hide built-in serial aux port of Tosca GSP cardHelge Deller2019-02-211-0/+12
|/
* Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-23/+1
|\