aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+7
2015-01-26ACPI: Introduce acpi_unload_parent_table() usages in Linux kernelLv Zheng1-6/+7
2015-01-21PCI: pciehp: Handle surprise add even if surprise removal isn't supportedBjorn Helgaas1-2/+0
2014-12-26PCI: Delete unnecessary NULL pointer checksMarkus Elfring1-2/+1
2014-12-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2014-12-16x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu1-0/+1
2014-12-16x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector()Jiang Liu1-4/+1
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+1
2014-11-10PCI: Simplify if-return sequencesQuentin Lambert1-4/+1
2014-10-27Revert duplicate "PCI: pciehp: Prevent NULL dereference during probe"Kamal Mostafa1-7/+0
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds24-561/+144
2014-09-25Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into nextBjorn Helgaas16-101/+121
2014-09-24PCI: Remove assignment from complicated "if" conditionsQuentin Lambert1-4/+9
2014-09-24PCI: Remove assignment from "if" conditionsQuentin Lambert8-27/+56
2014-09-24PCI: Remove unnecessary curly bracesQuentin Lambert8-36/+22
2014-09-24PCI: Add space before open parenthesisQuentin Lambert8-39/+39
2014-09-23PCI: pciehp: Stop disabling notifications during initYinghai Lu1-3/+0
2014-09-23PCI: pciehp: Add more Slot Control debug outputYinghai Lu1-1/+9
2014-09-23PCI: pciehp: Fix wait time in timeout messageYinghai Lu1-1/+1
2014-09-22PCI: pciehp: Fix pcie_wait_cmd() timeoutYinghai Lu1-1/+1
2014-09-18Merge branch 'pci/vga'; commit '6a73336bde29' into for-linusBjorn Helgaas1-5/+1
2014-09-16PCI: pciehp: Prevent NULL dereference during probeAndreas Noever1-0/+7
2014-09-12PCI: pciehp: Reduce PCIe slot_ctrl to 16 bitsBjorn Helgaas2-2/+2
2014-09-12ACPI / hotplug / PCI: Remove pci_configure_slot() usageBjorn Helgaas1-10/+1
2014-09-12PCI: shpchp: Remove pci_configure_slot() usageBjorn Helgaas1-7/+1
2014-09-12PCI: pciehp: Remove pci_configure_slot() usageBjorn Helgaas1-4/+1
2014-09-12PCI: Move pci_configure_slot() to drivers/pci/probe.cBjorn Helgaas2-177/+1
2014-09-12PCI: Move pci_get_hp_params() to drivers/pci/pci-acpi.cBjorn Helgaas1-251/+0
2014-09-12PCI: pciehp: Configure hot-added display devicesBjorn Helgaas1-5/+1
2014-09-12PCI: Remove "no hotplug settings from platform" warningBjorn Helgaas1-5/+1
2014-09-10PCI: Add pci_ignore_hotplug() to ignore hotplug events for a deviceBjorn Helgaas2-10/+18
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-20/+13
2014-07-22s390/pci: fix kmsg componentGerald Schaefer1-2/+2
2014-07-20ACPI / hotplug / PCI: Fix sparse non static symbol warningWei Yongjun1-1/+1
2014-07-16ACPI / hotplug: Simplify acpi_set_hp_context()Rafael J. Wysocki1-3/+4
2014-07-16ACPI / hotplug / PCI: Eliminate acpiphp_dev_to_bridge()Rafael J. Wysocki1-16/+8
2014-07-07PCI: cpqphp: Remove unnecessary null test before debugfs_remove()Fabian Frederick1-2/+1
2014-07-07PCI: pciehp: Clear Data Link Layer State Changed during initMyron Stowe1-1/+1
2014-07-05PCI: pciehp: Remove struct controller.no_cmd_completeRajat Jain2-11/+1
2014-06-26of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely1-2/+2
2014-06-17PCI: pciehp: Remove assumptions about which commands cause completion eventsBjorn Helgaas1-30/+5
2014-06-17PCI: pciehp: Compute timeout from hotplug command start timeBjorn Helgaas2-5/+29
2014-06-17PCI: pciehp: Wait for hotplug command completion lazilyBjorn Helgaas1-4/+3
2014-06-16PCI: pciehp: Make pcie_wait_cmd() self-containedBjorn Helgaas2-16/+18
2014-06-16PCI: Prevent NULL dereference during pciehp probeAndreas Noever1-0/+7
2014-06-12Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds33-355/+303
2014-06-11ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridgesRafael J. Wysocki2-18/+52
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses15-112/+71