summaryrefslogtreecommitdiff
path: root/kernel/watchdog.c
Commit message (Expand)AuthorAge
...
* kernel/watchdog.c: avoid races between /proc handlers and CPU hotplugUlrich Obergfell2015-11-05
* kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU ...Ulrich Obergfell2015-11-05
* kernel/watchdog.c: add sysctl knob hardlockup_panicDon Zickus2015-11-05
* kernel/watchdog.c: perform all-CPU backtrace in case of hard lockupJiri Kosina2015-11-05
* watchdog: do not unpark threads in watchdog_park_threads() on errorUlrich Obergfell2015-11-05
* watchdog: implement error handling in lockup_detector_suspend()Ulrich Obergfell2015-11-05
* watchdog: implement error handling in update_watchdog_all_cpus() and callersUlrich Obergfell2015-11-05
* watchdog: move watchdog_disable_all_cpus() outside of ifdefUlrich Obergfell2015-11-05
* watchdog: fix error handling in proc_watchdog_thresh()Ulrich Obergfell2015-11-05
* kernel/watchdog.c: is_hardlockup can be booleanYaowei Bai2015-11-05
* watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-04
* watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell2015-09-04
* watchdog: use park/unpark functions in update_watchdog_all_cpus()Ulrich Obergfell2015-09-04
* watchdog: introduce watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-04
* watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads()Ulrich Obergfell2015-09-04
* kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck2015-09-04
* watchdog: simplify housekeeping affinity with the appropriate maskFrederic Weisbecker2015-09-04
* smpboot: allow passing the cpumask on per-cpu thread registrationFrederic Weisbecker2015-09-04
* watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf2015-06-24
* watchdog: fix double lock in watchdog_nmi_enable_allMichal Hocko2015-05-19
* watchdog: Fix merge 'conflict'Peter Zijlstra2015-05-18
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-14
|\
| * watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell2015-04-14
| * watchdog: clean up some function names and argumentsUlrich Obergfell2015-04-14
| * watchdog: enable the new user interface of the watchdog mechanismUlrich Obergfell2015-04-14
| * watchdog: implement error handling for failure to set up hardware perf eventsUlrich Obergfell2015-04-14
| * watchdog: introduce separate handlers for parameters in /proc/sys/kernelUlrich Obergfell2015-04-14
| * watchdog: introduce proc_watchdog_common()Ulrich Obergfell2015-04-14
| * watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog()Ulrich Obergfell2015-04-14
| * watchdog: introduce the proc_watchdog_update() functionUlrich Obergfell2015-04-14
| * watchdog: new definitions and variables, initializationUlrich Obergfell2015-04-14
* | watchdog: Add watchdog enable/disable all functionsStephane Eranian2015-04-02
|/
* kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur2015-02-12
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-15
|\
| * watchdog: Replace __raw_get_cpu_var usesChristoph Lameter2014-08-26
* | kernel/watchdog.c: control hard lockup detection defaultUlrich Obergfell2014-10-14
* | Merge branch 'perf-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-13
|\ \
| * | watchdog: Fix print-once on enableUlrich Obergfell2014-08-18
| * | watchdog: Remove unnecessary header fileschai wen2014-08-18
* | | softlockup: make detector be aware of task switch of processes hogging cpuchai wen2014-10-09
| |/ |/|
* | panic: add TAINT_SOFTLOCKUPJosh Hunt2014-08-08
* | kernel/watchdog.c: convert printk/pr_warning to pr_foo()Fabian Frederick2014-08-06
|/
* kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin2014-06-23
* kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...Don Zickus2014-06-23
* kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Andrew Morton2014-04-18
* kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every oneBen Zhang2014-04-03
* watchdog: Simplify a little the IPI callFrederic Weisbecker2014-02-24
* watchdog: update watchdog_thresh properlyMichal Hocko2013-09-24
* watchdog: update watchdog attributes atomicallyMichal Hocko2013-09-24
* watchdog: Make it work under full dynticksFrederic Weisbecker2013-07-30