summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2026-06-16Merge tag 'watchdog-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds25-1064/+1126
2026-06-10watchdog: sc1200: Drop unused assignment of pnp_device_id driver dataUwe Kleine-König (The Capable Hub)1-2/+2
2026-06-08watchdog: unregister PM notifier on watchdog unregisterYuho Choi1-0/+3
2026-06-08watchdog: dev: convert to kernel-doc commentsRandy Dunlap1-15/+15
2026-06-08watchdog: core: clean up some commentsRandy Dunlap1-6/+6
2026-05-19watchdog: ziirave_wdt: Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)1-1/+1
2026-05-16watchdog: realtek-otto: enable clock before using I/OSander Vanheule1-4/+4
2026-05-16watchdog: realtek-otto: prevent PHASE2 underflowsSander Vanheule1-9/+3
2026-05-11watchdog: apple: Add "apple,t8103-wdt" compatibleJanne Grunau1-0/+1
2026-05-10watchdog: rzn1: remove now obsolete interrupt supportWolfram Sang1-19/+0
2026-05-10watchdog: convert the Kconfig dependency on OF_GPIO to OFBartosz Golaszewski1-1/+1
2026-05-10watchdog: Remove AMD Elan SC520 processor watchdog driverGuenter Roeck3-444/+0
2026-05-10watchdog: lenovo_se10_wdt: Fix use-after-free and resource leak riskMark Pearson1-17/+15
2026-05-10watchdog: Prefix WDT with ICS for clarityPhilipp Hahn2-5/+7
2026-05-10watchdog: lenovo_se10_wdt: Add support for SE10 Gen 2 platformMark Pearson1-1/+65
2026-05-10watchdog: atcwdt200: Add driver for Andes ATCWDT200CL Wang3-0/+590
2026-05-10watchdog: at91sam9_wdt.h: Document WDDIS bit position per SoC familyBalakrishnan Sambath1-2/+4
2026-05-10watchdog: imx7ulp_wdt: Keep WDOG running until A55 enters WFI on i.MX94Ranjani Vaidyanathan1-1/+9
2026-05-10watchdog: rti_wdt: Add reaction controlJudith Mendez1-4/+35
2026-05-10watchdog: pic32-dmt: allow driver to be compiled on all architectures with CO...Brian Masney1-1/+1
2026-05-10watchdog: pic32-wdt: allow driver to be compiled on all architectures with CO...Brian Masney1-1/+1
2026-05-06x86/cpu, x86/platform, watchdog: Remove CONFIG_X86_RDC321X supportIngo Molnar1-1/+1
2026-05-03watchdog: sprd_wdt: Remove redundant sprd_wdt_disable() on register failureFelix Gu1-3/+2
2026-05-03watchdog: bcm2835_wdt: Switch to new sys-off handler APIAndrew Davis1-19/+9
2026-05-03watchdog: sama5d4_wdt: Fix WDDIS detection on SAM9X60 and SAMA7G5Balakrishnan Sambath1-27/+21
2026-05-03watchdog: Add driver for Gunyah WatchdogHrishabh Rajput3-0/+275
2026-05-03watchdog: gpio_wdt: add ACPI supportFlavio Suligoi1-1/+1
2026-05-03watchdog/hpwdt: Refine hpwdt message for UV platformSteve Wahl1-7/+15
2026-05-03watchdog: menz069_wdt: drop unneeded MODULE_ALIASJose Javier Rodriguez Barbarin1-1/+0
2026-05-03watchdog: rzn1: Fix reverse xmas tree declarationHerve Codina (Schneider Electric)1-2/+2
2026-05-03watchdog: rzn1: Use dev_err_probe()Herve Codina (Schneider Electric)1-12/+6
2026-05-03watchdog: sp5100_tco: Use EFCH MMIO for newer Hygon FCHYingjie Gao1-1/+2
2026-05-03watchdog: qcom: add support to get the bootstatus from IMEMKathiravan Thirumoorthy1-2/+40
2026-05-03watchdog: qcom: Unify user-visible "Qualcomm" nameKrzysztof Kozlowski1-2/+2
2026-05-03watchdog: remove driver for integrated WDT of ZFx86 486-based SoCEthan Nelson-Moore3-466/+0
2026-04-07watchdog: ni903x_wdt: Convert to a platform driverRafael J. Wysocki1-13/+14
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-6/+6
2026-02-16Merge tag 'linux-watchdog-6.20-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds12-296/+36
2026-02-16Merge tag 'mips_7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-4/+2
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-01-30watchdog: pic32-wdt: update include to use pic32.h from platform_dataBrian Masney1-2/+1
2026-01-30watchdog: pic32-dmt: update include to use pic32.h from platform_dataBrian Masney1-2/+1
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-18watchdog: s3c2410_wdt: Drop S3C2410 supportKrzysztof Kozlowski1-21/+1
2026-01-18watchdog: rzv2h_wdt: Discard pm_runtime_put() return valueRafael J. Wysocki1-3/+1
2026-01-18watchdog: rz: Discard pm_runtime_put() return valuesRafael J. Wysocki2-6/+2
2026-01-18watchdog: Make API functions const correctKari Argillander1-1/+2
2026-01-18watchdog: imx7ulp_wdt: handle the nowayout optionOleksandr Suvorov1-0/+1
2026-01-18watchdog: sbsa: Update the W_IIDR Implementer bit mask to 0xFFFNaina Mehta1-2/+2