Age | Commit message (Expand) | Author |
2024-03-03 | watchdog: starfive: Check pm_runtime_enabled() before decrementing usage counter | Ji Sheng Teoh |
2024-03-03 | watchdog: qcom: fine tune the max timeout value calculation | Kathiravan Thirumoorthy |
2024-03-03 | watchdog: Add kernel-doc for wdt_set_timeout() | Yang Li |
2024-03-03 | watchdog: core: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET |
2024-02-25 | watchdog: s3c2410_wdt: use exynos_get_pmu_regmap_by_phandle() for PMU regs | Peter Griffin |
2024-02-01 | watchdog: Add ChromeOS EC-based watchdog driver | Lukasz Majczak |
2024-01-12 | Merge tag 'linux-watchdog-6.8-rc1' of git://www.linux-watchdog.org/linux-watc... | Linus Torvalds |
2023-12-24 | watchdog: mlx_wdt: fix all kernel-doc warnings | Randy Dunlap |
2023-12-17 | watchdog: it87_wdt: Keep WDTCTRL bit 3 unmodified for IT8784/IT8786 | Werner Fischer |
2023-12-17 | watchdog: it87_wdt: Add IT8659 ID | Werner Fischer |
2023-12-17 | watchdog: it87_wdt: Remove redundant max_units setting | Werner Fischer |
2023-12-17 | watchdog: it87_wdt: add blank line after variable declaration | Werner Fischer |
2023-12-17 | watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unused | Vignesh Raghavendra |
2023-12-17 | watchdog: starfive: add lock annotations to fix context imbalances | Ben Dooks |
2023-12-17 | watchdog: mediatek: mt7988: add wdt support | Daniel Golle |
2023-12-17 | watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling | Stefan Wahren |
2023-12-17 | watchdog/hpwdt: Remove unused variable | Jerry Hoemann |
2023-12-17 | watchdog/hpwdt: Remove redundant test. | Jerry Hoemann |
2023-12-17 | watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO | Jerry Hoemann |
2023-12-17 | watchdog: txx9wdt: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-12-17 | watchdog: starfive-wdt: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-12-17 | watchdog: at91sam9_wdt: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-12-17 | watchdog: txx9: Stop using module_platform_driver_probe() | Uwe Kleine-König |
2023-12-17 | watchdog: at91sam9: Stop using module_platform_driver_probe() | Uwe Kleine-König |
2023-12-17 | watchdog: set cdev owner before adding | Curtis Klein |
2023-12-13 | watchdog: s3c2410_wdt: Add support for Google gs101 SoC | Peter Griffin |
2023-12-13 | watchdog: s3c2410_wdt: Update QUIRK macros to use BIT macro | Peter Griffin |
2023-12-13 | watchdog: s3c2410_wdt: Add support for WTCON register DBGACK_MASK bit | Peter Griffin |
2023-11-10 | Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds |
2023-11-09 | Merge tag 'linux-watchdog-6.7-rc1' of git://www.linux-watchdog.org/linux-watc... | Linus Torvalds |
2023-10-29 | watchdog: mlx-wdt: Parameter desctiption warning fix | Michael Shych |
2023-10-29 | watchdog: aspeed: Add support for aspeed,reset-mask DT property | Zev Weiss |
2023-10-29 | watchdog: apple: Deactivate on suspend | Janne Grunau |
2023-10-29 | wdog: imx7ulp: Enable wdog int_en bit for watchdog any reset | Jacky Bai |
2023-10-29 | drivers: watchdog: marvell_gti: Program the max_hw_heartbeat_ms | George Cherian |
2023-10-29 | drivers: watchdog: marvell_gti: fix zero pretimeout handling | Bharat Bhushan |
2023-10-29 | watchdog: marvell_gti: Replace of_platform.h with explicit includes | Rob Herring |
2023-10-29 | watchdog: imx_sc_wdt: continue if the wdog already enabled | Jacky Bai |
2023-10-29 | watchdog: st_lpc: Use device_get_match_data() | Rob Herring |
2023-10-29 | watchdog: wdat_wdt: Add timeout value as a param in ping method | Xing Tong Wu |
2023-10-29 | watchdog: gpio_wdt: Make use of device properties | Andy Shevchenko |
2023-10-29 | sbsa_gwdt: Calculate timeout with 64-bit math | Darren Hart |
2023-10-29 | watchdog: ixp4xx: Make sure restart always works | Linus Walleij |
2023-10-29 | watchdog: it87_wdt: add IT8613 ID | Werner Fischer |
2023-10-29 | watchdog: marvell_gti_wdt: Fix error code in probe() | Dan Carpenter |
2023-10-19 | watchdog: ar7_wdt: remove driver to prepare for platform removal | Wolfram Sang |
2023-10-11 | Watchdog: marvell_gti_wdt: Remove redundant dev_err_probe() for platform_get_... | Jinjie Ruan |
2023-10-11 | watchdog: of_xilinx_wdt: Remove unnecessary clock disable call in the remove ... | Srinivas Neeli |
2023-10-11 | watchdog: sunplus: Use the devm_clk_get_enabled() helper function | Jinjie Ruan |
2023-10-11 | watchdog: ath79_wdt: Use the devm_clk_get_enabled() helper function | Jinjie Ruan |