summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\
| * Merge branch 'pci/aw-reset-v5' into nextBjorn Helgaas2013-08-153-36/+2
| |\
| | * PCI: Remove aer_do_secondary_bus_reset()Alex Williamson2013-08-143-36/+2
| * | 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/+1
|/
* Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-035-43/+56
|\
| * Merge branch 'pci/misc' into nextBjorn Helgaas2013-06-141-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/+33
| |\ \ | | |/ | |/|
| | * 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/+0
| | * 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/+17
| | * 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/+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
OpenPOWER on IntegriCloud