index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-05
watchdog: Improve Kconfig entry ordering and dependencies
Guenter Roeck
1
-10
/
+10
2019-05-05
watchdog: npcm: Enable modular builds
Guenter Roeck
1
-1
/
+1
2019-05-05
watchdog: Make watchdog core configurable as module
Guenter Roeck
1
-1
/
+3
2019-05-05
watchdog: Move pretimeout governor configuration up
Guenter Roeck
1
-52
/
+52
2019-05-05
watchdog: Use depends instead of select for pretimeout governors
Guenter Roeck
1
-14
/
+16
2019-05-05
watchdog: rtd119x: drop unused module.h include
Paul Gortmaker
1
-1
/
+0
2019-05-05
watchdog: intel_scu: make it explicitly non-modular
Paul Gortmaker
1
-18
/
+0
2019-05-05
watchdog: coh901327: make it explicitly non-modular
Paul Gortmaker
1
-20
/
+4
2019-05-05
watchdog: ziirave_wdt: drop warning after calling watchdog_init_timeout
Wolfram Sang
1
-5
/
+1
2019-05-05
watchdog: xen_wdt: drop warning after calling watchdog_init_timeout
Wolfram Sang
1
-3
/
+1
2019-05-05
watchdog: stm32_iwdg: drop warning after calling watchdog_init_timeout
Wolfram Sang
1
-4
/
+1
2019-05-05
watchdog: st_lpc_wdt: drop warning after calling watchdog_init_timeout
Wolfram Sang
1
-3
/
+1
2019-05-05
watchdog: sp5100_tco: drop warning after calling watchdog_init_timeout
Wolfram Sang
1
-3
/
+1
2019-05-05
watchdog: renesas_wdt: drop warning after calling watchdog_init_timeout
Wolfram Sang
1
-3
/
+1
2019-05-05
watchdog: nic7018_wdt: drop warning after calling watchdog_init_timeout
Wolfram Sang
1
-4
/
+1
2019-05-05
watchdog: ni903x_wdt: drop warning after calling watchdog_init_timeout
Wolfram Sang
1
-3
/
+1
2019-05-05
watchdog: imx_sc_wdt: drop warning after calling watchdog_init_timeout
Wolfram Sang
1
-4
/
+1
2019-05-05
watchdog: i6300esb: drop warning after calling watchdog_init_timeout
Wolfram Sang
1
-4
/
+1
2019-05-05
watchdog: hpwdt: drop warning after calling watchdog_init_timeout
Wolfram Sang
1
-2
/
+1
2019-05-05
watchdog: ebc-c384_wdt: drop warning after calling watchdog_init_timeout
Wolfram Sang
1
-4
/
+1
2019-05-05
watchdog: cadence_wdt: still probe if user supplied timeout is invalid
Wolfram Sang
1
-4
/
+1
2019-05-05
watchdog: cadence_wdt: drop warning after calling watchdog_init_timeout
Wolfram Sang
1
-3
/
+1
2019-05-05
watchdog: add error messages when initializing timeout fails
Wolfram Sang
1
-0
/
+9
2019-05-05
watchdog: refactor watchdog_init_timeout
Wolfram Sang
1
-14
/
+19
2019-05-05
watchdog: renesas_wdt: drop superfluous glob pattern
Wolfram Sang
1
-1
/
+0
2019-05-05
watchdog: da9063_wdt: parse DT for timeout value, too
Wolfram Sang
1
-4
/
+6
2019-05-05
watchdog: intel_scu_watchdog: fix spelling mistake: "set_hearbeat" -> "set_heartbeat"
Colin Ian King
1
-1
/
+1
2019-05-05
watchdog: pnx4008: readout watchdog state
Alexandre Belloni
1
-1
/
+2
2019-05-05
watchdog: machzwd: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-05-05
watchdog: pnx4008_wdt: Convert to use device managed functions and other improvements
Guenter Roeck
1
-21
/
+17
2019-05-05
watchdog: mpc8xxx_wdt: Convert to use device managed functions and other improvements
Guenter Roeck
1
-14
/
+3
2019-05-05
watchdog: jz4740_wdt: Use 'dev' instead of dereferencing it repeatedly
Guenter Roeck
1
-7
/
+6
2019-05-05
watchdog: rt2880_wdt: Convert to use device managed functions and other improvements
Guenter Roeck
1
-20
/
+8
2019-05-05
watchdog: mt7621_wdt: Use 'dev' instead of dereferencing it repeatedly
Guenter Roeck
1
-3
/
+4
2019-05-05
watchdog: loongson1_wdt: Convert to use device managed functions and other improvements
Guenter Roeck
1
-27
/
+21
2019-05-05
watchdog: pic32-wdt: Convert to use device managed functions and other improvements
Guenter Roeck
1
-34
/
+24
2019-05-05
watchdog: pic32-dmt: Convert to use device managed functions and other improvements
Guenter Roeck
1
-27
/
+19
2019-05-05
watchdog: ux500_wdt: Convert to use device managed functions and other improvements
Guenter Roeck
1
-12
/
+5
2019-05-05
watchdog: stm32_iwdg: Convert to use device managed functions and other improvements
Guenter Roeck
1
-34
/
+31
2019-05-05
watchdog: zx2967_wdt: Convert to use device managed functions and other improvements
Guenter Roeck
1
-20
/
+13
2019-05-05
watchdog: sbsa_gwdt: Convert to use device managed functions and other improvements
Guenter Roeck
1
-19
/
+2
2019-05-05
watchdog: imx_sc_wdt: Use 'dev' instead of dereferencing it repeatedly
Guenter Roeck
1
-6
/
+7
2019-05-05
watchdog: xen_wdt: Use 'dev' instead of dereferencing it repeatedly
Guenter Roeck
1
-9
/
+9
2019-05-05
watchdog: wm831x_wdt: Use 'dev' instead of dereferencing it repeatedly
Guenter Roeck
1
-10
/
+9
2019-05-05
watchdog: wdat_wdt: Use 'dev' instead of dereferencing it repeatedly
Guenter Roeck
1
-13
/
+14
2019-05-05
watchdog: uniphier_wdt: drop platform_set_drvdata
Guenter Roeck
1
-2
/
+0
2019-05-05
watchdog: twl4030_wdt: Convert to use device managed functions and other improvements
Guenter Roeck
1
-18
/
+4
2019-05-05
watchdog: ts72xx_wdt: Use 'dev' instead of dereferencing it repeatedly
Guenter Roeck
1
-5
/
+6
2019-05-05
watchdog: ts4800_wdt: Convert to use device managed functions and other improvements
Guenter Roeck
1
-22
/
+11
2019-05-05
watchdog: tqmx86_wdt: Use 'dev' instead of dereferencing it repeatedly
Guenter Roeck
1
-7
/
+7
[next]