summaryrefslogtreecommitdiffstats
path: root/kernel/watchdog.c
Commit message (Expand)AuthorAgeFilesLines
* 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-221-6/+4
|\
| * watchdog: Use local_clock for get_timestamp()Namhyung Kim2013-02-191-6/+4
* | 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/+4
* watchdog: store the watchdog sample period as a variableChuansheng Liu2012-12-171-5/+8
* watchdog: Fix CPU hotplug regressionThomas Gleixner2012-12-041-0/+3
* watchdog: using u64 in get_sample_period()Chuansheng Liu2012-11-261-2/+2
* watchdog: Use hotplug thread infrastructureThomas Gleixner2012-08-131-174/+89
* Revert "NMI watchdog: fix for lockup detector breakage on resume"Rafael J. Wysocki2012-08-081-19/+2
* NMI watchdog: fix for lockup detector breakage on resumeSameer Nanda2012-07-301-2/+19
* watchdog: Quiet down the boot messagesDon Zickus2012-06-141-1/+18
* watchdog: add check for suspended vm in softlockup detectorEric B Munson2012-04-081-0/+12
* kernel/watchdog.c: add comment to watchdog() exit pathAndrew Morton2012-03-231-0/+4
* kernel/watchdog.c: convert to pr_foo()Andrew Morton2012-03-231-6/+10
* watchdog: make sure the watchdog thread gets CPU on loaded systemMichal Hocko2012-03-231-4/+3
* watchdog: Fix code/comments mismatchesFernando Luis Vázquez Cao2012-02-111-12/+12
* bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava2012-01-261-1/+1
* watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTLVasily Averin2011-10-311-2/+2
* watchdog: Drop FIFO policy in exit pathThomas Gleixner2011-09-181-2/+3
* watchdog: Make the kthreads NUMA affineEric Dumazet2011-08-141-1/+1
* perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov2011-07-141-2/+0
* perf: Add context field to perf_eventAvi Kivity2011-07-011-1/+1
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-1/+1
* perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov2011-07-011-1/+5
* watchdog: Fix non-standard prototype of get_softlockup_thresh()Ingo Molnar2011-05-241-7/+4
* watchdog: Change the default timeout and configure nmi watchdog period based ...Mandeep Singh Baines2011-05-231-4/+15
* watchdog: Disable watchdog when thresh is zeroMandeep Singh Baines2011-05-231-16/+9
* watchdog: Only disable/enable watchdog if neccessaryMandeep Singh Baines2011-05-231-8/+12
* watchdog: Fix rounding bug in get_sample_period()Mandeep Singh Baines2011-05-231-1/+1
* kernel/watchdog.c: disable nmi perf event in the error path of enabling watchdogHillf Danton2011-04-281-1/+4
* kernel/watchdog.c: always return NOTIFY_OK during cpu up/down eventsDon Zickus2011-03-221-6/+16
* kernel/watchdog.c: allow hardlockup to panic by defaultDon Zickus2011-03-221-1/+4
* watchdog, nmi: Lower the severity of error messagesDon Zickus2011-02-101-2/+8
* watchdog: Don't change watchdog state on read of sysctlMarcin Slusarz2011-01-311-4/+6
* watchdog: Fix sysctl consistencyMarcin Slusarz2011-01-311-6/+7
* watchdog: Fix broken nowatchdog logicMarcin Slusarz2011-01-311-14/+6
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-18/+18
|\
| * core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-171-18/+18
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-061-1/+1
|\ \
| * \ Merge commit 'v2.6.37' into sched/coreIngo Molnar2011-01-051-1/+2
| |\ \
| * \ \ Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar2010-11-181-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro2010-10-231-1/+1
* | | | Merge commit 'v2.6.37' into perf/coreIngo Molnar2011-01-051-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | watchdog: Improve initialisation error message and documentationBen Hutchings2011-01-031-1/+2
| | |/ | |/|
* | | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus2010-12-101-0/+2
* | | perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2010-11-261-4/+3
|/ /
* / watchdog: Fix section mismatch and potential undefined behavior.David Daney2010-11-051-1/+1
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-211-26/+15
|\
| * perf events: Clean up pid passingMatt Helsley2010-09-151-1/+1