aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/sleep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-30ACPI: DMI workaround for Asus A8N-SLI Premium and Asus A8N-SLI DELUXZhang Rui1-0/+16
2011-03-23Merge branch 'linus' into releaseLen Brown1-2/+3
2011-03-16Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki1-2/+2
2011-02-24ACPI / PM: acpi_hibernation_enter() need not switch interrupts offRafael J. Wysocki1-3/+0
2011-02-24ACPI / PM: Merge do_suspend_lowlevel() into acpi_save_state_mem()Rafael J. Wysocki1-4/+1
2011-02-24ACPI / PM: Call acpi_save_state_mem() right before low-level suspendRafael J. Wysocki1-8/+4
2011-02-24ACPI / PM: Modify the "low-level resume finished" messageRafael J. Wysocki1-2/+1
2011-02-24ACPI / PM: acpi_suspend_enter() need not switch interrupts offRafael J. Wysocki1-3/+0
2011-02-24ACPI / PM: Drop acpi_restore_state_mem()Rafael J. Wysocki1-4/+0
2011-02-17x86, trampoline: Use the unified trampoline setup for ACPI wakeupH. Peter Anvin1-0/+1
2011-01-20ACPI / PM: Call suspend_nvs_free() earlier during resumeRafael J. Wysocki1-1/+1
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-3/+10
2011-01-12Merge branch 'suspend-ioremap-cache' into releaseLen Brown1-3/+2
2011-01-07ACPI / PM: Blacklist Averatec machine known to require acpi_sleep=nonvsRafael J. Wysocki1-0/+8
2011-01-07PM: Fix oops in suspend/hibernate code related to failing ioremap()Jiri Slaby1-3/+2
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-2/+10
2010-12-13Merge branch 'bugzilla-23002' into releaseLen Brown1-0/+8
2010-12-13ACPI / PM: Do not save/restore NVS on Sony Vaio VGN-NW130DRafael J. Wysocki1-0/+8
2010-12-11ACPI: eliminate unused variable warning for !ACPI_SLEEPJan Beulich1-2/+2
2010-11-16suspend: constify platform_suspend_opsLionel Debroux1-2/+2
2010-11-16hibernation: constify platform_hibernation_opsLionel Debroux1-2/+2
2010-10-26Merge branch 'misc' into releaseLen Brown1-2/+10
2010-10-25ACPI / PM: Blacklist another machine that needs acpi_sleep=nonvsRafael J. Wysocki1-0/+8
2010-10-19ACPI: static sleep_states[] and acpi_gts_bfs_checkStephen Hemminger1-2/+2
2010-10-15ACPI / PM: Fix problems with acpi_pm_device_sleep_state()Rafael J. Wysocki1-6/+10
2010-09-24PM / ACPI: Blacklist systems known to require acpi_sleep=nonvsRafael J. Wysocki1-0/+22
2010-08-15Merge branch 'acpica-gpe' into releaseLen Brown1-12/+3
2010-08-14Merge branch 'nvs' into releaseLen Brown1-39/+21
2010-07-24ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAMRafael J. Wysocki1-18/+17
2010-07-06ACPICA: Introduce acpi_gpe_wakeup()Rafael J. Wysocki1-12/+3
2010-07-06ACPI / Sleep: Drop acpi_suspend_finish()Rafael J. Wysocki1-7/+2
2010-07-06ACPI / Sleep: Consolidate suspend and hibernation routinesRafael J. Wysocki1-26/+16
2010-07-06ACPI / Wakeup: Simplify enabling of wakeup devicesRafael J. Wysocki1-3/+2
2010-07-06ACPI / Sleep: Rework enabling wakeup devicesRafael J. Wysocki1-4/+2
2010-07-06ACPI / Sleep: Free NVS copy if suspending of devices failsRafael J. Wysocki1-1/+1
2010-06-12Merge branch 'bugzilla-13931-sleep-nvs' into releaseLen Brown1-15/+19
2010-06-10ACPI: Store NVS state even when entering suspend to RAMMatthew Garrett1-8/+13
2010-06-10suspend: Move NVS save/restore code to generic suspend functionalityMatthew Garrett1-6/+6
2010-06-01Merge branches 'bugzilla-14668' and 'misc-2.6.35' into releaseLen Brown1-155/+2
2010-05-28ACPI / EC / PM: Fix names of functions that block/unblock EC transactionsRafael J. Wysocki1-6/+6
2010-05-28ACPI / EC / PM: Fix race between EC transactions and system suspendRafael J. Wysocki1-26/+29
2010-05-12ACPI: Unconditionally set SCI_EN on resumeMatthew Garrett1-155/+2
2010-05-11ACPI: sleep: eliminate duplicate entries in acpisleep_dmi_table[]Alex Chiang1-89/+1
2010-05-06ACPI: sleep: init_set_sci_en_on_resume for Dell Studio 155xKamal Mostafa1-0/+24
2010-05-05ACPI: DMI init_set_sci_en_on_resume for multiple Lenovo ThinkPadsAlex Chiang1-0/+120
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into releaseLen Brown1-8/+26
2010-03-08ACPI / EC / PM: Close race between EC and resume from hibernationRafael J. Wysocki1-5/+14
2010-02-22ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki1-3/+12
2009-12-30ACPI: introduce kernel parameter acpi_sleep=sci_force_enableZhang Rui1-12/+17