aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-5/+5
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds4-9/+13
2011-01-05perf: Add calls to suspend trace pointJean Pihet1-0/+3
2010-12-24PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()Rafael J. Wysocki3-4/+4
2010-12-24PM / Hibernate: When failed, in_suspend should be resetMyungJoo Ham1-0/+1
2010-12-24PM / Hibernate: hibernation_ops->leave should be checked tooMyungJoo Ham1-1/+1
2010-12-24Freezer: Fix a race during freezing of TASK_STOPPED tasksTejun Heo1-0/+6
2010-12-24PM: Use proper ccflag flag in kernel/power/MakefileTracey Dent1-4/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina5-30/+60
2010-12-16PM / Hibernate: Restore old swap signature to avoid user space breakageRafael J. Wysocki1-1/+1
2010-12-16PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai1-1/+1
2010-12-06PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki3-13/+16
2010-12-06PM / Hibernate: Use async I/O when reading compressed hibernation imageBojan Smojver1-15/+38
2010-11-16suspend: constify platform_suspend_opsLionel Debroux1-2/+2
2010-11-16hibernation: constify platform_hibernation_opsLionel Debroux1-2/+2
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-2/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-2/+3
2010-11-11PM / OPP: Hide OPP configuration when SoCs do not provide an implementationMark Brown1-0/+4
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich2-10/+10
2010-10-26mm: strictly nested kmap_atomic()Peter Zijlstra1-2/+2
2010-10-17PM: Introduce library for device-specific OPPs (v7)Nishanth Menon1-0/+14
2010-10-17PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan1-0/+18
2010-10-17PM / Hibernate: Modify signature used to mark swapRafael J. Wysocki1-3/+3
2010-10-17PM: Allow wakeup events to abort freezing of tasksRafael J. Wysocki1-2/+9
2010-10-17PM / Hibernate: Make some boot messages look less scaryRafael J. Wysocki2-8/+8
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki1-4/+4
2010-10-17PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki3-2/+15
2010-10-17PM / Hibernate: Improve comments in hibernate_preallocate_memory()Rafael J. Wysocki1-2/+4
2010-10-17PM / Runtime: Use alloc_workqueue() for creating the PM workqueueRafael J. Wysocki1-1/+1
2010-10-17PM: Fix unmet dependency warning from kconfigRafael J. Wysocki1-0/+1
2010-10-17PM / Hibernate: Compress hibernation image with LZOBojan Smojver4-7/+299
2010-09-11Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-20/+65
2010-09-11PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki1-20/+65
2010-09-09swap: revert special hibernation allocationHugh Dickins3-5/+3
2010-08-19Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov1-1/+1
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-08-09hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki3-3/+5
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+19
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-1/+1
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2010-08-04Merge branch 'master' into for-nextJiri Kosina4-17/+24
2010-07-19update email addressPavel Machek3-3/+3
2010-07-19PM / Suspend: Fix ordering of calls in suspend error pathsRafael J. Wysocki1-5/+4
2010-07-19PM / Hibernate: Fix snapshot error code pathRafael J. Wysocki1-1/+1
2010-07-19PM / Hibernate: Fix hibernation_platform_enter()Rafael J. Wysocki1-1/+1
2010-07-19PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki3-7/+72
2010-07-19PM / Hibernate: Fix typos in comments in kernel/power/swap.cCesar Eduardo Barros1-2/+2
2010-06-29workqueue: reimplement workqueue freeze using max_activeTejun Heo1-2/+19