summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabledBjorn Helgaas2014-03-081-0/+3
* | | Merge branch 'pci/misc' into nextBjorn Helgaas2014-02-191-21/+29
|\| |
| * | PCI: Enable INTx if BIOS left them disabledBjorn Helgaas2014-02-181-0/+10
| * | PCI: Remove unnecessary list_empty(&pci_pme_list) checkBjorn Helgaas2014-02-041-21/+19Star
| |/
* | Merge branch 'pci/list-for-each-entry' into nextBjorn Helgaas2014-02-181-3/+3
|\ \
| * | PCI: Remove pci_bus_b() and use list_for_each_entry() directlyYijing Wang2014-02-141-3/+3
| |/
* / PCI: Add device-specific PCI ACS enableAlex Williamson2014-02-111-6/+20
|/
* Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-293/+252Star
|\
| * Merge branch 'pci/reset' into nextBjorn Helgaas2014-01-151-0/+155
| |\
| | * PCI: Add pci_try_reset_function(), pci_try_reset_slot(), pci_try_reset_bus()Alex Williamson2014-01-151-0/+155
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2014-01-151-1/+1
| |\ \ | | |/ | |/|
| | * PCI: Fix pci_check_and_unmask_intx() comment typosBjorn Helgaas2014-01-151-1/+1
| * | Merge branch 'pci/dead-code' into nextBjorn Helgaas2014-01-141-261/+25Star
| |\ \
| | * | PCI: Make local functions staticStephen Hemminger2014-01-131-27/+27
| | * | PCI: Remove unused ID-Based Ordering supportStephen Hemminger2014-01-111-40/+0Star
| | * | PCI: Remove unused Optimized Buffer Flush/Fill supportStephen Hemminger2014-01-111-73/+0Star
| | * | PCI: Remove unused Latency Tolerance Reporting supportStephen Hemminger2014-01-111-123/+0Star
| | |/
| * | PCI: Add Virtual Channel to save/restore supportAlex Williamson2013-12-181-0/+5
| * | PCI: Add support for save/restore of extended capabilitiesAlex Williamson2013-12-181-8/+35
| * | PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction())Alex Williamson2013-12-181-23/+31
| |/
* / PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not ...Rafael J. Wysocki2013-12-021-0/+8
|/
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-23/+23
* Merge branch 'pci/misc' into nextBjorn Helgaas2013-11-071-5/+8
|\
| * PCI: Enable upstream bridges even for VFs on virtual busesBjorn Helgaas2013-11-071-5/+8
* | Merge branch 'pci/misc' into nextBjorn Helgaas2013-11-071-1/+5
|\|
| * PCI: Drop warning about drivers that don't use pci_set_master()Bjorn Helgaas2013-11-061-3/+1Star
| * PCI: Workaround missing pci_set_master in pci driversYinghai Lu2013-11-061-1/+7
* | Merge branch 'pci/misc' into nextBjorn Helgaas2013-10-311-3/+4
|\|
| * PCI: Report pci_pme_active() kmalloc failureBjorn Helgaas2013-10-291-3/+4
* | Merge branch 'pci/yijing-mps-v1' into nextBjorn Helgaas2013-10-311-0/+2
|\ \ | |/ |/|
| * PCI: Export pcie_set_mps() and pcie_get_mps()Yijing Wang2013-09-241-0/+2
* | PCI: Drop "setting latency timer" messagesBjorn Helgaas2013-09-251-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-051-0/+43
|\
| * PCI: Add function to obtain minimum link width and speedJacob Keller2013-07-311-0/+43
* | Merge branch 'pci/misc' into nextBjorn Helgaas2013-08-291-18/+26
|\ \
| * | PCI: Rename PCIe capability definitions to follow conventionBjorn Helgaas2013-08-271-14/+17
| * | PCI: Add comment about needing pci_msi_off() even when CONFIG_PCI_MSI=nBjorn Helgaas2013-08-221-4/+9
* | | Merge branch 'pci/yijing-mps-v8' into nextBjorn Helgaas2013-08-261-3/+0Star
|\ \ \
| * | | PCI: Remove unnecessary check for pcie_get_mps() failureYijing Wang2013-08-221-3/+0Star
| | |/ | |/|
* | | Merge branch 'pci/yinghai-assign-unassigned-v6' into nextBjorn Helgaas2013-08-261-0/+20
|\ \ \
| * | | PCI: Delay enabling bridges until they're neededYinghai Lu2013-07-251-0/+20
| |/ /
* | | Merge branch 'pci/aw-reset-v5' into nextBjorn Helgaas2013-08-151-26/+347
|\ \ \
| * | | PCI: Add pci_probe_reset_slot() and pci_probe_reset_bus()Alex Williamson2013-08-151-0/+24
| * | | PCI: Tune secondary bus reset timingAlex Williamson2013-08-141-2/+14
| * | | PCI: Wake-up devices before saving config space for resetAlex Williamson2013-08-141-0/+7
| * | | PCI: Add pci_reset_slot() and pci_reset_bus()Alex Williamson2013-08-141-0/+209
| * | | PCI: Split out pci_dev lock/unlock and save/restoreAlex Williamson2013-08-141-17/+38
| * | | PCI: Add slot reset option to pci_dev_reset()Alex Williamson2013-08-141-0/+34
| * | | PCI: Add pci_reset_bridge_secondary_bus()Alex Williamson2013-08-101-9/+23
| |/ /
* | | Merge branch 'pci/vipul-chelsio-reset-v2' into nextBjorn Helgaas2013-08-121-13/+25
|\ \ \