index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
watchdog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-10-15
1
-6
/
+6
|
\
|
*
watchdog: Replace __raw_get_cpu_var uses
Christoph Lameter
2014-08-26
1
-6
/
+6
*
|
kernel/watchdog.c: control hard lockup detection default
Ulrich Obergfell
2014-10-14
1
-2
/
+48
*
|
Merge branch 'perf-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-10-13
1
-6
/
+4
|
\
\
|
*
|
watchdog: Fix print-once on enable
Ulrich Obergfell
2014-08-18
1
-1
/
+4
|
*
|
watchdog: Remove unnecessary header files
chai wen
2014-08-18
1
-5
/
+0
*
|
|
softlockup: make detector be aware of task switch of processes hogging cpu
chai wen
2014-10-09
1
-1
/
+17
|
|
/
|
/
|
*
|
panic: add TAINT_SOFTLOCKUP
Josh Hunt
2014-08-08
1
-0
/
+1
*
|
kernel/watchdog.c: convert printk/pr_warning to pr_foo()
Fabian Frederick
2014-08-06
1
-4
/
+6
|
/
*
kernel/watchdog.c: print traces for all cpus on lockup detection
Aaron Tomlin
2014-06-23
1
-0
/
+39
*
kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...
Don Zickus
2014-06-23
1
-2
/
+0
*
kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()
Andrew Morton
2014-04-18
1
-1
/
+5
*
kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every one
Ben Zhang
2014-04-03
1
-8
/
+8
*
watchdog: Simplify a little the IPI call
Frederic Weisbecker
2014-02-24
1
-2
/
+1
*
watchdog: update watchdog_thresh properly
Michal Hocko
2013-09-24
1
-3
/
+50
*
watchdog: update watchdog attributes atomically
Michal Hocko
2013-09-24
1
-2
/
+5
*
watchdog: Make it work under full dynticks
Frederic Weisbecker
2013-07-30
1
-8
/
+0
*
watchdog: Boot-disable by default on full dynticks
Frederic Weisbecker
2013-06-20
1
-0
/
+8
*
watchdog: Rename confusing state variable
Frederic Weisbecker
2013-06-20
1
-15
/
+15
*
watchdog: Register / unregister watchdog kthreads on sysctl control
Frederic Weisbecker
2013-06-20
1
-40
/
+47
*
watchdog: Add comments to explain the watchdog_disabled variable
anish kumar
2013-03-14
1
-0
/
+5
*
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-02-22
1
-6
/
+4
|
\
|
*
watchdog: Use local_clock for get_timestamp()
Namhyung Kim
2013-02-19
1
-6
/
+4
*
|
sched/rt: Move rt specific bits into new header file
Clark Williams
2013-02-07
1
-0
/
+1
|
/
*
watchdog: Fix disable/enable regression
Bjørn Mork
2012-12-19
1
-7
/
+4
*
watchdog: store the watchdog sample period as a variable
Chuansheng Liu
2012-12-17
1
-5
/
+8
*
watchdog: Fix CPU hotplug regression
Thomas Gleixner
2012-12-04
1
-0
/
+3
*
watchdog: using u64 in get_sample_period()
Chuansheng Liu
2012-11-26
1
-2
/
+2
*
watchdog: Use hotplug thread infrastructure
Thomas Gleixner
2012-08-13
1
-174
/
+89
*
Revert "NMI watchdog: fix for lockup detector breakage on resume"
Rafael J. Wysocki
2012-08-08
1
-19
/
+2
*
NMI watchdog: fix for lockup detector breakage on resume
Sameer Nanda
2012-07-30
1
-2
/
+19
*
watchdog: Quiet down the boot messages
Don Zickus
2012-06-14
1
-1
/
+18
*
watchdog: add check for suspended vm in softlockup detector
Eric B Munson
2012-04-08
1
-0
/
+12
*
kernel/watchdog.c: add comment to watchdog() exit path
Andrew Morton
2012-03-23
1
-0
/
+4
*
kernel/watchdog.c: convert to pr_foo()
Andrew Morton
2012-03-23
1
-6
/
+10
*
watchdog: make sure the watchdog thread gets CPU on loaded system
Michal Hocko
2012-03-23
1
-4
/
+3
*
watchdog: Fix code/comments mismatches
Fernando Luis Vázquez Cao
2012-02-11
1
-12
/
+12
*
bugs, x86: Fix printk levels for panic, softlockups and stack dumps
Prarit Bhargava
2012-01-26
1
-1
/
+1
*
watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTL
Vasily Averin
2011-10-31
1
-2
/
+2
*
watchdog: Drop FIFO policy in exit path
Thomas Gleixner
2011-09-18
1
-2
/
+3
*
watchdog: Make the kthreads NUMA affine
Eric Dumazet
2011-08-14
1
-1
/
+1
*
perf, x86: P4 PMU - Introduce event alias feature
Cyrill Gorcunov
2011-07-14
1
-2
/
+0
*
perf: Add context field to perf_event
Avi Kivity
2011-07-01
1
-1
/
+1
*
perf: Remove the nmi parameter from the swevent and overflow interface
Peter Zijlstra
2011-07-01
1
-1
/
+1
*
perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4
Cyrill Gorcunov
2011-07-01
1
-1
/
+5
*
watchdog: Fix non-standard prototype of get_softlockup_thresh()
Ingo Molnar
2011-05-24
1
-7
/
+4
*
watchdog: Change the default timeout and configure nmi watchdog period based ...
Mandeep Singh Baines
2011-05-23
1
-4
/
+15
*
watchdog: Disable watchdog when thresh is zero
Mandeep Singh Baines
2011-05-23
1
-16
/
+9
*
watchdog: Only disable/enable watchdog if neccessary
Mandeep Singh Baines
2011-05-23
1
-8
/
+12
*
watchdog: Fix rounding bug in get_sample_period()
Mandeep Singh Baines
2011-05-23
1
-1
/
+1
[next]