aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/xen_wdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-05watchdog: xen_wdt: drop warning after calling watchdog_init_timeoutWolfram Sang1-3/+1
2019-05-05watchdog: xen_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck1-9/+9
2017-12-28watchdog: xen_wdt: remove info message and version numberRadu Rendec1-4/+0
2017-12-28watchdog: xen_wdt: use the watchdog subsystemRadu Rendec1-194/+51
2017-12-28watchdog: xen: use time64_t for timeoutsArnd Bergmann1-6/+6
2014-10-20watchdog: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare1-1/+0
2012-11-28watchdog: remove use of __devexitBill Pemberton1-1/+1
2012-11-28watchdog: remove use of __devinitBill Pemberton1-1/+1
2012-11-28watchdog: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-27watchdog: xen: don't clear is_active when xen_wdt_stop() failedJan Beulich1-3/+5
2012-03-27watchdog: xen: don't unconditionally enable the watchdog during resumeJan Beulich1-1/+8
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches1-14/+11
2011-03-15watchdog: Xen watchdog driverJan Beulich1-0/+359