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
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-5
/
+2
2022-03-01
PM: suspend: fix return value of __setup handler
Randy Dunlap
1
-4
/
+4
2022-03-01
PM: hibernate: fix __setup handler error handling
Randy Dunlap
1
-1
/
+1
2022-03-01
PM: hibernate: Clean up non-kernel-doc comments
Jiapeng Chong
1
-4
/
+4
2022-02-16
PM: hibernate: fix load_image_and_restore() error path
Ye Bin
1
-1
/
+3
2022-02-07
PM: s2idle: ACPI: Fix wakeup interrupts handling
Rafael J. Wysocki
3
-4
/
+5
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
1
-3
/
+2
2022-02-02
block: remove genhd.h
Christoph Hellwig
2
-2
/
+0
2022-01-25
PM: hibernate: Remove register_nosave_region_late()
Amadeusz Sławiński
1
-14
/
+7
2022-01-25
PM: wakeup: simplify the output logic of pm_show_wakelocks()
Greg Kroah-Hartman
1
-7
/
+4
2021-12-08
PM: hibernate: Allow ACPI hardware signature to be honoured
David Woodhouse
2
-2
/
+15
2021-11-24
PM: hibernate: Fix snapshot partial write lengths
Evan Green
1
-1
/
+1
2021-11-24
PM: hibernate: use correct mode for swsusp_close()
Thomas Zeitlhofer
1
-3
/
+3
2021-11-02
Merge tag 'pm-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
5
-45
/
+106
2021-11-02
Merge branches 'pm-em' and 'powercap'
Rafael J. Wysocki
1
-18
/
+68
2021-10-26
PM: suspend: Use valid_state() consistently
Rafael J. Wysocki
1
-5
/
+7
2021-10-26
PM: sleep: Pause cpuidle later and resume it earlier during system transitions
Rafael J. Wysocki
3
-13
/
+23
2021-10-26
PM: suspend: Do not pause cpuidle in the suspend-to-idle path
Rafael J. Wysocki
1
-2
/
+6
2021-10-21
PM: hibernate: Get block device exclusively in swsusp_check()
Ye Bin
1
-2
/
+3
2021-10-21
PM: hibernate: swap: Use vzalloc() and kzalloc()
Cai Huoqing
1
-10
/
+4
2021-10-21
PM: hibernate: fix sparse warnings
Anders Roxell
1
-2
/
+2
2021-10-20
workqueue: Introduce show_one_worker_pool and show_one_workqueue.
Imran Khan
1
-1
/
+1
2021-10-19
Revert "PM: sleep: Do not assume that "mem" is always present"
Rafael J. Wysocki
1
-2
/
+2
2021-10-05
PM: EM: Mark inefficiencies in CPUFreq
Vincent Donnefort
1
-0
/
+40
2021-10-05
PM: EM: Allow skipping inefficient states
Vincent Donnefort
1
-0
/
+13
2021-10-05
PM: EM: Extend em_perf_domain with a flag field
Vincent Donnefort
1
-2
/
+4
2021-10-05
PM: EM: Mark inefficient states
Vincent Donnefort
1
-1
/
+3
2021-10-05
PM: EM: Fix inefficient states detection
Vincent Donnefort
1
-15
/
+8
2021-09-15
PM: hibernate: Remove blk_status_to_errno in hib_wait_io
Falla Coulibaly
1
-1
/
+1
2021-09-15
PM: sleep: Do not assume that "mem" is always present
Florian Fainelli
1
-2
/
+2
2021-08-30
Merge branches 'pm-pci', 'pm-sleep', 'pm-domains' and 'powercap'
Rafael J. Wysocki
3
-4
/
+4
2021-08-16
PM: sleep: unmark 'state' functions as kernel-doc
Randy Dunlap
1
-1
/
+1
2021-08-06
PM: EM: Increase energy calculation precision
Lukasz Luba
1
-1
/
+3
2021-08-04
PM: sleep: check RTC features instead of ops in suspend_test
Alexandre Belloni
1
-1
/
+1
2021-08-04
PM: sleep: s2idle: Replace deprecated CPU-hotplug functions
Sebastian Andrzej Siewior
1
-2
/
+2
2021-07-08
PM: hibernate: disable when there are active secretmem users
Mike Rapoport
1
-1
/
+4
2021-06-11
PM: hibernate: remove leading spaces before tabs
Zhen Lei
1
-1
/
+1
2021-06-11
PM: sleep: remove trailing spaces and tabs
Zhen Lei
2
-7
/
+7
2021-05-24
PM: hibernate: fix spelling mistakes
Zhen Lei
2
-5
/
+5
2021-04-08
PM: sleep: fix typos in comments
Lu Jialin
3
-3
/
+3
2021-03-23
PM: EM: postpone creating the debugfs dir till fs_initcall
Lukasz Luba
1
-1
/
+1
2021-02-15
Merge branches 'powercap' and 'pm-misc'
Rafael J. Wysocki
1
-8
/
+4
2021-02-12
PM: sleep: Constify static struct attribute_group
Rikard Falkeborn
1
-1
/
+1
2021-02-12
PM: Kconfig: remove unneeded "default n" options
Lukasz Luba
1
-3
/
+0
2021-02-12
PM: EM: update Kconfig description and drop "default n" option
Lukasz Luba
1
-5
/
+4
2021-01-27
PM: sleep: No need to check PF_WQ_WORKER in thaw_kernel_threads()
Zqiang
1
-1
/
+1
2021-01-25
PM: hibernate: flush swap writer after marking
Laurent Badel
1
-1
/
+1
2020-12-15
Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-2
/
+26
2020-12-15
kernel/power: allow hibernation with page_poison sanity checking
Vlastimil Babka
3
-5
/
+13
2020-12-15
PM: hibernate: make direct map manipulations more explicit
Mike Rapoport
1
-2
/
+36
[next]