summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-25watchdog: intel-mid_wdt: Convert to use device managed functionsGuenter Roeck1-10/+1
2017-02-25watchdog: meson_wdt: Convert to use device managed functions and other improv...Guenter Roeck1-21/+2
2017-02-25watchdog: sunxi_wdt: Convert to use device managed functions and other improv...Guenter Roeck1-22/+2
2017-02-25watchdog: aspeed_wdt: Convert to use device managed functionsGuenter Roeck1-13/+1
2017-02-25watchdog: coh901327_wdt: Use dev variable instead of pdev->devGuenter Roeck1-19/+15
2017-02-25watchdog: coh901327_wdt: Use devm_ioremap_resource to map resourcesGuenter Roeck1-26/+5
2017-02-25watchdog: coh901327_wdt: Keep clock enabled after loading driverGuenter Roeck1-20/+1
2017-02-25watchdog: coh901327_wdt: Simplify error handling in probe functionGuenter Roeck1-4/+2
2017-02-25watchdog: tangox: Use watchdog core to install restart handlerGuenter Roeck1-21/+13
2017-02-25watchdog: dw_wdt: Use watchdog core to install restart handlerGuenter Roeck1-16/+7
2017-02-25watchdog: bcm2835_wdt: Use watchdog core to install restart handlerGuenter Roeck1-27/+30
2017-02-25watchdog: asm9260_wdt: Use watchdog core to install restart handlerGuenter Roeck1-15/+7
2017-02-25watchdog: bcm47xx_wdt: Don't validate platform data on removeGuenter Roeck1-3/+0
2017-02-25watchdog: iTCO_wdt: Simplify module init functionGuenter Roeck1-7/+1
2017-02-25watchdog: iTCO_wdt: Use pdev for platform device and pci_dev for pci deviceGuenter Roeck1-27/+26
2017-02-25watchdog: iTCO_wdt: Use device managed resourcesGuenter Roeck1-63/+17
2017-02-25watchdog: iTCO_wdt: Use allocated data structuresGuenter Roeck1-197/+205
2017-02-25watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded"Colin Ian King1-1/+1
2017-02-25watchdog: Enable COMPILE_TEST where possibleGuenter Roeck1-59/+59
2017-02-25watchdog: pnx833x_wdt: Mark as brokenGuenter Roeck1-0/+1
2017-02-25watchdog: nic7018_wdt: Add NIC7018 watchdog driverHui Chun Ong4-0/+281
2017-02-25watchdog: constify watchdog_info structuresBhumika Goyal12-12/+12
2017-02-25watchdog: pika_wdt: add __ro_after_init to identBhumika Goyal1-1/+1
2017-02-25watchdog: booke_wdt: add __ro_after_init to booke_wdt_infoBhumika Goyal1-1/+1
2017-02-25watchdog: sa11x0/pxa: fix error path of driver initializationVladimir Zapolskiy1-3/+5
2017-02-25watchdog: update my email addressJohn Crispin3-5/+5
2017-02-20Linux 4.10v4.10Linus Torvalds1-1/+1
2017-02-19Fix missing sanity check in /dev/sgAl Viro1-0/+4
2017-02-19scsi: don't BUG_ON() empty DMA transfersJohannes Thumshirn1-1/+2
2017-02-19ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn1-2/+4
2017-02-19Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+2
2017-02-19Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-13/+33
2017-02-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2017-02-19Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2017-02-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-10/+9
2017-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-31/+45
2017-02-19printk: use rcuidle console tracepointSergey Senozhatsky1-1/+1
2017-02-19ARM: multi_v7_defconfig: enable Qualcomm RPMCCAndy Gross1-0/+1
2017-02-18irda: Fix lockdep annotations in hashbin_delete().David S. Miller1-18/+16
2017-02-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+13
2017-02-17vxlan: fix oops in dev_fill_metadata_dstPaolo Abeni1-2/+4
2017-02-17dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov1-1/+2
2017-02-17Merge tag 'powerpc-4.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+2
2017-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2017-02-17Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-35/+11
2017-02-17Merge tag 'mmc-v4.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-2/+2
2017-02-17Merge tag 'ntb-4.10-bugfixes' of git://github.com/jonmason/ntbLinus Torvalds3-4/+27
2017-02-17dpaa_eth: small leak on errorDan Carpenter1-1/+1
2017-02-17Merge tag 'reset-for-4.10-fixes' of https://git.pengutronix.de/git/pza/linux ...Arnd Bergmann1-1/+1
2017-02-17packet: Do not call fanout_release from atomic contextsAnoob Soman1-9/+22