summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-103-7/+6
|\
| * virtio-net: fix the race between channels setting and refillJason Wang2013-07-041-4/+1
| * virtio_balloon: leak_balloon(): only tell host if we got pages deflatedLuiz Capitulino2013-07-021-1/+2
| * virtio-pci: fix leaks of msix_affinity_masksAndrew Vagin2013-07-021-2/+3
| * Fix comment typo "CONFIG_PAE"Paul Bolle2013-07-021-1/+1
* | Merge tag 'vfio-v3.11' of git://github.com/awilliam/linux-vfioLinus Torvalds2013-07-102-225/+415
|\ \
| * | vfio/type1: Fix leak on error pathAlex Williamson2013-07-011-5/+8
| * | vfio: Limit group opensAlex Williamson2013-06-251-0/+14
| * | vfio/type1: Fix missed frees and zero sized removesAlex Williamson2013-06-251-35/+42
| * | vfio: Provide module option to disable vfio_iommu_type1 hugepage supportAlex Williamson2013-06-211-0/+11
| * | vfio: hugepage support for vfio_iommu_type1Alex Williamson2013-06-211-185/+338
| * | vfio: Convert type1 iommu to use rbtreeAlex Williamson2013-06-211-94/+96
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2013-07-107-259/+349
|\ \ \
| * | | vhost/test: update test after vhost cleanupsMichael S. Tsirkin2013-07-071-11/+20
| * | | vhost: Make local function staticAsias He2013-07-072-3/+3
| * | | vhost: Make vhost a separate moduleAsias He2013-07-076-4/+63
| * | | vhost-scsi: Rename struct tcm_vhost_cmd *tv_cmd to *cmdAsias He2013-07-071-71/+71
| * | | vhost-scsi: Rename struct tcm_vhost_tpg *tv_tpg to *tpgAsias He2013-07-071-61/+61
| * | | vhost-scsi: Make func indention more consistentAsias He2013-07-071-66/+88
| * | | vhost-scsi: Rename struct vhost_scsi *s to *vsAsias He2013-07-071-28/+28
| * | | vhost-scsi: Remove unnecessary forward struct vhost_scsi declarationAsias He2013-07-071-1/+0
| * | | 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-1011-90/+2136
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'x86/vt-d', 'arm/omap', 'core', 'x86/amd' and 'arm/smmu' into ...Joerg Roedel2013-06-2583-449/+2629
| |\ \ \ \ \ \ \
| | | | | * | | | iommu/arm: Add support for ARM Ltd. System MMU architectureWill Deacon2013-06-253-0/+1983
| | | | * | | | | 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/+10
| | | * | | | | 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/+7
| | * | | | | 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/+1
| |/ / / /
* | | | | 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-1063-780/+1726
|\ \ \ \ \
| * | | | | mmc: bcm281xx SDHCI driverChristian Daudt2013-07-053-0/+360
| * | | | | 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-051-0/+17
| * | | | | 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/+0
| * | | | | mmc: sdhci: fix ctrl_2 on super-speed selectionGiuseppe CAVALLARO2013-07-051-4/+3
| * | | | | mmc: dw_mmc-pltfm: add Rockchip variantHeiko Stübner2013-07-051-1/+20
| * | | | | 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