index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-29
watchdog: gpio_wdt: Add option for early registration
Jean-Baptiste Theou
2
-0
/
+21
2015-06-29
watchdog: watchdog_core: Add watchdog registration deferral mechanism
Jean-Baptiste Theou
1
-18
/
+100
2015-06-29
watchdog: max63xx: dynamically allocate device
Vivien Didelot
1
-66
/
+104
2015-06-26
watchdog: imx2_wdt: Disable previously acquired clock on error path
Fabio Estevam
1
-1
/
+5
2015-06-26
watchdog: imx2_wdt: Check for clk_prepare_enable() error
Fabio Estevam
1
-2
/
+7
2015-06-22
watchdog: hpwdt: Add support for WDIOC_SETOPTIONS
Jean Delvare
1
-1
/
+15
2015-06-22
watchdog: omap_wdt: implement get_timeleft
Lars Poeschel
2
-0
/
+12
2015-06-22
watchdog: da9062: DA9062 watchdog driver
S Twiss
3
-0
/
+263
2015-06-22
watchdog: imx2_wdt: set watchdog parent device
Vladimir Zapolskiy
1
-0
/
+1
2015-06-22
watchdog: mena21_wdt: Fix possible NULL pointer dereference
Johannes Thumshirn
1
-2
/
+3
2015-06-22
watchdog: dw_wdt: keepalive the watchdog at write time
Doug Anderson
1
-0
/
+1
2015-06-22
watchdog: dw_wdt: No need for a spinlock
Doug Anderson
1
-7
/
+0
2015-06-22
watchdog: imx2_wdt: also set wdog->timeout to new_timeout
Michael Grzeschik
1
-0
/
+2
2015-06-22
watchdog: Allow compile test of GPIO consumers if !GPIOLIB
Geert Uytterhoeven
1
-1
/
+1
2015-06-22
watchdog: cadence: Add dependency on HAS_IOMEM
Richard Weinberger
1
-0
/
+1
2015-06-22
watchdog: max63xx_wdt: Constify platform_device_id
Krzysztof Kozlowski
1
-1
/
+1
2015-06-22
watchdog: MAX63XX_WATCHDOG does not depend on ARM
Vivien Didelot
1
-1
/
+1
2015-06-22
watchdog: imgpdc: Add some documentation about the timeout
Ezequiel Garcia
1
-0
/
+29
2015-06-22
watchdog: imgpdc: Fix max timeout
Ezequiel Garcia
1
-1
/
+5
2015-06-22
watchdog: imgpdc: Add reboot support
Andrew Bresticker
1
-0
/
+21
2015-06-22
watchdog: imgpdc: Set timeout before starting watchdog
Andrew Bresticker
1
-5
/
+13
2015-06-22
watchdog: imgpdc: Allow timeout to be set in device-tree
Andrew Bresticker
1
-7
/
+3
2015-06-22
watchdog: omap: assert the counter being stopped before reprogramming
Uwe Kleine-König
1
-0
/
+7
2015-06-22
watchdog: omap: simplify assignment of bootstatus
Uwe Kleine-König
1
-7
/
+5
2015-06-22
watchdog: omap: put struct watchdog_device into driver data
Uwe Kleine-König
1
-31
/
+24
2015-06-22
watchdog: omap: use watchdog_init_timeout instead of open coding it
Uwe Kleine-König
1
-4
/
+1
2015-06-22
watchdog: digicolor: driver for Conexant Digicolor CX92755 SoC
Baruch Siach
3
-0
/
+216
2015-06-22
watchdog: at91sam9: use endian agnostic IO
Ben Dooks
1
-2
/
+2
2015-06-22
watchdog: st_wdt: Update IP layout information to include Clocksource
Lee Jones
1
-1
/
+1
2015-06-22
watchdog: st_wdt: Add new driver for ST's LPC Watchdog
Lee Jones
3
-0
/
+357
2015-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
1
-3
/
+22
2015-06-20
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
4
-1
/
+17
2015-06-19
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-7
/
+15
2015-06-19
Merge branch 'ccf/atmel-fixes-for-4.1' of https://github.com/bbrezillon/linux...
Michael Turquette
3
-7
/
+15
2015-06-19
clk: at91: fix h32mx prototype inclusion in pmc header
Nicolas Ferre
1
-1
/
+1
2015-06-19
clk: at91: fix PERIPHERAL_MAX_SHIFT definition
Boris Brezillon
1
-4
/
+4
2015-06-19
clk: at91: pll: fix input range validity check
Boris Brezillon
1
-2
/
+10
2015-06-19
Merge tag 'drm-intel-fixes-2015-06-18' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
1
-1
/
+4
2015-06-18
drm/radeon: don't probe MST on hw we don't support it on
Dave Airlie
1
-0
/
+5
2015-06-18
drm/radeon: Add RADEON_INFO_VA_UNMAP_WORKING query
Michel Dänzer
1
-0
/
+3
2015-06-18
Kconfig: disable Media Controller for DVB
Mauro Carvalho Chehab
1
-0
/
+1
2015-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-1
/
+3
2015-06-16
crypto: caam - fix RNG buffer cache alignment
Steve Cornelius
1
-1
/
+1
2015-06-16
crypto: caam - improve initalization for context state saves
Steve Cornelius
1
-0
/
+2
2015-06-16
drm/mgag200: Reject non-character-cell-aligned mode widths
Adam Jackson
1
-0
/
+5
2015-06-15
Revert "drm/i915: Don't skip request retirement if the active list is empty"
Jani Nikula
1
-0
/
+3
2015-06-15
drm/i915: Always reset vma->ggtt_view.pages cache on unbinding
Chris Wilson
1
-1
/
+1
2015-06-15
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-93
/
+144
2015-06-15
Merge tag 'ntb-4.1' of git://github.com/jonmason/ntb
Linus Torvalds
1
-1
/
+2
2015-06-15
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2
-10
/
+17
[next]