Age | Commit message (Expand) | Author | Files | Lines |
2010-10-27 | use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages | Jan Beulich | 2 | -10/+10 |
2010-10-27 | mm: strictly nested kmap_atomic() | Peter Zijlstra | 1 | -2/+2 |
2010-10-17 | PM: Introduce library for device-specific OPPs (v7) | Nishanth Menon | 1 | -0/+14 |
2010-10-17 | PM: Add sysfs attr for rechecking dev hash from PM trace | James Hogan | 1 | -0/+18 |
2010-10-17 | PM / Hibernate: Modify signature used to mark swap | Rafael J. Wysocki | 1 | -3/+3 |
2010-10-17 | PM: Allow wakeup events to abort freezing of tasks | Rafael J. Wysocki | 1 | -2/+9 |
2010-10-17 | PM / Hibernate: Make some boot messages look less scary | Rafael J. Wysocki | 2 | -8/+8 |
2010-10-17 | PM / Wakeup: Introduce wakeup source objects and event statistics (v3) | Rafael J. Wysocki | 1 | -4/+4 |
2010-10-17 | PM / Hibernate: Make default image size depend on total RAM size | Rafael J. Wysocki | 3 | -2/+15 |
2010-10-17 | PM / Hibernate: Improve comments in hibernate_preallocate_memory() | Rafael J. Wysocki | 1 | -2/+4 |
2010-10-17 | PM / Runtime: Use alloc_workqueue() for creating the PM workqueue | Rafael J. Wysocki | 1 | -1/+1 |
2010-10-17 | PM: Fix unmet dependency warning from kconfig | Rafael J. Wysocki | 1 | -0/+1 |
2010-10-17 | PM / Hibernate: Compress hibernation image with LZO | Bojan Smojver | 4 | -7/+299 |
2010-09-12 | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -20/+65 |
2010-09-11 | PM / Hibernate: Avoid hitting OOM during preallocation of memory | Rafael J. Wysocki | 1 | -20/+65 |
2010-09-10 | swap: revert special hibernation allocation | Hugh Dickins | 3 | -5/+3 |
2010-08-20 | Input: sysrq - drop tty argument from sysrq ops handlers | Dmitry Torokhov | 1 | -1/+1 |
2010-08-11 | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -1/+1 |
2010-08-10 | hibernation: freeze swap at hibernation | KAMEZAWA Hiroyuki | 3 | -3/+5 |
2010-08-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -2/+19 |
2010-08-07 | block: unify flags for struct bio and struct request | Christoph Hellwig | 1 | -1/+1 |
2010-08-05 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 3 | -3/+3 |
2010-08-04 | Merge branch 'master' into for-next | Jiri Kosina | 4 | -17/+24 |
2010-07-19 | update email address | Pavel Machek | 3 | -3/+3 |
2010-07-19 | PM / Suspend: Fix ordering of calls in suspend error paths | Rafael J. Wysocki | 1 | -5/+4 |
2010-07-19 | PM / Hibernate: Fix snapshot error code path | Rafael J. Wysocki | 1 | -1/+1 |
2010-07-19 | PM / Hibernate: Fix hibernation_platform_enter() | Rafael J. Wysocki | 1 | -1/+1 |
2010-07-19 | PM: Make it possible to avoid races between wakeup and system sleep | Rafael J. Wysocki | 3 | -7/+72 |
2010-07-19 | PM / Hibernate: Fix typos in comments in kernel/power/swap.c | Cesar Eduardo Barros | 1 | -2/+2 |
2010-06-29 | workqueue: reimplement workqueue freeze using max_active | Tejun Heo | 1 | -2/+19 |
2010-06-10 | suspend: Move NVS save/restore code to generic suspend functionality | Matthew Garrett | 4 | -17/+24 |
2010-05-11 | PM / Hibernate: Fix block_io.c printk warning | Randy Dunlap | 1 | -2/+2 |
2010-05-11 | PM / Hibernate: Group swap ops | Jiri Slaby | 1 | -43/+74 |
2010-05-11 | PM / Hibernate: Move the first_sector out of swsusp_write | Jiri Slaby | 1 | -38/+38 |
2010-05-11 | PM / Hibernate: Separate block_io | Jiri Slaby | 4 | -112/+139 |
2010-05-11 | PM / Hibernate: Snapshot cleanup | Jiri Slaby | 4 | -120/+88 |
2010-04-11 | PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handling | Jiri Slaby | 1 | -1/+1 |
2010-04-05 | Merge branch 'master' into export-slabh | Tejun Heo | 1 | -3/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 5 | -0/+5 |
2010-03-27 | Freezer: Fix buggy resume test for tasks frozen with cgroup freezer | Matt Helsley | 1 | -1/+1 |
2010-03-27 | Freezer: Only show the state of tasks refusing to freeze | Xiaotian Feng | 1 | -2/+1 |
2010-03-06 | mm/pm: force GFP_NOIO during suspend/hibernation and resume | Rafael J. Wysocki | 2 | -0/+12 |
2010-02-26 | PM / Hibernate: Fix preallocating of memory | Rafael J. Wysocki | 1 | -1/+1 |
2010-02-26 | PM / Hibernate: Remove swsusp.c finally | Jiri Slaby | 1 | -58/+0 |
2010-02-26 | PM / Hibernate: Remove trailing space in message | Frans Pop | 1 | -1/+1 |
2010-02-26 | PM / Hibernate: Swap, remove useless check from swsusp_read() | Jiri Slaby | 1 | -4/+0 |
2010-02-26 | PM / Hibernate: Really deprecate deprecated user ioctls | Jiri Slaby | 1 | -4/+19 |
2010-02-26 | PM: Add facility for advanced testing of async suspend/resume | Rafael J. Wysocki | 1 | -0/+14 |
2010-02-26 | PM: Add a switch for disabling/enabling asynchronous suspend/resume | Rafael J. Wysocki | 1 | -1/+30 |
2010-02-23 | PCI PM: Run-time callbacks for PCI bus type | Rafael J. Wysocki | 1 | -0/+5 |