summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-211-2/+2
|\
| * PCI: Use to_pci_dev() instead of open-coding itGeliang Tang2016-01-081-1/+1
| * PCI: Fix all whitespace issuesBogicevic Sasa2016-01-081-1/+1
* | PCI / PM: constify pci_platform_pm_ops structureJulia Lawall2015-12-091-2/+2
|/
* Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-061-1/+224
|\
| *-----. Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource...Bjorn Helgaas2015-11-021-1/+224
| |\ \ \ \
| | | | | * PCI: Don't try to restore VF BARsWei Yang2015-09-141-1/+5
| | |_|_|/ | |/| | |
| | | | * PCI: Expand Enhanced Allocation BAR outputBjorn Helgaas2015-10-291-2/+14
| | | | * PCI: Make Enhanced Allocation bitmasks more obviousBjorn Helgaas2015-10-291-7/+8
| | | | * PCI: Handle Enhanced Allocation capability for SR-IOV devicesDavid Daney2015-10-291-0/+6
| | | | * PCI: Add support for Enhanced Allocation devicesSean O. Stalley2015-10-291-0/+173
| | |_|/ | |/| |
| | | * PCI: Turn off Request Attributes to avoid Chelsio T5 Completion erratumHariprasad Shenai2015-10-231-0/+24
| | |/ | |/|
| | * PCI/AER: Clear error status registers during enumeration and restoreTaku Izumi2015-09-171-0/+3
| |/
* / PCI / PM: Avoid resuming more devices during system suspendRafael J. Wysocki2015-10-121-11/+59
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-011-0/+14
|\
| * PCI: Add pci_ioremap_wc_bar()Luis R. Rodriguez2015-08-251-0/+14
| |
| \
*-. \ Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas2015-08-281-1/+1
|\ \ \
| * | | PCI: Set MPS to match upstream bridgeKeith Busch2015-08-241-1/+1
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'...Bjorn Helgaas2015-08-051-6/+6
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * PCI: Restore ACS configuration as part of pci_restore_state()Alexander Duyck2015-07-211-0/+3
| |/ |/|
| * PCI: Remove useless redundant codeBjorn Helgaas2015-07-151-2/+0Star
| * PCI: Simplify pci_find_(ext_)capability() return value checksWei Yang2015-07-151-3/+3
| * PCI: Move PCI_FIND_CAP_TTL to pci.h and use it in quirksWei Yang2015-07-151-1/+0Star
|/
*-. Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci...Bjorn Helgaas2015-06-121-33/+11Star
|\ \
| | * PCI/MSI: Remove unused pci_msi_off()Bjorn Helgaas2015-05-071-33/+0Star
| |/ |/|
| * PCI: Propagate the "ignore hotplug" setting to parentRafael J. Wysocki2015-05-231-0/+11
|/
* Merge branch 'pci/misc' into nextBjorn Helgaas2015-04-101-4/+7
|\
| * PCI: Read capability list as dwords, not bytesSean O. Stalley2015-04-101-4/+7
| |
| \
*-. \ Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci...Bjorn Helgaas2015-04-101-0/+1
|\ \ \ | | |/ | |/|
| | * PCI: Export symbols required for loadable host driver modulesRay Jui2015-04-081-0/+1
| |/
* | PCI: Fail pci_ioremap_bar() on unassigned resourcesBjorn Helgaas2015-03-131-1/+1
* | PCI: Show driver, BAR#, and resource on pci_ioremap_bar() failureBjorn Helgaas2015-03-131-4/+5
|/
* Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-111-0/+26
|\
| *-. Merge branches 'pm-pci' and 'pm-cpuidle'Rafael J. Wysocki2015-02-101-0/+26
| |\ \
| | * | PCI / PM: Avoid resuming PCI devices during system suspendRafael J. Wysocki2015-01-231-0/+26
| | |/
| | |
| \ \
*-. \ \ Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/resource' and 'pci/virt...Bjorn Helgaas2015-01-271-5/+37
|\ \ \ \ | | |_|/ | |/| |
| | * | PCI: Add flag for devices that don't reset on D3hot->D0 transitionAlex Williamson2015-01-161-1/+1
| | |/
| | * PCI: Add flag for devices where we can't use bus resetAlex Williamson2015-01-161-4/+36
| |/
* / PCI: Move domain assignment from arm64 to generic codeLorenzo Pieralisi2014-12-281-0/+49
|/
* Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-12-121-2/+3
|\
| * PCI: Expose pci_load_saved_state for public consumption.Konrad Rzeszutek Wilk2014-12-041-2/+3
| |
| \
*-. \ Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and '...Bjorn Helgaas2014-11-191-15/+6Star
|\ \ \ | |_|/ |/| |
| | * PCI: Make FLR and AF FLR reset warning messages differentGavin Shan2014-11-131-9/+3Star
| | * PCI: Simplify if-return sequencesQuentin Lambert2014-11-111-5/+1Star
| |/ |/|
| * PCI: Remove fixed parameter in pci_iov_resource_bar()Myron Stowe2014-11-191-1/+2
|/
* Merge branch 'pci/host-generic' into nextBjorn Helgaas2014-10-011-0/+40
|\
| * PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau2014-10-011-0/+31
| * of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()Liviu Dudau2014-10-011-0/+9
| |
| \
*-. \ Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into...Bjorn Helgaas2014-09-251-3/+10
|\ \ \ | | |/ | |/|
| | * PCI: Remove assignment from "if" conditionsQuentin Lambert2014-09-241-3/+10
| |/