summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-27watchdog: ep93xx_wdt: timeout is an unsigned int value.Wim Van Sebroeck
2012-03-27watchdog: ep93xx_wdt: Fix timeout after conversion to watchdog coreMika Westerberg
2012-03-27watchdog: Convert ep93xx driver to watchdog coreH Hartley Sweeten
2012-03-27watchdog: sp805: Use devm routinesViresh Kumar
2012-03-27watchdog: sp805: replace readl/writel with lighter _relaxed variantsViresh Kumar
2012-03-27watchdog: sp805: Fix documentation style commentViresh Kumar
2012-03-27watchdog: mpcore_wdt: Allow platform_get_irq() to failViresh Kumar
2012-03-27watchdog: mpcore_wdt: Use devm routinesViresh Kumar
2012-03-27watchdog: mpcore_wdt: Rename dev to pdev for pointing to struct platform_deviceViresh Kumar
2012-03-27watchdog: xen: don't clear is_active when xen_wdt_stop() failedJan Beulich
2012-03-27watchdog: xen: don't unconditionally enable the watchdog during resumeJan Beulich
2012-03-27watchdog: fix compiler error for missing parenthesisJaehoon Chung
2012-03-27watchdog: ep93xx_wdt.c: fix platform probeWim Van Sebroeck
2012-03-27watchdog: ep93xx: Convert the watchdog driver into a platform device.H Hartley Sweeten
2012-03-27watchdog: fix set_timeout operationsWim Van Sebroeck
2012-03-27watchdog: watchdog_dev: Let the driver update the timeout field on set_timeou...Hans de Goede
2012-03-27watchdog: softdog: convert to watchdog coreAlan Cox
2012-03-27watchdog: Convert max63xx_wdt driver to watchdog frameworkAxel Lin
2012-03-27watchdog: pnx4008: convert driver to use the watchdog frameworkWolfram Sang
2012-03-27watchdog: Convert wm8350_wdt driver to watchdog coreAxel Lin
2012-03-27watchdog: Convert jz4740_wdt driver to watchdog coreAxel Lin
2012-03-27watchdog: nowayout is boolWim Van Sebroeck
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches
2012-03-27watchdog: pnx4008: don't use __raw_-accessorsWolfram Sang
2012-03-27watchdog: pnx4008: cleanup resource handling using managed devicesWolfram Sang
2012-03-27watchdog: sp805_wdt: add pm callbacks to support standby/S2R/hibernationViresh Kumar
2012-03-27watchdog: make imx2_wdt report boot status correctlyOskar Schirmer
2012-03-27watchdog: documentation: remove index-fileWolfram Sang
2012-03-24Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2012-03-24Fix potential endless loop in kswapd when compaction is not enabledRik van Riel
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-24xen/acpi: Fix Kconfig dependency on CPU_FREQKonrad Rzeszutek Wilk
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds
2012-03-23Merge tag 'amd64-edac-updates-for-3.4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-03-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds
2012-03-23Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds
2012-03-23Merge branch 'pcmcia' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-03-23Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-03-23Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-03-23Merge tag 'for-3.4' of git://openrisc.net/jonas/linuxLinus Torvalds
2012-03-23Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2012-03-24Merge branch 'mmci' into ambaRussell King
2012-03-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-23Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-23seq_file: add seq_set_overflow(), seq_overflow()KAMEZAWA Hiroyuki
2012-03-23proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar
2012-03-23procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki