index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
Commit message (
Expand
)
Author
Age
*
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
2012-03-29
|
\
|
*
ARM: pxa: use common IOMEM definition
Rob Herring
2012-03-25
*
|
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
2012-03-28
|
\
\
|
*
|
Remove all #inclusions of asm/system.h
David Howells
2012-03-28
|
*
|
Disintegrate asm/system.h for ARM
David Howells
2012-03-28
*
|
|
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
2012-03-28
|
\
\
\
|
*
|
|
watchdog: txx9wdt: fix timeout
Wim Van Sebroeck
2012-03-27
|
*
|
|
watchdog: Convert txx9wdt driver to watchdog framework
Axel Lin
2012-03-27
|
*
|
|
watchdog: coh901327_wdt.c: fix timeout
Wim Van Sebroeck
2012-03-27
|
*
|
|
watchdog: coh901327: convert to use watchdog core
Linus Walleij
2012-03-27
|
*
|
|
watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog core
Viresh Kumar
2012-03-27
|
*
|
|
watchdog: ep93xx_wdt: timeout is an unsigned int value.
Wim Van Sebroeck
2012-03-27
|
*
|
|
watchdog: ep93xx_wdt: Fix timeout after conversion to watchdog core
Mika Westerberg
2012-03-27
|
*
|
|
watchdog: Convert ep93xx driver to watchdog core
H Hartley Sweeten
2012-03-27
|
*
|
|
watchdog: sp805: Use devm routines
Viresh Kumar
2012-03-27
|
*
|
|
watchdog: sp805: replace readl/writel with lighter _relaxed variants
Viresh Kumar
2012-03-27
|
*
|
|
watchdog: sp805: Fix documentation style comment
Viresh Kumar
2012-03-27
|
*
|
|
watchdog: mpcore_wdt: Allow platform_get_irq() to fail
Viresh Kumar
2012-03-27
|
*
|
|
watchdog: mpcore_wdt: Use devm routines
Viresh Kumar
2012-03-27
|
*
|
|
watchdog: mpcore_wdt: Rename dev to pdev for pointing to struct platform_device
Viresh Kumar
2012-03-27
|
*
|
|
watchdog: xen: don't clear is_active when xen_wdt_stop() failed
Jan Beulich
2012-03-27
|
*
|
|
watchdog: xen: don't unconditionally enable the watchdog during resume
Jan Beulich
2012-03-27
|
*
|
|
watchdog: fix compiler error for missing parenthesis
Jaehoon Chung
2012-03-27
|
*
|
|
watchdog: ep93xx_wdt.c: fix platform probe
Wim Van Sebroeck
2012-03-27
|
*
|
|
watchdog: ep93xx: Convert the watchdog driver into a platform device.
H Hartley Sweeten
2012-03-27
|
*
|
|
watchdog: fix set_timeout operations
Wim Van Sebroeck
2012-03-27
|
*
|
|
watchdog: watchdog_dev: Let the driver update the timeout field on set_timeou...
Hans de Goede
2012-03-27
|
*
|
|
watchdog: softdog: convert to watchdog core
Alan Cox
2012-03-27
|
*
|
|
watchdog: Convert max63xx_wdt driver to watchdog framework
Axel Lin
2012-03-27
|
*
|
|
watchdog: pnx4008: convert driver to use the watchdog framework
Wolfram Sang
2012-03-27
|
*
|
|
watchdog: Convert wm8350_wdt driver to watchdog core
Axel Lin
2012-03-27
|
*
|
|
watchdog: Convert jz4740_wdt driver to watchdog core
Axel Lin
2012-03-27
|
*
|
|
watchdog: nowayout is bool
Wim Van Sebroeck
2012-03-27
|
*
|
|
watchdog: Use pr_<fmt> and pr_<level>
Joe Perches
2012-03-27
|
*
|
|
watchdog: pnx4008: don't use __raw_-accessors
Wolfram Sang
2012-03-27
|
*
|
|
watchdog: pnx4008: cleanup resource handling using managed devices
Wolfram Sang
2012-03-27
|
*
|
|
watchdog: sp805_wdt: add pm callbacks to support standby/S2R/hibernation
Viresh Kumar
2012-03-27
|
*
|
|
watchdog: make imx2_wdt report boot status correctly
Oskar Schirmer
2012-03-27
*
|
|
|
Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-03-28
|
\
\
\
\
|
*
\
\
\
Merge branch 'kirkwood/dt' into next/dt2
Arnd Bergmann
2012-03-24
|
|
\
\
\
\
|
|
*
\
\
\
Merge branch 'kirkwood_dt_for_3.4_v3' of git://git.infradead.org/users/jcoope...
Arnd Bergmann
2012-03-16
|
|
|
\
\
\
\
|
|
|
*
|
|
|
ARM: orion: wdt: use resource vice direct access
Jason Cooper
2012-03-16
*
|
|
|
|
|
|
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-03-27
|
\
|
|
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dt
Olof Johansson
2012-03-08
|
|
\
|
|
|
|
|
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
ARM: at91: make ST (System Timer) soc independent
Jean-Christophe PLAGNIOL-VILLARD
2012-02-23
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-03-27
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...
Arnd Bergmann
2012-03-15
|
|
\
\
\
\
|
|
*
|
|
|
ep93xx: Convert the watchdog driver into a platform device.
H Hartley Sweeten
2012-03-13
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
Merge branch 'next/cleanup-exynos-clock' of git://git.kernel.org/pub/scm/linu...
Olof Johansson
2012-03-13
|
|
\
|
|
|
|
*
|
|
|
Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xx
Kukjin Kim
2012-03-07
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
[next]