index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
watchdog.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Merge branch 'android-4.4@8e53f7c' into branch 'msm-4.4'
Blagovest Kolenichev
2017-04-10
|
\
|
*
ANDROID: kernel/watchdog: fix unused variable warning
Brian Norris
2016-03-01
*
|
Merge tag 'lsk-v4.4-17.02-android' into branch 'msm-4.4'
Runmin Wang
2017-03-18
|
\
\
|
*
\
Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android
Alex Shi
2017-01-09
|
|
\
\
|
|
*
|
kernel/watchdog: use nmi registers snapshot in hardlockup handler
Konstantin Khlebnikov
2017-01-06
*
|
|
|
watchdog: Induce non secure watchdog bite for lockup
Prasad Sodagudi
2017-03-02
*
|
|
|
sched: Ensure watchdog is enabled before disabling
Olav Haugan
2016-11-07
*
|
|
|
watchdog: Add support for cpu isolation
Olav Haugan
2016-09-20
*
|
|
|
Merge branch 'tmp-bab1564' into msm-4.4
Runmin Wang
2016-09-12
|
\
|
|
|
|
*
|
|
Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android
Alex Shi
2016-04-13
|
|
\
|
|
|
*
|
|
ANDROID: kernel/watchdog: fix unused variable warning
Brian Norris
2016-04-07
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'msm-4.4/tmp-2bf7955' into msm-4.4
Trilok Soni
2016-07-22
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
watchdog: don't run proc_watchdog_update if new value is same as old
Joshua Hunt
2016-04-12
*
|
|
workqueue: implement lockup detector
Tejun Heo
2016-05-05
*
|
|
watchdog: introduce touch_softlockup_watchdog_sched()
Tejun Heo
2016-05-05
*
|
|
kernel/watchdog.c: fix compilation warning on Kernel 4.4
Satya Durga Srinivasu Prabhala
2016-03-23
|
|
/
|
/
|
*
|
hardlockup: detect hard lockups without NMIs using secondary cpus
Colin Cross
2016-02-16
|
/
*
kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer...
Ulrich Obergfell
2015-11-05
*
kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}...
Ulrich Obergfell
2015-11-05
*
kernel/watchdog.c: avoid races between /proc handlers and CPU hotplug
Ulrich Obergfell
2015-11-05
*
kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU ...
Ulrich Obergfell
2015-11-05
*
kernel/watchdog.c: add sysctl knob hardlockup_panic
Don Zickus
2015-11-05
*
kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup
Jiri Kosina
2015-11-05
*
watchdog: do not unpark threads in watchdog_park_threads() on error
Ulrich Obergfell
2015-11-05
*
watchdog: implement error handling in lockup_detector_suspend()
Ulrich Obergfell
2015-11-05
*
watchdog: implement error handling in update_watchdog_all_cpus() and callers
Ulrich Obergfell
2015-11-05
*
watchdog: move watchdog_disable_all_cpus() outside of ifdef
Ulrich Obergfell
2015-11-05
*
watchdog: fix error handling in proc_watchdog_thresh()
Ulrich Obergfell
2015-11-05
*
kernel/watchdog.c: is_hardlockup can be boolean
Yaowei Bai
2015-11-05
*
watchdog: rename watchdog_suspend() and watchdog_resume()
Ulrich Obergfell
2015-09-04
*
watchdog: use suspend/resume interface in fixup_ht_bug()
Ulrich Obergfell
2015-09-04
*
watchdog: use park/unpark functions in update_watchdog_all_cpus()
Ulrich Obergfell
2015-09-04
*
watchdog: introduce watchdog_suspend() and watchdog_resume()
Ulrich Obergfell
2015-09-04
*
watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads()
Ulrich Obergfell
2015-09-04
*
kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.h
Guenter Roeck
2015-09-04
*
watchdog: simplify housekeeping affinity with the appropriate mask
Frederic Weisbecker
2015-09-04
*
smpboot: allow passing the cpumask on per-cpu thread registration
Frederic Weisbecker
2015-09-04
*
watchdog: add watchdog_cpumask sysctl to assist nohz
Chris Metcalf
2015-06-24
*
watchdog: fix double lock in watchdog_nmi_enable_all
Michal Hocko
2015-05-19
*
watchdog: Fix merge 'conflict'
Peter Zijlstra
2015-05-18
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-04-14
|
\
|
*
watchdog: introduce the hardlockup_detector_disable() function
Ulrich Obergfell
2015-04-14
|
*
watchdog: clean up some function names and arguments
Ulrich Obergfell
2015-04-14
|
*
watchdog: enable the new user interface of the watchdog mechanism
Ulrich Obergfell
2015-04-14
|
*
watchdog: implement error handling for failure to set up hardware perf events
Ulrich Obergfell
2015-04-14
|
*
watchdog: introduce separate handlers for parameters in /proc/sys/kernel
Ulrich Obergfell
2015-04-14
|
*
watchdog: introduce proc_watchdog_common()
Ulrich Obergfell
2015-04-14
|
*
watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog()
Ulrich Obergfell
2015-04-14
|
*
watchdog: introduce the proc_watchdog_update() function
Ulrich Obergfell
2015-04-14
|
*
watchdog: new definitions and variables, initialization
Ulrich Obergfell
2015-04-14
[next]