summaryrefslogtreecommitdiff
path: root/drivers/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli2023-05-031-6/+10
* Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle2023-04-051-0/+1
* parisc: pdc_stable: use strscpy() to instead of strncpy()Xu Panda2023-01-091-6/+3
* parisc: led: Fix potential null-ptr-deref in start_task()Shang XiaoJing2022-12-171-0/+3
* parisc: Export iosapic_serial_irq() symbol for serial port driverHelge Deller2022-10-271-0/+1
* parisc: Use signed char for hardware path in pdc.hHelge Deller2022-10-211-17/+17
* Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-141-4/+4
|\
| * parisc: Fix spelling mistake "mis-match" -> "mismatch" in eisa driverColin Ian King2022-10-141-4/+4
* | Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-0/+6
|\ \ | |/ |/|
| * parisc: Remove 64bit access on 32bit machinesLinus Walleij2022-09-101-0/+6
* | parisc: remove obsolete manual allocation aligning in iosapicRolf Eike Beer2022-09-151-10/+1
* | parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()Yang Yingliang2022-09-131-0/+1
|/
* parisc: ccio-dma: Handle kmalloc failure in ccio_init_resources()Li Qiong2022-08-221-3/+8
* parisc: led: Move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-1/+1
* parisc: ccio-dma: Fix typo in commentJason Wang2022-08-221-1/+1
* Merge tag 'for-5.20/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-051-1/+5
|\
| * parisc: Check the return value of ioremap() in lba_driver_probe()William Dean2022-08-011-1/+5
* | genirq: Add and use an irq_data_update_affinity helperSamuel Holland2022-07-071-1/+1
|/
* parisc: Fix CPU affinity for Lasi, WAX and Dino chipsHelge Deller2022-03-295-16/+71
* parisc: Fix sglist access in ccio-dma.cJohn David Anglin2022-01-281-1/+2
* parisc: Fix data TLB miss in sba_unmap_sgJohn David Anglin2022-01-281-1/+2
* 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
|\