aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28dm thin: correct commentsJoe Thornber1-1/+1
2012-03-28dm raid: no longer experimentalAlasdair G Kergon1-2/+2
2012-03-28dm uevent: no longer experimentalAlasdair G Kergon1-2/+2
2012-03-28dm persistent data: fix btree rebalancing after removeJoe Thornber1-75/+99
2012-03-28dm thin: fix stacked bi_next usageJoe Thornber1-51/+73
2012-03-28dm crypt: add missing error handlingMikulas Patocka1-12/+16
2012-03-28dm crypt: fix mempool deadlockMikulas Patocka1-6/+4
2012-03-28dm exception store: fix init error pathAndrei Warkentin1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells362-364/+4
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells2-0/+3
2012-03-28Disintegrate asm/system.h for SparcDavid Howells4-0/+4
2012-03-28Disintegrate asm/system.h for S390David Howells3-0/+3
2012-03-28Disintegrate asm/system.h for CRISDavid Howells1-0/+1
2012-03-28Disintegrate asm/system.h for ARMDavid Howells3-0/+3
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-286/+448
2012-03-28drm/radeon: Only warn if the intra-domain offset actually exceeds the limit.Michel Dänzer1-1/+11
2012-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-2/+2
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds5-1/+6
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds28-1474/+2531
2012-03-28powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt8-36/+12
2012-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-50/+72
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-143/+275
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds14-278/+346
2012-03-27Merge tag 'rpmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds13-0/+3504
2012-03-27Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-183/+106
2012-03-27Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-8/+8
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds23-892/+667
2012-03-27Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into next/boardsArnd Bergmann4-0/+195
2012-03-27watchdog: txx9wdt: fix timeoutWim Van Sebroeck1-8/+10
2012-03-27watchdog: Convert txx9wdt driver to watchdog frameworkAxel Lin2-118/+38
2012-03-27watchdog: coh901327_wdt.c: fix timeoutWim Van Sebroeck1-6/+10
2012-03-27watchdog: coh901327: convert to use watchdog coreLinus Walleij2-137/+56
2012-03-27watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog coreViresh Kumar1-0/+5
2012-03-27watchdog: ep93xx_wdt: timeout is an unsigned int value.Wim Van Sebroeck1-3/+3
2012-03-27watchdog: ep93xx_wdt: Fix timeout after conversion to watchdog coreMika Westerberg1-0/+1
2012-03-27watchdog: Convert ep93xx driver to watchdog coreH Hartley Sweeten2-149/+55
2012-03-27watchdog: sp805: Use devm routinesViresh Kumar1-22/+13
2012-03-27watchdog: sp805: replace readl/writel with lighter _relaxed variantsViresh Kumar1-12/+12
2012-03-27watchdog: sp805: Fix documentation style commentViresh Kumar1-8/+7
2012-03-27watchdog: mpcore_wdt: Allow platform_get_irq() to failViresh Kumar1-9/+9
2012-03-27watchdog: mpcore_wdt: Use devm routinesViresh Kumar1-39/+19
2012-03-27watchdog: mpcore_wdt: Rename dev to pdev for pointing to struct platform_deviceViresh Kumar1-20/+20
2012-03-27watchdog: xen: don't clear is_active when xen_wdt_stop() failedJan Beulich1-3/+5
2012-03-27watchdog: xen: don't unconditionally enable the watchdog during resumeJan Beulich1-1/+8
2012-03-27watchdog: fix compiler error for missing parenthesisJaehoon Chung1-1/+1
2012-03-27watchdog: ep93xx_wdt.c: fix platform probeWim Van Sebroeck1-8/+8
2012-03-27watchdog: ep93xx: Convert the watchdog driver into a platform device.H Hartley Sweeten1-14/+37
2012-03-27watchdog: fix set_timeout operationsWim Van Sebroeck7-3/+11
2012-03-27watchdog: watchdog_dev: Let the driver update the timeout field on set_timeout successHans de Goede1-1/+0
2012-03-27watchdog: softdog: convert to watchdog coreAlan Cox2-146/+37