aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power
Commit message (Expand)AuthorAgeFilesLines
* headers: utsname.h reduxAlexey Dobriyan2009-09-231-1/+0
* oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan2009-09-221-0/+1
* mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich2009-09-221-1/+1
* vt: remove power stuff from kernel/powerAlan Cox2009-09-191-58/+5
* PM: Trivial fixesWu Fengguang2009-09-141-2/+2
* PM / Hibernate / Memory hotplug: Always use for_each_populated_zone()Gerald Schaefer2009-09-141-6/+6
* PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2)Rafael J. Wysocki2009-09-141-4/+39
* PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)Rafael J. Wysocki2009-09-143-72/+147
* PM/Hibernate: Rework shrinking of memoryRafael J. Wysocki2009-09-141-47/+158
* PM: Fix typo in label name s/Platofrm_finish/Platform_finish/Thadeu Lima de Souza Cascardo2009-09-141-3/+3
* PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki2009-08-232-0/+31
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* mm, PM/Freezer: Disable OOM killer when tasks are frozenRafael J. Wysocki2009-06-161-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-141-1/+1
|\
| * trivial: kernel/power/poweroff.c: whitespace fixManish Katiyar2009-06-121-1/+1
* | PM/Hibernate: Move NVS routines into a seperate file (v2).Cornelia Huck2009-06-124-122/+140
* | PM/Hibernate: Rename disk.c to hibernate.cRafael J. Wysocki2009-06-123-5/+5
* | PM: Separate suspend to RAM functionality from coreRafael J. Wysocki2009-06-125-504/+505
* | PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2)Rafael J. Wysocki2009-06-123-81/+79
* | PM/Suspend: Do not shrink memory before suspendRafael J. Wysocki2009-06-121-19/+1
* | PM core: rename suspend and resume functionsAlan Stern2009-06-122-19/+19
* | PM: Rename device_power_down/up()Magnus Damm2009-06-122-10/+10
|/
* PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki2009-05-242-24/+4
* PM: check sysdev_suspend(PMSG_FREEZE) return valueBjorn Helgaas2009-05-151-2/+2
* PM/Hibernate: Fix waiting for image device to appear on resumeRafael J. Wysocki2009-04-241-24/+27
* PM/Suspend: Introduce two new platform callbacks to avoid breakageRafael J. Wysocki2009-04-191-7/+17
* swap: Remove code handling bio_alloc failure with __GFP_WAITNikanth Karthikesan2009-04-151-2/+0
* PM/Hibernate: Wait for SCSI devices scan to complete during resumeRafael J. Wysocki2009-04-132-0/+17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-2/+2
|\
| * trivial: Fix misspelling of firmwareNick Andrew2009-03-301-2/+2
* | pm: rework includes, remove arch ifdefsMagnus Damm2009-04-012-0/+2
* | mm: introduce for_each_populated_zone() macroKOSAKI Motohiro2009-04-012-15/+11
* | PM: Change hibernation code orderingRafael J. Wysocki2009-03-301-48/+61
* | PM: Change suspend code orderingRafael J. Wysocki2009-03-301-16/+22
* | PM: Rework handling of interrupts during suspend-resumeRafael J. Wysocki2009-03-302-16/+40
|/
* PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki2009-02-222-2/+17
* Merge branch 'hibernate'Linus Torvalds2009-02-213-4/+21
|\
| * PM: Wait for console in resumeArve Hjønnevåg2009-02-211-0/+6
| * PM: Fix pm_notifiers during user mode hibernationAndrey Borzenkov2009-02-211-4/+4
| * PM: fix build for CONFIG_PM unsetRafael J. Wysocki2009-02-211-1/+1
| * PM/resume: wait for device probing to finishArjan van de Ven2009-02-211-0/+11
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-02-181-2/+3
|\ \
| * | block: fix bad definition of BIO_RW_SYNCJens Axboe2009-02-181-2/+3
| |/
* | pm: fix build for CONFIG_PM unsetRafael J. Wysocki2009-02-181-1/+1
|/
*-. Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown2009-02-072-13/+23
|\ \
| | * PM: Fix compilation warning in kernel/power/main.cRafael J. Wysocki2009-01-161-13/+13
| |/ |/|
| * Hibernation: Introduce system_entering_hibernationRafael J. Wysocki2009-01-271-0/+10
|/
* PM: Fix freezer compilation if PM_SLEEP is unsetRafael J. Wysocki2009-01-161-1/+2
* Merge branch 'linus' into releaseLen Brown2009-01-093-18/+8
|\
| * pm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-3/+3