aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/watchdog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-19watchdog: fix double lock in watchdog_nmi_enable_allMichal Hocko1-1/+1
2015-05-18watchdog: Fix merge 'conflict'Peter Zijlstra1-5/+15
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-74/+215
2015-04-14watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell1-19/+2
2015-04-14watchdog: clean up some function names and argumentsUlrich Obergfell1-8/+12
2015-04-14watchdog: enable the new user interface of the watchdog mechanismUlrich Obergfell1-65/+16
2015-04-14watchdog: implement error handling for failure to set up hardware perf eventsUlrich Obergfell1-0/+30
2015-04-14watchdog: introduce separate handlers for parameters in /proc/sys/kernelUlrich Obergfell1-0/+59
2015-04-14watchdog: introduce proc_watchdog_common()Ulrich Obergfell1-0/+65
2015-04-14watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog()Ulrich Obergfell1-1/+2
2015-04-14watchdog: introduce the proc_watchdog_update() functionUlrich Obergfell1-0/+23
2015-04-14watchdog: new definitions and variables, initializationUlrich Obergfell1-1/+26
2015-04-02watchdog: Add watchdog enable/disable all functionsStephane Eranian1-0/+28
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-6/+6
2014-10-14kernel/watchdog.c: control hard lockup detection defaultUlrich Obergfell1-2/+48
2014-10-13Merge branch 'perf-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+4
2014-10-09softlockup: make detector be aware of task switch of processes hogging cpuchai wen1-1/+17
2014-08-26watchdog: Replace __raw_get_cpu_var usesChristoph Lameter1-6/+6
2014-08-18watchdog: Fix print-once on enableUlrich Obergfell1-1/+4
2014-08-18watchdog: Remove unnecessary header fileschai wen1-5/+0
2014-08-08panic: add TAINT_SOFTLOCKUPJosh Hunt1-0/+1
2014-08-06kernel/watchdog.c: convert printk/pr_warning to pr_foo()Fabian Frederick1-4/+6
2014-06-23kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin1-0/+39
2014-06-23kernel/watchdog.c: remove preemption restrictions when restarting lockup detectorDon Zickus1-2/+0
2014-04-18kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Andrew Morton1-1/+5
2014-04-03kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every oneBen Zhang1-8/+8
2014-02-24watchdog: Simplify a little the IPI callFrederic Weisbecker1-2/+1
2013-09-24watchdog: update watchdog_thresh properlyMichal Hocko1-3/+50
2013-09-24watchdog: update watchdog attributes atomicallyMichal Hocko1-2/+5
2013-07-30watchdog: Make it work under full dynticksFrederic Weisbecker1-8/+0
2013-06-20watchdog: Boot-disable by default on full dynticksFrederic Weisbecker1-0/+8
2013-06-20watchdog: Rename confusing state variableFrederic Weisbecker1-15/+15
2013-06-20watchdog: Register / unregister watchdog kthreads on sysctl controlFrederic Weisbecker1-40/+47
2013-03-14watchdog: Add comments to explain the watchdog_disabled variableanish kumar1-0/+5
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+4
2013-02-19watchdog: Use local_clock for get_timestamp()Namhyung Kim1-6/+4
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams1-0/+1
2012-12-19watchdog: Fix disable/enable regressionBjørn Mork1-7/+4
2012-12-17watchdog: store the watchdog sample period as a variableChuansheng Liu1-5/+8
2012-12-04watchdog: Fix CPU hotplug regressionThomas Gleixner1-0/+3
2012-11-26watchdog: using u64 in get_sample_period()Chuansheng Liu1-2/+2
2012-08-13watchdog: Use hotplug thread infrastructureThomas Gleixner1-174/+89
2012-08-08Revert "NMI watchdog: fix for lockup detector breakage on resume"Rafael J. Wysocki1-19/+2
2012-07-30NMI watchdog: fix for lockup detector breakage on resumeSameer Nanda1-2/+19
2012-06-14watchdog: Quiet down the boot messagesDon Zickus1-1/+18
2012-04-08watchdog: add check for suspended vm in softlockup detectorEric B Munson1-0/+12
2012-03-23kernel/watchdog.c: add comment to watchdog() exit pathAndrew Morton1-0/+4
2012-03-23kernel/watchdog.c: convert to pr_foo()Andrew Morton1-6/+10
2012-03-23watchdog: make sure the watchdog thread gets CPU on loaded systemMichal Hocko1-4/+3