summaryrefslogtreecommitdiffstats
path: root/kernel/watchdog.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-051-4/+22
* watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell2015-09-051-35/+0Star
* watchdog: use park/unpark functions in update_watchdog_all_cpus()Ulrich Obergfell2015-09-051-38/+2Star
* watchdog: introduce watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-051-0/+65
* watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads()Ulrich Obergfell2015-09-051-0/+36
* kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck2015-09-051-2/+0Star
* watchdog: simplify housekeeping affinity with the appropriate maskFrederic Weisbecker2015-09-051-4/+2Star
* smpboot: allow passing the cpumask on per-cpu thread registrationFrederic Weisbecker2015-09-051-6/+3Star
* watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf2015-06-251-5/+62
* watchdog: fix double lock in watchdog_nmi_enable_allMichal Hocko2015-05-191-1/+1
* watchdog: Fix merge 'conflict'Peter Zijlstra2015-05-181-5/+15
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-151-74/+215
|\
| * watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell2015-04-151-19/+2Star
| * watchdog: clean up some function names and argumentsUlrich Obergfell2015-04-151-8/+12
| * watchdog: enable the new user interface of the watchdog mechanismUlrich Obergfell2015-04-151-65/+16Star
| * watchdog: implement error handling for failure to set up hardware perf eventsUlrich Obergfell2015-04-151-0/+30
| * watchdog: introduce separate handlers for parameters in /proc/sys/kernelUlrich Obergfell2015-04-151-0/+59
| * watchdog: introduce proc_watchdog_common()Ulrich Obergfell2015-04-151-0/+65
| * watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog()Ulrich Obergfell2015-04-151-1/+2
| * watchdog: introduce the proc_watchdog_update() functionUlrich Obergfell2015-04-151-0/+23
| * watchdog: new definitions and variables, initializationUlrich Obergfell2015-04-151-1/+26
* | watchdog: Add watchdog enable/disable all functionsStephane Eranian2015-04-021-0/+28
|/
* kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur2015-02-131-1/+1
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-6/+6
|\
| * watchdog: Replace __raw_get_cpu_var usesChristoph Lameter2014-08-261-6/+6
* | kernel/watchdog.c: control hard lockup detection defaultUlrich Obergfell2014-10-141-2/+48
* | Merge branch 'perf-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-131-6/+4Star
|\ \
| * | watchdog: Fix print-once on enableUlrich Obergfell2014-08-181-1/+4
| * | watchdog: Remove unnecessary header fileschai wen2014-08-181-5/+0Star
* | | softlockup: make detector be aware of task switch of processes hogging cpuchai wen2014-10-101-1/+17
| |/ |/|
* | panic: add TAINT_SOFTLOCKUPJosh Hunt2014-08-091-0/+1
* | kernel/watchdog.c: convert printk/pr_warning to pr_foo()Fabian Frederick2014-08-071-4/+6
|/
* kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin2014-06-241-0/+39
* kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...Don Zickus2014-06-241-2/+0Star
* kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Andrew Morton2014-04-191-1/+5
* kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every oneBen Zhang2014-04-041-8/+8
* watchdog: Simplify a little the IPI callFrederic Weisbecker2014-02-241-2/+1Star
* watchdog: update watchdog_thresh properlyMichal Hocko2013-09-251-3/+50
* watchdog: update watchdog attributes atomicallyMichal Hocko2013-09-251-2/+5
* watchdog: Make it work under full dynticksFrederic Weisbecker2013-07-301-8/+0Star
* watchdog: Boot-disable by default on full dynticksFrederic Weisbecker2013-06-201-0/+8
* watchdog: Rename confusing state variableFrederic Weisbecker2013-06-201-15/+15
* watchdog: Register / unregister watchdog kthreads on sysctl controlFrederic Weisbecker2013-06-201-40/+47
* watchdog: Add comments to explain the watchdog_disabled variableanish kumar2013-03-141-0/+5
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-231-6/+4Star
|\
| * watchdog: Use local_clock for get_timestamp()Namhyung Kim2013-02-191-6/+4Star
* | sched/rt: Move rt specific bits into new header fileClark Williams2013-02-071-0/+1
|/
* watchdog: Fix disable/enable regressionBjørn Mork2012-12-191-7/+4Star
* watchdog: store the watchdog sample period as a variableChuansheng Liu2012-12-181-5/+8
* watchdog: Fix CPU hotplug regressionThomas Gleixner2012-12-041-0/+3