summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* kfifo API type safetyStefani Seibold2013-11-151-1/+1
* PCI: Update pcie_ports 'auto' behavior for non-ACPI platformsAndrew Murray2013-11-011-7/+8
* Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-044-37/+3Star
|\
| * Merge branch 'pci/aw-reset-v5' into nextBjorn Helgaas2013-08-153-36/+2Star
| |\
| | * PCI: Remove aer_do_secondary_bus_reset()Alex Williamson2013-08-143-36/+2Star
| * | PCI: Rename "PCI Express support" kconfig titleEzequiel Garcia2013-07-251-1/+1
| |/
* / PCI: pciehp: Convert pciehp to be builtin only, not modularBjorn Helgaas2013-07-261-4/+1Star
|/
* Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-045-43/+56
|\
| * Merge branch 'pci/misc' into nextBjorn Helgaas2013-06-151-1/+1
| |\
| | * PCI: Fix comment typo for pcie_pme_remove()Yijing Wang2013-06-101-1/+1
| * | Merge branch 'pci/betty-aer-v3' into nextBjorn Helgaas2013-06-073-35/+33Star
| |\ \ | | |/ | |/|
| | * PCI/AER: Reset link for devices below Root Port or Downstream PortBetty Dall2013-06-061-8/+9
| | * PCI/AER: Move AER severity defines to aer.hBetty Dall2013-06-061-4/+0Star
| | * PCI/AER: Set dev->__aer_firmware_first only for matching devicesBjorn Helgaas2013-06-061-4/+4
| | * PCI/AER: Factor out HEST device type matchingBjorn Helgaas2013-06-061-18/+17Star
| | * PCI/AER: Don't parse HEST table for non-PCIe devicesBjorn Helgaas2013-06-061-2/+4
| * | PCI: Fix kerneldoc for pci_disable_link_state()Yijing Wang2013-05-281-4/+9
| * | PCI/ASPM: Warn when driver asks to disable ASPM, but we can't do itBjorn Helgaas2013-05-211-3/+13
| |/
* / aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz2013-05-302-3/+6
|/
* Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-298-39/+29Star
|\
| * Merge branch 'pci/cleanup' into nextBjorn Helgaas2013-04-175-30/+24Star
| |\
| | * PCI: Remove "extern" from function declarationsBjorn Helgaas2013-04-172-16/+16
| | * PCI: Remove unused variablesBjorn Helgaas2013-04-151-12/+5Star
| | * 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/+4Star
| |\ \
| | * | PCI: Remove unnecessary dependencies between PME and ACPIBjorn Helgaas2013-04-152-3/+1Star
| | * | PCI: aer_inject: Fix return values when device not foundPrarit Bhargava2013-04-041-3/+3
| | |/
| * / PCI/AER: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCIShuah Khan2013-03-261-3/+1Star
| |/
* / PCI/PM: Disable runtime PM of PCIe portsRafael J. Wysocki2013-04-031-13/+0Star
|/
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-262-5/+5
|\
| * Merge branch 'pci/misc' into nextBjorn Helgaas2013-02-021-1/+1
| |\
| | * PCI: Use PCI Express Capability accessorMyron Stowe2013-01-311-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/+1Star
| |/
* | 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/+26Star
| * | aerdrv: Enhanced AER loggingLance Ortiz2013-01-031-1/+8
| |/
* | PCI: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-181-1/+1
* | PCI: Allow pcie_aspm=force even when FADT indicates it is unsupportedColin Ian King2013-01-151-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/+1Star
| * | 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/+2Star
| | |/ | |/|