aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-24userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE requestMike Rapoport1-0/+1
2017-02-24userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport5-28/+28
2017-02-24memblock: embed memblock type name within struct memblock_typeHeiko Carstens3-24/+13
2017-02-24memblock: also dump physmem list within __memblock_dump_allHeiko Carstens1-0/+3
2017-02-24memblock: let memblock_type_name know about physmem typeHeiko Carstens1-0/+4
2017-02-24mm/memory_hotplug.c: unexport __remove_pages()Andrew Morton1-1/+0
2017-02-24mm: validate device_hotplug is held for memory hotplugDan Williams3-0/+8
2017-02-24mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}Dan Williams1-0/+6
2017-02-24mm, oom: header nodemask is NULL when cpusets are disabledDavid Rientjes1-7/+9
2017-02-24mm/ksm: improve deduplication of zero pages with colouringClaudio Imbrenda2-3/+79
2017-02-24cris: use generic current.hDavidlohr Bueso2-15/+1
2017-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds17-174/+488
2017-02-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds20-352/+942
2017-02-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds32-761/+986
2017-02-24watchdog: s3c2410: Add prefix to local functionKrzysztof Kozlowski1-3/+2
2017-02-24watchdog: s3c2410: Select MFD_SYSCON on all Exynos platformsKrzysztof Kozlowski1-1/+1
2017-02-24watchdog: s3c2410: Use dev_dbg instead of pr_infoKrzysztof Kozlowski1-23/+6
2017-02-24watchdog: s3c2410: Fix infinite interrupt in soft modeKrzysztof Kozlowski2-7/+23
2017-02-24watchdog: s3c2410: Remove confusing CONFIG prefix from local definesKrzysztof Kozlowski1-8/+8
2017-02-24watchdog: softdog: make pretimeout support a compile optionWolfram Sang2-8/+21
2017-02-24watchdog: zx2967: add watchdog controller driver for ZTE's zx2967 familyBaoyou Xie3-0/+302
2017-02-24dt: bindings: add documentation for zx2967 family watchdog controllerBaoyou Xie1-0/+32
2017-02-24watchdog: sama5d4: Implement resume hookAlexandre Belloni1-0/+17
2017-02-24watchdog: sama5d4: Cache MR instead of a partial configAlexandre Belloni1-26/+19
2017-02-24watchdog: ts72xx_wdt: convert driver to watchdog coreH Hartley Sweeten1-358/+89
2017-02-24watchdog: ep93xx_wdt: cleanup and let the core handle the heartbeatH Hartley Sweeten1-70/+44
2017-02-24watchdog: RDC321X_WDT always depends on PCIGuenter Roeck1-0/+1
2017-02-24watchdog: add driver for Cortina Gemini watchdogLinus Walleij3-0/+241
2017-02-24watchdog: add DT bindings for Cortina GeminiLinus Walleij1-0/+17
2017-02-24watchdog: constify watchdog_ops structuresBhumika Goyal14-14/+14
2017-02-24watchdog: Introduce watchdog_stop_on_unregister helperGuenter Roeck3-0/+18
2017-02-24watchdog: ebc-c384_wdt: Utilize devm_ functions in driver probe callbackWilliam Breathitt Gray1-13/+1
2017-02-24watchdog: tegra_wdt: Convert to use device managed functionsGuenter Roeck1-3/+1
2017-02-24watchdog: da9063_wdt: Convert to use device managed functionsGuenter Roeck1-17/+1
2017-02-24watchdog: da9062_wdt: Convert to use device managed functionsGuenter Roeck1-16/+2
2017-02-24watchdog: da9055_wdt: Convert to use device managed functionsGuenter Roeck1-15/+2
2017-02-24watchdog: da9052_wdt: Convert to use device managed functionsGuenter Roeck1-24/+8
2017-02-24watchdog: bcm2835_wdt: Convert to use device managed functions and other improvementsGuenter Roeck1-19/+8
2017-02-24watchdog: mena21_wdt: Convert to use device managed functions and other improvementsGuenter Roeck1-22/+2
2017-02-24watchdog: wm831x_wdt: Convert to use device managed functionsGuenter Roeck1-24/+7
2017-02-24watchdog: digicolor_wdt: Convert to use device managed functions and other improvementsGuenter Roeck1-36/+12
2017-02-24watchdog: iTCO_wdt: Replace shutdown function with call to watchdog_stop_on_rebootGuenter Roeck1-8/+1
2017-02-24watchdog: intel-mid_wdt: Convert to use device managed functionsGuenter Roeck1-10/+1
2017-02-24watchdog: meson_wdt: Convert to use device managed functions and other improvementsGuenter Roeck1-21/+2
2017-02-24watchdog: sunxi_wdt: Convert to use device managed functions and other improvementsGuenter Roeck1-22/+2
2017-02-24watchdog: aspeed_wdt: Convert to use device managed functionsGuenter Roeck1-13/+1
2017-02-24watchdog: coh901327_wdt: Use dev variable instead of pdev->devGuenter Roeck1-19/+15
2017-02-24watchdog: coh901327_wdt: Use devm_ioremap_resource to map resourcesGuenter Roeck1-26/+5
2017-02-24watchdog: coh901327_wdt: Keep clock enabled after loading driverGuenter Roeck1-20/+1
2017-02-24watchdog: coh901327_wdt: Simplify error handling in probe functionGuenter Roeck1-4/+2