aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/diag288_wdt.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-06watchdog: diag288_wdt: unify lpar and zvm diag288 helpersAlexander Egorenkov1-19/+13
2023-02-06watchdog: diag288_wdt: de-duplicate diag_stat_inc() callsAlexander Egorenkov1-8/+3
2023-02-06watchdog: diag288_wdt: unify command buffer handling for diag288 zvmAlexander Egorenkov1-35/+20
2023-02-06watchdog: diag288_wdt: remove power managementAlexander Egorenkov1-63/+2
2023-02-06watchdog: diag288_wdt: get rid of register asmAlexander Egorenkov1-8/+7
2023-01-30watchdog: diag288_wdt: fix __diag288() inline assemblyAlexander Egorenkov1-1/+1
2023-01-30watchdog: diag288_wdt: do not use stack buffers for hardware dataAlexander Egorenkov1-2/+11
2021-06-21watchdog: diag288_wdt: Remove redundant assignmentJunlin Yang1-4/+0
2019-09-17watchdog: diag288_wdt: Remove leftover includes from conversion to watchdog APIGuenter Roeck1-3/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2017-09-09watchdog: constify watchdog_ops and watchdog_info structuresJulia Lawall1-1/+1
2017-02-24watchdog: constify watchdog_ops structuresBhumika Goyal1-1/+1
2015-12-29watchdog: diag288: Stop re-using watchdog core internal flagsGuenter Roeck1-10/+16
2015-10-14s390/diag: add a statistic for diagnose callsMartin Schwidefsky1-0/+4
2015-03-25s390/watchdog: support for KVM hypervisors and delete pr_info messagesXu Wang1-14/+4
2015-03-25s390/watchdog: enable KEEPALIVE for /dev/watchdogXu Wang1-1/+1
2014-06-10s390/watchdog: add support for LPAR operation (diag288)Philipp Hachtmann1-4/+33
2014-06-10s390/watchdog: use watchdog APIPhilipp Hachtmann1-0/+287