index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-28
dm crypt: fix mempool deadlock
Mikulas Patocka
1
-6
/
+4
2012-03-28
dm exception store: fix init error path
Andrei Warkentin
1
-1
/
+1
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
362
-364
/
+4
2012-03-28
Add #includes needed to permit the removal of asm/system.h
David Howells
2
-0
/
+3
2012-03-28
Disintegrate asm/system.h for Sparc
David Howells
4
-0
/
+4
2012-03-28
Disintegrate asm/system.h for S390
David Howells
3
-0
/
+3
2012-03-28
Disintegrate asm/system.h for CRIS
David Howells
1
-0
/
+1
2012-03-28
Disintegrate asm/system.h for ARM
David Howells
3
-0
/
+3
2012-03-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2
-286
/
+448
2012-03-28
drm/radeon: Only warn if the intra-domain offset actually exceeds the limit.
Michel Dänzer
1
-1
/
+11
2012-03-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2
-2
/
+2
2012-03-27
Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-1
/
+6
2012-03-27
Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
28
-1474
/
+2531
2012-03-28
powerpc+sparc/vio: Modernize driver registration
Benjamin Herrenschmidt
8
-36
/
+12
2012-03-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
14
-50
/
+72
2012-03-27
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
11
-143
/
+275
2012-03-27
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
14
-278
/
+346
2012-03-27
Merge tag 'rpmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
13
-0
/
+3504
2012-03-27
Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
6
-183
/
+106
2012-03-27
Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-8
/
+8
2012-03-27
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
23
-892
/
+667
2012-03-27
Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Arnd Bergmann
4
-0
/
+195
2012-03-27
watchdog: txx9wdt: fix timeout
Wim Van Sebroeck
1
-8
/
+10
2012-03-27
watchdog: Convert txx9wdt driver to watchdog framework
Axel Lin
2
-118
/
+38
2012-03-27
watchdog: coh901327_wdt.c: fix timeout
Wim Van Sebroeck
1
-6
/
+10
2012-03-27
watchdog: coh901327: convert to use watchdog core
Linus Walleij
2
-137
/
+56
2012-03-27
watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog core
Viresh Kumar
1
-0
/
+5
2012-03-27
watchdog: ep93xx_wdt: timeout is an unsigned int value.
Wim Van Sebroeck
1
-3
/
+3
2012-03-27
watchdog: ep93xx_wdt: Fix timeout after conversion to watchdog core
Mika Westerberg
1
-0
/
+1
2012-03-27
watchdog: Convert ep93xx driver to watchdog core
H Hartley Sweeten
2
-149
/
+55
2012-03-27
watchdog: sp805: Use devm routines
Viresh Kumar
1
-22
/
+13
2012-03-27
watchdog: sp805: replace readl/writel with lighter _relaxed variants
Viresh Kumar
1
-12
/
+12
2012-03-27
watchdog: sp805: Fix documentation style comment
Viresh Kumar
1
-8
/
+7
2012-03-27
watchdog: mpcore_wdt: Allow platform_get_irq() to fail
Viresh Kumar
1
-9
/
+9
2012-03-27
watchdog: mpcore_wdt: Use devm routines
Viresh Kumar
1
-39
/
+19
2012-03-27
watchdog: mpcore_wdt: Rename dev to pdev for pointing to struct platform_device
Viresh Kumar
1
-20
/
+20
2012-03-27
watchdog: xen: don't clear is_active when xen_wdt_stop() failed
Jan Beulich
1
-3
/
+5
2012-03-27
watchdog: xen: don't unconditionally enable the watchdog during resume
Jan Beulich
1
-1
/
+8
2012-03-27
watchdog: fix compiler error for missing parenthesis
Jaehoon Chung
1
-1
/
+1
2012-03-27
watchdog: ep93xx_wdt.c: fix platform probe
Wim Van Sebroeck
1
-8
/
+8
2012-03-27
watchdog: ep93xx: Convert the watchdog driver into a platform device.
H Hartley Sweeten
1
-14
/
+37
2012-03-27
watchdog: fix set_timeout operations
Wim Van Sebroeck
7
-3
/
+11
2012-03-27
watchdog: watchdog_dev: Let the driver update the timeout field on set_timeou...
Hans de Goede
1
-1
/
+0
2012-03-27
watchdog: softdog: convert to watchdog core
Alan Cox
2
-146
/
+37
2012-03-27
watchdog: Convert max63xx_wdt driver to watchdog framework
Axel Lin
2
-159
/
+32
2012-03-27
watchdog: pnx4008: convert driver to use the watchdog framework
Wolfram Sang
2
-140
/
+41
2012-03-27
watchdog: Convert wm8350_wdt driver to watchdog core
Axel Lin
2
-179
/
+38
2012-03-27
watchdog: Convert jz4740_wdt driver to watchdog core
Axel Lin
2
-175
/
+90
2012-03-27
watchdog: nowayout is bool
Wim Van Sebroeck
85
-168
/
+168
2012-03-27
watchdog: Use pr_<fmt> and pr_<level>
Joe Perches
90
-1280
/
+1039
[prev]
[next]