VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-08-08
Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout"
Greg Kroah-Hartman
2021-07-20
watchdog: jz4740: Fix return value check in jz4740_wdt_probe()
Wei Yongjun
2021-07-20
watchdog: aspeed: fix hardware timeout calculation
Tao Ren
2021-07-20
watchdog: keembay: Removed timeout update in the TO ISR
Shruthi Sanil
2021-07-20
watchdog: keembay: Remove timeout update in the WDT start function
Shruthi Sanil
2021-07-20
watchdog: keembay: Clear either the TO or TH interrupt bit
Shruthi Sanil
2021-07-20
watchdog: keembay: Update pretimeout to zero in the TH ISR
Shruthi Sanil
2021-07-20
watchdog: keembay: Upadate WDT pretimeout for every update in timeout
Shruthi Sanil
2021-07-20
watchdog: keembay: Update WDT pre-timeout during the initialization
Shruthi Sanil
2021-07-20
watchdog: iTCO_wdt: Account for rebooting on second timeout
Jan Kiszka
2021-07-20
watchdog: imx_sc_wdt: fix pretimeout
Stefan Eichenberger
2021-07-20
watchdog: Fix possible use-after-free by calling del_timer_sync()
Zou Wei
2021-07-20
watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff()
Zou Wei
2021-07-20
watchdog: Fix possible use-after-free in wdt_startup()
Zou Wei
2021-04-28
Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
2021-04-26
Merge tag 'arm-newsoc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2021-04-14
Merge tag 'v5.12-rc7' into driver-core-next
Greg Kroah-Hartman
2021-04-14
Merge tag 'ib-mfd-watchdog-v5.13' into ibs-for-mfd-merged
Lee Jones
2021-04-09
treewide: change my e-mail address, fix my name
Marek Behún
2021-04-09
watchdog: npcm: Add support for WPCM450
Jonathan Neuschäfer
2021-03-23
watchdog: retu_wdt: Clean-up by using managed work init
Matti Vaittinen
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
2021-03-10
wdt: Support wdt on ROHM BD9576MUF and BD9573MUF
Matti Vaittinen
2021-02-24
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2021-02-22
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2021-02-22
Merge tag 'linux-watchdog-5.12-rc1' of git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
2021-02-22
Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
2021-02-09
mei: bus: change remove callback to return void
Uwe Kleine-König
2021-02-07
watchdog: qcom: Remove incorrect usage of QCOM_WDT_ENABLE_IRQ
Sai Prakash Ranjan
2021-02-07
watchdog: mei_wdt: request stop on unregister
Alexander Usyskin
2021-02-07
watchdog: remove coh901 driver
Arnd Bergmann
2021-02-07
watchdog: remove tango driver
Arnd Bergmann
2021-02-07
watchdog: remove zte zx driver
Arnd Bergmann
2021-02-07
watchdog: remove sirf atlas driver
Arnd Bergmann
2021-02-07
watchdog: remove sirf prima driver
Arnd Bergmann
2021-02-07
watchdog: mt8192: add wdt support
Crystal Guo
2021-02-07
watchdog: mtk_wdt: Remove mtk_wdt_stop() in probe() to prevent the system freeze and it doesn't reboot by watchdog problem
freddy.hsin
2021-02-07
watchdog: renesas_wdt: add grace period before rebooting
Wolfram Sang
2021-02-07
watchdog: stop wdd when watchdog hw running in reboot_notifier
Zhao Qiang
2021-02-07
watchdog: ziirave_wdt: remove unused including
Tian Tao
2021-02-07
watchdog: renesas_wdt: don't sleep in atomic context
Wolfram Sang
2021-02-07
watchdog: hpwdt: Assign boolean values to a bool variable
Jiapeng Zhong
2021-02-07
watchdog: Add watchdog driver for Intel Keembay Soc
Vijayakannan Ayyathurai
2021-02-07
watchdog: it8712f_wdt: remove definition of DEBUG
Tom Rix
2021-02-02
amba: Make the remove callback return void
Uwe Kleine-König
2021-01-26
isa: Make the remove callback for isa drivers return void
Uwe Kleine-König
2021-01-26
watchdog: pcwd: drop always-false if from remove callback
Uwe Kleine-König
2021-01-25
watchdog: intel-mid_wdt: Postpone IRQ handler registration till SCU is ready
Andy Shevchenko
2021-01-25
watchdog: intel_scu_watchdog: Remove driver for deprecated platform
Andy Shevchenko
2020-12-23
Merge tag 'linux-watchdog-5.11-rc1' of git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
2020-12-17
watchdog: convert comma to semicolon
Zheng Yongjun
2020-12-17
watchdog: iTCO_wdt: use dev_*() instead of pr_*() for logging
Enrico Weigelt, metux IT consult
2020-12-17
watchdog: coh901327: add COMMON_CLK dependency
Arnd Bergmann
2020-12-17
watchdog: qcom: Avoid context switch in restart handler
Manivannan Sadhasivam
2020-12-13
watchdog: iTCO_wdt: use module_platform_device() macro
Enrico Weigelt, metux IT consult
2020-12-13
watchdog: Fix potential dereferencing of null pointer
Wang Wensheng
2020-12-13
watchdog: wdat_wdt: Fix missing kerneldoc reported by W=1
Wong Vee Khee
2020-12-13
watchdog/hpwdt: Reflect changes
Jerry Hoemann
2020-12-13
watchdog/hpwdt: Disable NMI in Crash Kernel
Jerry Hoemann
2020-12-13
wdt: sp805: add watchdog_stop on reboot
Zhao Qiang
2020-12-13
watchdog: sbc_fitpc2_wdt: add __user annotations
Rasmus Villemoes
2020-12-13
watchdog: geodewdt: remove unneeded break
Tom Rix
2020-12-13
watchdog: rti-wdt: fix reference leak in rti_wdt_probe
Zhang Qilong
2020-12-13
watchdog: qcom_wdt: set WDOG_HW_RUNNING bit when appropriate
Robert Marko
2020-12-13
watchdog: remove pnx83xx driver
Thomas Bogendoerfer
2020-12-13
watchdog: stm32_iwdg: don't print an error on probe deferral
Etienne Carriere
2020-12-13
watchdog: sprd: change to use usleep_range() instead of busy loop
Chunyan Zhang
2020-12-13
watchdog: sprd: check busy bit before new loading rather than after that
Lingling Xu
2020-12-13
watchdog: sprd: remove watchdog disable from resume fail path
Lingling Xu
2020-12-13
watchdog: sirfsoc: Add missing dependency on HAS_IOMEM
Guenter Roeck
2020-12-13
watchdog: armada_37xx: Add missing dependency on HAS_IOMEM
Guenter Roeck
2020-10-30
ARM: remove ebsa110 platform
Arnd Bergmann
2020-10-24
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2020-10-21
Merge tag 'linux-watchdog-5.10-rc1' of git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
2020-10-14
Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
2020-10-14
watchdog: Add Toshiba Visconti watchdog driver
Nobuhiro Iwamatsu
2020-10-14
watchdog: it87_wdt: add IT8784 ID
Hanspeter Portner
2020-10-14
watchdog: sp5100_tco: Enable watchdog on Family 17h devices if disabled
Guenter Roeck
2020-10-14
watchdog: sp5100: Fix definition of EFCH_PM_DECODEEN3
Guenter Roeck
2020-10-14
watchdog: renesas_wdt: support handover from bootloader
Wolfram Sang
2020-10-14
watchdog: imx7ulp: Watchdog should continue running for wait/stop mode
Anson Huang
2020-10-14
watchdog: rti: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-10-14
watchdog: davinci: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-10-14
watchdog: cadence: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-10-14
watchdog: remove unneeded inclusion of
Zhen Lei
2020-10-14
watchdog: Use put_device on error
Dinghao Liu
2020-10-14
watchdog: Fix memleak in watchdog_cdev_register
Dinghao Liu
2020-10-14
watchdog: imx7ulp: Strictly follow the sequence for wdog operations
Anson Huang
2020-10-14
watchdog: it87_wdt: add IT8772 ID
Hanspeter Portner
2020-10-14
watchdog: pcwd_usb: Avoid GFP_ATOMIC where it is not needed
Christophe JAILLET
2020-10-14
drivers: watchdog: rdc321x_wdt: Fix race condition bugs
Madhuparna Bhowmik
2020-09-17
watchdog: add support for sl28cpld watchdog
Michael Walle
2020-09-13
Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/soc
Olof Johansson
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-19
ARM: samsung: remove HAVE_S3C2410_WATCHDOG and use direct dependencies
Krzysztof Kozlowski
2020-08-12
Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
2020-08-05
watchdog: rti-wdt: balance pm runtime enable calls
Tero Kristo
2020-08-05
watchdog: rti-wdt: attach to running watchdog during probe
Tero Kristo
2020-08-05
watchdog: add support for adjusting last known HW keepalive time
Tero Kristo
2020-08-05
watchdog: use __watchdog_ping in startup
Tero Kristo
2020-08-05
watchdog: softdog: Add options 'soft_reboot_cmd' and 'soft_active_on_boot'
Woody Lin
2020-08-05
watchdog: pcwd_usb: remove needless check before usb_free_coherent()
Xu Wang
2020-08-05
watchdog: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-08-05
watchdog: initialize device before misc_register
Krzysztof Sobota
2020-08-05
watchdog: booke_wdt: Add common nowayout parameter driver
Timothy Myers
2020-08-05
watchdog: scx200_wdt: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-05
watchdog: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-05
watchdog: f71808e_wdt: do stricter parameter validation
Ahmad Fatoum
2020-08-05
watchdog: f71808e_wdt: clear watchdog timeout occurred flag
Ahmad Fatoum
2020-08-05
watchdog: f71808e_wdt: remove use of wrong watchdog_info option
Ahmad Fatoum
2020-08-05
watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.options
Ahmad Fatoum
2020-08-05
watchdog: dw_wdt: Add DebugFS files
Serge Semin
2020-08-05
watchdog: dw_wdt: Add pre-timeouts support
Serge Semin
2020-08-05
watchdog: dw_wdt: Support devices with asynch clocks
Serge Semin
2020-08-05
watchdog: dw_wdt: Support devices with non-fixed TOP values
Serge Semin
2020-08-05
watchdog: Use kobj_to_dev() API
Wang Qing
2020-08-05
watchdog: bcm_kona_wdt: Use correct return value for bcm_kona_wdt_probe()
Tiezhu Yang
2020-08-05
watchdog: sunxi_wdt: fix improper error exit code
Martin Wu
2020-08-05
watchdog: test_bit() => watchdog_active()
Bumsik Kim
2020-08-05
watchdog: mlx-wdt: support new watchdog type with longer timeout period
Michael Shych
2020-06-15
sched,watchdog: Convert to sched_set_fifo()
Peter Zijlstra
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-04
Merge tag 'linux-watchdog-5.8-rc1' of git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
2020-05-25
watchdog: m54xx: Add missing include
Thomas Gleixner
2020-05-25
watchdog: Fix runtime PM imbalance on error
Dinghao Liu
2020-05-25
watchdog: riowd: remove unneeded semicolon
Jason Yan
2020-05-25
watchdog: Add new arm_smc_wdt watchdog driver
Julius Werner
2020-05-25
watchdog: imx2_wdt: update contact email
Wolfram Sang
2020-05-25
watchdog: iTCO: fix link error
Arnd Bergmann
2020-05-25
watchdog: da9062: No need to ping manually before setting timeout
Stefan Riedmueller
2020-05-25
watchdog: da9063: Make use of pre-configured timeout during probe
Stefan Riedmueller
2020-05-25
watchdog: da9062: Initialize timeout during probe
Stefan Riedmueller
2020-05-25
watchdog: imx_sc_wdt: Fix reboot on crash
Fabio Estevam
2020-05-25
watchdog: ts72xx_wdt: fix build error
Shyam Saini
2020-05-06
watchdog: iTCO: fix link error
Arnd Bergmann
2020-04-24
Merge branch 'ib-mfd-x86-usb-watchdog-v5.7'
Andy Shevchenko
2020-04-24
platform/x86: intel_pmc_ipc: Convert to MFD
Mika Westerberg
2020-04-24
watchdog: intel-mid_wdt: Convert to use new SCU IPC API
Mika Westerberg
2020-04-08
watchdog: sp805: fix restart handler
Michael Walle
2020-04-01
watchdog: Add K3 RTI watchdog support
Tero Kristo
2020-04-01
watchdog: ziirave_wdt: change name to be more specific
Lucas Stach
2020-04-01
watchdog: orion: use 0 for unset heartbeat
Chris Packham
2020-03-18
watchdog: npcm: remove whitespaces
Tomer Maimon
2020-03-18
watchdog: reset last_hw_keepalive time at start
Tero Kristo
2020-03-18
watchdog: imx2_wdt: Drop .remove callback
Anson Huang
2020-03-18
watchdog: Add stop_on_reboot parameter to control reboot policy
Dmitry Safonov
2020-03-18
watchdog: wm831x_wdt: Remove GPIO handling
Linus Walleij
2020-03-18
watchdog: imx7ulp: Remove unused include of init.h
Anson Huang
2020-03-18
watchdog: imx_sc_wdt: Remove unused includes
Anson Huang
2020-03-18
watchdog: qcom: Use irq flags from firmware
Stephen Boyd
2020-03-18
watchdog: pm8916_wdt: Add system sleep callbacks
Loic Poulain
2020-03-18
watchdog: qcom-wdt: disable pretimeout on timer platform
Ansuel Smith
2020-03-10
watchdog: iTCO_wdt: Make ICH_RES_IO_SMI optional
Mika Westerberg
2020-03-10
watchdog: iTCO_wdt: Export vendorsupport
Mika Westerberg
2020-02-28
Merge tag 'acpi-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2020-02-17
watchdog: da9062: Add dependency on I2C
Guenter Roeck
2020-02-17
watchdog: da9062: fix power management ops
Marco Felsch
2020-02-17
watchdog: da9062: do not ping the hw during stop()
Marco Felsch
2020-02-17
watchdog: fix mtk_wdt.c RESET_CONTROLLER build error
Randy Dunlap
2020-02-13
ACPI: watchdog: Set default timeout in probe
Mika Westerberg
2020-02-13
ACPI: watchdog: Fix gas->access_width usage
Mika Westerberg
2020-02-07
Merge tag 'linux-watchdog-5.6-rc1' of git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
2020-01-27
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
2020-01-27
watchdog: da9062: make restart handler atomic safe
Marco Felsch
2020-01-27
watchdog: mtk_wdt: mt2712: Add reset controller
yong.liang
2020-01-27
watchdog: mtk_wdt: mt8183: Add reset controller
yong.liang
2020-01-27
watchdog: it87_wdt: add IT8786 ID
Vincent Prince
2020-01-27
watchdog: dw_wdt: ping watchdog to reset countdown before start
Jack Mitchell
2020-01-27
watchdog: fix UAF in reboot notifier handling in watchdog core code
Vladis Dronov
2020-01-27
watchdog: cadence: Skip printing pointer value
Srinivas Neeli
2020-01-27
watchdog: qcom: Use platform_get_irq_optional() for bark irq
Sai Prakash Ranjan
2020-01-27
watchdog: da9062: add power management ops
Marco Felsch
2020-01-27
watchdog: make DesignWare watchdog allow users to set bigger timeout value
Wang, Peng 1. (NSB - CN/Hangzhou)
2020-01-27
drivers: watchdog: stm32_iwdg: set WDOG_HW_RUNNING at probe
Christophe Roullier
2020-01-27
watchdog: sama5d4_wdt: addition of sam9x60 compatible watchdog
Eugen Hristev
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-12-30
watchdog: orion: fix platform_get_irq() complaints
Russell King
2019-12-30
watchdog: rn5t618_wdt: fix module aliases
Andreas Kemnade
2019-12-30
watchdog: tqmx86_wdt: Fix build error
YueHaibing
2019-12-30
watchdog: max77620_wdt: fix potential build errors
David Engraf
2019-12-30
watchdog: imx7ulp: Fix missing conversion of imx7ulp_wdt_enable()
Fabio Estevam
2019-12-30
watchdog: w83627hf_wdt: Fix support NCT6116D
Srikanth Krishnakar
2019-12-01
Merge tag 'linux-watchdog-5.5-rc1' of git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
2019-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
Linus Torvalds
2019-11-18
watchdog: jz4740: Drop dependency on MACH_JZ47xx
Paul Cercueil
2019-11-18
watchdog: jz4740: Use regmap provided by TCU driver
Paul Cercueil
2019-11-18
watchdog: jz4740: Use WDT clock provided by TCU driver
Paul Cercueil
2019-11-18
watchdog: sama5d4_wdt: cleanup the bit definitions
Eugen Hristev
2019-11-18
watchdog: sprd: Fix the incorrect pointer getting from driver data
Shuiqing Li
2019-11-18
watchdog: aspeed: Fix clock behaviour for ast2600
Joel Stanley
2019-11-18
watchdog: imx7ulp: Fix reboot hang
Fabio Estevam
2019-11-18
watchdog: make nowayout sysfs file writable
Rasmus Villemoes
2019-11-18
watchdog: prevent deferral of watchdogd wakeup on RT
Julia Cartwright
2019-11-18
watchdog: imx7ulp: Use definitions instead of magic values
Fabio Estevam
2019-11-18
watchdog: imx7ulp: Remove inline annotations
Fabio Estevam
2019-11-18
watchdog: imx7ulp: Remove unused structure member
Fabio Estevam
2019-11-18
watchdog: imx7ulp: Pass the wdog instance inimx7ulp_wdt_enable()
Fabio Estevam
2019-11-18
watchdog: wdat_wdt: Spelling s/configrable/configurable/
Geert Uytterhoeven
2019-11-18
watchdog: bd70528: Trivial function documentation fix
Matti Vaittinen
2019-11-18
watchdog: cadence: Do not show error in case of deferred probe
Michal Simek