summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | vhost: Simplify dev->vqs[i] accessAsias He2013-07-071-17/+18
| * | | | | | | | | | vhost-net: fix use-after-free in vhost_net_flushMichael S. Tsirkin2013-07-071-2/+7
* | | | | | | | | | | Merge tag 'iommu-updates-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-1013-90/+2212
|\ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ \ \ Merge branches 'x86/vt-d', 'arm/omap', 'core', 'x86/amd' and 'arm/smmu' into ...Joerg Roedel2013-06-25172-832/+3480
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | MAINTAINERS: add entry for ARM system MMU driverWill Deacon2013-06-251-0/+6
| | | | | * | | | | | | | | | | iommu/arm: Add support for ARM Ltd. System MMU architectureWill Deacon2013-06-253-0/+1983
| | | | | * | | | | | | | | | | documentation/iommu: Add description of ARM System MMU bindingWill Deacon2013-06-251-0/+70
| | | | * | | | | | | | | | | | iommu/amd: Only unmap large pages from the first pteAlex Williamson2013-06-231-1/+5
| | | | * | | | | | | | | | | | iommu/amd: Fix memory leak in free_pagetableJoerg Roedel2013-06-201-24/+49
| | | | | |_|/ / / / / / / / / | | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | | iommu: Use %pa and %zx instead of castingJoe Perches2013-06-241-13/+10Star
| | | * | | | | | | | | | | | iommu: Fix compiler warning on pr_debugAlex Williamson2013-06-231-1/+1
| | | * | | | | | | | | | | | iommu: Split iommu_unmapsAlex Williamson2013-06-201-28/+35
| | | |/ / / / / / / / / / /
| | * | | | | | | | | | | | iommu/omap: fix checkpatch warnings in omap iommu codeSuman Anna2013-06-203-8/+7Star
| | * | | | | | | | | | | | iommu/omap: fix printk formats for dma_addr_tSuman Anna2013-06-201-2/+4
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | iommu/{vt-d,amd}: Remove multifunction assumption around groupingAlex Williamson2013-06-202-12/+38
| * | | | | | | | | | | | iommu/vt-d: DMAR reporting table needs at least one DRHDLi, Zhen-Hua2013-06-201-0/+4
| * | | | | | | | | | | | iommu/vt-d: Downgrade the warning if enabling irq remapping failsAndy Lutomirski2013-06-201-2/+1Star
| |/ / / / / / / / / / /
* | | | | | | | / / / / drm: avoid warning in drm_load_edid_firmware()Linus Torvalds2013-07-101-3/+3
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-1073-790/+1807
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | mmc: bcm281xx SDHCI driverChristian Daudt2013-07-054-0/+367
| * | | | | | | | | | | mmc: sdhci: add card_event callback to sdhciChristian Daudt2013-07-052-0/+5
| * | | | | | | | | | | mmc: core: Fixup Oops for SDIO shutdownUlf Hansson2013-07-051-1/+2
| * | | | | | | | | | | mmc: sdhci-pci: add another device idAdrian Hunter2013-07-051-0/+9
| * | | | | | | | | | | mmc: esdhc: Fix bug when writing to SDHCI_HOST_CONTROL registerOded Gabbay2013-07-052-0/+19
| * | | | | | | | | | | mmc: esdhc: Add support for 8-bit bus width and non-removable cardOded Gabbay2013-07-052-1/+50
| * | | | | | | | | | | mmc: core: production year for eMMC 4.41 and laterRomain Izard2013-07-051-0/+4
| * | | | | | | | | | | mmc: omap: remove unnecessary #if 0'sLuciano Coelho2013-07-051-16/+0Star
| * | | | | | | | | | | mmc: sdhci: fix ctrl_2 on super-speed selectionGiuseppe CAVALLARO2013-07-051-4/+3Star
| * | | | | | | | | | | mmc: dw_mmc-pltfm: add Rockchip variantHeiko Stübner2013-07-052-1/+43
| * | | | | | | | | | | mmc: dw_mmc-pltfm: move probe and remove below dt match tableHeiko Stübner2013-07-051-14/+14
| * | | | | | | | | | | mmc: dw_mmc-pltfm: remove static from dw_mci_pltfm_removeHeiko Stübner2013-07-051-1/+1
| * | | | | | | | | | | mmc: sdhci-acpi: add support for eMMC hardware reset for HID 80860F14Adrian Hunter2013-07-051-1/+27
| * | | | | | | | | | | mmc: sdhci-pci: add support for eMMC hardware reset for BYT eMMC.Adrian Hunter2013-07-051-2/+30
| * | | | | | | | | | | mmc: dw_mmc: Add support DW SD/MMC driver on SOCFPGADinh Nguyen2013-06-275-2/+150
| * | | | | | | | | | | mmc: sdhci: fix caps2 for HS200Giuseppe CAVALLARO2013-06-272-6/+10
| * | | | | | | | | | | sdhci-pxav3: Fix runtime PM initializationDaniel Drake2013-06-271-4/+3Star
| * | | | | | | | | | | mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLEUlf Hansson2013-06-272-0/+3
| * | | | | | | | | | | mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLEUlf Hansson2013-06-272-2/+2
| * | | | | | | | | | | mmc: core: Enable power_off_notify for eMMC shutdown sequenceUlf Hansson2013-06-271-5/+4Star
| * | | | | | | | | | | mmc: core: Add shutdown callback for (e)MMC bus_opsUlf Hansson2013-06-271-0/+10
| * | | | | | | | | | | mmc: core: Handle both poweroff notification types for eMMCUlf Hansson2013-06-271-5/+12
| * | | | | | | | | | | mmc: core: Add shutdown callback for SD bus_opsUlf Hansson2013-06-271-0/+2
| * | | | | | | | | | | mmc: core: Extend shutdown sequence to handle bus operationsUlf Hansson2013-06-272-0/+10
| * | | | | | | | | | | mmc: core: Handle card shutdown from mmc_busUlf Hansson2013-06-274-2/+28
| * | | | | | | | | | | mmc: core: Initiate suspend|resume from mmc bus instead of mmc hostUlf Hansson2013-06-272-26/+19Star
| * | | | | | | | | | | mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson2013-06-274-28/+32
| * | | | | | | | | | | mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPAREUlf Hansson2013-06-273-21/+32
| * | | | | | | | | | | mmc: core: Remove unnecessary check for the remove callbackUlf Hansson2013-06-271-8/+3Star
| * | | | | | | | | | | mmc: jz4740: Use managed resourcesLars-Peter Clausen2013-06-271-31/+6Star
| * | | | | | | | | | | mmc: jz4740: Use slot-gpio helpersLars-Peter Clausen2013-06-271-90/+23Star