summaryrefslogtreecommitdiffstats
path: root/arch/ia64/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI: Set ROM shadow location in arch code, not in PCI coreBjorn Helgaas2016-03-081-6/+16
* PCI: Mark shadow copy of VGA ROM as IORESOURCE_PCI_FIXEDBjorn Helgaas2016-03-081-1/+2
* ia64/PCI/ACPI: Use common interface to support PCI host bridgeJiang Liu2015-10-161-187/+48Star
* ia64/PCI: Use common struct resource_entry to replace struct iospace_resourceJiang Liu2015-10-161-9/+8Star
* ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridgeJiang Liu2015-10-161-221/+193Star
* PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-151-2/+3
* PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2015-07-231-3/+2Star
* PCI / ACPI: Do not set ACPI companions for host bridges with parentsRafael J. Wysocki2015-05-281-3/+10
* ia64/PCI: Treat all host bridge Address Space Descriptors (even consumers) as...Bjorn Helgaas2015-04-211-4/+1Star
* Merge branch 'acpica'Rafael J. Wysocki2015-02-101-7/+7
|\
| * ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng2015-01-261-7/+7
* | ia64/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-27/+21Star
|/
* vgaarb: Don't default exclusively to first video device with mem+ioBruno Prémont2014-09-161-23/+1Star
* x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup()Bruno Prémont2014-07-111-0/+22
* ia64/PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-3/+1Star
* Merge branch 'pci/misc' into nextBjorn Helgaas2014-02-191-11/+14
|\
| * ia64/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA deviceSander Eikelenboom2014-02-141-11/+14
* | ia64: Remove acpi_get_pxm() usageBjorn Helgaas2014-02-031-8/+2Star
|/
* ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-141-3/+3
* PCI: Replace printks with appropriate pr_*()Yijing Wang2013-06-181-6/+7
* PCI/IA64: introduce probe_pci_root_info() to manage _CRS resourceYijing Wang2013-06-181-43/+57
* PCI/IA64: Add host bridge resource release for _CRS pathYijing Wang2013-06-181-0/+9
* PCI/IA64: fix memleak for create pci root bus failJiang Liu2013-06-181-14/+60
* PCI/IA64: Allocate pci_root_info instead of using stackYijing Wang2013-06-181-23/+35
* PCI/IA64: embed pci hostbridge resources into pci_root_infoYijing Wang2013-06-181-28/+37
* ia64/PCI: Implement pcibios_{add|remove}_bus() hooksJiang Liu2013-04-121-0/+11
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-261-0/+8
|\
| * ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-141-0/+8
* | IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-042-19/+14Star
|/
* Merge branch 'pci/yinghai-misc' into nextBjorn Helgaas2012-09-251-2/+1Star
|\
| * ia64/PCI: Clear host bridge aperture struct resourceYinghai Lu2012-09-211-2/+1Star
* | PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-191-8/+0Star
* | PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2012-09-191-1/+1
|/
* Merge tag 'please-pull-ia64-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-301-2/+2
|\
| * [IA64] Rename platform_name to ia64_platform_nameFengguang Wu2012-07-251-2/+2
* | Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-9/+0Star
|\ \
| * | ia64/PCI: factor out pcibios_setup()Myron Stowe2012-07-051-9/+0Star
| |/
* | ia64/PCI: register busn_res for root busesYinghai Lu2012-06-131-1/+3
* | PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-1/+1
|/
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+0Star
|\
| * Disintegrate asm/system.h for IA64David Howells2012-03-281-1/+0Star
* | ia64/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-241-53/+2Star
|/
* ia64/PCI: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-25/+14Star
* ia64/PCI: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas2012-01-061-1/+4
* PCI: IA64: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-061-0/+5
* ia64: Add export.h to arch/ia64 specific files as requiredPaul Gortmaker2011-11-011-0/+1
* ACPI: pci_root: pass acpi_pci_root to arch-specific scanBjorn Helgaas2010-04-041-1/+4
* PCI: augment bus resource table with a listBjorn Helgaas2010-02-231-9/+3Star
* PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas2010-02-231-3/+2Star
* resource/PCI: mark struct resource as constDominik Brodowski2010-02-231-1/+1