index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
watchdog.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-24
watchdog: update watchdog_thresh properly
Michal Hocko
1
-3
/
+50
2013-09-24
watchdog: update watchdog attributes atomically
Michal Hocko
1
-2
/
+5
2013-07-30
watchdog: Make it work under full dynticks
Frederic Weisbecker
1
-8
/
+0
2013-06-20
watchdog: Boot-disable by default on full dynticks
Frederic Weisbecker
1
-0
/
+8
2013-06-20
watchdog: Rename confusing state variable
Frederic Weisbecker
1
-15
/
+15
2013-06-20
watchdog: Register / unregister watchdog kthreads on sysctl control
Frederic Weisbecker
1
-40
/
+47
2013-03-14
watchdog: Add comments to explain the watchdog_disabled variable
anish kumar
1
-0
/
+5
2013-02-22
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+4
2013-02-19
watchdog: Use local_clock for get_timestamp()
Namhyung Kim
1
-6
/
+4
2013-02-07
sched/rt: Move rt specific bits into new header file
Clark Williams
1
-0
/
+1
2012-12-19
watchdog: Fix disable/enable regression
Bjørn Mork
1
-7
/
+4
2012-12-17
watchdog: store the watchdog sample period as a variable
Chuansheng Liu
1
-5
/
+8
2012-12-04
watchdog: Fix CPU hotplug regression
Thomas Gleixner
1
-0
/
+3
2012-11-26
watchdog: using u64 in get_sample_period()
Chuansheng Liu
1
-2
/
+2
2012-08-13
watchdog: Use hotplug thread infrastructure
Thomas Gleixner
1
-174
/
+89
2012-08-08
Revert "NMI watchdog: fix for lockup detector breakage on resume"
Rafael J. Wysocki
1
-19
/
+2
2012-07-30
NMI watchdog: fix for lockup detector breakage on resume
Sameer Nanda
1
-2
/
+19
2012-06-14
watchdog: Quiet down the boot messages
Don Zickus
1
-1
/
+18
2012-04-08
watchdog: add check for suspended vm in softlockup detector
Eric B Munson
1
-0
/
+12
2012-03-23
kernel/watchdog.c: add comment to watchdog() exit path
Andrew Morton
1
-0
/
+4
2012-03-23
kernel/watchdog.c: convert to pr_foo()
Andrew Morton
1
-6
/
+10
2012-03-23
watchdog: make sure the watchdog thread gets CPU on loaded system
Michal Hocko
1
-4
/
+3
2012-02-11
watchdog: Fix code/comments mismatches
Fernando Luis Vázquez Cao
1
-12
/
+12
2012-01-26
bugs, x86: Fix printk levels for panic, softlockups and stack dumps
Prarit Bhargava
1
-1
/
+1
2011-10-31
watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTL
Vasily Averin
1
-2
/
+2
2011-09-18
watchdog: Drop FIFO policy in exit path
Thomas Gleixner
1
-2
/
+3
2011-08-14
watchdog: Make the kthreads NUMA affine
Eric Dumazet
1
-1
/
+1
2011-07-14
perf, x86: P4 PMU - Introduce event alias feature
Cyrill Gorcunov
1
-2
/
+0
2011-07-01
perf: Add context field to perf_event
Avi Kivity
1
-1
/
+1
2011-07-01
perf: Remove the nmi parameter from the swevent and overflow interface
Peter Zijlstra
1
-1
/
+1
2011-07-01
perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4
Cyrill Gorcunov
1
-1
/
+5
2011-05-24
watchdog: Fix non-standard prototype of get_softlockup_thresh()
Ingo Molnar
1
-7
/
+4
2011-05-23
watchdog: Change the default timeout and configure nmi watchdog period based ...
Mandeep Singh Baines
1
-4
/
+15
2011-05-23
watchdog: Disable watchdog when thresh is zero
Mandeep Singh Baines
1
-16
/
+9
2011-05-23
watchdog: Only disable/enable watchdog if neccessary
Mandeep Singh Baines
1
-8
/
+12
2011-05-23
watchdog: Fix rounding bug in get_sample_period()
Mandeep Singh Baines
1
-1
/
+1
2011-04-28
kernel/watchdog.c: disable nmi perf event in the error path of enabling watchdog
Hillf Danton
1
-1
/
+4
2011-03-22
kernel/watchdog.c: always return NOTIFY_OK during cpu up/down events
Don Zickus
1
-6
/
+16
2011-03-22
kernel/watchdog.c: allow hardlockup to panic by default
Don Zickus
1
-1
/
+4
2011-02-10
watchdog, nmi: Lower the severity of error messages
Don Zickus
1
-2
/
+8
2011-01-31
watchdog: Don't change watchdog state on read of sysctl
Marcin Slusarz
1
-4
/
+6
2011-01-31
watchdog: Fix sysctl consistency
Marcin Slusarz
1
-6
/
+7
2011-01-31
watchdog: Fix broken nowatchdog logic
Marcin Slusarz
1
-14
/
+6
2011-01-07
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
1
-18
/
+18
2011-01-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2011-01-05
Merge commit 'v2.6.37' into perf/core
Ingo Molnar
1
-1
/
+2
2011-01-05
Merge commit 'v2.6.37' into sched/core
Ingo Molnar
1
-1
/
+2
2011-01-03
watchdog: Improve initialisation error message and documentation
Ben Hutchings
1
-1
/
+2
2010-12-17
core: Replace __get_cpu_var with __this_cpu_read if not used for an address.
Christoph Lameter
1
-18
/
+18
2010-12-10
x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctls
Don Zickus
1
-0
/
+2
[next]