Age | Commit message (Expand) | Author |
2016-08-01 | Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', '... | Bjorn Helgaas |
2016-07-25 | PCI: Remove DPC tristate module option | Keith Busch |
2016-07-25 | PCI: Bind DPC to Root Ports as well as Downstream Ports | Keith Busch |
2016-06-21 | PCI: Fix whitespace in struct dpc_dev | Mika Westerberg |
2016-06-21 | PCI: Convert Downstream Port Containment driver to use devm_* functions | Mika Westerberg |
2016-06-13 | PCI: Add runtime PM support for PCIe ports | Mika Westerberg |
2016-06-13 | PCI: Don't clear d3cold_allowed for PCIe ports | Mika Westerberg |
2016-06-11 | PCI/ASPM: Remove redundant check of pcie_set_clkpm | Shawn Lin |
2016-05-17 | Merge branches 'pci/hotplug' and 'pci/resource' into next | Bjorn Helgaas |
2016-05-04 | PCI: Use cached copy of PCI_EXP_SLTCAP_HPC bit | Lukas Wunner |
2016-05-03 | Merge branches 'pci/dpc', 'pci/resource' and 'pci/thunderbolt' into next | Bjorn Helgaas |
2016-05-03 | PCI: Add Downstream Port Containment driver | Keith Busch |
2016-05-03 | PCI: Add Downstream Port Containment portdrv service type | Keith Busch |
2016-05-03 | PCI: Widen portdrv service type from 4 bits to 8 bits | Keith Busch |
2016-04-08 | PCI: Remove return values from pcie_port_platform_notify() and relatives | Jon Derrick |
2016-04-08 | PCI/ACPI: Allow all PCIe services on non-ACPI host bridges | Jon Derrick |
2016-03-16 | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-03-15 | Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/... | Bjorn Helgaas |
2016-03-15 | PCI: Cleanup pci/pcie/Kconfig whitespace | Andreas Ziegler |
2016-03-08 | PCI/AER: Log aer_inject error injections | Jean Delvare |
2016-03-08 | PCI/AER: Log actual error causes in aer_inject | Jean Delvare |
2016-03-08 | PCI/AER: Use dev_warn() in aer_inject | Jean Delvare |
2016-03-08 | PCI/AER: Fix aer_inject error codes | Jean Delvare |
2016-02-09 | Merge branches 'pci/aer', 'pci/misc' and 'pci/virtualization' into next | Bjorn Helgaas |
2016-02-05 | PCI/PME: Restructure pcie_pme_suspend() to prevent compiler warning | Bjorn Helgaas |
2016-02-05 | PCI/PME: Remove redundant port lookup | Bjorn Helgaas |
2016-02-04 | PCI/AER: Use list_first_entry_or_null() to simplify code | Geliang Tang |
2016-02-04 | PCI/AER: Restore pci_ops pointer while calling original pci_ops | David Daney |
2016-02-04 | PCI/AER: Rename pci_ops_aer to aer_inj_pci_ops | Bjorn Helgaas |
2016-01-25 | PCI/AER: Flush workqueue on device remove to avoid use-after-free | Sebastian Andrzej Siewior |
2016-01-15 | Merge branch 'pci/host-vmd' into next | Bjorn Helgaas |
2016-01-15 | PCI/AER: Use 32 bit PCI domain numbers | Keith Busch |
2015-12-11 | Merge branches 'pci/aspm', 'pci/hotplug', 'pci/misc' and 'pci/msi' into next | Bjorn Helgaas |
2015-12-11 | PCI: Check for PCI_HEADER_TYPE_BRIDGE equality, not bitmask | Bjorn Helgaas |
2015-12-03 | PCI/ASPM: Make sysfs link_state_store() consistent with link_state_show() | Andy Lutomirski |
2015-09-17 | PCI/AER: Clear error status registers during enumeration and restore | Taku Izumi |
2015-07-14 | PCI: Fix pcie_port_device_resume() comment | Bjorn Helgaas |
2015-06-10 | PCI/ASPM: Simplify Clock Power Management setting | Bjorn Helgaas |
2015-05-29 | PCI: Use dev->has_secondary_link to find downstream PCIe links | Yijing Wang |
2015-05-26 | PCI/ASPM: Use dev->has_secondary_link to find downstream links | Yijing Wang |
2015-05-20 | PCI/ASPM: Remove redundant PCIe port type checking | Yijing Wang |
2015-05-20 | PCI/ASPM: Drop __pci_disable_link_state() useless "force" parameter | Bjorn Helgaas |
2015-04-13 | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2015-04-09 | PCI: Don't clear ASPM bits when the FADT declares it's unsupported | Matthew Garrett |
2015-03-06 | PCI/AER: Avoid info leak in __print_tlp_header() | Rasmus Villemoes |
2015-02-19 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds |
2015-01-09 | PCI/ASPM: Use standard parsing functions for sysfs setters | Chris J Arges |
2015-01-07 | kconfig: use bool instead of boolean for type definition attributes | Christoph Jaeger |
2014-12-03 | PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI core | Rafael J. Wysocki |
2014-10-23 | PCI / PM: handle failure to enable wakeup on PCIe PME | Lucas Stach |