aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/watchdog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-11watchdog: Fix code/comments mismatchesFernando Luis Vázquez Cao1-12/+12
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava1-1/+1
2011-10-31watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTLVasily Averin1-2/+2
2011-09-18watchdog: Drop FIFO policy in exit pathThomas Gleixner1-2/+3
2011-08-14watchdog: Make the kthreads NUMA affineEric Dumazet1-1/+1
2011-07-14perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov1-2/+0
2011-07-01perf: Add context field to perf_eventAvi Kivity1-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-1/+1
2011-07-01perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov1-1/+5
2011-05-24watchdog: Fix non-standard prototype of get_softlockup_thresh()Ingo Molnar1-7/+4
2011-05-23watchdog: Change the default timeout and configure nmi watchdog period based on watchdog_threshMandeep Singh Baines1-4/+15
2011-05-23watchdog: Disable watchdog when thresh is zeroMandeep Singh Baines1-16/+9
2011-05-23watchdog: Only disable/enable watchdog if neccessaryMandeep Singh Baines1-8/+12
2011-05-23watchdog: Fix rounding bug in get_sample_period()Mandeep Singh Baines1-1/+1
2011-04-28kernel/watchdog.c: disable nmi perf event in the error path of enabling watchdogHillf Danton1-1/+4
2011-03-22kernel/watchdog.c: always return NOTIFY_OK during cpu up/down eventsDon Zickus1-6/+16
2011-03-22kernel/watchdog.c: allow hardlockup to panic by defaultDon Zickus1-1/+4
2011-02-10watchdog, nmi: Lower the severity of error messagesDon Zickus1-2/+8
2011-01-31watchdog: Don't change watchdog state on read of sysctlMarcin Slusarz1-4/+6
2011-01-31watchdog: Fix sysctl consistencyMarcin Slusarz1-6/+7
2011-01-31watchdog: Fix broken nowatchdog logicMarcin Slusarz1-14/+6
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-18/+18
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-01-05Merge commit 'v2.6.37' into perf/coreIngo Molnar1-1/+2
2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar1-1/+2
2011-01-03watchdog: Improve initialisation error message and documentationBen Hutchings1-1/+2
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter1-18/+18
2010-12-10x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus1-0/+2
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra1-4/+3
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar1-1/+1
2010-11-05watchdog: Fix section mismatch and potential undefined behavior.David Daney1-1/+1