summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog coreViresh Kumar2012-03-274-1/+14
* watchdog: ep93xx_wdt: timeout is an unsigned int value.Wim Van Sebroeck2012-03-271-3/+3
* watchdog: ep93xx_wdt: Fix timeout after conversion to watchdog coreMika Westerberg2012-03-271-0/+1
* watchdog: Convert ep93xx driver to watchdog coreH Hartley Sweeten2012-03-272-149/+55
* watchdog: sp805: Use devm routinesViresh Kumar2012-03-271-22/+13
* watchdog: sp805: replace readl/writel with lighter _relaxed variantsViresh Kumar2012-03-271-12/+12
* watchdog: sp805: Fix documentation style commentViresh Kumar2012-03-271-8/+7
* watchdog: mpcore_wdt: Allow platform_get_irq() to failViresh Kumar2012-03-271-9/+9
* watchdog: mpcore_wdt: Use devm routinesViresh Kumar2012-03-271-39/+19
* watchdog: mpcore_wdt: Rename dev to pdev for pointing to struct platform_deviceViresh Kumar2012-03-271-20/+20
* watchdog: xen: don't clear is_active when xen_wdt_stop() failedJan Beulich2012-03-271-3/+5
* watchdog: xen: don't unconditionally enable the watchdog during resumeJan Beulich2012-03-271-1/+8
* watchdog: fix compiler error for missing parenthesisJaehoon Chung2012-03-271-1/+1
* watchdog: ep93xx_wdt.c: fix platform probeWim Van Sebroeck2012-03-271-8/+8
* watchdog: ep93xx: Convert the watchdog driver into a platform device.H Hartley Sweeten2012-03-273-14/+53
* watchdog: fix set_timeout operationsWim Van Sebroeck2012-03-277-3/+11
* watchdog: watchdog_dev: Let the driver update the timeout field on set_timeou...Hans de Goede2012-03-272-4/+4
* watchdog: softdog: convert to watchdog coreAlan Cox2012-03-272-146/+37
* watchdog: Convert max63xx_wdt driver to watchdog frameworkAxel Lin2012-03-272-159/+32
* watchdog: pnx4008: convert driver to use the watchdog frameworkWolfram Sang2012-03-272-140/+41
* watchdog: Convert wm8350_wdt driver to watchdog coreAxel Lin2012-03-272-179/+38
* watchdog: Convert jz4740_wdt driver to watchdog coreAxel Lin2012-03-272-175/+90
* watchdog: nowayout is boolWim Van Sebroeck2012-03-2786-169/+169
* watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-2790-1280/+1039
* watchdog: pnx4008: don't use __raw_-accessorsWolfram Sang2012-03-271-12/+11
* watchdog: pnx4008: cleanup resource handling using managed devicesWolfram Sang2012-03-271-47/+22
* watchdog: sp805_wdt: add pm callbacks to support standby/S2R/hibernationViresh Kumar2012-03-271-0/+33
* watchdog: make imx2_wdt report boot status correctlyOskar Schirmer2012-03-271-1/+9
* watchdog: documentation: remove index-fileWolfram Sang2012-03-271-19/+0
* Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-03-2411-27/+76
|\
| * xen/acpi: Fix Kconfig dependency on CPU_FREQKonrad Rzeszutek Wilk2012-03-241-1/+1
| * xen: initialize platform-pci even if xen_emul_unplug=neverIgor Mammedov2012-03-223-5/+7
| * xen/smp: Fix bringup bug in AP code.Konrad Rzeszutek Wilk2012-03-221-0/+6
| * xen/acpi: Remove the WARN's as they just create noise.Konrad Rzeszutek Wilk2012-03-211-2/+2
| * xen/tmem: cleanupJan Beulich2012-03-202-14/+13
| * xen: support pirq_eoi_mapStefano Stabellini2012-03-202-3/+44
| * xen/acpi-processor: Do not depend on CPU frequency scaling drivers.Konrad Rzeszutek Wilk2012-03-201-2/+1
| * xen/cpufreq: Disable the cpu frequency scaling drivers from loading.Konrad Rzeszutek Wilk2012-03-201-0/+2
| * provide disable_cpufreq() function to disable the API.Konrad Rzeszutek Wilk2012-03-202-0/+26
* | Fix potential endless loop in kswapd when compaction is not enabledRik van Riel2012-03-241-1/+2
* | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-2473-52/+91
|\ \
| * | device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-1653-52/+68
| * | device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-1121-0/+24
* | | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24100-100/+100
|\ \ \
| * | | lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-0763-63/+74
| * | | fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-2832-32/+30
| * | | includecheck: delete any duplicate instances of module.hPaul Gortmaker2012-02-2812-12/+0
* | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-2493-132/+223
|\ \ \ \
| * | | | kernel.h: doesn't explicitly use bug.h, so don't include it.Paul Gortmaker2012-03-041-1/+0
| * | | | bug: consolidate BUILD_BUG_ON with other bug codePaul Gortmaker2012-03-042-61/+61