summaryrefslogtreecommitdiffstats
path: root/kernel/power
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-121-1/+4
|\
| * sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-09-071-1/+4
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-3/+2
|\ \
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-3/+2
* | | Merge branch 'pm-sleep'Rafael J. Wysocki2017-09-045-101/+185
|\ \ \ | |_|/ |/| |
| * | ACPI / PM: Check low power idle constraints for debug onlySrinivas Pandruvada2017-08-181-1/+1
| * | PM / s2idle: Rename platform operations structureRafael J. Wysocki2017-08-111-15/+15
| * | PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki2017-08-111-24/+24
| * | PM / s2idle: Rename PM_SUSPEND_FREEZE to PM_SUSPEND_TO_IDLERafael J. Wysocki2017-08-112-24/+24
| * | ACPI / PM: Prefer suspend-to-idle over S3 on some systemsRafael J. Wysocki2017-08-052-3/+2
| * | PM / suspend: Define pr_fmt() in suspend.cRafael J. Wysocki2017-07-241-7/+9
| * | PM / suspend: Use mem_sleep_labels[] strings in messagesRafael J. Wysocki2017-07-241-3/+3
| * | PM / sleep: Put pm_test under CONFIG_PM_SLEEP_DEBUGRafael J. Wysocki2017-07-242-6/+4
| * | PM / sleep: Check pm_wakeup_pending() in __device_suspend_noirq()Rafael J. Wysocki2017-07-241-3/+16
| * | PM / s2idle: Rearrange the main suspend-to-idle loopRafael J. Wysocki2017-07-242-13/+17
| * | PM / timekeeping: Print debug messages when requestedRafael J. Wysocki2017-07-231-3/+7
| * | PM / sleep: Mark suspend/hibernation start and finishRafael J. Wysocki2017-07-222-0/+7
| * | PM / sleep: Do not print debug messages by defaultRafael J. Wysocki2017-07-223-17/+69
| * | PM / suspend: Export pm_suspend_target_stateFlorian Fainelli2017-07-221-0/+5
| |/
* | mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-101-1/+1
|/
* Merge tag 'pm-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-101-1/+1
|\
| *---. Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki2017-07-101-1/+1
| |\ \ \
| | | * | PM / sleep: constify attribute_group structuresArvind Yadav2017-07-041-1/+1
* | | | | kernel/power/snapshot.c: use linux/set_memory.hMichael Ellerman2017-07-061-3/+1
|/ / / /
* | | | Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-044-14/+36
|\ \ \ \
| * \ \ \ Merge branch 'acpi-pm'Rafael J. Wysocki2017-07-032-7/+30
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki2017-06-152-7/+30
| | | |/ | | |/|
| * | | PM: hibernate: constify attribute_group structures.Arvind Yadav2017-06-291-1/+1
| * | | PM / hibernate: Drop redundant parameter of swsusp_alloc()BaoJun Luo2017-06-271-3/+2
| * | | PM / hibernate: Use CONFIG_HAVE_SET_MEMORY for include conditionBalbir Singh2017-06-271-3/+3
| |/ /
* | | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-122-26/+5
|\ \ \ | |/ /
| | |
| | \
| *-. \ Merge branches 'intel_pstate' and 'pm-sleep'Rafael J. Wysocki2017-06-092-26/+5
| |\ \ \
| | | * | Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki2017-06-072-26/+5
* | | | | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-7/+7
|/ / / /
| | | |
| \ \ \
*-. \ \ \ Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki2017-05-221-1/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| / | | |/
| * | PM / hibernate: Declare variables as staticPushkar Jambhlekar2017-05-141-1/+1
* | | Merge tag 'pm-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-102-5/+26
|\ \ \ | |/ /
| * | ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki2017-05-052-5/+26
| |/
* | kernel/power/snapshot.c: use set_memory.h headerLaura Abbott2017-05-081-0/+3
|/
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-033-0/+4
|\
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | Merge tag 'pm-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-021-49/+44
|\ \ | |/ |/|
| * PM / hibernate: Define pr_fmt() and use pr_*() instead of printk()Rafael J. Wysocki2017-02-271-31/+29
| * PM / hibernate: Untangle power_down()Rafael J. Wysocki2017-02-271-19/+16
* | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-213-5/+5
|\ \ | |/ |/|
| * arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott2017-02-073-5/+5
* | PM / sleep: Fix test_suspend after sleep state reworkGeert Uytterhoeven2017-02-181-1/+1
* | Merge back earlier suspend/hibernation changes for v4.11.Rafael J. Wysocki2017-01-305-24/+16
|\ \
OpenPOWER on IntegriCloud