aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PM: Remove obsolete /sys/devices/.../power/state docsDavid Brownell2008-02-011-49/+0
* Hibernation: Invoke suspend notifications after console switchRafael J. Wysocki2008-02-011-10/+7
* Suspend: Invoke suspend notifications after console switchJohannes Berg2008-02-011-4/+4
* Suspend: Clean up suspend_64.cBorislav Petkov2008-02-011-2/+6
* Suspend: Add config option to disable the freezer if architecture wants thatJohannes Berg2008-02-014-3/+40
* ACPI: Print message before calling _PTSRafael J. Wysocki2008-02-012-3/+3
* ACPI hibernation: Call _PTS before suspending devicesRafael J. Wysocki2008-02-011-11/+25
* Hibernation: Introduce begin() and end() callbacksRafael J. Wysocki2008-02-013-16/+45
* ACPI suspend: Call _PTS before suspending devicesRafael J. Wysocki2008-02-012-13/+43
* ACPI: Separate disabling of GPEs from _PTSRafael J. Wysocki2008-02-012-6/+15
* ACPI: Separate invocations of _GTS and _BFS from _PTS and _WAKRafael J. Wysocki2008-02-013-18/+66
* Suspend: Introduce begin() and end() callbacksRafael J. Wysocki2008-02-015-24/+63
* suspend: fix ia64 allmodconfig buildRafael J. Wysocki2008-02-011-5/+2
* ACPI: clear GPE earily in resume to avoid warningShaohua Li2008-02-011-0/+7
* Suspend: Clean up Kconfig (V2)Johannes Berg2008-02-018-18/+31
* Hibernation: Clean up Kconfig (V2)Johannes Berg2008-02-013-17/+19
* Hibernation: Update messagesRafael J. Wysocki2008-02-014-40/+47
* Suspend: Use common prefix in messagesRafael J. Wysocki2008-02-011-3/+3
* Hibernation: Remove unnecessary variable declarationRafael J. Wysocki2008-02-011-2/+0
* Hibernation: Fix comment in disk.cRafael J. Wysocki2008-02-011-2/+2
* Suspend: Fix comment in main.cRafael J. Wysocki2008-02-011-2/+2
* Hibernation: Move low level resume to disk.cRafael J. Wysocki2008-02-013-37/+48
* Suspend: Fix compilation warning for CONFIG_SUSPEND unsetRafael J. Wysocki2008-02-011-0/+2
* PM: Convert PM notifiers to out-of-line codeAlan Stern2008-02-013-21/+32
* PM: Make PM_TRACE more architecture independentJohannes Berg2008-02-012-2/+23
* PM: Suspend/hibernation debug documentation update (rev. 2)Rafael J. Wysocki2008-02-012-72/+174
* Hibernation: New testing facility (rev. 2)Rafael J. Wysocki2008-02-012-15/+57
* suspend: build fix responding to 2.6.25 kset changeRafael J. Wysocki2008-02-011-2/+5
* Suspend: Testing facility (rev. 2)Rafael J. Wysocki2008-02-012-9/+117
* Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2)Alan Stern2008-02-014-12/+34
* Hibernation: Move function prototypes to headerAdrian Bunk2008-02-013-9/+8
* ACPI: Fix mismerge in acpi_hibernation_finishRafael J. Wysocki2008-02-011-5/+0
* Hibernation: Introduce exportable suspend ioctls header (rev. 2)Rafael J. Wysocki2008-02-014-33/+39
* Hibernation: Correct definitions of some ioctls (rev. 2)Rafael J. Wysocki2008-02-013-20/+34
* Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2)Rafael J. Wysocki2008-02-013-17/+7
* Hibernation: Rework platform support ioctls (rev. 2)Rafael J. Wysocki2008-02-013-34/+38
* Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctlRafael J. Wysocki2008-02-014-13/+28
* x86: fix bootup crash in native_read_tsc()Ingo Molnar2008-02-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-02-0286-3588/+2549
|\
| * ide: move hwif_register() call out of ide_probe_port()Bartlomiej Zolnierkiewicz2008-02-011-14/+13
| * ide: factor out code for tuning devices from ide_probe_port()Bartlomiej Zolnierkiewicz2008-02-011-3/+12
| * ide: move handling of I/O resources out of ide_probe_port()Bartlomiej Zolnierkiewicz2008-02-011-11/+12
| * ide: make probe_hwif() return an error valueBartlomiej Zolnierkiewicz2008-02-013-12/+10
| * ide: use ide_remove_port_from_hwgroup in init_irq()Bartlomiej Zolnierkiewicz2008-02-013-18/+3
| * ide: prepare init_irq() for using ide_remove_port_from_hwgroup()Bartlomiej Zolnierkiewicz2008-02-011-3/+2
| * ide: factor out code removing port from hwgroup from ide_unregister()Bartlomiej Zolnierkiewicz2008-02-011-29/+36
| * ide: I/O resources are released too early in ide_unregister()Bartlomiej Zolnierkiewicz2008-02-011-7/+7
| * ide: cleanup ide_system_bus_speed()Bartlomiej Zolnierkiewicz2008-02-011-17/+11
| * ide: remove needless zeroing of hwgroup fields from init_irq()Bartlomiej Zolnierkiewicz2008-02-011-10/+5
| * ide: remove unused ide_hwgroup_t fieldsBartlomiej Zolnierkiewicz2008-02-011-11/+3