Cyril Bur
|
545a2bf742
kernel/sched/clock.c: add another clock for use with the soft lockup watchdog
|
10 years ago |
Linus Torvalds
|
0429fbc0bd
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
|
10 years ago |
Ulrich Obergfell
|
6e7458a6f0
kernel/watchdog.c: control hard lockup detection default
|
10 years ago |
Linus Torvalds
|
13ead805c5
Merge branch 'perf-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
10 years ago |
chai wen
|
b1a8de1f53
softlockup: make detector be aware of task switch of processes hogging cpu
|
10 years ago |
Christoph Lameter
|
f7f66b05aa
watchdog: Replace __raw_get_cpu_var uses
|
11 years ago |
Ulrich Obergfell
|
df57714959
watchdog: Fix print-once on enable
|
11 years ago |
chai wen
|
f530504a06
watchdog: Remove unnecessary header files
|
11 years ago |
Josh Hunt
|
69361eef90
panic: add TAINT_SOFTLOCKUP
|
11 years ago |
Fabian Frederick
|
656c3b79f7
kernel/watchdog.c: convert printk/pr_warning to pr_foo()
|
11 years ago |
Aaron Tomlin
|
ed235875e2
kernel/watchdog.c: print traces for all cpus on lockup detection
|
11 years ago |
Don Zickus
|
bde92cf455
kernel/watchdog.c: remove preemption restrictions when restarting lockup detector
|
11 years ago |
Andrew Morton
|
7861144b8c
kernel/watchdog.c:touch_softlockup_watchdog(): use raw_cpu_write()
|
11 years ago |
Ben Zhang
|
62572e29bc
kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every one
|
11 years ago |
Frederic Weisbecker
|
e0a23b0628
watchdog: Simplify a little the IPI call
|
11 years ago |
Michal Hocko
|
9809b18fcf
watchdog: update watchdog_thresh properly
|
12 years ago |
Michal Hocko
|
359e6fab66
watchdog: update watchdog attributes atomically
|
12 years ago |
Frederic Weisbecker
|
93786a5f6a
watchdog: Make it work under full dynticks
|
12 years ago |
Frederic Weisbecker
|
940be35ac0
watchdog: Boot-disable by default on full dynticks
|
12 years ago |
Frederic Weisbecker
|
3c00ea82c7
watchdog: Rename confusing state variable
|
12 years ago |
Frederic Weisbecker
|
b8900bc021
watchdog: Register / unregister watchdog kthreads on sysctl control
|
12 years ago |
anish kumar
|
b66a2356d7
watchdog: Add comments to explain the watchdog_disabled variable
|
12 years ago |
Linus Torvalds
|
3b5d8510b9
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
12 years ago |
Namhyung Kim
|
c06b4f1947
watchdog: Use local_clock for get_timestamp()
|
12 years ago |
Clark Williams
|
8bd75c77b7
sched/rt: Move rt specific bits into new header file
|
12 years ago |
Bjørn Mork
|
3935e89505
watchdog: Fix disable/enable regression
|
12 years ago |
Chuansheng Liu
|
0f34c40091
watchdog: store the watchdog sample period as a variable
|
12 years ago |
Thomas Gleixner
|
8d4516904b
watchdog: Fix CPU hotplug regression
|
12 years ago |
Chuansheng Liu
|
8ffeb9b0e6
watchdog: using u64 in get_sample_period()
|
12 years ago |
Thomas Gleixner
|
bcd951cf10
watchdog: Use hotplug thread infrastructure
|
13 years ago |