summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-02-0234-507/+1034
|\
| * suspend: cleanup reference to swsusp_pg_dir[]Rafael J. Wysocki2008-02-021-5/+5
| * PM: Remove obsolete /sys/devices/.../power/state docsDavid Brownell2008-02-021-49/+0Star
| * Hibernation: Invoke suspend notifications after console switchRafael J. Wysocki2008-02-021-10/+7Star
| * Suspend: Invoke suspend notifications after console switchJohannes Berg2008-02-021-4/+4
| * Suspend: Clean up suspend_64.cBorislav Petkov2008-02-021-2/+6
| * Suspend: Add config option to disable the freezer if architecture wants thatJohannes Berg2008-02-024-3/+40
| * ACPI: Print message before calling _PTSRafael J. Wysocki2008-02-022-3/+3
| * ACPI hibernation: Call _PTS before suspending devicesRafael J. Wysocki2008-02-021-11/+25
| * Hibernation: Introduce begin() and end() callbacksRafael J. Wysocki2008-02-023-16/+45
| * ACPI suspend: Call _PTS before suspending devicesRafael J. Wysocki2008-02-022-13/+43
| * ACPI: Separate disabling of GPEs from _PTSRafael J. Wysocki2008-02-022-6/+15
| * ACPI: Separate invocations of _GTS and _BFS from _PTS and _WAKRafael J. Wysocki2008-02-023-18/+66
| * Suspend: Introduce begin() and end() callbacksRafael J. Wysocki2008-02-025-24/+63
| * suspend: fix ia64 allmodconfig buildRafael J. Wysocki2008-02-021-5/+2Star
| * ACPI: clear GPE earily in resume to avoid warningShaohua Li2008-02-021-0/+7
| * Suspend: Clean up Kconfig (V2)Johannes Berg2008-02-028-18/+31
| * Hibernation: Clean up Kconfig (V2)Johannes Berg2008-02-023-17/+19
| * Hibernation: Update messagesRafael J. Wysocki2008-02-024-40/+47
| * Suspend: Use common prefix in messagesRafael J. Wysocki2008-02-021-3/+3
| * Hibernation: Remove unnecessary variable declarationRafael J. Wysocki2008-02-021-2/+0Star
| * Hibernation: Fix comment in disk.cRafael J. Wysocki2008-02-021-2/+2
| * Suspend: Fix comment in main.cRafael J. Wysocki2008-02-021-2/+2
| * Hibernation: Move low level resume to disk.cRafael J. Wysocki2008-02-023-37/+48
| * Suspend: Fix compilation warning for CONFIG_SUSPEND unsetRafael J. Wysocki2008-02-021-0/+2
| * PM: Convert PM notifiers to out-of-line codeAlan Stern2008-02-023-21/+32
| * PM: Make PM_TRACE more architecture independentJohannes Berg2008-02-022-2/+23
| * PM: Suspend/hibernation debug documentation update (rev. 2)Rafael J. Wysocki2008-02-022-72/+174
| * Hibernation: New testing facility (rev. 2)Rafael J. Wysocki2008-02-022-15/+57
| * suspend: build fix responding to 2.6.25 kset changeRafael J. Wysocki2008-02-021-2/+5
| * Suspend: Testing facility (rev. 2)Rafael J. Wysocki2008-02-022-9/+117
| * Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2)Alan Stern2008-02-024-12/+34
| * Hibernation: Move function prototypes to headerAdrian Bunk2008-02-023-9/+8Star
| * ACPI: Fix mismerge in acpi_hibernation_finishRafael J. Wysocki2008-02-021-5/+0Star
| * Hibernation: Introduce exportable suspend ioctls header (rev. 2)Rafael J. Wysocki2008-02-024-33/+39
| * Hibernation: Correct definitions of some ioctls (rev. 2)Rafael J. Wysocki2008-02-023-20/+34
| * Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2)Rafael J. Wysocki2008-02-023-17/+7Star
| * Hibernation: Rework platform support ioctls (rev. 2)Rafael J. Wysocki2008-02-023-34/+38
| * Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctlRafael J. Wysocki2008-02-024-13/+28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-02-0263-897/+2101
|\ \
| * | PCI: make pci_bus a struct deviceGreg Kroah-Hartman2008-02-026-53/+46Star
| * | PCI: fix codingstyle issues in include/linux/pci.hGreg Kroah-Hartman2008-02-021-107/+236
| * | PCI: fix codingstyle issues in drivers/pci/pci.hGreg Kroah-Hartman2008-02-021-3/+5
| * | PCI: PCIE ASPM supportShaohua Li2008-02-0210-0/+900
| * | PCI: Fix fakephp deadlockIan Abbott2008-02-021-4/+35
| * | PCI: modify SB700 SATA MSI quirkShane Huang2008-02-021-7/+22
| * | PCI: Run ACPI _OSC method on root bridges onlyAndrew Patterson2008-02-021-16/+6Star
| * | PCI ACPI: AER driver should only register PCIe devices with _OSCAndrew Patterson2008-02-021-1/+1
| * | PCI ACPI: Added a function to register _OSC with only PCIe devices.Andrew Patterson2008-02-022-4/+13
| * | PCI: constify function pointer tablesJan Engelhardt2008-02-021-1/+1