Age | Commit message (Expand) | Author | Files | Lines |
2017-12-17 | parisc: Hide Diva-built-in serial aux and graphics card | Helge Deller | 1 | -0/+33 |
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 | 1 | -2/+2 |
2017-07-03 | parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devs | Thomas Bogendoerfer | 1 | -2/+4 |
2016-01-13 | parisc: Initialize PCI bridge cache line and default latency | Helge Deller | 1 | -1/+3 |
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 | 1 | -0/+1 |
2015-09-08 | PCI,parisc: Enable 64-bit bus addresses on PA-RISC | Helge Deller | 1 | -2/+5 |
2015-07-23 | PCI: Call pci_read_bridge_bases() from core instead of arch code | Lorenzo Pieralisi | 1 | -1/+0 |
2015-01-16 | parisc/PCI: Clip bridge windows to fit in upstream windows | Yinghai Lu | 1 | -3/+2 |
2013-07-25 | PCI: Delay enabling bridges until they're needed | Yinghai Lu | 1 | -1/+0 |
2013-07-10 | parisc: fix LMMIO mismatch between PAT length and MASK register | Helge Deller | 1 | -0/+56 |
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-01-04 | Drivers: misc: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -1/+1 |
2012-08-22 | parisc/PCI: Use list_for_each_entry() for bus->devices traversal | Bjorn Helgaas | 1 | -5/+2 |
2012-08-22 | parisc/PCI: Enable PERR/SERR on all devices | Bjorn Helgaas | 1 | -1/+3 |
2012-06-14 | parisc/PCI: register busn_res for root buses | Yinghai Lu | 1 | -2/+6 |
2012-06-14 | PCI: replace struct pci_bus secondary/subordinate with busn_res | Yinghai Lu | 1 | -11/+11 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -1/+0 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
2012-02-24 | parisc/PCI: get rid of device resource fixups | Bjorn Helgaas | 1 | -25/+6 |
2012-01-07 | parisc/PCI: lba: convert to pci_create_root_bus() for correct root bus resources | Bjorn Helgaas | 1 | -12/+17 |
2012-01-07 | parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented() | Bjorn Helgaas | 1 | -6/+8 |
2012-01-07 | parisc/PCI: lba: deal with LMMIO/PAT overlaps before creating PCI root bus | Bjorn Helgaas | 1 | -17/+18 |
2009-08-02 | parisc: fixed faulty check in lba_pci | Stoyan Gaydarov | 1 | -1/+1 |
2009-07-03 | parisc: Fix gcc 4.4 warning in lba_pci.c | Grant Grundler | 1 | -9/+22 |
2009-07-03 | parisc: advertise PCI devs after "assign_resources" | Grant Grundler | 1 | -5/+5 |
2009-03-13 | parisc: fix wrong assumption about bus->self | Grant Grundler | 1 | -2/+2 |
2009-01-05 | parisc: drivers/parisc/: make code static | Adrian Bunk | 1 | -1/+1 |
2008-05-15 | drivers/parisc: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -11/+11 |
2007-12-06 | [PARISC] lba_pci: pci_claim_resources disabled expansion roms | Kyle McMartin | 1 | -3/+7 |
2007-10-18 | [PARISC] Fix infinite loop in /proc/iomem | Matthew Wilcox | 1 | -44/+7 |
2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
2007-02-17 | [PARISC] lba_pci format warnings | Matthew Wilcox | 1 | -27/+29 |
2006-12-08 | [PARISC] Fix PCI bus numbering in the presence of Cardbus bridges | Matthew Wilcox | 1 | -13/+19 |
2006-12-08 | [PARISC] sparse fixes | Matthew Wilcox | 1 | -1/+1 |
2006-10-04 | [PARISC] Move LBA and SBA register defines to the common ropes.h | Kyle McMartin | 1 | -65/+0 |
2006-10-04 | [PARISC] Create shared <asm/ropes.h> header | Kyle McMartin | 1 | -39/+1 |
2006-10-04 | [PARISC] Stash the lba_device in its struct device drvdata | Kyle McMartin | 1 | -0/+1 |
2006-10-04 | [PARISC] Pretty print the name of the lba type on kernel boot | Kyle McMartin | 1 | -6/+10 |
2006-03-30 | [PARISC] I/O-Space must be ioremap_nocache()'d | Helge Deller | 1 | -4/+4 |
2006-01-23 | [PARISC] Use kzalloc and other janitor-style cleanups | Helge Deller | 1 | -4/+2 |
2006-01-11 | [PARISC] Truncate overlapping PAT PDC reported ranges | Grant Grundler | 1 | -23/+90 |
2006-01-11 | [PARISC] Add __read_mostly section for parisc | Helge Deller | 1 | -1/+1 |
2005-10-22 | [PARISC] Convert parisc_device to use struct resource for hpa | Matthew Wilcox | 1 | -7/+7 |
2005-06-28 | [PATCH] acpi bridge hotadd: ACPI based root bridge hot-add | Rajesh Shah | 1 | -0/+2 |
2005-04-17 | Linux-2.6.12-rc2 | Linus Torvalds | 1 | -0/+1649 |