index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
power
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PM: sleep: No need to check PF_WQ_WORKER in thaw_kernel_threads()
Zqiang
2021-01-27
1
-1
/
+1
*
PM: sleep: fix typo in kernel/power/process.c
Jackie Zamow
2020-10-27
1
-1
/
+1
*
PM / sleep: Show freezing tasks that caused a suspend abort
Todd Brandt
2018-09-10
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs
Peter Zijlstra
2017-09-07
1
-1
/
+4
*
ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idle
Rafael J. Wysocki
2017-06-15
1
-1
/
+1
*
Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"
Rafael J. Wysocki
2017-06-07
1
-1
/
+1
*
ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle
Rafael J. Wysocki
2017-05-05
1
-1
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
oom, suspend: fix oom_killer_disable vs. pm suspend properly
Michal Hocko
2016-10-07
1
-14
/
+3
*
Merge back earlier suspend/hibernation changes for v4.8.
Rafael J. Wysocki
2016-07-08
1
-0
/
+3
|
\
|
*
PM / suspend: show workqueue state in suspend flow
Roger Lu
2016-07-02
1
-0
/
+3
*
|
oom, suspend: fix oom_reaper vs. oom_killer_disable race
Michal Hocko
2016-06-24
1
-0
/
+12
|
/
*
PM/freezer: y2038, use boottime to compare tstamps
Abhilash Jindal
2016-02-11
1
-7
/
+5
*
oom, PM: make OOM detection in the freezer path raceless
Michal Hocko
2015-02-11
1
-41
/
+9
*
PM: convert printk to pr_* equivalent
Michal Hocko
2015-02-11
1
-14
/
+15
*
PM / freezer: Clean up code after recent fixes
Rafael J. Wysocki
2014-10-22
1
-15
/
+16
*
PM: convert do_each_thread to for_each_process_thread
Michal Hocko
2014-10-21
1
-8
/
+8
*
OOM, PM: OOM killed task shouldn't escape PM suspend
Michal Hocko
2014-10-21
1
-1
/
+39
*
PM / sleep: Mechanism for aborting system suspends unconditionally
Rafael J. Wysocki
2014-09-01
1
-0
/
+1
*
PM / sleep: Fix request_firmware() error at resume
Takashi Iwai
2014-07-15
1
-0
/
+1
*
PM / sleep: trace events for suspend/resume
Todd E Brandt
2014-06-07
1
-0
/
+3
*
freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processes
Colin Cross
2013-07-30
1
-0
/
+11
*
freezer: shorten freezer sleep time using exponential backoff
Colin Cross
2013-05-12
1
-11
/
+15
*
suspend: enable freeze timeout configuration through sys
Li Fei
2013-02-09
1
-2
/
+2
*
freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()
Oleg Nesterov
2012-10-26
1
-12
/
+1
*
PM / Freezer: Fix small typo "regrigerator"
Sedat Dilek
2012-08-23
1
-1
/
+1
*
PM / Sleep: Mitigate race between the freezer and request_firmware()
Rafael J. Wysocki
2012-03-28
1
-1
/
+2
*
PM / Sleep: Move disabling of usermode helpers to the freezer
Rafael J. Wysocki
2012-03-28
1
-0
/
+7
*
PM / Freezer: Remove references to TIF_FREEZE in comments
Marcos Paulo de Souza
2012-03-04
1
-5
/
+3
*
PM / Sleep: Do not check wakeup too often in try_to_freeze_tasks()
Rafael J. Wysocki
2012-02-13
1
-7
/
+9
*
PM / Freezer: Thaw only kernel threads if freezing of kernel threads fails
Srivatsa S. Bhat
2012-02-04
1
-2
/
+5
*
PM / Hibernate: Fix s2disk regression related to freezing workqueues
Rafael J. Wysocki
2012-01-29
1
-0
/
+19
*
freezer: remove unused @sig_only from freeze_task()
Tejun Heo
2011-11-21
1
-4
/
+4
*
freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZE
Tejun Heo
2011-11-21
1
-4
/
+11
*
cgroup_freezer: prepare for removal of TIF_FREEZE
Tejun Heo
2011-11-21
1
-1
/
+1
*
freezer: clean up freeze_processes() failure path
Tejun Heo
2011-11-21
1
-8
/
+8
*
freezer: test freezable conditions while holding freezer_lock
Tejun Heo
2011-11-21
1
-15
/
+1
*
freezer: make freezing indicate freeze condition in effect
Tejun Heo
2011-11-21
1
-1
/
+2
*
freezer: use dedicated lock instead of task_lock() + memory barrier
Tejun Heo
2011-11-21
1
-2
/
+0
*
freezer: don't distinguish nosig tasks on thaw
Tejun Heo
2011-11-21
1
-13
/
+7
*
freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasks
Tejun Heo
2011-11-21
1
-2
/
+1
*
freezer: rename thaw_process() to __thaw_task() and simplify the implementation
Tejun Heo
2011-11-21
1
-1
/
+1
*
PM / Hibernate: Freeze kernel threads after preallocating memory
Rafael J. Wysocki
2011-10-16
1
-10
/
+20
*
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
Tejun Heo
2011-02-16
1
-3
/
+3
*
PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()
Rafael J. Wysocki
2010-12-24
1
-1
/
+1
*
Freezer: Fix a race during freezing of TASK_STOPPED tasks
Tejun Heo
2010-12-24
1
-0
/
+6
*
PM: Allow wakeup events to abort freezing of tasks
Rafael J. Wysocki
2010-10-17
1
-2
/
+9
*
workqueue: reimplement workqueue freeze using max_active
Tejun Heo
2010-06-29
1
-2
/
+19
[next]