Age | Commit message (Expand) | Author | Files | Lines |
2014-10-09 | Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 24 | -561/+144 |
2014-09-25 | Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into... | Bjorn Helgaas | 16 | -101/+121 |
2014-09-24 | PCI: Remove assignment from complicated "if" conditions | Quentin Lambert | 1 | -4/+9 |
2014-09-24 | PCI: Remove assignment from "if" conditions | Quentin Lambert | 8 | -27/+56 |
2014-09-24 | PCI: Remove unnecessary curly braces | Quentin Lambert | 8 | -36/+22 |
2014-09-24 | PCI: Add space before open parenthesis | Quentin Lambert | 8 | -39/+39 |
2014-09-23 | PCI: pciehp: Stop disabling notifications during init | Yinghai Lu | 1 | -3/+0 |
2014-09-23 | PCI: pciehp: Add more Slot Control debug output | Yinghai Lu | 1 | -1/+9 |
2014-09-23 | PCI: pciehp: Fix wait time in timeout message | Yinghai Lu | 1 | -1/+1 |
2014-09-22 | PCI: pciehp: Fix pcie_wait_cmd() timeout | Yinghai Lu | 1 | -1/+1 |
2014-09-18 | Merge branch 'pci/vga'; commit '6a73336bde29' into for-linus | Bjorn Helgaas | 1 | -5/+1 |
2014-09-16 | PCI: pciehp: Prevent NULL dereference during probe | Andreas Noever | 1 | -0/+7 |
2014-09-12 | PCI: pciehp: Reduce PCIe slot_ctrl to 16 bits | Bjorn Helgaas | 2 | -2/+2 |
2014-09-12 | ACPI / hotplug / PCI: Remove pci_configure_slot() usage | Bjorn Helgaas | 1 | -10/+1 |
2014-09-12 | PCI: shpchp: Remove pci_configure_slot() usage | Bjorn Helgaas | 1 | -7/+1 |
2014-09-12 | PCI: pciehp: Remove pci_configure_slot() usage | Bjorn Helgaas | 1 | -4/+1 |
2014-09-12 | PCI: Move pci_configure_slot() to drivers/pci/probe.c | Bjorn Helgaas | 2 | -177/+1 |
2014-09-12 | PCI: Move pci_get_hp_params() to drivers/pci/pci-acpi.c | Bjorn Helgaas | 1 | -251/+0 |
2014-09-12 | PCI: pciehp: Configure hot-added display devices | 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-06 | 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-20 | 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-07 | PCI: cpqphp: Remove unnecessary null test before debugfs_remove() | Fabian Frederick | 1 | -2/+1 |
2014-07-07 | 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-17 | PCI: pciehp: Remove assumptions about which commands cause completion events | Bjorn Helgaas | 1 | -30/+5 |
2014-06-17 | PCI: pciehp: Compute timeout from hotplug command start time | Bjorn Helgaas | 2 | -5/+29 |
2014-06-17 | 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-12 | 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-10 | PCI: Merge multi-line quoted strings | Ryan Desfosses | 15 | -112/+71 |
2014-06-10 | 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-28 | Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in... | Bjorn Helgaas | 6 | -11/+7 |
2014-05-27 | PCI: cpqphp: Fix possible null pointer dereference | Rickard Strandqvist | 1 | -1/+2 |
2014-05-27 | PCI: pciehp: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |
2014-05-27 | PCI: acpiphp: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |
2014-05-27 | PCI: cpcihp: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |
2014-05-27 | PCI: shpchp: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |
2014-05-27 | PCI: rpaphp: Use pci_is_bridge() to simplify code | Yijing Wang | 1 | -2/+1 |