summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-07-08drm/radeon: remove stray line in old pm codeAlex Deucher1-1/+0
2013-07-08drm/radeon/dpm: fix display_gap programming on rv7xxAlex Deucher1-2/+2
2013-07-08hwmon: (lm63) Drop redundant safety on cache lifetimeJean Delvare1-3/+2
2013-07-08hwmon: (lm90) Drop redundant safety on cache lifetimeJean Delvare1-2/+2
2013-07-08video: imxfb: Add DT supportMarkus Pargmann2-35/+161
2013-07-08drm/nvc0/gr: fix gpc firmware regressionMaarten Lankhorst2-20/+23
2013-07-08drm/nouveau: fix minor thinko causing bo moves to not be async on keplerBen Skeggs2-1/+3
2013-07-07Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds28-433/+1633
2013-07-07vhost/test: update test after vhost cleanupsMichael S. Tsirkin1-11/+20
2013-07-07vhost: Make local function staticAsias He2-3/+3
2013-07-07vhost: Make vhost a separate moduleAsias He6-4/+63
2013-07-07vhost-scsi: Rename struct tcm_vhost_cmd *tv_cmd to *cmdAsias He1-71/+71
2013-07-07vhost-scsi: Rename struct tcm_vhost_tpg *tv_tpg to *tpgAsias He1-61/+61
2013-07-07vhost-scsi: Make func indention more consistentAsias He1-66/+88
2013-07-07vhost-scsi: Rename struct vhost_scsi *s to *vsAsias He1-28/+28
2013-07-07vhost-scsi: Remove unnecessary forward struct vhost_scsi declarationAsias He1-1/+0
2013-07-07vhost: Simplify dev->vqs[i] accessAsias He1-17/+18
2013-07-07vhost-net: fix use-after-free in vhost_net_flushMichael S. Tsirkin1-2/+7
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-29/+497
2013-07-06Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2013-07-06mode_t whack-a-mole...Al Viro2-7/+7
2013-07-05drm/radeon/dpm: implement force performance level for TNAlex Deucher6-0/+44
2013-07-05drm/radeon/dpm: implement force performance level for ON/LNAlex Deucher3-0/+47
2013-07-05drm/radeon/dpm: implement force performance level for SIAlex Deucher3-9/+36
2013-07-05drm/radeon/dpm: implement force performance level for caymanAlex Deucher3-7/+34
2013-07-05drm/radeon/dpm: implement force performance levels for 7xx/eg/btcAlex Deucher7-12/+37
2013-07-05drm/radeon/dpm: add infrastructure to force performance levelsAlex Deucher2-0/+62
2013-07-05drm/radeon: fix surface setup on r1xxAlex Deucher1-7/+4
2013-07-05drm/radeon: add support for 3d perf states on older asicsAlex Deucher2-3/+15
2013-07-05drm/radeon: set default clocks for SI when DPM is disabledAlex Deucher3-8/+12
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds23-53/+1107
2013-07-05Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2-20/+43
2013-07-05mmc: bcm281xx SDHCI driverChristian Daudt3-0/+360
2013-07-05mmc: sdhci: add card_event callback to sdhciChristian Daudt2-0/+5
2013-07-05mmc: core: Fixup Oops for SDIO shutdownUlf Hansson1-1/+2
2013-07-05mmc: sdhci-pci: add another device idAdrian Hunter1-0/+9
2013-07-05mmc: esdhc: Fix bug when writing to SDHCI_HOST_CONTROL registerOded Gabbay1-0/+17
2013-07-05mmc: esdhc: Add support for 8-bit bus width and non-removable cardOded Gabbay2-1/+50
2013-07-05mmc: core: production year for eMMC 4.41 and laterRomain Izard1-0/+4
2013-07-05mmc: omap: remove unnecessary #if 0'sLuciano Coelho1-16/+0
2013-07-05mmc: sdhci: fix ctrl_2 on super-speed selectionGiuseppe CAVALLARO1-4/+3
2013-07-05mmc: dw_mmc-pltfm: add Rockchip variantHeiko Stübner1-1/+20
2013-07-05mmc: dw_mmc-pltfm: move probe and remove below dt match tableHeiko Stübner1-14/+14
2013-07-05mmc: dw_mmc-pltfm: remove static from dw_mci_pltfm_removeHeiko Stübner1-1/+1
2013-07-05mmc: sdhci-acpi: add support for eMMC hardware reset for HID 80860F14Adrian Hunter1-1/+27
2013-07-05mmc: sdhci-pci: add support for eMMC hardware reset for BYT eMMC.Adrian Hunter1-2/+30
2013-07-05lustre: kill the pointless wrapperAl Viro7-14/+12
2013-07-05helper for reading ->d_countAl Viro1-1/+1
2013-07-05sfc: Fix memory leak when discarding scattered packetsBen Hutchings1-7/+20
2013-07-05DMA: shdma: add DT supportGuennadi Liakhovetski4-13/+128