summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* PCI/AER: Clear error status registers during enumeration and restoreTaku Izumi2015-09-171-0/+28
* PCI: Fix pcie_port_device_resume() commentBjorn Helgaas2015-07-141-1/+1
* PCI/ASPM: Simplify Clock Power Management settingBjorn Helgaas2015-06-101-8/+5
* PCI: Use dev->has_secondary_link to find downstream PCIe linksYijing Wang2015-05-291-2/+1
* PCI/ASPM: Use dev->has_secondary_link to find downstream linksYijing Wang2015-05-261-6/+10
* PCI/ASPM: Remove redundant PCIe port type checkingYijing Wang2015-05-201-15/+4
* PCI/ASPM: Drop __pci_disable_link_state() useless "force" parameterBjorn Helgaas2015-05-201-5/+4
* Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-131-18/+0
|\
| * PCI: Don't clear ASPM bits when the FADT declares it's unsupportedMatthew Garrett2015-04-091-18/+0
* | PCI/AER: Avoid info leak in __print_tlp_header()Rasmus Villemoes2015-03-061-10/+2
|/
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-191-1/+1
|\
| * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-1/+1
* | PCI/ASPM: Use standard parsing functions for sysfs settersChris J Arges2015-01-091-5/+7
|/
* PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI coreRafael J. Wysocki2014-12-041-1/+1
* PCI / PM: handle failure to enable wakeup on PCIe PMELucas Stach2014-10-231-2/+4
* Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-091-10/+51
|\
| * PCI / PM: Make PCIe PME interrupts wake up from suspend-to-idleRafael J. Wysocki2014-09-011-10/+51
| |
| \
*-. \ Merge branches 'pci/aer' and 'pci/virtualization' into nextBjorn Helgaas2014-10-011-2/+9
|\ \ \ | | |/
| * | PCI/AER: Add additional PCIe AER error stringsChen, Gong2014-09-251-2/+9
| |/
* | PCI/PM: Drop unused runtime PM support code for PCIe portsRafael J. Wysocki2014-09-021-74/+0
|/
* Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-042-3/+2
|\
| * trace, AER: Move trace into unified interfaceChen, Gong2014-06-232-3/+2
* | PCI/portdrv: Remove warning about invalid IRQ for hot-added PCIe portsJiang Liu2014-07-021-4/+0
|/
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-104-16/+9
* PCI: Whitespace cleanupRyan Desfosses2014-06-102-4/+2
*-. Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' ...Bjorn Helgaas2014-04-291-3/+6
|\ \
| | * PCI/portdrv: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-04-141-2/+2
| |/ |/|
| * PCI: Allow hotplug service drivers to operate in polling modeRajat Jain2014-04-241-1/+4
|/
* Merge branch 'pci/dead-code' into nextBjorn Helgaas2014-01-131-12/+0
|\
| * PCI: Remove unused pcie_aspm_enabled()Stephen Hemminger2014-01-131-12/+0
* | Merge branch 'pci/aer' into nextBjorn Helgaas2014-01-131-4/+4
|\ \
| * | PCI/AER: Support ACPI HEST AER error sources for PCI domains other than 0Betty Dall2014-01-131-4/+4
* | | Merge branch 'pci/msi' into nextBjorn Helgaas2014-01-071-3/+4
|\ \ \
| * | | PCI/MSI: Add pci_msix_vec_count()Alexander Gordeev2014-01-031-3/+4
| | |/ | |/|
* | | Merge branch 'pci/deletion' into nextBjorn Helgaas2013-12-201-14/+13
|\ \ \
| * | | PCI/portdrv: Remove extra get_device()/put_device() for pcie_deviceBjorn Helgaas2013-12-191-4/+1
| * | | PCI/portdrv: Add put_device() after device_register() failureLevente Kurusa2013-12-191-1/+1
| * | | PCI/portdrv: Cleanup error pathsBjorn Helgaas2013-12-191-10/+12
| |/ /
* | | Merge branch 'pci/aer' into nextBjorn Helgaas2013-12-182-66/+77
|\ \ \ | | |/ | |/|
| * | PCI/AER: Consolidate HEST error source parsersBjorn Helgaas2013-12-131-16/+17
| * | PCI/AER: Ignore non-PCIe AER error sources in aer_hest_parse()Betty Dall2013-12-131-8/+17
| * | PCI/AER: Clean up error printing code a bitBorislav Petkov2013-12-131-24/+27
| * | PCI/AER: Add a TLP header print helperBorislav Petkov2013-12-131-23/+21
| |/
* | PCI/portdrv: Remove superfluous name castGeert Uytterhoeven2013-12-131-1/+1
|/
* Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-227-12/+11
|\
| * PCI: Remove duplicate pci_disable_device() from pcie_portdrv_remove()Yinghai Lu2013-11-201-1/+0
| * PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-147-11/+11
* | 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-034-37/+3
|\
OpenPOWER on IntegriCloud