aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-11watchdog: shwdt: use devm_clk_get()Jingoo Han1-12/+4
2013-07-11watchdog: pnx4008_wdt: use devm_clk_get()Jingoo Han1-5/+2
2013-07-11watchdog: imx2_wdt: use devm_clk_get()Jingoo Han1-4/+2
2013-07-11watchdog: dw_wdt: Staticize local symbolSachin Kamat1-2/+2
2013-07-11watchdog: dw_wdt: use devm_clk_get()Jingoo Han1-5/+2
2013-07-11watchdog: ts72xx_wdt: use devm_*() functionsJingoo Han1-57/+10
2013-07-11watchdog: riowd: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-07-11watchdog: riowd: use devm_kzalloc()Jingoo Han1-6/+2
2013-07-11watchdog: rc32434_wdt: use devm_ioremap_nocache() functionsJingoo Han1-7/+3
2013-07-11watchdog: nuc900_wdt: use devm_*() functionsJingoo Han1-39/+11
2013-07-11watchdog: mv64x60_wdt: use devm_ioremap()Jingoo Han1-3/+1
2013-07-11watchdog: bcm63xx_wdt: use devm_ioremap_nocache()Jingoo Han1-5/+4
2013-07-11watchdog: at32ap700x: Remove redundant platform_set_drvdata()Sachin Kamat1-4/+1
2013-07-11watchdog: at32ap700x_wdt: use devm_*() functionsJingoo Han1-8/+4
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+2
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds5-53/+6
2013-07-10Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds3-7/+6
2013-07-10Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfioLinus Torvalds2-225/+415
2013-07-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds7-259/+349
2013-07-10Merge tag 'iommu-updates-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds11-90/+2136
2013-07-10drm: avoid warning in drm_load_edid_firmware()Linus Torvalds1-3/+3
2013-07-10sunvnet: vnet_port_remove must call unregister_netdevDave Kleikamp1-0/+2
2013-07-10ide: Fix IDE PIO size calculationSteven J. Hill1-3/+2
2013-07-10drivers/ide/delkin_cb: Convert to module_pci_driverLibo Chen1-12/+1
2013-07-10Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds63-780/+1726
2013-07-10Merge tag 'for-3.11-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds15-14/+1198
2013-07-10Merge tag 'for-v3.11' of git://git.infradead.org/battery-2.6Linus Torvalds21-124/+191
2013-07-10Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-nextLinus Torvalds71-892/+4383
2013-07-10Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds2-5/+4
2013-07-10Merge tag 'regulator-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-1/+6
2013-07-10Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds5-63/+76
2013-07-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-2/+2
2013-07-10Merge branch 'parisc-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-0/+56
2013-07-10xilinx systemace: Fix sparse warningsMichal Simek1-2/+2
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds669-11744/+60251
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds427-20078/+82641
2013-07-09Merge tag 'fbdev-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdevLinus Torvalds89-1168/+8178
2013-07-09Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds8-89/+60
2013-07-09parisc: fix LMMIO mismatch between PAT length and MASK registerHelge Deller1-0/+56
2013-07-09drivers/net: caif: fix wrong rtnl_is_locked() usageKonstantin Khlebnikov1-22/+39
2013-07-09drivers/net: enic: release rtnl_lock on error-pathKonstantin Khlebnikov1-0/+2
2013-07-09vhost-net: fix use-after-free in vhost_net_flushMichael S. Tsirkin1-2/+7
2013-07-09net: mv643xx_eth: do not use port number as platform device idJonas Gorski1-2/+11
2013-07-09virtio_net: fix race in RX VQ processingMichael S. Tsirkin1-2/+3
2013-07-09virtio: support unlocked queue pollMichael S. Tsirkin1-12/+44
2013-07-09net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bitJongsung Kim1-1/+1
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-84/+90
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-21/+19
2013-07-09scsi_debug: fix do_device_access() with wrap around rangeAkinobu Mita1-11/+37
2013-07-09crypto: talitos: use sg_pcopy_to_buffer()Akinobu Mita1-59/+1