summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PM: Allow SCSI devices to suspend/resume asynchronouslyRafael J. Wysocki2010-02-262-0/+8
* PM: Allow USB devices to suspend/resume asynchronouslyRafael J. Wysocki2010-02-263-0/+3
* USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern2010-02-263-1/+135
* PM: Allow PCI devices to suspend/resume asynchronouslyRafael J. Wysocki2010-02-263-0/+3
* PM / Hibernate: Swap, remove useless check from swsusp_read()Jiri Slaby2010-02-261-4/+0
* PM / Hibernate: Really deprecate deprecated user ioctlsJiri Slaby2010-02-262-4/+30
* PM: Allow device drivers to use dpm_wait()Rafael J. Wysocki2010-02-262-0/+13
* PM: Start asynchronous resume threads upfrontRafael J. Wysocki2010-02-261-19/+24
* PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki2010-02-264-0/+100
* PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki2010-02-264-7/+50
* PM: Asynchronous suspend and resume of devicesRafael J. Wysocki2010-02-264-6/+125
* PM: Add parent information to timing messagesRafael J. Wysocki2010-02-261-2/+3
* PM: Document device power attributes in sysfsRafael J. Wysocki2010-02-261-0/+53
* PM / Runtime: Add sysfs switch for disabling device run-time PMRafael J. Wysocki2010-02-264-0/+101
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-02-26113-1360/+3007
|\
| * x86/PCI: Prevent mmconfig memory corruptionThomas Gleixner2010-02-251-11/+6
| * ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki2010-02-244-22/+30
| * x86/PCI: use host bridge _CRS info by default on 2008 and newer machinesBjorn Helgaas2010-02-237-8/+60
| * PCI: augment bus resource table with a listBjorn Helgaas2010-02-237-51/+98
| * PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas2010-02-2311-41/+32
| * PCI: read bridge windows before filling in subtractive decode resourcesBjorn Helgaas2010-02-231-5/+10
| * PCI: split up pci_read_bridge_bases()Bjorn Helgaas2010-02-231-15/+39
| * PCIe PME: use pci_pcie_cap()Kenji Kaneshige2010-02-221-4/+4
| * PCI PM: Run-time callbacks for PCI bus typeRafael J. Wysocki2010-02-225-34/+184
| * PCIe PME: use pci_is_pcie()Kenji Kaneshige2010-02-221-3/+3
| * PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki2010-02-2210-3/+319
| * ACPI / ACPICA: Multiple system notify handlers per deviceRafael J. Wysocki2010-02-223-39/+150
| * ACPI / PM: Add more run-time wake-up fieldsRafael J. Wysocki2010-02-224-11/+33
| * ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki2010-02-2213-325/+188
| * PCI PM: Make it possible to force using INTx for PCIe PME signalingRafael J. Wysocki2010-02-225-3/+69
| * PCI PM: PCIe PME root port service driverRafael J. Wysocki2010-02-228-0/+596
| * PCI PM: Add function for checking PME status of devicesRafael J. Wysocki2010-02-222-0/+36
| * PCI: mark is_pcie obsoleteKenji Kaneshige2010-02-221-1/+2
| * PCI: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_rangesYinghai Lu2010-02-221-1/+4
| * PCI: pciehp: second try to get big range for pcie devicesYinghai Lu2010-02-221-1/+50
| * PCI: pciehp: cleanup flow in pciehp_configure_deviceYinghai Lu2010-02-221-6/+17
| * PCI: introduce pci_assign_unassigned_bridge_resourcesYinghai Lu2010-02-222-27/+90
| * PCI: update bridge resources to get more big ranges in PCI assign unssignedYinghai Lu2010-02-221-2/+112
| * PCI: don't shrink bridge resourcesYinghai Lu2010-02-221-2/+12
| * PCI: reject mmio ranges starting at 0 on pci_bridge readYinghai Lu2010-02-221-3/+15
| * PCI: add failed_list to pci_bus_assign_resourcesYinghai Lu2010-02-221-4/+57
| * PCI: add pci_bridge_release_resources and pci_bus_release_bridge_resourcesYinghai Lu2010-02-221-0/+82
| * PCI hotplug: check ioremap() return value in ibmphp_ebda.cAndrew Morton2010-02-221-0/+2
| * PCI hotplug: fix ibmphp build errorRandy Dunlap2010-02-221-0/+1
| * PCI: Make pci_scan_slot more robustMatthew Wilcox2010-02-221-4/+14
| * PCI: hotplug/cpcihp, fix pci device refcountingJiri Slaby2010-02-221-0/+1
| * PCI: push deprecated pci_find_device() function to last userTilman Schmidt2010-02-2220-102/+64
| * PCI: don't dump resource when bus resource flags indicates unusedYinghai Lu2010-02-221-1/+2
| * resource: add release_child_resourcesYinghai Lu2010-02-222-0/+31
| * PCI: separate pci_setup_bridge to small functionsYinghai Lu2010-02-221-16/+50