aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc
AgeCommit message (Expand)Author
2023-10-10parisc: iosapic.c: Fix sparse warningsHelge Deller
2023-09-19parisc: led: Reduce CPU overhead for disk & lan LED computationHelge Deller
2023-01-14parisc: led: Fix potential null-ptr-deref in start_task()Shang XiaoJing
2022-11-10parisc: Export iosapic_serial_irq() symbol for serial port driverHelge Deller
2022-09-23parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()Yang Yingliang
2022-09-15parisc: ccio-dma: Handle kmalloc failure in ccio_init_resources()Li Qiong
2022-08-21parisc: Check the return value of ioremap() in lba_driver_probe()William Dean
2022-04-13parisc: Fix CPU affinity for Lasi, WAX and Dino chipsHelge Deller
2022-02-23parisc: Fix sglist access in ccio-dma.cJohn David Anglin
2022-02-23parisc: Fix data TLB miss in sba_unmap_sgJohn David Anglin
2022-01-27parisc: pdc_stable: Fix memory leak in pdcs_register_pathentriesMiaoqian Lin
2021-09-26parisc: Move pci_dev_is_behind_card_dino to where it is usedGuenter Roeck
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-04-05parisc: Replace setup_irq() by request_irq()afzal mohammed
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-10-14parisc: Remove 32-bit DMA enforcement from sba_iommuSven Schnelle
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-08parisc: Disable HP HSC-PCI Cards to prevent kernel crashHelge Deller
2019-09-06parisc: Save some bytes in dino driverHelge Deller
2019-09-05parisc: Convert eisa_enumerator to use pr_cont()Helge Deller
2019-09-05parisc: Avoid warning when loading hppb driverHelge Deller
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-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
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-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 217Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-03parisc: Skip registering LED when running in QEMUHelge Deller
2019-04-06Revert: parisc: Use F_EXTEND() macro in iosapic codeHelge Deller
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-02-21parisc: Use F_EXTEND() macro in iosapic codeHelge Deller
2019-02-21parisc: remove the HBA_DATA macroChristoph Hellwig
2019-02-21parisc/lba_pci: use container_of in LBA_DEVChristoph Hellwig
2019-02-21parisc/dino: use container_of in DINO_DEVChristoph Hellwig
2019-02-21parisc: properly type the return value of parisc_walk_treeChristoph Hellwig
2019-02-21parisc: turn GET_IOC into an inline functionChristoph Hellwig
2019-02-21parisc: move internal implementation details out of <asm/dma-mapping.h>Christoph Hellwig
2019-02-21parisc: Hide built-in serial aux port of Tosca GSP cardHelge Deller
2019-02-20ccio: allow large DMA masksChristoph Hellwig