index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
watchdog.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
watchdog/core: Split out cpumask write function
Thomas Gleixner
2017-09-14
1
-19
/
+21
*
watchdog/core: Clean up the #ifdef maze
Thomas Gleixner
2017-09-14
1
-20
/
+13
*
watchdog/core: Clean up stub functions
Thomas Gleixner
2017-09-14
1
-46
/
+22
*
watchdog/core: Remove the park_in_progress obfuscation
Thomas Gleixner
2017-09-14
1
-20
/
+17
*
watchdog/hardlockup/perf: Prevent CPU hotplug deadlock
Thomas Gleixner
2017-09-14
1
-0
/
+25
*
watchdog/hardlockup/perf: Remove broken self disable on failure
Thomas Gleixner
2017-09-14
1
-15
/
+0
*
watchdog/core: Mark hardlockup_detector_disable() __init
Thomas Gleixner
2017-09-14
1
-1
/
+1
*
watchdog/core: Rename watchdog_proc_mutex
Thomas Gleixner
2017-09-14
1
-8
/
+7
*
watchdog/core: Rework CPU hotplug locking
Thomas Gleixner
2017-09-14
1
-6
/
+6
*
watchdog/core: Remove broken suspend/resume interfaces
Thomas Gleixner
2017-09-14
1
-88
/
+1
*
watchdog/core: Provide interface to stop from poweroff()
Thomas Gleixner
2017-09-14
1
-1
/
+13
*
kernel/watchdog: Prevent false positives with turbo modes
Thomas Gleixner
2017-08-18
1
-0
/
+1
*
kernel/watchdog.c: use better pr_fmt prefix
Kefeng Wang
2017-07-15
1
-1
/
+1
*
kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogs
Nicholas Piggin
2017-07-13
1
-4
/
+44
*
kernel/watchdog: split up config options
Nicholas Piggin
2017-07-13
1
-85
/
+158
*
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 <uap...
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
*
kernel/watchdog: prevent false hardlockup on overloaded system
Don Zickus
2017-01-25
1
-0
/
+9
*
kernel/watchdog.c: move hardlockup detector to separate file
Babu Moger
2016-12-15
1
-230
/
+11
*
kernel/watchdog.c: move shared definitions to nmi.h
Babu Moger
2016-12-15
1
-24
/
+4
*
kernel/watchdog: use nmi registers snapshot in hardlockup handler
Konstantin Khlebnikov
2016-12-15
1
-1
/
+0
*
watchdog: don't run proc_watchdog_update if new value is same as old
Joshua Hunt
2016-03-17
1
-1
/
+8
*
Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2016-01-12
1
-1
/
+17
|
\
|
*
workqueue: implement lockup detector
Tejun Heo
2015-12-08
1
-0
/
+3
|
*
watchdog: introduce touch_softlockup_watchdog_sched()
Tejun Heo
2015-12-08
1
-1
/
+14
*
|
panic, x86: Allow CPUs to save registers even if looping in NMI context
Hidehiro Kawai
2015-12-19
1
-1
/
+1
*
|
panic, x86: Fix re-entrance problem due to panic on NMI
Hidehiro Kawai
2015-12-19
1
-1
/
+1
|
/
*
kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer...
Ulrich Obergfell
2015-11-06
1
-1
/
+1
*
kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}...
Ulrich Obergfell
2015-11-06
1
-4
/
+6
*
kernel/watchdog.c: avoid races between /proc handlers and CPU hotplug
Ulrich Obergfell
2015-11-06
1
-0
/
+6
*
kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU ...
Ulrich Obergfell
2015-11-06
1
-0
/
+2
*
kernel/watchdog.c: add sysctl knob hardlockup_panic
Don Zickus
2015-11-06
1
-1
/
+1
*
kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup
Jiri Kosina
2015-11-06
1
-5
/
+28
*
watchdog: do not unpark threads in watchdog_park_threads() on error
Ulrich Obergfell
2015-11-06
1
-4
/
+6
*
watchdog: implement error handling in lockup_detector_suspend()
Ulrich Obergfell
2015-11-06
1
-0
/
+5
*
watchdog: implement error handling in update_watchdog_all_cpus() and callers
Ulrich Obergfell
2015-11-06
1
-7
/
+23
*
watchdog: move watchdog_disable_all_cpus() outside of ifdef
Ulrich Obergfell
2015-11-06
1
-3
/
+5
*
watchdog: fix error handling in proc_watchdog_thresh()
Ulrich Obergfell
2015-11-06
1
-3
/
+4
*
kernel/watchdog.c: is_hardlockup can be boolean
Yaowei Bai
2015-11-06
1
-3
/
+3
*
watchdog: rename watchdog_suspend() and watchdog_resume()
Ulrich Obergfell
2015-09-05
1
-4
/
+22
*
watchdog: use suspend/resume interface in fixup_ht_bug()
Ulrich Obergfell
2015-09-05
1
-35
/
+0
*
watchdog: use park/unpark functions in update_watchdog_all_cpus()
Ulrich Obergfell
2015-09-05
1
-38
/
+2
*
watchdog: introduce watchdog_suspend() and watchdog_resume()
Ulrich Obergfell
2015-09-05
1
-0
/
+65
*
watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads()
Ulrich Obergfell
2015-09-05
1
-0
/
+36
*
kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.h
Guenter Roeck
2015-09-05
1
-2
/
+0
*
watchdog: simplify housekeeping affinity with the appropriate mask
Frederic Weisbecker
2015-09-05
1
-4
/
+2
*
smpboot: allow passing the cpumask on per-cpu thread registration
Frederic Weisbecker
2015-09-05
1
-6
/
+3
*
watchdog: add watchdog_cpumask sysctl to assist nohz
Chris Metcalf
2015-06-25
1
-5
/
+62
*
watchdog: fix double lock in watchdog_nmi_enable_all
Michal Hocko
2015-05-19
1
-1
/
+1
[prev]
[next]