aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/watchdog.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: using u64 in get_sample_period()Chuansheng Liu2012-12-031-2/+2
* 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
| * watchdog: Avoid kernel crash when disabling watchdogStephane Eranian2010-09-151-0/+3
| * Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-09-091-5/+12
| |\
| * | lockup_detector: Remove unused panic_notifierAkinobu Mita2010-09-011-15/+0
| * | lockup_detector: Convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-09-011-10/+11
* | | Merge branch 'linus' into core/lockingThomas Gleixner2010-10-121-5/+15
|\ \ \ | | |/ | |/|
| * | lockup_detector: Sync touch_*_watchdog back to old semanticsDon Zickus2010-09-011-5/+12
| |/
| * watchdog: Don't throttle the watchdogPeter Zijlstra2010-08-231-0/+3
* | lockup_detector: Make callback function staticLin Ming2010-08-201-1/+1
|/
* kernel/watchdog: Initialize 'result'Kulikov Vasiliy2010-07-071-1/+1
* lockup_detector: Convert per_cpu to __get_cpu_var for readabilityDon Zickus2010-05-191-18/+17
* lockup_detector: Cross arch compile fixesDon Zickus2010-05-161-2/+5
* lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTORFrederic Weisbecker2010-05-161-7/+7
* watchdog: Export touch_softlockup_watchdogIngo Molnar2010-05-131-0/+1
* lockup_detector: Separate touch_nmi_watchdog code path from touch_watchdogDon Zickus2010-05-121-3/+4
* lockup_detector: Touch_softlockup cleanups and softlockup_tick removalDon Zickus2010-05-121-32/+3
* lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus2010-05-121-0/+592