summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-161-1/+1
|\
| * powerpc/eeh: Do probe on pci_dnGavin Shan2015-03-241-1/+1
* | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-131-2/+6
|\ \
| * | PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang2015-03-121-2/+6
| |/
* | PCI: cpcihp: Add missing curly braces in cpci_configure_slot()Dan Carpenter2015-03-121-1/+2
|/
* Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-101-6/+7
|\
| * ACPI: Introduce acpi_unload_parent_table() usages in Linux kernelLv Zheng2015-01-261-6/+7
* | PCI: pciehp: Handle surprise add even if surprise removal isn't supportedBjorn Helgaas2015-01-211-2/+0
* | PCI: Delete unnecessary NULL pointer checksMarkus Elfring2014-12-261-2/+1
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-191-4/+2
|\
| * x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu2014-12-161-0/+1
| * x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector()Jiang Liu2014-12-161-4/+1
* | Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-101-4/+1
|\ \ | |/ |/|
| * PCI: Simplify if-return sequencesQuentin Lambert2014-11-101-4/+1
* | Revert duplicate "PCI: pciehp: Prevent NULL dereference during probe"Kamal Mostafa2014-10-271-7/+0
|/
* Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-0924-561/+144
|\
| *-. Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into...Bjorn Helgaas2014-09-2516-101/+121
| |\ \
| | | * PCI: Remove assignment from complicated "if" conditionsQuentin Lambert2014-09-241-4/+9
| | | * PCI: Remove assignment from "if" conditionsQuentin Lambert2014-09-248-27/+56
| | | * PCI: Remove unnecessary curly bracesQuentin Lambert2014-09-248-36/+22
| | | * PCI: Add space before open parenthesisQuentin Lambert2014-09-248-39/+39
| | |/
| * | PCI: pciehp: Stop disabling notifications during initYinghai Lu2014-09-231-3/+0
| * | PCI: pciehp: Add more Slot Control debug outputYinghai Lu2014-09-231-1/+9
| * | PCI: pciehp: Fix wait time in timeout messageYinghai Lu2014-09-231-1/+1
| * | PCI: pciehp: Prevent NULL dereference during probeAndreas Noever2014-09-161-0/+7
| * | PCI: pciehp: Reduce PCIe slot_ctrl to 16 bitsBjorn Helgaas2014-09-122-2/+2
| * | ACPI / hotplug / PCI: Remove pci_configure_slot() usageBjorn Helgaas2014-09-121-10/+1
| * | PCI: shpchp: Remove pci_configure_slot() usageBjorn Helgaas2014-09-121-7/+1
| * | PCI: pciehp: Remove pci_configure_slot() usageBjorn Helgaas2014-09-121-4/+1
| * | PCI: Move pci_configure_slot() to drivers/pci/probe.cBjorn Helgaas2014-09-122-177/+1
| * | PCI: Move pci_get_hp_params() to drivers/pci/pci-acpi.cBjorn Helgaas2014-09-121-251/+0
| * | PCI: pciehp: Configure hot-added display devicesBjorn Helgaas2014-09-121-5/+1
* | | PCI: pciehp: Fix pcie_wait_cmd() timeoutYinghai Lu2014-09-221-1/+1
| | |
| \ \
*-. \ \ Merge branch 'pci/vga'; commit '6a73336bde29' into for-linusBjorn Helgaas2014-09-181-5/+1
|\ \ \ \ | | |/ / | | | / | | |/ | |/|
| | * PCI: Remove "no hotplug settings from platform" warningBjorn Helgaas2014-09-121-5/+1
| |/
* | PCI: Add pci_ignore_hotplug() to ignore hotplug events for a deviceBjorn Helgaas2014-09-102-10/+18
|/
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-141-2/+2
|\
| * of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely2014-06-261-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-08-071-2/+2
|\ \
| * | s390/pci: fix kmsg componentGerald Schaefer2014-07-221-2/+2
| |/
* | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-061-20/+13
|\ \
| * | ACPI / hotplug / PCI: Fix sparse non static symbol warningWei Yongjun2014-07-201-1/+1
| * | ACPI / hotplug: Simplify acpi_set_hp_context()Rafael J. Wysocki2014-07-161-3/+4
| * | ACPI / hotplug / PCI: Eliminate acpiphp_dev_to_bridge()Rafael J. Wysocki2014-07-161-16/+8
| |/
* | PCI: cpqphp: Remove unnecessary null test before debugfs_remove()Fabian Frederick2014-07-071-2/+1
* | PCI: pciehp: Clear Data Link Layer State Changed during initMyron Stowe2014-07-071-1/+1
* | PCI: pciehp: Remove struct controller.no_cmd_completeRajat Jain2014-07-052-11/+1
* | PCI: pciehp: Remove assumptions about which commands cause completion eventsBjorn Helgaas2014-06-171-30/+5
* | PCI: pciehp: Compute timeout from hotplug command start timeBjorn Helgaas2014-06-172-5/+29
* | PCI: pciehp: Wait for hotplug command completion lazilyBjorn Helgaas2014-06-171-4/+3
OpenPOWER on IntegriCloud