summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-28Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+24
2010-02-26PM: Allow PCI devices to suspend/resume asynchronouslyRafael J. Wysocki1-0/+1
2010-02-23PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas1-3/+2
2010-02-23PCI PM: Run-time callbacks for PCI bus typeRafael J. Wysocki1-6/+37
2010-02-23PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki1-0/+67
2010-02-23PCI PM: Add function for checking PME status of devicesRafael J. Wysocki1-0/+35
2010-02-23PCI: Clean up build for CONFIG_PCI_QUIRKS unsetRafael J. Wysocki1-1/+6
2010-02-06pci: Update pci_set_vga_state() to call arch functionsMike Travis1-1/+24
2010-01-05PCI/PM: Use per-device D3 delaysRafael J. Wysocki1-4/+15
2009-12-31PCI: Fix build if quirks are not enabledRafael J. Wysocki1-15/+0
2009-12-17PCI/cardbus: Add a fixup hook and fix powerpcBenjamin Herrenschmidt1-0/+5
2009-12-17PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann1-3/+3
2009-12-17PCI: support device-specific reset methodsDexuan Cui1-0/+19
2009-12-05PCI: fix coding style issue in pci_save_state()Kleber Sacilotto de Souza1-1/+1
2009-12-05PCI: add pci_request_acsChris Wright1-0/+13
2009-12-05PCI: read-modify-write the pcie device control register when initiating pcie flrShmulik Ravid1-3/+5
2009-12-05PCI: add debug output for DMA mask infoYinghai Lu1-0/+2
2009-11-25PCI: use pci_is_pcie() in pci coreKenji Kaneshige1-3/+3
2009-11-25PCI: use pci_pcie_cap() in pci coreKenji Kaneshige1-6/+6
2009-11-11PCI: allow matching of prefetchable resources to non-prefetchable windowsLinus Torvalds1-2/+6
2009-11-07PCI: Replace old style lock initializerThomas Gleixner1-1/+1
2009-11-05PCI: improve discovery/configuration messagesBjorn Helgaas1-1/+1
2009-11-05PCI: make PME# messages KERN_DEBUGBjorn Helgaas1-2/+3
2009-11-05vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas1-1/+1
2009-11-04PCI: acs p2p upsteram forwarding enablingAllen Kay1-0/+35
2009-11-04PCI: print resources consistently with %pRtBjorn Helgaas1-3/+1
2009-11-04PCI: pci_dfl_cache_line_size is __devinitdataTejun Heo1-1/+1
2009-11-04pccard: configure CLS on attachTejun Heo1-20/+20
2009-11-04sparc64/PCI: drop PCI_CACHE_LINE_BYTESTejun Heo1-5/+1
2009-11-04PCI: determine CLS more intelligentlyJesse Barnes1-8/+13
2009-10-13Merge git://git.infradead.org/~dwmw2/iommu-2.6.32Linus Torvalds1-13/+0
2009-10-12Rename pci_init() to pci_apply_final_quirks(), move it to quirks.cDavid Woodhouse1-13/+0
2009-10-07PCI: pci.c: fix kernel-doc notationRandy Dunlap1-4/+4
2009-10-06PCI PM: Read device power state from register after updating itRafael J. Wysocki1-1/+5
2009-09-15PCI: Clear saved_state after the state has been restoredRafael J. Wysocki1-0/+3
2009-09-10PCI PM: Introduce device flag wakeup_preparedRafael J. Wysocki1-0/+8
2009-09-10PCI PM: Simplify PCI wake-up codeRafael J. Wysocki1-11/+14
2009-09-10PCI: pcie: Ensure hotplug ports have a minimum number of resourcesEric W. Biederman1-0/+10
2009-09-10PCI/GPU: implement VGA arbitration on LinuxBenjamin Herrenschmidt1-0/+44
2009-09-10PCI: expose function reset capability in sysfsMichael S. Tsirkin1-0/+16
2009-08-20PCI: check saved state before restoreAlek Du1-0/+2
2009-07-02PCI: Fix IRQ swizzling for ARI-enabled devicesMatthew Wilcox1-2/+11
2009-06-29PCI: check if bus has a proper bridge device before triggering SBRYu Zhao1-1/+1
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-88/+158
2009-06-17PCI PM: consistently use type bool for wake enable variableFrans Pop1-1/+1
2009-06-17PCI PM: Fix handling of devices without PM support by pci_target_state()Rafael J. Wysocki1-3/+2
2009-06-17PCI: support Secondary Bus ResetYu Zhao1-0/+31
2009-06-17PCI: support PM D0hot->D3 transition resetYu Zhao1-0/+34
2009-06-17PCI: cleanup Function Level ResetYu Zhao1-82/+84
2009-06-17PCI: use pci_is_root_bus() in pci_common_swizzle()Kenji Kaneshige1-1/+1