summaryrefslogtreecommitdiffstats
path: root/Documentation/highuid.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-05PCI: add pci_request_acsChris Wright6-5/+27
2009-12-05PCI: fix BUG_ON triggered by logical PCIe root port removalKenji Kaneshige1-2/+4
2009-12-05PCI: remove ifdefed pci_cleanup_aer_correct_error_statusAndrew Patterson1-17/+0
2009-12-05PCI: unconditionally clear AER uncorr status register during cleanupAndrew Patterson1-7/+3
2009-12-05x86/PCI: claim SR-IOV BARs in pcibios_allocate_resourceYinghai Lu1-2/+15
2009-12-05PCI: portdrv: remove redundant definitionsKenji Kaneshige2-24/+9
2009-12-05PCI: portdrv: remove unnecessary struct pcie_port_dataKenji Kaneshige5-34/+10
2009-12-05PCI: portdrv: minor cleanup for pcie_port_device_registerKenji Kaneshige1-11/+10
2009-12-05PCI: portdrv: add missing irq cleanupKenji Kaneshige1-7/+12
2009-12-05PCI: portdrv: enable device before irq initializationKenji Kaneshige1-10/+11
2009-12-05PCI: portdrv: cleanup service irqs initializationKenji Kaneshige2-49/+29
2009-12-05PCI: portdrv: check capabilities firstKenji Kaneshige1-2/+4
2009-12-05PCI: portdrv: move PME capability checkKenji Kaneshige1-3/+3
2009-12-05PCI: portdrv: remove redundant pcie type calculationKenji Kaneshige1-6/+2
2009-12-05PCI: portdrv: cleanup pcie_device registrationKenji Kaneshige1-51/+26
2009-12-05PCI: portdrv: remove redundant pcie_port_device_probeKenji Kaneshige3-29/+8
2009-12-05PCI: Always set prefetchable base/limit upper32 registersAlex Williamson1-8/+3
2009-12-05PCI: read-modify-write the pcie device control register when initiating pcie flrShmulik Ravid1-3/+5
2009-12-05PCI: show dma_mask bits in /sysYinghai Lu1-0/+17
2009-12-05PCI: add debug output for DMA mask infoYinghai Lu1-0/+2
2009-12-05PCI: ibmphp_hpc: don't release hw sem twice if kthread stopsJesse Barnes1-1/+2
2009-11-25x86/PCI: MMCONFIG: add lookup functionBjorn Helgaas4-27/+20
2009-11-25x86/PCI: MMCONFIG: clean up printksBjorn Helgaas2-32/+26
2009-11-25x86/PCI: MMCONFIG: add pci_mmconfig_remove() to remove MMCONFIG regionBjorn Helgaas1-6/+10
2009-11-25x86/PCI: MMCONFIG: manage pci_mmcfg_region as a list, not a tableBjorn Helgaas4-81/+47
2009-11-25x86/PCI: MMCONFIG: remove typeof so we can use a listBjorn Helgaas1-5/+5
2009-11-25x86/PCI: MMCONFIG: add virtual address to struct pci_mmcfg_regionBjorn Helgaas2-31/+15
2009-11-25x86/PCI: MMCONFIG: trivial is_mmconf_reserved() interface simplificationBjorn Helgaas1-7/+5
2009-11-25x86/PCI: MMCONFIG: add resource to struct pci_mmcfg_regionBjorn Helgaas2-31/+38
2009-11-25x86/PCI: MMCONFIG: use pointer to simplify pci_mmcfg_config[] structure accessBjorn Helgaas1-5/+7
2009-11-25x86/PCI: MMCONFIG: rename pci_mmcfg_region structure membersBjorn Helgaas4-39/+39
2009-11-25x86/PCI: MMCONFIG: use a private structure rather than the ACPI MCFG oneBjorn Helgaas4-10/+17
2009-11-25x86/PCI: MMCONFIG: add PCI_MMCFG_BUS_OFFSET() to factor common expressionBjorn Helgaas4-17/+18
2009-11-25x86/PCI: MMCONFIG: reject MMCONFIG apertures at address zeroBjorn Helgaas1-6/+6
2009-11-25x86/PCI: MMCONFIG: simplify tests for empty pci_mmcfg_config tableBjorn Helgaas1-3/+0
2009-11-25x86/PCI: MMCONFIG: centralize MCFG structure managementBjorn Helgaas1-46/+39
2009-11-25x86/PCI: MMCONFIG: step through MCFG table, not pci_mmcfg_config[]Bjorn Helgaas1-1/+4
2009-11-25x86/PCI: MMCONFIG: count MCFG structures with local variableBjorn Helgaas1-5/+7
2009-11-25x86/PCI: MMCONFIG: remove unused definitionsBjorn Helgaas1-4/+0
2009-11-25x86/pci: seperate x86_pci_rootbus_res_quirks from amd_bus.cYinghai Lu4-100/+103
2009-11-25PCI: fix comment typo in bus_numa.hJiri Kosina1-1/+1
2009-11-25x86/PCI: remove early PCI pr_debug statementsAlex Chiang1-7/+0
2009-11-25PCI pciehp: fix power fault interrupt storm problemKenji Kaneshige2-36/+17
2009-11-25PCI hotplug: use pci_is_pcie()Kenji Kaneshige1-1/+1
2009-11-25PCIe AER: use pci_is_pcie()Kenji Kaneshige2-3/+3
2009-11-25PCIe ASPM: use pci_is_pcie()Kenji Kaneshige1-9/+12
2009-11-25PCI: use pci_is_pcie() in pci coreKenji Kaneshige7-16/+16
2009-11-25PCI: introduce pci_is_pcie()Kenji Kaneshige1-0/+11
2009-11-25pciehp: use pci_pcie_cap()Kenji Kaneshige3-25/+25
2009-11-25PCI hotplug: use pci_pcie_cap()Kenji Kaneshige1-1/+1