summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-06PCI: Increase resource array mask bit size in pcim_iomap_regions()Yinghai Lu2-6/+6
2012-01-06PCI: DEVICE_COUNT_RESOURCE should be equal to PCI_NUM_RESOURCESYinghai Lu1-1/+1
2012-01-06PCI: pci_ids: add device ids for STA2X11 device (aka ConneXT)Alessandro Rubini1-0/+23
2012-01-06PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that breaks USBBjorn Helgaas1-0/+42
2012-01-06x86/PCI: amd: factor out MMCONFIG discoveryBjorn Helgaas3-31/+44
2012-01-06PCI: Enable ATS at the device state restoreHao, Xudong3-0/+26
2012-01-06PCI: msi: fix imbalanced refcount of msi irq sysfs objectsNeil Horman1-2/+12
2012-01-06PCI: kconfig: English typo in pci/pcie/KconfigP. Christeas1-1/+1
2012-01-06PCI/PM/Runtime: make PCI traces quieterVincent Palatin3-11/+10
2012-01-06PCI: remove pci_create_bus()Bjorn Helgaas2-16/+0
2012-01-06xtensa/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-43/+42
2012-01-06x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus()Bjorn Helgaas4-35/+45
2012-01-06x86/PCI: use pci_scan_bus() instead of pci_scan_bus_parented()Bjorn Helgaas3-6/+1
2012-01-06x86/PCI: read Broadcom CNB20LE host bridge info before PCI scanBjorn Helgaas1-23/+39
2012-01-06sparc32, leon/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-17/+8
2012-01-06sparc/PCI: convert to pci_create_root_bus()Bjorn Helgaas1-11/+6
2012-01-06sh/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-10/+10
2012-01-06powerpc/PCI: convert to pci_create_root_bus()Bjorn Helgaas1-11/+14
2012-01-06powerpc/PCI: split PHB part out of pcibios_map_io_space()Bjorn Helgaas1-19/+21
2012-01-06powerpc/PCI: make pcibios_setup_phb_resources() staticBjorn Helgaas2-2/+1
2012-01-06parisc/PCI: lba: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas1-12/+17
2012-01-06parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas1-6/+8
2012-01-06parisc/PCI: lba: deal with LMMIO/PAT overlaps before creating PCI root busBjorn Helgaas1-17/+18
2012-01-06parisc/PCI: dino: convert to pci_create_root_bus() for correct root bus resou...Bjorn Helgaas1-15/+12
2012-01-06parisc/PCI: dino: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas1-10/+12
2012-01-06mn10300/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-6/+6
2012-01-06mips/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-7/+10
2012-01-06microblaze/PCI: use pci_scan_root_bus()Bjorn Helgaas1-7/+3
2012-01-06microblaze/PCI: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas1-15/+15
2012-01-06microblaze/PCI: make pcibios_setup_phb_resources() staticBjorn Helgaas2-2/+1
2012-01-06microblaze/PCI: fix pci_bus_for_each_resource() usageBjorn Helgaas1-2/+0
2012-01-06ia64/PCI: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas1-25/+14
2012-01-06ia64/PCI: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas1-1/+4
2012-01-06frv/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-6/+5
2012-01-06arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas21-111/+104
2012-01-06alpha/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-20/+20
2012-01-06PCI: deprecate pci_scan_bus_parented()Bjorn Helgaas2-0/+13
2012-01-06PCI: convert pci_scan_bus_parented() to use pci_create_root_bus()Bjorn Helgaas1-1/+6
2012-01-06PCI: convert pci_scan_bus() to use pci_create_root_bus()Bjorn Helgaas2-9/+20
2012-01-06PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas2-0/+18
2012-01-06PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas2-4/+24
2012-01-06PCI: show host bridges and root bus resourcesBjorn Helgaas1-1/+12
2012-01-06PCI: add helpers for building PCI bus resource listsBjorn Helgaas2-5/+29
2012-01-06PCI: delay configuration of SRIOV capabilityRam Pai1-2/+2
2012-01-06PCI: Only call pci_stop_bus_device() one time for child devices at removeYinghai Lu1-3/+7
2012-01-06x86/PCI: amd: Kill misleading message about enablement of IO access to PCI ECS]Andreas Herrmann1-1/+0
2012-01-06PCI: latency timer doesn't apply to PCIeMyron Stowe1-0/+4
2012-01-06PCI: x86: use generic pcibios_set_master()Myron Stowe1-14/+0
2012-01-06PCI: sh: use generic pcibios_set_master()Myron Stowe1-15/+0
2012-01-06PCI: mn10300: use generic pcibios_set_master()Myron Stowe1-16/+0