summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-1010-20/+39
|\
| * MAINTAINERS: add tools/virtio/ under virtioMichael S. Tsirkin2013-07-091-0/+1
| * tools/virtio: move module license stub to module.hMichael S. Tsirkin2013-07-092-3/+5
| * virtio: include asm/barrier explicitlyMichael S. Tsirkin2013-07-091-0/+1
| * virtio: VIRTIO_F_ANY_LAYOUT featureRusty Russell2013-07-091-0/+3
| * lguest: fix example launcher compilation for broken glibc headers.Rusty Russell2013-07-042-9/+9
| * virtio-net: fix the race between channels setting and refillJason Wang2013-07-041-4/+1
| * tools/lguest: real barriers.Rusty Russell2013-07-021-2/+2
| * tools/lguest: fix missing rmb().Rusty Russell2013-07-021-0/+13
| * 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-104-230/+424
|\ \
| * | 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: fix documentationAlexey Kardashevskiy2013-06-211-3/+3
| * | 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-212-187/+344
| * | 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-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/+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-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