summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-17watchdog: qcom: add option for standalone watchdog not in timer blockMatthew McClintock3-17/+51
2016-07-17watchdog: qcom: update device tree bindingsMatthew McClintock4-3/+8
2016-07-17watchdog: da9063_wdt: don't trigger watchdog too fastStefan Christ1-0/+2
2016-07-17Documentation/watchdog: add support for magic close to watchdog-testTimur Tabi1-0/+3
2016-07-17Documentation/watchdog: use stdout instead of stderr in watchdog-testTimur Tabi1-16/+12
2016-07-17x86: Fix Apollo Lake Watchdog address in PMC driverYong, Jonathan1-4/+6
2016-07-17watchdog: iTCO-wdt: handle 5th variation for Apollo LakeYong, Jonathan1-0/+2
2016-07-17watchdog: pic32-dmt: Fix return value check in pic32_dmt_probe()Wei Yongjun1-2/+2
2016-07-17watchdog: pic32-wdt: Fix return value check in pic32_wdt_drv_probe()Wei Yongjun1-2/+2
2016-07-17watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading.Enric Balletbo i Serra1-1/+1
2016-07-17watchdog: drop redundant 'default n' option for WATCHDOG_SYSFSVladimir Zapolskiy1-1/+0
2016-07-17watchdog: max77620: Add support for watchdog timerLaxman Dewangan3-0/+237
2016-07-17watchdog: f71808e_wdt: Add F81866 supportJi-Ze Hong (Peter Hong)1-2/+26
2016-07-17watchdog: sirf: fix __iomem * warningsBen Dooks1-5/+10
2016-07-17watchdog: tangox: Mark running watchdog correctlyGuenter Roeck1-1/+1
2016-07-17watchdog: Improve description of min_hw_heartbeat_msGuenter Roeck2-3/+5
2016-07-17watchdog: sbsa: Set WDOG_HW_RUNNING, when watchdog is already running.Pratyush Anand1-0/+2
2016-07-17watchdog: sbsa: Use max_hw_heartbeat_ms instead of max_timeoutPratyush Anand1-2/+2
2016-07-17watchdog: skip min and max timeout validity check when max_hw_heartbeat_ms is...Pratyush Anand1-1/+1
2016-07-17watchdog: pcwd: Utilize the module_isa_driver macroWilliam Breathitt Gray1-13/+1
2016-07-17watchdog: Add Aspeed watchdog driverJoel Stanley3-0/+226
2016-07-17dt-bindings: watchdog: Add Aspeed watchdog timer bindingsJoel Stanley1-0/+16
2016-07-17watchdog: softdog: improve coding styleWolfram Sang1-3/+3
2016-07-17watchdog: softdog: drop superfluous set_timeout callbackWolfram Sang1-7/+0
2016-07-17watchdog: softdog: sort includes to avoid duplicatesWolfram Sang1-5/+5
2016-07-17watchdog: softdog: remove forward declarationWolfram Sang1-5/+3
2016-07-17watchdog: softdog: consistently use softdog_ prefixWolfram Sang1-11/+10
2016-07-17watchdog: softdog: use watchdog core to init timeout valueWolfram Sang1-12/+5
2016-07-17watchdog: softdog: remove obsolete commentsWolfram Sang1-33/+0
2016-07-17MAINTAINERS: add entry for HPE watchdog driverBrian Boylston1-0/+6
2016-07-17watchdog: hpwdt: remove email address from docBrian Boylston1-3/+2
2016-07-17watchdog: Add a device managed API for watchdog_register_device()Neil Armstrong3-0/+43
2016-07-16Merge tag 'for-linus-20160715' of git://git.infradead.org/linux-mtdLinus Torvalds2-2/+6
2016-07-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-8/+16
2016-07-16Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+1
2016-07-16xfs: fix type confusion in xfs_ioc_swapextJann Horn1-0/+6
2016-07-16media: fix airspy usb probe error pathJames Patrick-Evans1-2/+1
2016-07-16EDAC, sb_edac: Fix Knights LandingTony Luck1-14/+6
2016-07-15Input: ts4800-ts - add missing of_node_put after calling of_parse_phandlePeter Chen1-6/+7
2016-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds22-217/+72
2016-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds5-29/+18
2016-07-15Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-5/+5
2016-07-15Merge tag 'drm-fixes-for-v4.7-rc8-vmware' of git://people.freedesktop.org/~ai...Linus Torvalds9-39/+88
2016-07-15Merge tag 'drm-fixes-for-v4.7-rc8' of git://people.freedesktop.org/~airlied/l...Linus Torvalds5-1/+36
2016-07-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-7/+9
2016-07-15m32r: fix build warning about putcSudip Mukherjee1-4/+5
2016-07-15mm: workingset: printk missing log level, use pr_info()Anton Blanchard1-1/+1
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins4-10/+6
2016-07-15mm: rmap: call page_check_address() with sync enabled to avoid racy checkNaoya Horiguchi1-1/+2
2016-07-15mm: thp: move pmd check inside ptl for freeze_page()Naoya Horiguchi2-21/+14