Age | Commit message (Expand) | Author | Files | Lines |
2022-10-27 | parisc: Export iosapic_serial_irq() symbol for serial port driver | Helge Deller | 1 | -0/+1 |
2022-10-21 | parisc: Use signed char for hardware path in pdc.h | Helge Deller | 1 | -17/+17 |
2022-10-14 | Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+4 |
2022-10-14 | parisc: Fix spelling mistake "mis-match" -> "mismatch" in eisa driver | Colin Ian King | 1 | -4/+4 |
2022-10-06 | Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+6 |
2022-09-15 | parisc: remove obsolete manual allocation aligning in iosapic | Rolf Eike Beer | 1 | -10/+1 |
2022-09-13 | parisc: ccio-dma: Add missing iounmap in error path in ccio_probe() | Yang Yingliang | 1 | -0/+1 |
2022-09-10 | parisc: Remove 64bit access on 32bit machines | Linus Walleij | 1 | -0/+6 |
2022-08-22 | parisc: ccio-dma: Handle kmalloc failure in ccio_init_resources() | Li Qiong | 1 | -3/+8 |
2022-08-22 | parisc: led: Move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
2022-08-22 | parisc: ccio-dma: Fix typo in comment | Jason Wang | 1 | -1/+1 |
2022-08-05 | Merge tag 'for-5.20/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+5 |
2022-08-01 | parisc: Check the return value of ioremap() in lba_driver_probe() | William Dean | 1 | -1/+5 |
2022-07-07 | genirq: Add and use an irq_data_update_affinity helper | Samuel Holland | 1 | -1/+1 |
2022-03-29 | parisc: Fix CPU affinity for Lasi, WAX and Dino chips | Helge Deller | 5 | -16/+71 |
2022-01-28 | parisc: Fix sglist access in ccio-dma.c | John David Anglin | 1 | -1/+2 |
2022-01-28 | parisc: Fix data TLB miss in sba_unmap_sg | John David Anglin | 1 | -1/+2 |
2022-01-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+2 |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 1 | -2/+2 |
2022-01-22 | parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries | Miaoqian Lin | 1 | -1/+3 |
2022-01-07 | parisc: pdc_stable: use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -1/+2 |
2021-09-09 | parisc: Move pci_dev_is_behind_card_dino to where it is used | Guenter Roeck | 1 | -9/+9 |
2021-09-02 | Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -49/+49 |
2021-09-01 | parisc: ccio-dma.c: Added tab instead of spaces | Shubhankar Kuranagatti | 1 | -43/+43 |
2021-08-30 | parisc: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -4/+4 |
2021-08-30 | parisc: Replace symbolic permissions with octal permissions | Jinchao Wang | 1 | -2/+2 |
2021-08-09 | parisc: return error code from .map_sg() ops | Martin Oliveira | 2 | -2/+2 |
2021-07-01 | kernel.h: split out panic and oops helpers | Andy Shevchenko | 1 | -0/+1 |
2020-10-06 | dma-mapping: split <linux/dma-mapping.h> | Christoph Hellwig | 2 | -0/+2 |
2020-09-25 | dma-mapping: add a new dma_alloc_pages API | Christoph Hellwig | 2 | -0/+4 |
2020-09-03 | dma-mapping: introduce dma_get_seg_boundary_nr_pages() | Nicolin Chen | 2 | -4/+2 |
2020-08-12 | Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2020-08-12 | parisc: mask out enable and reserved bits from sba imask | Sven Schnelle | 1 | -1/+1 |
2020-06-26 | docs: fix references for DMA*.txt files | Mauro Carvalho Chehab | 1 | -7/+7 |
2020-04-05 | parisc: Replace setup_irq() by request_irq() | afzal mohammed | 1 | -6/+2 |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -9/+8 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 6 | -11/+11 |
2019-10-14 | parisc: Remove 32-bit DMA enforcement from sba_iommu | Sven Schnelle | 1 | -8/+0 |
2019-09-19 | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2 | -0/+2 |
2019-09-08 | parisc: Disable HP HSC-PCI Cards to prevent kernel crash | Helge Deller | 1 | -0/+24 |
2019-09-06 | parisc: Save some bytes in dino driver | Helge Deller | 1 | -3/+3 |
2019-09-05 | parisc: Convert eisa_enumerator to use pr_cont() | Helge Deller | 1 | -5/+5 |
2019-09-05 | parisc: Avoid warning when loading hppb driver | Helge Deller | 1 | -6/+5 |
2019-09-04 | parisc: don't set ARCH_NO_COHERENT_DMA_MMAP | Christoph Hellwig | 2 | -2/+0 |
2019-09-04 | dma-mapping: explicitly wire up ->mmap and ->get_sgtable | Christoph Hellwig | 2 | -0/+4 |
2019-06-08 | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -14/+1 |
2019-06-06 | Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -7/+4 |
2019-06-06 | parisc: Use lpa instruction to load physical addresses in driver code | John David Anglin | 2 | -2/+2 |
2019-06-06 | parisc: Use implicit space register selection for loading the coherence index... | John David Anglin | 2 | -5/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 1 | -14/+1 |