summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* 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
* | PCI: pciehp: Make pcie_wait_cmd() self-containedBjorn Helgaas2014-06-162-16/+18
* | PCI: Prevent NULL dereference during pciehp probeAndreas Noever2014-06-161-0/+7
|/
* Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-1233-355/+303
|\
| * PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-1015-112/+71
| * PCI: Whitespace cleanupRyan Desfosses2014-06-1028-224/+218
| * PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses2014-06-104-19/+14
* | ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridgesRafael J. Wysocki2014-06-112-18/+52
* | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-0212-26/+23
|\ \ | |/
| *---. Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas2014-05-286-11/+7
| |\ \ \
| | | * | PCI: pciehp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
| | | * | PCI: acpiphp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
| | | * | PCI: cpcihp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
| | | * | PCI: shpchp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
| | | * | PCI: rpaphp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
| | | |/
| | * | PCI: cpqphp: Fix possible null pointer dereferenceRickard Strandqvist2014-05-271-1/+2
| | | |
| | \ \
| *-. \ \ Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' ...Bjorn Helgaas2014-04-299-15/+16
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | | * PCI: Remove unnecessary __ref annotationsBjorn Helgaas2014-04-293-3/+3
| | | * PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker2014-04-143-3/+0
| | |/ | |/|
| | * PCI: rphahp: Fix endianess issuesLaurent Dufour2014-04-251-6/+9
| | * PCI: pciehp: Acknowledge spurious "cmd completed" eventRajat Jain2014-04-241-0/+2
| | * PCI: pciehp: Use PCI_EXP_SLTCAP_PSN defineBjorn Helgaas2014-04-141-1/+1
| | * PCI: hotplug: Remove unnecessary "dev->bus" testBjorn Helgaas2014-04-141-2/+1
| |/
* | PCI: shpchp: Check bridge's secondary (not primary) bus speedMarcel Apfelbaum2014-05-151-2/+2
|/
* Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-018-80/+194
|\
| * Merge branch 'pci/pciehp' into nextBjorn Helgaas2014-02-206-75/+189
| |\
| | * PCI: pciehp: Cleanup whitespaceBjorn Helgaas2014-02-193-5/+6
| | * PCI: pciehp: Remove a non-existent card, regardless of "surprise" capabilityRajat Jain2014-02-192-5/+13
| | * PCI: pciehp: Don't turn slot off when hot-added device already existsYijing Wang2014-02-142-2/+3
| | * PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain2014-02-114-3/+23
| | * PCI: pciehp: Ensure very fast hotplug events are also processedRajat Jain2014-02-111-9/+20
| | * PCI: pciehp: Disable link notification across slot resetRajat Jain2014-02-111-13/+17
| | * PCI: pciehp: Don't check adapter or latch status while disablingRajat Jain2014-02-111-18/+0
| | * PCI: pciehp: Don't disable the link permanently during removalRajat Jain2014-02-111-18/+0
| | * PCI: pciehp: Enable link state change notificationsRajat Jain2014-02-111-2/+11
| | * PCI: pciehp: Use link change notifications for hot-plug and removalRajat Jain2014-02-103-1/+96
| | * PCI: pciehp: Make check_link_active() non-staticRajat Jain2014-02-102-3/+4
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2014-02-181-2/+2
| |\ \
| | * | PCI: cpqphp: Fix hex vs decimal typo in cpqhpc_probe()Dan Carpenter2014-02-121-2/+2
| | |/
OpenPOWER on IntegriCloud