index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-throttle.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-05
watchdog: rti-wdt: attach to running watchdog during probe
Tero Kristo
1
-10
/
+102
2020-08-05
watchdog: add support for adjusting last known HW keepalive time
Tero Kristo
3
-0
/
+44
2020-08-05
watchdog: use __watchdog_ping in startup
Tero Kristo
1
-8
/
+11
2020-08-05
watchdog: softdog: Add options 'soft_reboot_cmd' and 'soft_active_on_boot'
Woody Lin
1
-0
/
+57
2020-08-05
watchdog: pcwd_usb: remove needless check before usb_free_coherent()
Xu Wang
1
-3
/
+2
2020-08-05
watchdog: Replace HTTP links with HTTPS ones
Alexander A. Klimov
6
-7
/
+7
2020-08-05
dt-bindings: watchdog: renesas,wdt: Document r8a774e1 support
Lad Prabhakar
1
-0
/
+1
2020-08-05
watchdog: initialize device before misc_register
Krzysztof Sobota
1
-9
/
+9
2020-08-05
watchdog: booke_wdt: Add common nowayout parameter driver
Timothy Myers
1
-1
/
+5
2020-08-05
watchdog: scx200_wdt: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-05
watchdog: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
38
-40
/
+39
2020-08-05
watchdog: f71808e_wdt: do stricter parameter validation
Ahmad Fatoum
1
-25
/
+12
2020-08-05
watchdog: f71808e_wdt: clear watchdog timeout occurred flag
Ahmad Fatoum
1
-0
/
+7
2020-08-05
watchdog: f71808e_wdt: remove use of wrong watchdog_info option
Ahmad Fatoum
1
-2
/
+1
2020-08-05
watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.options
Ahmad Fatoum
1
-1
/
+2
2020-08-05
docs: watchdog: codify ident.options as superset of possible status flags
Ahmad Fatoum
1
-1
/
+1
2020-08-05
dt-bindings: watchdog: Add compatible for QCS404, SC7180, SDM845, SM8150
Sai Prakash Ranjan
1
-0
/
+4
2020-08-05
dt-bindings: watchdog: Convert QCOM watchdog timer bindings to YAML
Sai Prakash Ranjan
2
-28
/
+44
2020-08-05
watchdog: dw_wdt: Add DebugFS files
Serge Semin
1
-0
/
+68
2020-08-05
watchdog: dw_wdt: Add pre-timeouts support
Serge Semin
1
-8
/
+130
2020-08-05
watchdog: dw_wdt: Support devices with asynch clocks
Serge Semin
1
-5
/
+43
2020-08-05
watchdog: dw_wdt: Support devices with non-fixed TOP values
Serge Semin
1
-24
/
+167
2020-08-05
dt-bindings: watchdog: dw-wdt: Add watchdog TOPs array property
Serge Semin
1
-0
/
+32
2020-08-05
dt-bindings: watchdog: dw-wdt: Support devices with asynch clocks
Serge Semin
1
-0
/
+8
2020-08-05
dt-bindings: watchdog: Convert DW WDT binding to DT schema
Serge Semin
2
-24
/
+50
2020-08-05
MAINTAINERS: rectify entry in ARM SMC WATCHDOG DRIVER
Lukas Bulwahn
1
-1
/
+1
2020-08-05
watchdog: Use kobj_to_dev() API
Wang Qing
1
-1
/
+1
2020-08-05
watchdog: bcm_kona_wdt: Use correct return value for bcm_kona_wdt_probe()
Tiezhu Yang
1
-1
/
+1
2020-08-05
watchdog: sunxi_wdt: fix improper error exit code
Martin Wu
1
-1
/
+1
2020-08-05
watchdog: test_bit() => watchdog_active()
Bumsik Kim
1
-1
/
+1
2020-08-05
docs: watchdog: mlx-wdt: Add description of new watchdog type 3
Michael Shych
1
-0
/
+10
2020-08-05
watchdog: mlx-wdt: support new watchdog type with longer timeout period
Michael Shych
1
-11
/
+62
2020-08-05
platform/x86: mlx-platform: support new watchdog type with longer timeout
Michael Shych
1
-0
/
+106
2020-08-05
platform_data/mlxreg: support new watchdog type with longer timeout period
Michael Shych
1
-1
/
+4
2020-07-26
Linux 5.8-rc7
v5.8-rc7
Linus Torvalds
1
-1
/
+1
2020-07-25
riscv: Parse all memory blocks to remove unusable memory
Atish Patra
1
-14
/
+17
2020-07-25
RISC-V: Do not rely on initrd_start/end computed during early dt parsing
Atish Patra
1
-6
/
+27
2020-07-25
drivers/net/wan: lapb: Corrected the usage of skb_cow
Xie He
2
-4
/
+8
2020-07-25
dev: Defer free of skbs in flush_backlog
Subash Abhinov Kasiviswanathan
1
-1
/
+1
2020-07-25
RISC-V: Set maximum number of mapped pages correctly
Atish Patra
1
-1
/
+1
2020-07-25
qrtr: orphan socket in qrtr_release()
Cong Wang
1
-0
/
+1
2020-07-25
xen-netfront: fix potential deadlock in xennet_remove()
Andrea Righi
1
-22
/
+42
2020-07-25
flow_offload: Move rhashtable inclusion to the source file
Herbert Xu
3
-2
/
+1
2020-07-24
scripts/gdb: fix lx-symbols 'gdb.error' while loading modules
Stefano Garzarella
1
-1
/
+1
2020-07-24
MAINTAINERS: add KCOV section
Andrey Konovalov
1
-0
/
+11
2020-07-24
io-mapping: indicate mapping failure
Michael J. Ruhl
1
-1
/
+4
2020-07-24
scripts/decode_stacktrace: strip basepath from all paths
Pi-Hsun Shih
1
-2
/
+2
2020-07-24
squashfs: fix length field overlap check in metadata reading
Phillip Lougher
1
-1
/
+1
2020-07-24
mailmap: add entry for Mike Rapoport
Mike Rapoport
1
-0
/
+3
2020-07-24
khugepaged: fix null-pointer dereference due to race
Kirill A. Shutemov
1
-0
/
+3
[next]