| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-05 | Kconfig: introduce HAS_IOPORT option and select it as necessary | Niklas Schnelle | 1 | -0/+1 |
| 2023-01-09 | parisc: pdc_stable: use strscpy() to instead of strncpy() | Xu Panda | 1 | -6/+3 |
| 2022-12-17 | parisc: led: Fix potential null-ptr-deref in start_task() | Shang XiaoJing | 1 | -0/+3 |
| 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-21 | 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 | -48/+48 |
| 2021-09-01 | parisc: ccio-dma.c: Added tab instead of spaces | Shubhankar Kuranagatti | 1 | -42/+42 |
| 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 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 217 | Thomas Gleixner | 1 | -2/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2 | -30/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 14 | -66/+14 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-03 | parisc: Skip registering LED when running in QEMU | Helge Deller | 1 | -0/+3 |
| 2019-04-06 | Revert: parisc: Use F_EXTEND() macro in iosapic code | Helge Deller | 1 | -1/+5 |
| 2019-03-10 | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -2/+2 |
| 2019-02-21 | parisc: Use F_EXTEND() macro in iosapic code | Helge Deller | 1 | -16/+1 |
| 2019-02-21 | parisc: remove the HBA_DATA macro | Christoph Hellwig | 2 | -6/+9 |
| 2019-02-21 | parisc/lba_pci: use container_of in LBA_DEV | Christoph Hellwig | 1 | -6/+4 |
| 2019-02-21 | parisc/dino: use container_of in DINO_DEV | Christoph Hellwig | 1 | -6/+4 |
| 2019-02-21 | parisc: properly type the return value of parisc_walk_tree | Christoph Hellwig | 1 | -1/+1 |
| 2019-02-21 | parisc: turn GET_IOC into an inline function | Christoph Hellwig | 1 | -4/+8 |
| 2019-02-21 | parisc: move internal implementation details out of <asm/dma-mapping.h> | Christoph Hellwig | 7 | -0/+62 |
| 2019-02-21 | parisc: Hide built-in serial aux port of Tosca GSP card | Helge Deller | 1 | -0/+12 |
| 2019-02-20 | ccio: allow large DMA masks | Christoph Hellwig | 1 | -2/+2 |
| 2018-12-29 | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -23/+1 |
| 2018-12-28 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -4/+4 |
| 2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 2 | -4/+4 |
| 2018-12-06 | parisc/sba_iommu: remove the mapping_error dma_map_ops method | Christoph Hellwig | 1 | -9/+1 |
| 2018-12-06 | parisc/ccio: remove the mapping_error dma_map_ops method | Christoph Hellwig | 1 | -9/+1 |
| 2018-11-23 | eisa: consolidate EISA Kconfig entry in drivers/eisa | Christoph Hellwig | 1 | -10/+1 |
| 2018-11-23 | pcmcia: allow PCMCIA support independent of the architecture | Christoph Hellwig | 1 | -2/+0 |
| 2018-11-23 | PCI: consolidate PCI config entry in drivers/pci | Christoph Hellwig | 1 | -11/+0 |
| 2018-10-17 | parisc: Add alternative coding infrastructure | Helge Deller | 2 | -19/+10 |
| 2018-10-17 | parisc: Ratelimit dino stuck interrupt warnings | Helge Deller | 1 | -2/+1 |
| 2018-10-17 | parisc: dino: Utilize DINO_MASK_IRQ() macro | Helge Deller | 1 | -1/+1 |
| 2018-10-17 | parisc: remove the dead ccio-rm-dma driver | Christoph Hellwig | 2 | -205/+0 |
| 2018-06-04 | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 3 | -9/+0 |
| 2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2 | -60/+6 |
| 2018-05-18 | parisc: Move ccio_cujo20_fixup() into init section | Helge Deller | 1 | -1/+1 |
| 2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 2 | -60/+6 |
| 2018-05-09 | iommu-helper: mark iommu_is_span_boundary as inline | Christoph Hellwig | 1 | -5/+0 |
| 2018-05-07 | PCI: remove PCI_DMA_BUS_IS_PHYS | Christoph Hellwig | 2 | -4/+0 |
| 2018-05-02 | parisc: Fix section mismatches | Helge Deller | 1 | -1/+1 |
| 2018-03-27 | parisc/pci: Switch LBA PCI bus from Hard Fail to Soft Fail mode | Helge Deller | 1 | -1/+19 |
| 2018-03-27 | parisc: Directly call machine_power_off() in power button driver | Helge Deller | 1 | -2/+1 |
| 2018-03-27 | parisc/led: Fix sparse warnings | Helge Deller | 1 | -2/+2 |
| 2018-01-02 | parisc: Show unhashed EISA EEPROM address | Helge Deller | 1 | -1/+1 |
| 2018-01-02 | parisc: Show unhashed HPA of Dino chip | Helge Deller | 1 | -5/+5 |
| 2017-12-17 | parisc: Hide Diva-built-in serial aux and graphics card | Helge Deller | 1 | -0/+33 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
| 2017-08-24 | parisc: Fix up devices below a PCI-PCI MegaRAID controller bridge | Helge Deller | 1 | -3/+39 |
| 2017-08-22 | parisc: Fix section mismatches in parisc core drivers | Helge Deller | 11 | -25/+25 |
| 2017-08-16 | parisc: pci memory bar assignment fails with 64bit kernels on dino/cujo | Thomas Bogendoerfer | 1 | -1/+1 |
| 2017-07-31 | parisc: pdc_stable: Fix locking when creating sysfs links | James Bottomley | 1 | -3/+3 |
| 2017-07-23 | parisc: pdc_stable: constify attribute_group structures. | Arvind Yadav | 1 | -1/+1 |
| 2017-07-05 | parisc: ->mapping_error | Christoph Hellwig | 2 | -2/+18 |
| 2017-07-03 | parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devs | Thomas Bogendoerfer | 4 | -3/+34 |
| 2017-03-03 | Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -55/+73 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
| 2017-02-25 | parisc: ccio-dma: Handle return NULL error from ioremap_nocache | Arvind Yadav | 1 | -1/+5 |
| 2017-02-25 | parisc: eisa: Fix resource leaks in error paths | Arvind Yadav | 1 | -2/+16 |
| 2017-02-25 | parisc: eisa: Remove coding style errors | Arvind Yadav | 1 | -52/+52 |
| 2017-01-24 | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2 | -2/+2 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 6 | -6/+6 |
| 2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2 | -16/+16 |
| 2016-03-16 | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+0 |
| 2016-03-08 | PCI: Include pci/hotplug Kconfig directly from pci/Kconfig | Bjorn Helgaas | 1 | -2/+0 |
| 2016-01-30 | drivers: Initialize resource entry to zero | Toshi Kani | 1 | -2/+2 |
| 2016-01-20 | parisc: convert to dma_map_ops | Christoph Hellwig | 2 | -49/+60 |
| 2016-01-12 | parisc: Initialize PCI bridge cache line and default latency | Helge Deller | 2 | -2/+6 |
| 2015-12-12 | parisc iommu: fix panic due to trying to allocate too large region | Mikulas Patocka | 1 | -7/+8 |
| 2015-11-10 | pci: remove pci_dma_supported | Christoph Hellwig | 1 | -2/+0 |
| 2015-10-22 | parisc: reduce syslog debug output | Helge Deller | 1 | -6/+6 |
| 2015-09-15 | PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code" | Bjorn Helgaas | 2 | -0/+4 |
| 2015-09-10 | parisc: use seq_hex_dump() to dump buffers | Andy Shevchenko | 2 | -17/+5 |
| 2015-09-08 | PCI,parisc: Enable 64-bit bus addresses on PA-RISC | Helge Deller | 1 | -2/+5 |
| 2015-09-01 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2015-07-31 | parisc/irq: Use access helper irq_data_get_affinity_mask() | Jiang Liu | 1 | -1/+1 |
| 2015-07-23 | PCI: Call pci_read_bridge_bases() from core instead of arch code | Lorenzo Pieralisi | 2 | -4/+0 |
| 2015-04-24 | parisc: %pf is only for function pointers | Scott Wood | 1 | -1/+1 |
| 2015-04-21 | parisc: Eliminate sg_virt_addr() and private scatterlist.h | Matthew Wilcox | 3 | -19/+20 |
| 2015-04-15 | parisc: remove use of seq_printf return value | Joe Perches | 2 | -69/+65 |
| 2015-04-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2015-03-06 | treewide: Fix typo in printk messages | Masanari Iida | 1 | -1/+1 |
| 2015-01-16 | parisc/PCI: Clip bridge windows to fit in upstream windows | Yinghai Lu | 1 | -3/+2 |
| 2014-10-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+0 |
| 2014-10-01 | parisc: Fix serial console for machines with serial port on superio chip | Helge Deller | 1 | -1/+2 |
| 2014-09-21 | parisc: pdc_stable.c: Avoid potential stack overflows | Helge Deller | 1 | -5/+7 |
| 2014-09-21 | parisc: pdc_stable.c: Cleaning up unnecessary use of memset in conjunction wi... | Rickard Strandqvist | 1 | -2/+3 |
| 2014-09-19 | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu... | Kirill Tkhai | 1 | -1/+0 |
| 2014-08-27 | parisc: dino: fix %d confusingly prefixed with 0x in format string | Hans Wennborg | 1 | -1/+1 |
| 2013-09-03 | Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+0 |
| 2013-07-31 | parisc: Fix interrupt routing for C8000 serial ports | Thomas Bogendoerfer | 1 | -11/+27 |
| 2013-07-25 | PCI: Delay enabling bridges until they're needed | Yinghai Lu | 1 | -1/+0 |
| 2013-07-09 | parisc: fix LMMIO mismatch between PAT length and MASK register | Helge Deller | 1 | -0/+56 |
| 2013-07-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -13/+2 |
| 2013-06-29 | eisa_eeprom: switch to fixed_size_llseek() | Al Viro | 1 | -13/+2 |
| 2013-06-18 | parisc: fix serial ports on C8000 workstation | Thomas Bogendoerfer | 1 | -0/+66 |
| 2013-06-01 | parisc/PCI: lba: fix: convert to pci_create_root_bus() for correct root bus r... | Helge Deller | 1 | -4/+4 |
| 2013-06-01 | parisc/PCI: Set type for LBA bus_num resource | Bjorn Helgaas | 1 | -0/+1 |
| 2013-05-24 | parisc/superio: Use module_pci_driver to register driver | Peter Huewe | 1 | -12/+1 |
| 2013-05-06 | parisc: fix partly 16/64k PAGE_SIZE boot | Helge Deller | 1 | -4/+15 |
| 2013-04-09 | procfs: new helper - PDE_DATA(inode) | Al Viro | 1 | -2/+2 |
| 2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2013-02-22 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
| 2013-02-20 | parisc: led driver requires CONFIG_VM_EVENT_COUNTERS | Helge Deller | 1 | -0/+1 |
| 2013-02-20 | parisc: remove IRQF_DISABLED | Peter Zijlstra | 1 | -1/+1 |
| 2013-02-20 | drivers/parisc/pdc_stable.c: use WARN | Julia Lawall | 1 | -4/+2 |
| 2013-02-20 | drivers/parisc: Use printf extension %pR for struct resource | Joe Perches | 2 | -12/+7 |
| 2013-01-03 | Drivers: misc: remove __dev* attributes. | Greg Kroah-Hartman | 2 | -2/+2 |
| 2012-08-22 | parisc/PCI: Use list_for_each_entry() for bus->devices traversal | Bjorn Helgaas | 2 | -12/+5 |
| 2012-08-22 | parisc/PCI: Enable PERR/SERR on all devices | Bjorn Helgaas | 1 | -1/+3 |
| 2012-07-24 | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 3 | -17/+27 |
| 2012-06-13 | parisc/PCI: register busn_res for root buses | Yinghai Lu | 2 | -4/+14 |
| 2012-06-13 | PCI: replace struct pci_bus secondary/subordinate with busn_res | Yinghai Lu | 3 | -17/+17 |
| 2012-06-05 | parisc: cleanup quoted include | Paul Bolle | 1 | -1/+1 |
| 2012-05-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2012-05-10 | parisc: move definition of PAGE0 to asm/page.h | Rolf Eike Beer | 1 | -0/+1 |
| 2012-04-08 | Merge branch 'master' into for-next | Jiri Kosina | 4 | -49/+14 |
| 2012-04-05 | parisc: Use vsprintf extention %pf with builtin_return_address | Joe Perches | 1 | -1/+1 |
| 2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 3 | -3/+0 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 3 | -3/+0 |
| 2012-03-23 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2 | -46/+12 |
| 2012-02-27 | [PARISC] include <linux/prefetch.h> in drivers/parisc/iommu-helpers.h | Cong Wang | 1 | -0/+2 |
| 2012-02-23 | parisc/PCI: get rid of device resource fixups | Bjorn Helgaas | 2 | -46/+12 |
| 2012-01-11 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2 | -56/+63 |
| 2012-01-06 | parisc/PCI: lba: convert to pci_create_root_bus() for correct root bus resources | Bjorn Helgaas | 1 | -12/+17 |
| 2012-01-06 | parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented() | Bjorn Helgaas | 1 | -6/+8 |
| 2012-01-06 | parisc/PCI: lba: deal with LMMIO/PAT overlaps before creating PCI root bus | Bjorn Helgaas | 1 | -17/+18 |
| 2012-01-06 | parisc/PCI: dino: convert to pci_create_root_bus() for correct root bus resou... | Bjorn Helgaas | 1 | -15/+12 |
| 2012-01-06 | parisc/PCI: dino: use pci_create_bus() instead of pci_scan_bus_parented() | Bjorn Helgaas | 1 | -10/+12 |
| 2011-11-13 | Merge branch 'master' into for-next | Jiri Kosina | 2 | -0/+2 |
| 2011-10-31 | parisc: add module.h to files really requiring it | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-31 | parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-29 | treewide: remove commented out Kconfig entries | Paul Bolle | 1 | -7/+0 |
| 2011-09-27 | doc: fix broken references | Paul Bolle | 1 | -8/+8 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
| 2011-03-29 | parisc: Convert irq namespace | Thomas Gleixner | 3 | -4/+5 |
| 2011-02-10 | [PARISC] Convert to new irq_chip functions | Thomas Gleixner | 5 | -52/+56 |
| 2010-12-04 | parisc: KittyHawk LCD fix | Guy Martin | 1 | -4/+13 |
| 2010-12-04 | parisc: convert the rest of the irq handlers to simple/percpu | James Bottomley | 5 | -7/+11 |
| 2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
| 2010-10-28 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/par... | Linus Torvalds | 6 | -128/+53 |
| 2010-10-21 | drivers/parisc/iosapic.c: Remove unnecessary kzalloc cast | Joe Perches | 1 | -2/+2 |
| 2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -2/+1 |
| 2010-10-14 | parisc: convert eisa interrupts to flow handlers | Kyle McMartin | 1 | -16/+7 |
| 2010-10-14 | parisc: convert gsc and dino pci interrupts to flow handlers | Kyle McMartin | 2 | -31/+13 |
| 2010-10-14 | parisc: convert suckyio interrupts to flow handlers | Kyle McMartin | 1 | -15/+6 |
| 2010-10-14 | parisc: convert iosapic interrupts to proper flow handlers | Kyle McMartin | 1 | -31/+6 |
| 2010-10-14 | parisc: convert cpu interrupts to proper flow handlers | Kyle McMartin | 1 | -1/+1 |
| 2010-10-14 | parisc: lay groundwork for killing __do_IRQ | Kyle McMartin | 5 | -33/+19 |
| 2010-10-13 | parisc: squelch warning when using dev_get_stats | Kyle McMartin | 1 | -3/+3 |
| 2010-08-04 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -2/+2 |
| 2010-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -1/+2 |
| 2010-08-04 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -2/+4 |