summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PCI: portdrv: add missing irq cleanupKenji Kaneshige2009-12-051-7/+12
* PCI: portdrv: enable device before irq initializationKenji Kaneshige2009-12-051-10/+11
* PCI: portdrv: cleanup service irqs initializationKenji Kaneshige2009-12-052-49/+29Star
* PCI: portdrv: check capabilities firstKenji Kaneshige2009-12-051-2/+4
* PCI: portdrv: move PME capability checkKenji Kaneshige2009-12-051-3/+3
* PCI: portdrv: remove redundant pcie type calculationKenji Kaneshige2009-12-051-6/+2Star
* PCI: portdrv: cleanup pcie_device registrationKenji Kaneshige2009-12-051-51/+26Star
* PCI: portdrv: remove redundant pcie_port_device_probeKenji Kaneshige2009-12-053-29/+8Star
* PCI: Always set prefetchable base/limit upper32 registersAlex Williamson2009-12-051-8/+3Star
* PCI: read-modify-write the pcie device control register when initiating pcie flrShmulik Ravid2009-12-051-3/+5
* PCI: show dma_mask bits in /sysYinghai Lu2009-12-051-0/+17
* PCI: add debug output for DMA mask infoYinghai Lu2009-12-051-0/+2
* PCI: ibmphp_hpc: don't release hw sem twice if kthread stopsJesse Barnes2009-12-051-1/+2
* x86/PCI: MMCONFIG: add lookup functionBjorn Helgaas2009-11-254-27/+20Star
* x86/PCI: MMCONFIG: clean up printksBjorn Helgaas2009-11-252-32/+26Star
* x86/PCI: MMCONFIG: add pci_mmconfig_remove() to remove MMCONFIG regionBjorn Helgaas2009-11-251-6/+10
* x86/PCI: MMCONFIG: manage pci_mmcfg_region as a list, not a tableBjorn Helgaas2009-11-254-81/+47Star
* x86/PCI: MMCONFIG: remove typeof so we can use a listBjorn Helgaas2009-11-251-5/+5
* x86/PCI: MMCONFIG: add virtual address to struct pci_mmcfg_regionBjorn Helgaas2009-11-252-31/+15Star
* x86/PCI: MMCONFIG: trivial is_mmconf_reserved() interface simplificationBjorn Helgaas2009-11-251-7/+5Star
* x86/PCI: MMCONFIG: add resource to struct pci_mmcfg_regionBjorn Helgaas2009-11-252-31/+38
* x86/PCI: MMCONFIG: use pointer to simplify pci_mmcfg_config[] structure accessBjorn Helgaas2009-11-251-5/+7
* x86/PCI: MMCONFIG: rename pci_mmcfg_region structure membersBjorn Helgaas2009-11-254-39/+39
* x86/PCI: MMCONFIG: use a private structure rather than the ACPI MCFG oneBjorn Helgaas2009-11-254-10/+17
* x86/PCI: MMCONFIG: add PCI_MMCFG_BUS_OFFSET() to factor common expressionBjorn Helgaas2009-11-254-17/+18
* x86/PCI: MMCONFIG: reject MMCONFIG apertures at address zeroBjorn Helgaas2009-11-251-6/+6
* x86/PCI: MMCONFIG: simplify tests for empty pci_mmcfg_config tableBjorn Helgaas2009-11-251-3/+0Star
* x86/PCI: MMCONFIG: centralize MCFG structure managementBjorn Helgaas2009-11-251-46/+39Star
* x86/PCI: MMCONFIG: step through MCFG table, not pci_mmcfg_config[]Bjorn Helgaas2009-11-251-1/+4
* x86/PCI: MMCONFIG: count MCFG structures with local variableBjorn Helgaas2009-11-251-5/+7
* x86/PCI: MMCONFIG: remove unused definitionsBjorn Helgaas2009-11-251-4/+0Star
* x86/pci: seperate x86_pci_rootbus_res_quirks from amd_bus.cYinghai Lu2009-11-254-100/+103
* PCI: fix comment typo in bus_numa.hJiri Kosina2009-11-251-1/+1
* x86/PCI: remove early PCI pr_debug statementsAlex Chiang2009-11-251-7/+0Star
* PCI pciehp: fix power fault interrupt storm problemKenji Kaneshige2009-11-252-36/+17Star
* PCI hotplug: use pci_is_pcie()Kenji Kaneshige2009-11-251-1/+1
* PCIe AER: use pci_is_pcie()Kenji Kaneshige2009-11-252-3/+3
* PCIe ASPM: use pci_is_pcie()Kenji Kaneshige2009-11-251-9/+12
* PCI: use pci_is_pcie() in pci coreKenji Kaneshige2009-11-257-16/+16
* PCI: introduce pci_is_pcie()Kenji Kaneshige2009-11-251-0/+11
* pciehp: use pci_pcie_cap()Kenji Kaneshige2009-11-253-25/+25
* PCI hotplug: use pci_pcie_cap()Kenji Kaneshige2009-11-251-1/+1
* PCIe ASPM: use pci_pcie_cap()Kenji Kaneshige2009-11-251-10/+10
* PCIe port bus: use pci_pcie_cap()Kenji Kaneshige2009-11-251-7/+7
* PCIe AER: use pci_pcie_cap()Kenji Kaneshige2009-11-252-5/+5
* PCI: use pci_pcie_cap() in pci coreKenji Kaneshige2009-11-252-8/+8
* PCI: introduce pci_pcie_cap()Kenji Kaneshige2009-11-251-0/+16
* PCI: allow matching of prefetchable resources to non-prefetchable windowsLinus Torvalds2009-11-111-2/+6
* PCI: Replace old style lock initializerThomas Gleixner2009-11-071-1/+1
* ia64/xen: compilation fixIsaku Yamahata2009-11-071-27/+1Star