summaryrefslogtreecommitdiffstats
path: root/kernel/watchdog.c
AgeCommit message (Expand)AuthorLines
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava-1/+1
2011-10-31watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTLVasily Averin-2/+2
2011-09-18watchdog: Drop FIFO policy in exit pathThomas Gleixner-2/+3
2011-08-14watchdog: Make the kthreads NUMA affineEric Dumazet-1/+1
2011-07-14perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov-2/+0
2011-07-01perf: Add context field to perf_eventAvi Kivity-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra-1/+1
2011-07-01perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov-1/+5
2011-05-24watchdog: Fix non-standard prototype of get_softlockup_thresh()Ingo Molnar-7/+4
2011-05-23watchdog: Change the default timeout and configure nmi watchdog period based ...Mandeep Singh Baines-4/+15
2011-05-23watchdog: Disable watchdog when thresh is zeroMandeep Singh Baines-16/+9
2011-05-23watchdog: Only disable/enable watchdog if neccessaryMandeep Singh Baines-8/+12
2011-05-23watchdog: Fix rounding bug in get_sample_period()Mandeep Singh Baines-1/+1
2011-04-28kernel/watchdog.c: disable nmi perf event in the error path of enabling watchdogHillf Danton-1/+4
2011-03-22kernel/watchdog.c: always return NOTIFY_OK during cpu up/down eventsDon Zickus-6/+16
2011-03-22kernel/watchdog.c: allow hardlockup to panic by defaultDon Zickus-1/+4
2011-02-10watchdog, nmi: Lower the severity of error messagesDon Zickus-2/+8
2011-01-31watchdog: Don't change watchdog state on read of sysctlMarcin Slusarz-4/+6
2011-01-31watchdog: Fix sysctl consistencyMarcin Slusarz-6/+7
2011-01-31watchdog: Fix broken nowatchdog logicMarcin Slusarz-14/+6
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds-18/+18
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2011-01-05Merge commit 'v2.6.37' into perf/coreIngo Molnar-1/+2
2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar-1/+2
2011-01-03watchdog: Improve initialisation error message and documentationBen Hutchings-1/+2
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter-18/+18
2010-12-10x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus-0/+2
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra-4/+3
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar-1/+1
2010-11-05watchdog: Fix section mismatch and potential undefined behavior.David Daney-1/+1
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro-1/+1
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-26/+15
2010-10-12Merge branch 'linus' into core/lockingThomas Gleixner-5/+15
2010-09-15perf events: Clean up pid passingMatt Helsley-1/+1
2010-09-15watchdog: Avoid kernel crash when disabling watchdogStephane Eranian-0/+3
2010-09-09Merge branch 'perf/urgent' into perf/coreIngo Molnar-5/+12
2010-09-01lockup_detector: Sync touch_*_watchdog back to old semanticsDon Zickus-5/+12
2010-09-01lockup_detector: Remove unused panic_notifierAkinobu Mita-15/+0
2010-09-01lockup_detector: Convert cpu notifier to return encapsulate errno valueAkinobu Mita-10/+11
2010-08-23watchdog: Don't throttle the watchdogPeter Zijlstra-0/+3
2010-08-20lockup_detector: Make callback function staticLin Ming-1/+1
2010-07-07kernel/watchdog: Initialize 'result'Kulikov Vasiliy-1/+1
2010-05-19lockup_detector: Convert per_cpu to __get_cpu_var for readabilityDon Zickus-18/+17
2010-05-16lockup_detector: Cross arch compile fixesDon Zickus-2/+5
2010-05-16lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTORFrederic Weisbecker-7/+7
2010-05-13watchdog: Export touch_softlockup_watchdogIngo Molnar-0/+1
2010-05-12lockup_detector: Separate touch_nmi_watchdog code path from touch_watchdogDon Zickus-3/+4
2010-05-12lockup_detector: Touch_softlockup cleanups and softlockup_tick removalDon Zickus-32/+3
2010-05-12lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus-0/+592