Age | Commit message (Expand) | Author |
2012-05-23 | watchdog: Use module_pci_driver | Wim Van Sebroeck |
2012-05-23 | watchdog: sch311x_wdt.c: Remove RESGEN | Dave Mueller |
2012-05-23 | watchdog: s3c2410-wdt: Use of_match_ptr(). | Wim Van Sebroeck |
2012-05-23 | watchdog: Device tree support for pnx4008-wdt | Roland Stigge |
2012-05-23 | watchdog: ar7_wdt.c: use devm_request_and_ioremap | Julia Lawall |
2012-05-23 | watchdog: remove ixp2000 driver | Rob Herring |
2012-05-23 | watchdog: sp5100_tco.c: quiet sparse noise about using plain integer was NULL... | H Hartley Sweeten |
2012-05-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-05-21 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2012-04-26 | hpwdt: Only BYTE reads/writes to WD Timer port 0x72 | Mingarelli, Thomas |
2012-04-25 | x86/nmi: Add new NMI queues to deal with IO_CHK and SERR | Don Zickus |
2012-04-25 | watchdog, hpwdt: Remove priority option for NMI callback | Don Zickus |
2012-04-16 | Fix typo in various Kconfig file | Masanari Iida |
2012-03-29 | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds |
2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds |
2012-03-28 | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds |
2012-03-28 | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | 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-27 | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds |
2012-03-27 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds |
2012-03-27 | 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 |