| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 1 | -0/+1 |
|\ |
|
| * | watchdog: Add module.h to drivers/watchdog/stmp3xxx_wdt.c | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | | watchdog: Convert wm831x driver to watchdog core | Mark Brown | 2011-11-05 | 2 | -213/+106 |
* | | watchdog: s3c2410: convert to use the watchdog framework | Wolfram Sang | 2011-11-05 | 2 | -139/+38 |
* | | watchdog: iTCO_wdt.c - problems with newer hardware due to SMI clearing | Wim Van Sebroeck | 2011-11-05 | 1 | -6/+13 |
* | | watchdog: Add WDIOC_GETTIMELEFT ioctl support to w83627 watchdog driver | Greg Lee | 2011-11-05 | 1 | -6/+27 |
* | | watchdog: irq: Remove IRQF_DISABLED | Yong Zhang | 2011-11-05 | 6 | -8/+7 |
* | | watchdog: Octeon: Mark octeon_wdt interrupt as IRQF_NO_THREAD | Venkat Subbiah | 2011-11-05 | 1 | -1/+1 |
* | | watchdog: sc520_wdt: Remove unnecessary cast. | Sean Young | 2011-11-05 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://github.com/richardweinberger/linux | Linus Torvalds | 2011-11-02 | 1 | -1/+5 |
|\ \
| |/
|/| |
|
| * | um: switch to use of drivers/Kconfig | Al Viro | 2011-11-02 | 1 | -1/+1 |
| * | um: clean Kconfig up a bit | Al Viro | 2011-11-02 | 1 | -0/+4 |
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-10-26 | 1 | -18/+7 |
|\ \ |
|
| * | | x86, nmi, drivers: Fix nmi splitup build bug | Ingo Molnar | 2011-10-10 | 1 | -0/+1 |
| * | | x86, nmi: Wire up NMI handlers to new routines | Don Zickus | 2011-10-10 | 1 | -18/+6 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2011-10-25 | 1 | -2/+25 |
|\ \ |
|
| * \ | Merge branch 'master' of github.com:davem330/net | David S. Miller | 2011-09-22 | 4 | -16/+17 |
| |\ \
| | |/ |
|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-08-22 | 1 | -2/+25 |
| |\ \ |
|
| | * | | bcm47xx: add support for bcma bus | Hauke Mehrtens | 2011-08-08 | 1 | -0/+11 |
| | * | | bcm47xx: make it possible to build bcm47xx without ssb. | Hauke Mehrtens | 2011-08-08 | 1 | -0/+4 |
| | * | | bcm47xx: prepare to support different buses | Hauke Mehrtens | 2011-08-08 | 1 | -2/+10 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-10-25 | 1 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | doc: fix broken references | Paul Bolle | 2011-09-27 | 1 | -1/+1 |
| |/ / |
|
* | | | watchdog: Initconst section fixes for watchdog | Andi Kleen | 2011-09-20 | 1 | -1/+1 |
* | | | watchdog: lantiq: fix watchdogs timeout handling | John Crispin | 2011-09-20 | 1 | -4/+4 |
* | | | watchdog: hpwdt: prevent multiple "NMI occurred" messages | Naga Chumbalkar | 2011-09-20 | 1 | -4/+5 |
* | | | watchdog: WatchDog Timer Driver Core - use passed watchdog_device | H Hartley Sweeten | 2011-09-20 | 1 | -7/+7 |
|/ / |
|
* | | watchdog: Cleanup WATCHDOG_CORE help text | Josh Boyer | 2011-08-02 | 1 | -3/+0 |
* | | watchdog: Fix POST failure on ASUS P5N32-E SLI and similar boards | Mart Gerrits | 2011-08-02 | 1 | -0/+8 |
* | | watchdog: shwdt: fix usage of mod_timer | David Engraf | 2011-08-02 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-watchdog | Linus Torvalds | 2011-07-29 | 20 | -471/+1875 |
|\ \
| |/
|/| |
|
| * | watchdog: WatchDog Timer Driver Core - Add minimum and max timeout | Wim Van Sebroeck | 2011-07-28 | 2 | -0/+13 |
| * | watchdog: WatchDog Timer Driver Core - Add ioctl call | Wim Van Sebroeck | 2011-07-28 | 1 | -0/+6 |
| * | watchdog: WatchDog Timer Driver Core - Add nowayout feature | Wim Van Sebroeck | 2011-07-28 | 1 | -5/+13 |
| * | watchdog: WatchDog Timer Driver Core - Add Magic Close feature | Wim Van Sebroeck | 2011-07-28 | 1 | -3/+24 |
| * | watchdog: WatchDog Timer Driver Core - Add WDIOC_SETTIMEOUT and WDIOC_GETTIME... | Wim Van Sebroeck | 2011-07-28 | 1 | -0/+20 |
| * | watchdog: WatchDog Timer Driver Core - Add WDIOC_SETOPTIONS ioctl | Wim Van Sebroeck | 2011-07-28 | 1 | -7/+72 |
| * | watchdog: WatchDog Timer Driver Core - Add WDIOC_KEEPALIVE ioctl | Wim Van Sebroeck | 2011-07-28 | 1 | -0/+5 |
| * | watchdog: WatchDog Timer Driver Core - Add basic ioctl functionality | Wim Van Sebroeck | 2011-07-28 | 1 | -0/+32 |
| * | watchdog: WatchDog Timer Driver Core - Add basic framework | Wim Van Sebroeck | 2011-07-28 | 5 | -0/+384 |
| * | watchdog: hpwdt: add next gen HP servers | Thomas Mingarelli | 2011-07-28 | 1 | -27/+77 |
| * | watchdog: it8712f_wdt.c: improve includes | Wim Van Sebroeck | 2011-07-26 | 1 | -1/+1 |
| * | watchdog: at91sam9/wdt: move register header to drivers | Jean-Christophe Plagniol-Villard | 2011-07-26 | 2 | -1/+38 |
| * | watchdog: Add Xilinx watchdog timer driver | Alejandro Cabrera | 2011-07-26 | 3 | -0/+450 |
| * | watchdog: remove empty pm-functions | Wolfram Sang | 2011-07-26 | 3 | -29/+0 |
| * | watchdog: sp805: Flush posted writes in enable/disable. | Nick Bowler | 2011-07-26 | 1 | -0/+4 |
| * | watchdog: sp805: Don't write 0 to the load value register. | Nick Bowler | 2011-07-26 | 1 | -1/+0 |
| * | watchdog: imx2_wdt: add device tree probe support | Shawn Guo | 2011-07-26 | 1 | -0/+6 |
| * | watchdog: s3c2410: Add support for device tree based probe | Thomas Abraham | 2011-07-22 | 1 | -0/+10 |
| * | watchdog: mpcore_wdt: Add suspend/resume support. | Peter Fordham | 2011-07-22 | 1 | -0/+23 |