summaryrefslogtreecommitdiffstats
path: root/kernel/power
Commit message (Expand)AuthorAgeFilesLines
* PM / hibernate: fix typo "reserverd_size" -> "reserved_size"Alexandre Belloni2020-02-201-1/+1
* ACPI: PM: s2idle: Avoid possible race related to the EC GPERafael J. Wysocki2020-02-111-4/+5
* Merge back new material related to system-wide PM for v5.6.Rafael J. Wysocki2020-01-236-28/+69
|\
| * PM: suspend: Add sysfs attribute to control the "sync on suspend" behaviorJonas Meurer2020-01-163-2/+38
| * PM: hibernate: fix spelling mistake "shapshot" -> "snapshot"Colin Ian King2020-01-101-1/+1
| * PM: hibernate: Add more logging on hibernation failureLuigi Semenzato2020-01-072-20/+27
| * PM: hibernate: improve arithmetic division in preallocate_highmem_fraction()Wen Yang2020-01-071-3/+1
| * PM: sleep: Switch to rtc_time64_to_tm()/rtc_tm_to_time64()Alexandre Belloni2019-12-201-3/+3
* | PM: hibernate: fix crashes with init_on_free=1Alexander Potapenko2020-01-161-10/+10
|/
* Merge tag 'pm-5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-12-041-1/+3
|\
| * PM / QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCYLeonard Crestez2019-11-291-1/+3
* | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-1/+1
|\ \ | |/ |/|
| * y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann2019-11-151-1/+1
| |
| \
*-. | Merge branches 'pm-sleep', 'pm-domains', 'pm-opp' and 'powercap'Rafael J. Wysocki2019-11-261-1/+8
|\ \|
| * | PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft2019-10-211-1/+8
* | | PM: QoS: Invalidate frequency QoS requests after removalRafael J. Wysocki2019-11-201-1/+7
| |/ |/|
* | PM: QoS: Introduce frequency QoSRafael J. Wysocki2019-10-211-0/+240
|/
* PM: sleep: include <linux/pm_runtime.h> for pm_wqBen Dooks2019-10-101-0/+1
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-1/+2
|\
| * hibernate: Disable when the kernel is locked downJosh Boyer2019-08-191-1/+2
| |
| \
*-. \ Merge branches 'pm-opp', 'pm-qos', 'acpi-pm', 'pm-domains' and 'pm-tools'Rafael J. Wysocki2019-09-171-48/+0
|\ \ \
| | * | PM: QoS: Get rid of unused flagsAmit Kucheria2019-08-211-48/+0
| |/ /
* | | Merge suspend-to-idle rework material for v5.4.Rafael J. Wysocki2019-09-171-38/+27
|\ \ \
| * | | PM: suspend: Fix platform_suspend_prepare_noirq()Rafael J. Wysocki2019-08-101-5/+6
| * | | ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devicesRafael J. Wysocki2019-08-081-3/+9
| * | | PM: sleep: Integrate suspend-to-idle with generig suspend flowRafael J. Wysocki2019-07-231-16/+5
| * | | PM: sleep: Simplify suspend-to-idle control flowRafael J. Wysocki2019-07-231-30/+23
| |/ /
* | | PM / wakeup: Show wakeup sources stats in sysfsTri Vo2019-08-212-2/+2
* | | PM / wakeup: Use wakeup_source_register() in wakelock.cTri Vo2019-08-211-13/+19
* | | PM: sleep: Replace strncmp() with str_has_prefix()Chuhong Yuan2019-08-161-1/+1
* | | PM/sleep: Expose suspend stats in sysfsKalesh Singh2019-08-051-2/+95
|/ /
* | Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-151-3/+3
|\ \
| * | docs: power: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-3/+3
* | | Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-07-093-7/+4
|\ \ \
| * \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2019-07-083-7/+4
| |\ \ \ | | |_|/ | |/| |
| | * | kernel: power: swap: use kzalloc() instead of kmalloc() followed by memset()Fuqian Huang2019-06-281-2/+1
| | * | PM: suspend: Rename pm_suspend_via_s2idle()Rafael J. Wysocki2019-06-191-3/+3
| | * | PM: hibernate: powerpc: Expose pfn_is_nosave() prototypeMathieu Malaterre2019-06-141-2/+0
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-241-1/+1
* | | | PCI: PM: Avoid skipping bus-level PM on platforms without ACPIRafael J. Wysocki2019-06-261-0/+3
|/ / /
* / / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248Thomas Gleixner2019-06-191-2/+1
|/ /
* | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-087-18/+7
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-057-18/+7
* | | Merge branch 'pm-x86'Rafael J. Wysocki2019-06-071-0/+9
|\ \ \
| * | | x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2019-06-031-0/+9
* | | | PM: sleep: Add kerneldoc comments to some functionsRafael J. Wysocki2019-06-031-0/+6
| |/ / |/| |
* | | ACPI: PM: Call pm_set_suspend_via_firmware() during hibernationRafael J. Wysocki2019-05-271-2/+2
|/ /
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/