summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-0134-1121/+669
|\
| * Merge branch 'pci/yinghai-misc' into nextBjorn Helgaas2012-09-242-3/+9
| |\
| | * PCI: Use correct type when freeing bus resource listYinghai Lu2012-09-181-1/+5
| | * PCI: Check P2P bridge for invalid secondary/subordinate rangeYinghai Lu2012-09-181-2/+4
| * | Merge branch 'pci/jiang-acpiphp' into nextBjorn Helgaas2012-09-241-10/+31
| |\ \
| | * | PCI: acpiphp: Handle PCIe ports without native hotplug capabilityJiang Liu2012-09-241-10/+31
| * | | Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into nextBjorn Helgaas2012-09-241-5/+7
| |\ \ \
| | * | | PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi2012-09-241-5/+7
| * | | | PCI: Stop all children first, before removing all childrenYinghai Lu2012-09-201-16/+35
| * | | | Revert "PCI: Use hotplug-safe pci_get_domain_bus_and_slot()"Bjorn Helgaas2012-09-201-2/+6
| * | | | Merge branch 'pci/thierry-fixup-irqs' into nextBjorn Helgaas2012-09-191-2/+7
| |\ \ \ \
| | * | | | PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-181-0/+5
| | * | | | PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2012-09-181-2/+2
| | | |_|/ | | |/| |
| * | | | Merge branch 'pci/konstantin-sysfs' into nextBjorn Helgaas2012-09-181-47/+10
| |\ \ \ \
| | * | | | PCI: Convert "new_id"/"remove_id" into generic pci_bus driver attributesKonstantin Khlebnikov2012-09-171-47/+10
| | |/ / /
| * | | | Merge branch 'pci/jiang-get-domain-bus-slot' into nextBjorn Helgaas2012-09-173-20/+6
| |\ \ \ \
| | * | | | xen-pcifront: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu2012-09-121-8/+2
| | * | | | PCI: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu2012-09-121-6/+2
| | * | | | PCI/cpcihp: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu2012-09-121-6/+2
| * | | | | Merge branch 'pci/trivial' into nextBjorn Helgaas2012-09-135-31/+4
| |\ \ \ \ \
| | * | | | | PCI: Drop bogus default from ARCH_SUPPORTS_MSIJan Beulich2012-09-101-1/+0
| | * | | | | PCI: cpqphp: Remove unreachable pathAlan Cox2012-09-101-20/+1
| | * | | | | PCI: Remove bus number resource debug messagesBjorn Helgaas2012-08-241-5/+0
| | * | | | | PCI/AER: Print completion message at KERN_INFO to match starting messageLance Ortiz2012-08-241-4/+2
| | * | | | | PCI: Fix drivers/pci/pci.c kernel-doc warningsRandy Dunlap2012-08-221-1/+1
| | |/ / / /
| * | | | | Merge commit 'v3.6-rc5' into nextBjorn Helgaas2012-09-136-16/+89
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-123-10/+10
| |\ \ \ \ \
| | * | | | | PCI: Make pci_error_handlers constStephen Hemminger2012-09-073-10/+10
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'pci/gavin-window-alignment' into nextBjorn Helgaas2012-09-111-21/+60
| |\ \ \ \ \
| | * | | | | PCI: Refactor pbus_size_mem()Gavin Shan2012-09-111-13/+23
| | * | | | | PCI: Align P2P windows using pcibios_window_alignment()Gavin Shan2012-09-111-9/+6
| | * | | | | PCI: Add weak pcibios_window_alignment() interfaceGavin Shan2012-09-111-0/+32
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'pci/shengzhou-irq' into nextBjorn Helgaas2012-09-101-4/+11
| |\ \ \ \ \
| | * | | | | PCI: Use dev->irq instead of dev->pin to enable non MSI/INTx interruptShengzhou Liu2012-09-071-4/+11
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'pci/oliver-pciehp-resume' into nextBjorn Helgaas2012-09-101-14/+14
| |\ \ \ \ \
| | * | | | | PCI: pciehp: Always implement resume, regardless of pciehp_force paramOliver Neukum2012-09-071-14/+14
| | |/ / / /
| * | | | | Merge branch 'pci/feng-avoid-kmalloc' into nextBjorn Helgaas2012-09-101-37/+18
| |\ \ \ \ \
| | * | | | | PCI: Remove the obsolete no_pci_devices() checkFeng Tang2012-09-101-9/+0
| | * | | | | PCI: Use pci_device_id on stack for pci_get_subsys/class() to avoid kmallocFeng Tang2012-08-241-27/+17
| | |/ / / /
| * | | | | Merge branch 'pci/bjorn-remove-fakephp' into nextBjorn Helgaas2012-09-063-190/+1
| |\ \ \ \ \
| | * | | | | PCI: Remove the fakephp driverBjorn Helgaas2012-08-243-190/+1
| | |/ / / /
| * | | | | Merge branch 'pci/bjorn-cleanup-remove' into nextBjorn Helgaas2012-08-235-237/+24
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | PCI: Leave normal LIST_POISON in deleted list entriesBjorn Helgaas2012-08-221-3/+0
| | * | | | PCI: Rename local variables to conventional namesBjorn Helgaas2012-08-221-7/+7
| | * | | | PCI: Remove unused, commented-out, codeBjorn Helgaas2012-08-224-125/+0
| | * | | | PCI: Stop and remove devices in one passBjorn Helgaas2012-08-221-35/+7
| | * | | | PCI: Fold stop and remove helpers into their callersBjorn Helgaas2012-08-221-33/+20
| | * | | | PCI: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas2012-08-222-11/+8
| | * | | | PCI: Remove pci_stop_and_remove_behind_bridge()Bjorn Helgaas2012-08-221-25/+0
| | * | | | PCI: Don't export stop_bus_device and remove_bus_device interfacesBjorn Helgaas2012-08-221-4/+4
OpenPOWER on IntegriCloud