summaryrefslogtreecommitdiff
path: root/kernel/watchdog.c
Commit message (Expand)AuthorAge
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-08
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | sched/isolation: Introduce housekeeping flagsFrederic Weisbecker2017-10-27
* | sched/isolation, watchdog: Use housekeeping_cpumask() instead of ad-hoc versionFrederic Weisbecker2017-10-27
* | sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-27
|/
* watchdog/core: Put softlockup_threads_initialized under ifdef guardThomas Gleixner2017-10-04
* watchdog/core: Rename some softlockup_* functionsThomas Gleixner2017-10-04
* powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner2017-10-04
* watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner2017-10-04
* watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner2017-10-04
* watchdog/hardlockup: Clean up hotplug locking messThomas Gleixner2017-09-14
* watchdog/hardlockup/perf: Use new perf CPU enable mechanismThomas Gleixner2017-09-14
* watchdog/hardlockup/perf: Implement init time detection of perfThomas Gleixner2017-09-14
* watchdog/core: Get rid of the racy update loopThomas Gleixner2017-09-14
* watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stageThomas Gleixner2017-09-14
* watchdog/sysctl: Clean up sysctl variable name spaceThomas Gleixner2017-09-14
* watchdog/core: Further simplify sysctl handlingThomas Gleixner2017-09-14
* watchdog/core: Get rid of the thread teardown/setup danceThomas Gleixner2017-09-14
* watchdog/core: Create new thread handling infrastructureThomas Gleixner2017-09-14
* smpboot/threads, watchdog/core: Avoid runtime allocationThomas Gleixner2017-09-14
* watchdog/core: Split out cpumask write functionThomas Gleixner2017-09-14
* watchdog/core: Clean up the #ifdef mazeThomas Gleixner2017-09-14
* watchdog/core: Clean up stub functionsThomas Gleixner2017-09-14
* watchdog/core: Remove the park_in_progress obfuscationThomas Gleixner2017-09-14
* watchdog/hardlockup/perf: Prevent CPU hotplug deadlockThomas Gleixner2017-09-14
* watchdog/hardlockup/perf: Remove broken self disable on failureThomas Gleixner2017-09-14
* watchdog/core: Mark hardlockup_detector_disable() __initThomas Gleixner2017-09-14
* watchdog/core: Rename watchdog_proc_mutexThomas Gleixner2017-09-14
* watchdog/core: Rework CPU hotplug lockingThomas Gleixner2017-09-14
* watchdog/core: Remove broken suspend/resume interfacesThomas Gleixner2017-09-14
* watchdog/core: Provide interface to stop from poweroff()Thomas Gleixner2017-09-14
* kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner2017-08-18
* kernel/watchdog.c: use better pr_fmt prefixKefeng Wang2017-07-14
* kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogsNicholas Piggin2017-07-12
* kernel/watchdog: split up config optionsNicholas Piggin2017-07-12
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* kernel/watchdog: prevent false hardlockup on overloaded systemDon Zickus2017-01-24
* kernel/watchdog.c: move hardlockup detector to separate fileBabu Moger2016-12-14
* kernel/watchdog.c: move shared definitions to nmi.hBabu Moger2016-12-14
* kernel/watchdog: use nmi registers snapshot in hardlockup handlerKonstantin Khlebnikov2016-12-14
* watchdog: don't run proc_watchdog_update if new value is same as oldJoshua Hunt2016-03-17
* Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-01-11
|\
| * workqueue: implement lockup detectorTejun Heo2015-12-08
| * watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo2015-12-08
* | panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai2015-12-19
* | panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai2015-12-19
|/
* kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer...Ulrich Obergfell2015-11-05
* kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}...Ulrich Obergfell2015-11-05