aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-22oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan1-0/+1
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich1-1/+1
2009-09-19vt: remove power stuff from kernel/powerAlan Cox1-58/+5
2009-09-14PM: Trivial fixesWu Fengguang1-2/+2
2009-09-14PM / Hibernate / Memory hotplug: Always use for_each_populated_zone()Gerald Schaefer1-6/+6
2009-09-14PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2)Rafael J. Wysocki1-4/+39
2009-09-14PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)Rafael J. Wysocki3-72/+147
2009-09-14PM/Hibernate: Rework shrinking of memoryRafael J. Wysocki1-47/+158
2009-09-14PM: Fix typo in label name s/Platofrm_finish/Platform_finish/Thadeu Lima de Souza Cascardo1-3/+3
2009-08-23PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki2-0/+31
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-16mm, PM/Freezer: Disable OOM killer when tasks are frozenRafael J. Wysocki1-0/+5
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-06-12PM/Hibernate: Move NVS routines into a seperate file (v2).Cornelia Huck4-122/+140
2009-06-12PM/Hibernate: Rename disk.c to hibernate.cRafael J. Wysocki3-5/+5
2009-06-12PM: Separate suspend to RAM functionality from coreRafael J. Wysocki5-504/+505
2009-06-12PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2)Rafael J. Wysocki3-81/+79
2009-06-12PM/Suspend: Do not shrink memory before suspendRafael J. Wysocki1-19/+1
2009-06-12PM core: rename suspend and resume functionsAlan Stern2-19/+19
2009-06-12PM: Rename device_power_down/up()Magnus Damm2-10/+10
2009-06-12trivial: kernel/power/poweroff.c: whitespace fixManish Katiyar1-1/+1
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki2-24/+4
2009-05-15PM: check sysdev_suspend(PMSG_FREEZE) return valueBjorn Helgaas1-2/+2
2009-04-24PM/Hibernate: Fix waiting for image device to appear on resumeRafael J. Wysocki1-24/+27
2009-04-19PM/Suspend: Introduce two new platform callbacks to avoid breakageRafael J. Wysocki1-7/+17
2009-04-15swap: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan1-2/+0
2009-04-13PM/Hibernate: Wait for SCSI devices scan to complete during resumeRafael J. Wysocki2-0/+17
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2009-04-01pm: rework includes, remove arch ifdefsMagnus Damm2-0/+2
2009-04-01mm: introduce for_each_populated_zone() macroKOSAKI Motohiro2-15/+11
2009-03-30PM: Change hibernation code orderingRafael J. Wysocki1-48/+61
2009-03-30PM: Change suspend code orderingRafael J. Wysocki1-16/+22
2009-03-30PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki2-16/+40
2009-03-30trivial: Fix misspelling of firmwareNick Andrew1-2/+2
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki2-2/+17
2009-02-21Merge branch 'hibernate'Linus Torvalds3-4/+21
2009-02-21PM: Wait for console in resumeArve Hjønnevåg1-0/+6
2009-02-21PM: Fix pm_notifiers during user mode hibernationAndrey Borzenkov1-4/+4
2009-02-21PM: fix build for CONFIG_PM unsetRafael J. Wysocki1-1/+1
2009-02-21PM/resume: wait for device probing to finishArjan van de Ven1-0/+11
2009-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3
2009-02-18pm: fix build for CONFIG_PM unsetRafael J. Wysocki1-1/+1
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe1-2/+3
2009-02-07Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec', 'misc', 'printk' and 'processor' into releaseLen Brown2-13/+23
2009-01-27Hibernation: Introduce system_entering_hibernationRafael J. Wysocki1-0/+10
2009-01-16PM: Fix compilation warning in kernel/power/main.cRafael J. Wysocki1-13/+13
2009-01-16PM: Fix freezer compilation if PM_SLEEP is unsetRafael J. Wysocki1-1/+2
2009-01-09Merge branch 'linus' into releaseLen Brown3-18/+8
2009-01-06pm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+3