aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/watchdog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro1-1/+1
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-26/+15
2010-10-12Merge branch 'linus' into core/lockingThomas Gleixner1-5/+15
2010-09-15perf events: Clean up pid passingMatt Helsley1-1/+1
2010-09-15watchdog: Avoid kernel crash when disabling watchdogStephane Eranian1-0/+3
2010-09-09Merge branch 'perf/urgent' into perf/coreIngo Molnar1-5/+12
2010-09-01lockup_detector: Sync touch_*_watchdog back to old semanticsDon Zickus1-5/+12
2010-09-01lockup_detector: Remove unused panic_notifierAkinobu Mita1-15/+0
2010-09-01lockup_detector: Convert cpu notifier to return encapsulate errno valueAkinobu Mita1-10/+11
2010-08-23watchdog: Don't throttle the watchdogPeter Zijlstra1-0/+3
2010-08-20lockup_detector: Make callback function staticLin Ming1-1/+1
2010-07-07kernel/watchdog: Initialize 'result'Kulikov Vasiliy1-1/+1
2010-05-19lockup_detector: Convert per_cpu to __get_cpu_var for readabilityDon Zickus1-18/+17
2010-05-16lockup_detector: Cross arch compile fixesDon Zickus1-2/+5
2010-05-16lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTORFrederic Weisbecker1-7/+7
2010-05-13watchdog: Export touch_softlockup_watchdogIngo Molnar1-0/+1
2010-05-12lockup_detector: Separate touch_nmi_watchdog code path from touch_watchdogDon Zickus1-3/+4
2010-05-12lockup_detector: Touch_softlockup cleanups and softlockup_tick removalDon Zickus1-32/+3
2010-05-12lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus1-0/+592