summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-29PCI: PM: Fix pci_power_up()Rafael J. Wysocki1-13/+11
2019-08-04PCI: Do not poll for PME if the device is in D3coldMika Westerberg1-0/+7
2018-10-13PCI: Reprogram bridge prefetch registers on resumeDaniel Drake1-8/+19
2017-12-25PCI: Avoid bus reset if bridge itself is brokenDavid Daney1-0/+4
2017-05-25PCI: Freeze PME scan before suspending devicesLukas Wunner1-4/+5
2017-03-30PCI: Ignore BAR updates on virtual functionsSumit Semwal1-4/+0
2017-03-30PCI: Remove pci_resource_bar() and pci_iov_resource_bar()Sumit Semwal1-30/+0
2017-01-09PCI: Check for PME in targeted sleep stateAlan Stern1-0/+4
2016-03-16PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()Krzysztof HaƂasa1-1/+3
2015-11-06Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+224
2015-11-03Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource...Bjorn Helgaas1-1/+224
2015-10-30PCI: Expand Enhanced Allocation BAR outputBjorn Helgaas1-2/+14
2015-10-30PCI: Make Enhanced Allocation bitmasks more obviousBjorn Helgaas1-7/+8
2015-10-30PCI: Handle Enhanced Allocation capability for SR-IOV devicesDavid Daney1-0/+6
2015-10-30PCI: Add support for Enhanced Allocation devicesSean O. Stalley1-0/+173
2015-10-23PCI: Turn off Request Attributes to avoid Chelsio T5 Completion erratumHariprasad Shenai1-0/+24
2015-10-12PCI / PM: Avoid resuming more devices during system suspendRafael J. Wysocki1-11/+59
2015-09-17PCI/AER: Clear error status registers during enumeration and restoreTaku Izumi1-0/+3
2015-09-14PCI: Don't try to restore VF BARsWei Yang1-1/+5
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+14
2015-08-28Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas1-1/+1
2015-08-25PCI: Add pci_ioremap_wc_bar()Luis R. Rodriguez1-0/+14
2015-08-24PCI: Set MPS to match upstream bridgeKeith Busch1-1/+1
2015-08-05Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'...Bjorn Helgaas1-6/+6
2015-07-21PCI: Restore ACS configuration as part of pci_restore_state()Alexander Duyck1-0/+3
2015-07-15PCI: Remove useless redundant codeBjorn Helgaas1-2/+0
2015-07-15PCI: Simplify pci_find_(ext_)capability() return value checksWei Yang1-3/+3
2015-07-15PCI: Move PCI_FIND_CAP_TTL to pci.h and use it in quirksWei Yang1-1/+0
2015-06-12Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci...Bjorn Helgaas1-33/+11
2015-05-23PCI: Propagate the "ignore hotplug" setting to parentRafael J. Wysocki1-0/+11
2015-05-07PCI/MSI: Remove unused pci_msi_off()Bjorn Helgaas1-33/+0
2015-04-10Merge branch 'pci/misc' into nextBjorn Helgaas1-4/+7
2015-04-10Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci...Bjorn Helgaas1-0/+1
2015-04-10PCI: Read capability list as dwords, not bytesSean O. Stalley1-4/+7
2015-04-08PCI: Export symbols required for loadable host driver modulesRay Jui1-0/+1
2015-03-13PCI: Fail pci_ioremap_bar() on unassigned resourcesBjorn Helgaas1-1/+1
2015-03-13PCI: Show driver, BAR#, and resource on pci_ioremap_bar() failureBjorn Helgaas1-4/+5
2015-02-11Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+26
2015-02-10Merge branches 'pm-pci' and 'pm-cpuidle'Rafael J. Wysocki1-0/+26
2015-01-28Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/resource' and 'pci/virt...Bjorn Helgaas1-5/+37
2015-01-24PCI / PM: Avoid resuming PCI devices during system suspendRafael J. Wysocki1-0/+26
2015-01-16PCI: Add flag for devices that don't reset on D3hot->D0 transitionAlex Williamson1-1/+1
2015-01-16PCI: Add flag for devices where we can't use bus resetAlex Williamson1-4/+36
2014-12-28PCI: Move domain assignment from arm64 to generic codeLorenzo Pieralisi1-0/+49
2014-12-12Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+3
2014-12-04PCI: Expose pci_load_saved_state for public consumption.Konrad Rzeszutek Wilk1-2/+3
2014-11-20Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and '...Bjorn Helgaas1-15/+6
2014-11-20PCI: Remove fixed parameter in pci_iov_resource_bar()Myron Stowe1-1/+2
2014-11-13PCI: Make FLR and AF FLR reset warning messages differentGavin Shan1-9/+3
2014-11-11PCI: Simplify if-return sequencesQuentin Lambert1-5/+1