summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * watchdog: intel-mid_wdt: Convert to use device managed functionsGuenter Roeck2017-02-241-10/+1
| * watchdog: meson_wdt: Convert to use device managed functions and other improv...Guenter Roeck2017-02-241-21/+2
| * watchdog: sunxi_wdt: Convert to use device managed functions and other improv...Guenter Roeck2017-02-241-22/+2
| * watchdog: aspeed_wdt: Convert to use device managed functionsGuenter Roeck2017-02-241-13/+1
| * watchdog: coh901327_wdt: Use dev variable instead of pdev->devGuenter Roeck2017-02-241-19/+15
| * watchdog: coh901327_wdt: Use devm_ioremap_resource to map resourcesGuenter Roeck2017-02-241-26/+5
| * watchdog: coh901327_wdt: Keep clock enabled after loading driverGuenter Roeck2017-02-241-20/+1
| * watchdog: coh901327_wdt: Simplify error handling in probe functionGuenter Roeck2017-02-241-4/+2
| * watchdog: tangox: Use watchdog core to install restart handlerGuenter Roeck2017-02-241-21/+13
| * watchdog: dw_wdt: Use watchdog core to install restart handlerGuenter Roeck2017-02-241-16/+7
| * watchdog: bcm2835_wdt: Use watchdog core to install restart handlerGuenter Roeck2017-02-241-27/+30
| * watchdog: asm9260_wdt: Use watchdog core to install restart handlerGuenter Roeck2017-02-241-15/+7
| * watchdog: bcm47xx_wdt: Don't validate platform data on removeGuenter Roeck2017-02-241-3/+0
| * watchdog: iTCO_wdt: Simplify module init functionGuenter Roeck2017-02-241-7/+1
| * watchdog: iTCO_wdt: Use pdev for platform device and pci_dev for pci deviceGuenter Roeck2017-02-241-27/+26
| * watchdog: iTCO_wdt: Use device managed resourcesGuenter Roeck2017-02-241-63/+17
| * watchdog: iTCO_wdt: Use allocated data structuresGuenter Roeck2017-02-241-197/+205
| * watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded"Colin Ian King2017-02-241-1/+1
| * watchdog: Enable COMPILE_TEST where possibleGuenter Roeck2017-02-241-59/+59
| * watchdog: pnx833x_wdt: Mark as brokenGuenter Roeck2017-02-241-0/+1
| * watchdog: nic7018_wdt: Add NIC7018 watchdog driverHui Chun Ong2017-02-244-0/+281
| * watchdog: constify watchdog_info structuresBhumika Goyal2017-02-2412-12/+12
| * watchdog: pika_wdt: add __ro_after_init to identBhumika Goyal2017-02-241-1/+1
| * watchdog: booke_wdt: add __ro_after_init to booke_wdt_infoBhumika Goyal2017-02-241-1/+1
| * watchdog: sa11x0/pxa: fix error path of driver initializationVladimir Zapolskiy2017-02-241-3/+5
| * watchdog: update my email addressJohn Crispin2017-02-243-5/+5
* | Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-2559-402/+1325
|\ \
| * | selftests/powerpc: Fix remaining fallout from recent changesMichael Ellerman2017-02-144-12/+13
| * | selftests/powerpc: Fix the clean rule since recent changesMichael Ellerman2017-02-141-1/+2
| * | selftests: Fix the .S and .S -> .o rulesMichael Ellerman2017-02-141-2/+2
| * | selftests: Fix the .c linking ruleMichael Ellerman2017-02-141-1/+1
| * | selftests: Fix selftests build to just build, not run testsMichael Ellerman2017-02-141-5/+5
| * | selftests, x86, protection_keys: fix wrong offset in siginfoDave Hansen2017-02-081-1/+1
| * | selftests, x86, protection_keys: fix uninitialized variable warningDave Hansen2017-02-081-1/+1
| * | selftest: cpufreq: Update MAINTAINERS fileViresh Kumar2017-02-081-0/+1
| * | selftest: cpufreq: Add special testsViresh Kumar2017-01-194-3/+146
| * | selftest: cpufreq: Add support to test cpufreq modulesViresh Kumar2017-01-193-6/+284
| * | selftest: cpufreq: Add suspend/resume/hibernate supportViresh Kumar2017-01-192-2/+52
| * | selftest: cpufreq: Add support for cpufreq testsViresh Kumar2017-01-196-0/+568
| * | selftests: Add intel_pstate to TARGETSStafford Horne2017-01-191-0/+1
| * | selftests/intel_pstate: Update makefile to match new styleStafford Horne2017-01-191-9/+4
| * | selftests/intel_pstate: Fix warning on loop index overflowStafford Horne2017-01-191-1/+1
| * | cpupower: Restore format of frequency-info limitStafford Horne2017-01-191-9/+12
| * | selftests/futex: Add headers to makefile dependenciesStafford Horne2017-01-191-1/+4
| * | selftests/futex: Add stdio used for loggingStafford Horne2017-01-191-0/+1
| * | selftests: x86 protection_keys remove dead codeShuah Khan2017-01-111-10/+0
| * | selftests: x86 protection_keys fix unused variable compile warningsShuah Khan2017-01-111-5/+0
| * | selftests: ipc add missing generated file to .gitignoreShuah Khan2017-01-111-0/+1
| * | selftests: gpio add .gitignore for generated filesShuah Khan2017-01-111-0/+1
| * | selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com2017-01-0518-75/+122