Age | Commit message (Expand) | Author | Files | Lines |
2014-09-23 | PCI: pciehp: Fix pcie_wait_cmd() timeout | Yinghai Lu | 1 | -1/+1 |
2014-09-19 | Merge branch 'pci/vga'; commit '6a73336bde29' into for-linus | Bjorn Helgaas | 1 | -5/+1 |
2014-09-12 | PCI: Remove "no hotplug settings from platform" warning | Bjorn Helgaas | 1 | -5/+1 |
2014-09-10 | PCI: Add pci_ignore_hotplug() to ignore hotplug events for a device | Bjorn Helgaas | 2 | -10/+18 |
2014-08-14 | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -2/+2 |
2014-08-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -2/+2 |
2014-08-07 | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -20/+13 |
2014-07-22 | s390/pci: fix kmsg component | Gerald Schaefer | 1 | -2/+2 |
2014-07-21 | ACPI / hotplug / PCI: Fix sparse non static symbol warning | Wei Yongjun | 1 | -1/+1 |
2014-07-16 | ACPI / hotplug: Simplify acpi_set_hp_context() | Rafael J. Wysocki | 1 | -3/+4 |
2014-07-16 | ACPI / hotplug / PCI: Eliminate acpiphp_dev_to_bridge() | Rafael J. Wysocki | 1 | -16/+8 |
2014-07-08 | PCI: cpqphp: Remove unnecessary null test before debugfs_remove() | Fabian Frederick | 1 | -2/+1 |
2014-07-08 | PCI: pciehp: Clear Data Link Layer State Changed during init | Myron Stowe | 1 | -1/+1 |
2014-07-05 | PCI: pciehp: Remove struct controller.no_cmd_complete | Rajat Jain | 2 | -11/+1 |
2014-06-26 | of: Migrate of_find_node_by_name() users to for_each_node_by_name() | Grant Likely | 1 | -2/+2 |
2014-06-18 | PCI: pciehp: Remove assumptions about which commands cause completion events | Bjorn Helgaas | 1 | -30/+5 |
2014-06-18 | PCI: pciehp: Compute timeout from hotplug command start time | Bjorn Helgaas | 2 | -5/+29 |
2014-06-18 | PCI: pciehp: Wait for hotplug command completion lazily | Bjorn Helgaas | 1 | -4/+3 |
2014-06-16 | PCI: pciehp: Make pcie_wait_cmd() self-contained | Bjorn Helgaas | 2 | -16/+18 |
2014-06-16 | PCI: Prevent NULL dereference during pciehp probe | Andreas Noever | 1 | -0/+7 |
2014-06-13 | Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 33 | -355/+303 |
2014-06-11 | ACPI / hotplug / PCI: Add hotplug contexts to PCI host bridges | Rafael J. Wysocki | 2 | -18/+52 |
2014-06-11 | PCI: Merge multi-line quoted strings | Ryan Desfosses | 15 | -112/+71 |
2014-06-11 | PCI: Whitespace cleanup | Ryan Desfosses | 28 | -224/+218 |
2014-06-10 | PCI: Move EXPORT_SYMBOL so it immediately follows function/variable | Ryan Desfosses | 4 | -19/+14 |
2014-06-02 | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 12 | -26/+23 |
2014-05-29 | Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in... | Bjorn Helgaas | 6 | -11/+7 |
2014-05-28 | PCI: cpqphp: Fix possible null pointer dereference | Rickard Strandqvist | 1 | -1/+2 |
2014-05-28 | PCI: pciehp: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |
2014-05-28 | PCI: acpiphp: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |
2014-05-28 | PCI: cpcihp: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |
2014-05-28 | PCI: shpchp: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |
2014-05-28 | PCI: rpaphp: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |
2014-05-15 | PCI: shpchp: Check bridge's secondary (not primary) bus speed | Marcel Apfelbaum | 1 | -2/+2 |
2014-04-30 | Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' ... | Bjorn Helgaas | 9 | -15/+16 |
2014-04-30 | PCI: Remove unnecessary __ref annotations | Bjorn Helgaas | 3 | -3/+3 |
2014-04-25 | PCI: rphahp: Fix endianess issues | Laurent Dufour | 1 | -6/+9 |
2014-04-25 | PCI: pciehp: Acknowledge spurious "cmd completed" event | Rajat Jain | 1 | -0/+2 |
2014-04-15 | PCI: Remove unnecessary includes of <linux/init.h> | Paul Gortmaker | 3 | -3/+0 |
2014-04-15 | PCI: pciehp: Use PCI_EXP_SLTCAP_PSN define | Bjorn Helgaas | 1 | -1/+1 |
2014-04-15 | PCI: hotplug: Remove unnecessary "dev->bus" test | Bjorn Helgaas | 1 | -2/+1 |
2014-04-02 | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -80/+194 |
2014-03-06 | Merge branch 'acpi-pci-hotplug' into acpi-hotplug | Rafael J. Wysocki | 1 | -5/+2 |
2014-03-05 | ACPI / hotplug / PCI: Use pci_device_is_present() | Rafael J. Wysocki | 1 | -5/+2 |
2014-02-21 | ACPI / dock: Add .uevent() callback to struct acpi_hotplug_context | Rafael J. Wysocki | 1 | -4/+4 |
2014-02-21 | ACPI / dock: Use callback pointers from devices' ACPI hotplug contexts | Rafael J. Wysocki | 1 | -70/+49 |
2014-02-21 | ACPI / dock: Use ACPI device object pointers instead of ACPI handles | Rafael J. Wysocki | 1 | -3/+3 |
2014-02-21 | Merge branch 'acpi-pci-hotplug' into acpi-dock | Rafael J. Wysocki | 1 | -10/+19 |
2014-02-21 | ACPI / hotplug: Add .fixup() callback to struct acpi_hotplug_context | Rafael J. Wysocki | 1 | -1/+1 |
2014-02-21 | ACPI / hotplug / PCI: Do not clear event callback pointer for docks | Rafael J. Wysocki | 1 | -7/+0 |