summaryrefslogtreecommitdiff
path: root/kernel/watchdog.c
AgeCommit message (Expand)Author
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-14kernel/watchdog.c: control hard lockup detection defaultUlrich Obergfell
2014-10-13Merge branch 'perf-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-09softlockup: make detector be aware of task switch of processes hogging cpuchai wen
2014-08-26watchdog: Replace __raw_get_cpu_var usesChristoph Lameter
2014-08-18watchdog: Fix print-once on enableUlrich Obergfell
2014-08-18watchdog: Remove unnecessary header fileschai wen
2014-08-08panic: add TAINT_SOFTLOCKUPJosh Hunt
2014-08-06kernel/watchdog.c: convert printk/pr_warning to pr_foo()Fabian Frederick
2014-06-23kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin
2014-06-23kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...Don Zickus
2014-04-18kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()Andrew Morton
2014-04-03kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every oneBen Zhang
2014-02-24watchdog: Simplify a little the IPI callFrederic Weisbecker
2013-09-24watchdog: update watchdog_thresh properlyMichal Hocko
2013-09-24watchdog: update watchdog attributes atomicallyMichal Hocko
2013-07-30watchdog: Make it work under full dynticksFrederic Weisbecker
2013-06-20watchdog: Boot-disable by default on full dynticksFrederic Weisbecker
2013-06-20watchdog: Rename confusing state variableFrederic Weisbecker
2013-06-20watchdog: Register / unregister watchdog kthreads on sysctl controlFrederic Weisbecker
2013-03-14watchdog: Add comments to explain the watchdog_disabled variableanish kumar
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-19watchdog: Use local_clock for get_timestamp()Namhyung Kim
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2012-12-19watchdog: Fix disable/enable regressionBjørn Mork
2012-12-17watchdog: store the watchdog sample period as a variableChuansheng Liu
2012-12-04watchdog: Fix CPU hotplug regressionThomas Gleixner
2012-11-26watchdog: using u64 in get_sample_period()Chuansheng Liu
2012-08-13watchdog: Use hotplug thread infrastructureThomas Gleixner
2012-08-08Revert "NMI watchdog: fix for lockup detector breakage on resume"Rafael J. Wysocki
2012-07-30NMI watchdog: fix for lockup detector breakage on resumeSameer Nanda
2012-06-14watchdog: Quiet down the boot messagesDon Zickus
2012-04-08watchdog: add check for suspended vm in softlockup detectorEric B Munson
2012-03-23kernel/watchdog.c: add comment to watchdog() exit pathAndrew Morton
2012-03-23kernel/watchdog.c: convert to pr_foo()Andrew Morton
2012-03-23watchdog: make sure the watchdog thread gets CPU on loaded systemMichal Hocko
2012-02-11watchdog: Fix code/comments mismatchesFernando Luis Vázquez Cao
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava
2011-10-31watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTLVasily Averin
2011-09-18watchdog: Drop FIFO policy in exit pathThomas Gleixner
2011-08-14watchdog: Make the kthreads NUMA affineEric Dumazet
2011-07-14perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov
2011-07-01perf: Add context field to perf_eventAvi Kivity
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-07-01perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov
2011-05-24watchdog: Fix non-standard prototype of get_softlockup_thresh()Ingo Molnar
2011-05-23watchdog: Change the default timeout and configure nmi watchdog period based ...Mandeep Singh Baines
2011-05-23watchdog: Disable watchdog when thresh is zeroMandeep Singh Baines
2011-05-23watchdog: Only disable/enable watchdog if neccessaryMandeep Singh Baines