aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power
Commit message (Expand)AuthorAgeFilesLines
* PM / Hibernate: Reduce autotuned default image sizeRafael J. Wysocki2011-03-151-4/+4
* PM / Core: Introduce struct syscore_ops for core subsystems PMRafael J. Wysocki2011-03-152-0/+13
* PM: Simplify kernel/power/KconfigJan Beulich2011-03-151-9/+3
* PM: Drop pm_flags that is not necessaryRafael J. Wysocki2011-03-151-13/+0
* PM: Clean up PM_TRACE dependencies and drop unnecessary Kconfig optionRafael J. Wysocki2011-03-151-6/+1
* PM: Remove CONFIG_PM_OPSRafael J. Wysocki2011-03-151-5/+0
* PM: Reorder power management Kconfig optionsRafael J. Wysocki2011-03-151-111/+111
* PM: Make CONFIG_PM depend on (CONFIG_PM_SLEEP || CONFIG_PM_RUNTIME)Rafael J. Wysocki2011-03-151-23/+6
* PM / ACPI: Remove references to pm_flags from bus.cRafael J. Wysocki2011-03-151-1/+11
* Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-02-182-4/+4
|\
| * workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-162-4/+4
* | PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka2011-02-161-5/+2
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-01-133-142/+0
|\
| * PM / ACPI: Move NVS saving and restoring code to drivers/acpiRafael J. Wysocki2011-01-073-148/+0
| * PM: Fix oops in suspend/hibernate code related to failing ioremap()Jiri Slaby2011-01-071-1/+7
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-2/+3
|\ \
| * | block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-2/+2
| * | block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-2/+3
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-133-5/+5
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2010-12-225-30/+60
| |\ \ \ | | | |/ | | |/|
| * | | suspend: constify platform_suspend_opsLionel Debroux2010-11-161-2/+2
| * | | hibernation: constify platform_hibernation_opsLionel Debroux2010-11-161-2/+2
| * | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-01-104-9/+13
|\ \ \
| * | | PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()Rafael J. Wysocki2010-12-243-4/+4
| * | | PM / Hibernate: When failed, in_suspend should be resetMyungJoo Ham2010-12-241-0/+1
| * | | PM / Hibernate: hibernation_ops->leave should be checked tooMyungJoo Ham2010-12-241-1/+1
| * | | Freezer: Fix a race during freezing of TASK_STOPPED tasksTejun Heo2010-12-241-0/+6
| * | | PM: Use proper ccflag flag in kernel/power/MakefileTracey Dent2010-12-241-4/+1
| | |/ | |/|
* | | perf: Add calls to suspend trace pointJean Pihet2011-01-051-0/+3
|/ /
* | PM / Hibernate: Restore old swap signature to avoid user space breakageRafael J. Wysocki2010-12-161-1/+1
* | PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai2010-12-161-1/+1
* | PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki2010-12-063-13/+16
* | PM / Hibernate: Use async I/O when reading compressed hibernation imageBojan Smojver2010-12-061-15/+38
* | PM / OPP: Hide OPP configuration when SoCs do not provide an implementationMark Brown2010-11-111-0/+4
|/
* use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich2010-10-262-10/+10
* mm: strictly nested kmap_atomic()Peter Zijlstra2010-10-261-2/+2
* PM: Introduce library for device-specific OPPs (v7)Nishanth Menon2010-10-171-0/+14
* PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan2010-10-171-0/+18
* PM / Hibernate: Modify signature used to mark swapRafael J. Wysocki2010-10-171-3/+3
* PM: Allow wakeup events to abort freezing of tasksRafael J. Wysocki2010-10-171-2/+9
* PM / Hibernate: Make some boot messages look less scaryRafael J. Wysocki2010-10-172-8/+8
* PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki2010-10-171-4/+4
* PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki2010-10-173-2/+15
* PM / Hibernate: Improve comments in hibernate_preallocate_memory()Rafael J. Wysocki2010-10-171-2/+4
* PM / Runtime: Use alloc_workqueue() for creating the PM workqueueRafael J. Wysocki2010-10-171-1/+1
* PM: Fix unmet dependency warning from kconfigRafael J. Wysocki2010-10-171-0/+1
* PM / Hibernate: Compress hibernation image with LZOBojan Smojver2010-10-174-7/+299
* Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-09-111-20/+65
|\
| * PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki2010-09-111-20/+65