| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI: re-name acpi_pm_ops to acpi_suspend_ops | Len Brown | 2008-04-29 | 1 | -21/+21 |
* | ACPI PM: Restore the 2.6.24 suspend ordering | Rafael J. Wysocki | 2008-04-01 | 1 | -57/+14 |
* | ACPI: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-11 | 1 | -1/+1 |
*-. | Merge branches 'release', 'misc' and 'misc-2.6.25' into release | Len Brown | 2008-02-07 | 1 | -1/+1 |
|\ \ |
|
| | * | PM: documentation cleanups | Pavel Machek | 2008-02-07 | 1 | -1/+1 |
* | | | Merge branches 'release', 'acpi_pm_device_sleep_state' and 'battery' into rel... | Len Brown | 2008-02-07 | 1 | -3/+12 |
|\ \ \
| |_|/
|/| | |
|
| * | | ACPI: Fix acpi_pm_device_sleep_state() | Rafael J. Wysocki | 2008-01-11 | 1 | -3/+12 |
| |/ |
|
* | | ACPI: Print message before calling _PTS | Rafael J. Wysocki | 2008-02-01 | 1 | -1/+3 |
* | | ACPI hibernation: Call _PTS before suspending devices | Rafael J. Wysocki | 2008-02-01 | 1 | -11/+25 |
* | | Hibernation: Introduce begin() and end() callbacks | Rafael J. Wysocki | 2008-02-01 | 1 | -2/+12 |
* | | ACPI suspend: Call _PTS before suspending devices | Rafael J. Wysocki | 2008-02-01 | 1 | -13/+38 |
* | | ACPI: Separate disabling of GPEs from _PTS | Rafael J. Wysocki | 2008-02-01 | 1 | -2/+15 |
* | | ACPI: Separate invocations of _GTS and _BFS from _PTS and _WAK | Rafael J. Wysocki | 2008-02-01 | 1 | -0/+7 |
* | | Suspend: Introduce begin() and end() callbacks | Rafael J. Wysocki | 2008-02-01 | 1 | -4/+18 |
* | | ACPI: clear GPE earily in resume to avoid warning | Shaohua Li | 2008-02-01 | 1 | -0/+7 |
* | | ACPI: Fix mismerge in acpi_hibernation_finish | Rafael J. Wysocki | 2008-02-01 | 1 | -5/+0 |
|/ |
|
* | ACPI: suspend: Wrong order of GPE restore. | Alexey Starikovskiy | 2007-10-25 | 1 | -2/+2 |
* | ACPI: sleep: Fix GPE suspend cleanup | Alexey Starikovskiy | 2007-10-25 | 1 | -0/+1 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2007-10-19 | 1 | -1/+5 |
|\ |
|
| * | Pull bugzilla-292300 into release branch | Len Brown | 2007-10-10 | 1 | -1/+0 |
| |\ |
|
| | * | ACPI: Hibernate erroneously disabled Suspend wakeup devices | Alexey Starikovskiy | 2007-09-27 | 1 | -1/+0 |
| * | | Hibernation: Make sure that ACPI is enabled in acpi_hibernation_finish | Rafael J. Wysocki | 2007-10-10 | 1 | -0/+5 |
| |/ |
|
* | | Hibernation: Check if ACPI is enabled during restore in the right place | Rafael J. Wysocki | 2007-10-18 | 1 | -0/+10 |
* | | PM: Rename hibernation_ops to platform_hibernation_ops | Rafael J. Wysocki | 2007-10-18 | 1 | -1/+1 |
* | | PM: Rework struct hibernation_ops | Rafael J. Wysocki | 2007-10-18 | 1 | -1/+11 |
* | | PM: Rework struct platform_suspend_ops | Rafael J. Wysocki | 2007-10-18 | 1 | -5/+2 |
* | | PM: Rename struct pm_ops and related things | Rafael J. Wysocki | 2007-10-18 | 1 | -3/+3 |
* | | drivers/firmware: const-ify DMI API and internals | Jeff Garzik | 2007-10-09 | 1 | -1/+1 |
|/ |
|
* | ACPI: CONFIG_ACPI_SLEEP=n power off regression in 2.6.23-rc8 (NOT in rc7) | Alexey Starikovskiy | 2007-09-25 | 1 | -0/+4 |
* | ACPI: suspend: build-fix for CONFIG_SUSPEND=n and CONFIG_HIBERNATION=y | Alexey Starikovskiy | 2007-09-25 | 1 | -21/+21 |
* | ACPI: suspend: consolidate handling of Sx states addendum | Frans Pop | 2007-09-21 | 1 | -2/+4 |
* | ACPI: suspend: consolidate handling of Sx states. | Alexey Starikovskiy | 2007-09-20 | 1 | -5/+48 |
* | ACPI: "ACPI handle has no context!" should be KERN_DEBUG | Shaohua Li | 2007-08-25 | 1 | -1/+1 |
* | Introduce CONFIG_SUSPEND for suspend-to-Ram and standby | Rafael J. Wysocki | 2007-07-29 | 1 | -44/+50 |
* | Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION | Rafael J. Wysocki | 2007-07-29 | 1 | -3/+3 |
* | Pull d-states into release branch | Len Brown | 2007-07-25 | 1 | -33/+127 |
|\ |
|
| * | ACPI: Remove references to ACPI_STATE_S2 from acpi_pm_enter | Rafael J. Wysocki | 2007-07-24 | 1 | -5/+4 |
| * | ACPI: Add acpi_pm_device_sleep_state helper routine | Shaohua Li | 2007-07-22 | 1 | -0/+75 |
| * | ACPI: Implement the set_target() callback from pm_ops | Rafael J. Wysocki | 2007-07-22 | 1 | -32/+52 |
* | | ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from source | Len Brown | 2007-07-25 | 1 | -0/+2 |
* | | Pull misc into release branch | Len Brown | 2007-07-22 | 1 | -5/+0 |
|\ \
| |/
|/| |
|
| * | ACPI: suspend: delete toshiba S1 quirk | Pavel Machek | 2007-07-03 | 1 | -5/+0 |
* | | swsusp: introduce restore platform operations | Rafael J. Wysocki | 2007-07-19 | 1 | -0/+16 |
|/ |
|
* | ACPICA: Lindent | Len Brown | 2007-05-09 | 1 | -2/+1 |
* | PM: Separate hibernation code from suspend code | Rafael J. Wysocki | 2007-05-09 | 1 | -14/+53 |
* | power management: implement pm_ops.valid for everybody | Johannes Berg | 2007-04-30 | 1 | -2/+11 |
* | ACPI: invoke acpi_sleep_init() earlier | Alexey Starikovskiy | 2007-02-10 | 1 | -2/+1 |
* | ACPI: suppress power button event on S3 resume | Arnaud Patard | 2006-06-15 | 1 | -0/+8 |
* | [PATCH] introduce .valid callback for pm_ops | Shaohua Li | 2005-10-30 | 1 | -0/+8 |
* | [PATCH] remove ACPI S4bios support | Pavel Machek | 2005-09-10 | 1 | -8/+0 |