aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/watchdog.c
Commit message (Expand)AuthorAge
* kernel/watchdog.c: add comment to watchdog() exit pathAndrew Morton2012-03-23
* kernel/watchdog.c: convert to pr_foo()Andrew Morton2012-03-23
* watchdog: make sure the watchdog thread gets CPU on loaded systemMichal Hocko2012-03-23
* watchdog: Fix code/comments mismatchesFernando Luis Vázquez Cao2012-02-11
* bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava2012-01-26
* watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTLVasily Averin2011-10-31
* watchdog: Drop FIFO policy in exit pathThomas Gleixner2011-09-18
* watchdog: Make the kthreads NUMA affineEric Dumazet2011-08-14
* perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov2011-07-14
* perf: Add context field to perf_eventAvi Kivity2011-07-01
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-01
* perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov2011-07-01
* watchdog: Fix non-standard prototype of get_softlockup_thresh()Ingo Molnar2011-05-23
* watchdog: Change the default timeout and configure nmi watchdog period based ...Mandeep Singh Baines2011-05-23
* watchdog: Disable watchdog when thresh is zeroMandeep Singh Baines2011-05-23
* watchdog: Only disable/enable watchdog if neccessaryMandeep Singh Baines2011-05-23
* watchdog: Fix rounding bug in get_sample_period()Mandeep Singh Baines2011-05-23
* kernel/watchdog.c: disable nmi perf event in the error path of enabling watchdogHillf Danton2011-04-28
* kernel/watchdog.c: always return NOTIFY_OK during cpu up/down eventsDon Zickus2011-03-22
* kernel/watchdog.c: allow hardlockup to panic by defaultDon Zickus2011-03-22
* watchdog, nmi: Lower the severity of error messagesDon Zickus2011-02-10
* watchdog: Don't change watchdog state on read of sysctlMarcin Slusarz2011-01-31
* watchdog: Fix sysctl consistencyMarcin Slusarz2011-01-31
* watchdog: Fix broken nowatchdog logicMarcin Slusarz2011-01-31
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-07
|\
| * core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-17
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-06
|\ \
| * \ Merge commit 'v2.6.37' into sched/coreIngo Molnar2011-01-05
| |\ \
| * \ \ Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar2010-11-18
| |\ \ \ | | | |/ | | |/|
| * | | sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro2010-10-23
* | | | Merge commit 'v2.6.37' into perf/coreIngo Molnar2011-01-05
|\ \ \ \ | | |_|/ | |/| |
| * | | watchdog: Improve initialisation error message and documentationBen Hutchings2011-01-02
| | |/ | |/|
* | | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus2010-12-09
* | | perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2010-11-26
|/ /
* / watchdog: Fix section mismatch and potential undefined behavior.David Daney2010-11-05
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-21
|\
| * perf events: Clean up pid passingMatt Helsley2010-09-15
| * watchdog: Avoid kernel crash when disabling watchdogStephane Eranian2010-09-15
| * Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-09-09
| |\
| * | lockup_detector: Remove unused panic_notifierAkinobu Mita2010-09-01
| * | lockup_detector: Convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-09-01
* | | Merge branch 'linus' into core/lockingThomas Gleixner2010-10-12
|\ \ \ | | |/ | |/|
| * | lockup_detector: Sync touch_*_watchdog back to old semanticsDon Zickus2010-09-01
| |/
| * watchdog: Don't throttle the watchdogPeter Zijlstra2010-08-23
* | lockup_detector: Make callback function staticLin Ming2010-08-20
|/
* kernel/watchdog: Initialize 'result'Kulikov Vasiliy2010-07-07
* lockup_detector: Convert per_cpu to __get_cpu_var for readabilityDon Zickus2010-05-19
* lockup_detector: Cross arch compile fixesDon Zickus2010-05-15
* lockup_detector: Introduce CONFIG_HARDLOCKUP_DETECTORFrederic Weisbecker2010-05-15
* watchdog: Export touch_softlockup_watchdogIngo Molnar2010-05-13