index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
power
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2019-09-17
Merge branches 'pm-opp', 'pm-qos', 'acpi-pm', 'pm-domains' and 'pm-tools'
Rafael J. Wysocki
1
-48
/
+0
2019-09-17
Merge suspend-to-idle rework material for v5.4.
Rafael J. Wysocki
1
-38
/
+27
2019-08-21
PM: QoS: Get rid of unused flags
Amit Kucheria
1
-48
/
+0
2019-08-21
PM / wakeup: Show wakeup sources stats in sysfs
Tri Vo
2
-2
/
+2
2019-08-21
PM / wakeup: Use wakeup_source_register() in wakelock.c
Tri Vo
1
-13
/
+19
2019-08-19
hibernate: Disable when the kernel is locked down
Josh Boyer
1
-1
/
+2
2019-08-16
PM: sleep: Replace strncmp() with str_has_prefix()
Chuhong Yuan
1
-1
/
+1
2019-08-10
PM: suspend: Fix platform_suspend_prepare_noirq()
Rafael J. Wysocki
1
-5
/
+6
2019-08-08
ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devices
Rafael J. Wysocki
1
-3
/
+9
2019-08-05
PM/sleep: Expose suspend stats in sysfs
Kalesh Singh
1
-2
/
+95
2019-07-23
PM: sleep: Integrate suspend-to-idle with generig suspend flow
Rafael J. Wysocki
1
-16
/
+5
2019-07-23
PM: sleep: Simplify suspend-to-idle control flow
Rafael J. Wysocki
1
-30
/
+23
2019-07-15
Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2019-07-09
Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
3
-7
/
+4
2019-07-08
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2019-07-08
Merge branch 'pm-sleep'
Rafael J. Wysocki
3
-7
/
+4
2019-06-28
kernel: power: swap: use kzalloc() instead of kmalloc() followed by memset()
Fuqian Huang
1
-2
/
+1
2019-06-26
PCI: PM: Avoid skipping bus-level PM on platforms without ACPI
Rafael J. Wysocki
1
-0
/
+3
2019-06-24
sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()
Vincent Guittot
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248
Thomas Gleixner
1
-2
/
+1
2019-06-19
PM: suspend: Rename pm_suspend_via_s2idle()
Rafael J. Wysocki
1
-3
/
+3
2019-06-14
docs: power: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-3
/
+3
2019-06-14
PM: hibernate: powerpc: Expose pfn_is_nosave() prototype
Mathieu Malaterre
1
-2
/
+0
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
7
-18
/
+7
2019-06-07
Merge branch 'pm-x86'
Rafael J. Wysocki
1
-0
/
+9
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
Thomas Gleixner
7
-18
/
+7
2019-06-03
x86/power: Fix 'nosmt' vs hibernation triple fault during resume
Jiri Kosina
1
-0
/
+9
2019-06-03
PM: sleep: Add kerneldoc comments to some functions
Rafael J. Wysocki
1
-0
/
+6
2019-05-27
ACPI: PM: Call pm_set_suspend_via_firmware() during hibernation
Rafael J. Wysocki
1
-2
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-06
Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
4
-16
/
+21
2019-05-06
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+3
2019-05-03
kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freeze
Nicholas Piggin
1
-0
/
+9
2019-05-03
power/suspend: Add function to disable secondaries for suspend
Nicholas Piggin
2
-8
/
+8
2019-04-30
mm/hibernation: Make hibernation handle unmapped pages
Rick Edgecombe
1
-2
/
+3
2019-04-02
PM / sleep: Measure the time of filesystems syncing
Harry Pan
1
-2
/
+7
2019-04-02
PM / sleep: Refactor filesystems sync to reduce duplication
Harry Pan
4
-16
/
+16
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-0
/
+3
2019-03-06
Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2
-6
/
+59
2019-03-05
PM/Hibernate: exclude all PageOffline() pages
David Hildenbrand
1
-2
/
+7
2019-03-05
PM/Hibernate: use pfn_to_online_page()
David Hildenbrand
1
-4
/
+4
2019-03-04
Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'
Rafael J. Wysocki
2
-6
/
+59
2019-01-23
PM / EM: Expose the Energy Model in debugfs
Quentin Perret
1
-0
/
+57
2019-01-22
PM: QoS: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-6
/
+2
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-1
/
+1
2018-12-26
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-0
/
+218
2018-12-21
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep'
Rafael J. Wysocki
2
-26
/
+4
2018-12-12
PM / sleep: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-13
/
+2
[next]