summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-298-39/+29
|\
| * Merge branch 'pci/cleanup' into nextBjorn Helgaas2013-04-175-30/+24
| |\
| | * PCI: Remove "extern" from function declarationsBjorn Helgaas2013-04-172-16/+16
| | * PCI: Remove unused variablesBjorn Helgaas2013-04-151-12/+5
| | * PCI: Make local functions/structs staticBjorn Helgaas2013-04-121-2/+2
| | * PCI: Fix missing prototype for pcie_port_acpi_setup()Andy Shevchenko2013-04-121-0/+1
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2013-04-153-6/+4
| |\ \
| | * | PCI: Remove unnecessary dependencies between PME and ACPIBjorn Helgaas2013-04-152-3/+1
| | * | PCI: aer_inject: Fix return values when device not foundPrarit Bhargava2013-04-031-3/+3
| | |/
| * | PCI/AER: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCIShuah Khan2013-03-261-3/+1
| |/
* | PCI/PM: Disable runtime PM of PCIe portsRafael J. Wysocki2013-04-031-13/+0
|/
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-252-5/+5
|\
| * Merge branch 'pci/misc' into nextBjorn Helgaas2013-02-021-1/+1
| |\
| | * PCI: Use PCI Express Capability accessorMyron Stowe2013-01-301-1/+1
| * | PCI/ASPM: Don't touch ASPM if forcibly disabledJoe Lawrence2013-02-011-0/+3
| * | PCI/ASPM: Deallocate upstream link state even if device is not PCIeMyron Stowe2013-02-011-4/+1
| |/
* | Merge tag 'please-pull-aer-trace' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-01-241-29/+34
|\ \
| * | aerdrv: Cleanup log output for AERLance Ortiz2013-01-031-28/+26
| * | aerdrv: Enhanced AER loggingLance Ortiz2013-01-031-1/+8
| |/
* | PCI: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-171-1/+1
* | PCI: Allow pcie_aspm=force even when FADT indicates it is unsupportedColin Ian King2013-01-141-0/+3
* | PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()Betty Dall2013-01-131-0/+1
|/
* PCI/PM: Do not suspend port if any subordinate device needs PME pollingHuang Ying2012-12-261-1/+19
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-134-17/+31
|\
| * Merge branch 'pci/bjorn-pcie-cap' into nextBjorn Helgaas2012-12-072-7/+7
| |\
| | * PCI: Add standard PCIe Capability Link ASPM field namesBjorn Helgaas2012-12-071-5/+6
| | * PCI/portdrv: Use PCI Express Capability accessorsBjorn Helgaas2012-12-071-2/+1
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2012-11-282-5/+22
| |\ \
| | * | PCI/AER: Report success only when every device has AER-aware driverVijay Mohan Pandarathil2012-11-262-4/+22
| * | | Merge branch 'for-linus' into nextBjorn Helgaas2012-11-262-5/+18
| |\ \ \ | | |/ / | |/| |
| * | | PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-11-071-5/+2
| | |/ | |/|
* | | PCI: Remove __dev* markingsBill Pemberton2012-11-282-3/+3
| |/ |/|
* | PCI/portdrv: Don't create hotplug slots unless port supports hotplugTaku Izumi2012-11-051-1/+2
* | PCI/PM: Fix deadlock when unbinding device if parent in D3coldHuang Ying2012-11-021-4/+16
|/
* Merge branch 'pci/trivial' into nextBjorn Helgaas2012-09-131-4/+2
|\
| * PCI/AER: Print completion message at KERN_INFO to match starting messageLance Ortiz2012-08-241-4/+2
* | Merge commit 'v3.6-rc5' into nextBjorn Helgaas2012-09-131-0/+14
|\ \
| * | PCI/PM: Fix config reg access for D3cold and bridge suspendingHuang Ying2012-08-211-0/+9
| * | PCI/PM: Enable D3/D3cold by default for most devicesHuang Ying2012-08-211-0/+5
| |/
* | Merge branch 'pci/stephen-const' into nextBjorn Helgaas2012-09-123-10/+10
|\ \
| * | PCI: Make pci_error_handlers constStephen Hemminger2012-09-073-10/+10
| |/
* | Merge branch 'pci/shengzhou-irq' into nextBjorn Helgaas2012-09-101-4/+11
|\ \
| * | PCI: Use dev->irq instead of dev->pin to enable non MSI/INTx interruptShengzhou Liu2012-09-071-4/+11
| |/
* | PCI/ASPM: Use PCI Express Capability accessorsJiang Liu2012-08-231-51/+26
* | PCI/AER: Use PCI Express Capability accessorsJiang Liu2012-08-232-51/+17
* | PCI/PME: Use PCI Express Capability accessorsJiang Liu2012-08-231-17/+6
* | PCI/portdrv: Use PCI Express Capability accessorsJiang Liu2012-08-232-18/+6
* | PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang2012-08-239-37/+38
|/
* Merge branch 'topic/huang-d3cold-v7' into nextBjorn Helgaas2012-06-231-0/+60
|\
| * PCI/PM: add PCIe runtime D3cold supportHuang Ying2012-06-231-4/+40
OpenPOWER on IntegriCloud