summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-1032-146/+330
|\
| * s390/virtio: change maintainershipChristian Borntraeger2017-05-091-1/+1
| * tools/virtio: fix spelling mistake: "wakeus" -> "wakeups"Colin Ian King2017-05-091-1/+1
| * virtio_net: tidy a couple debug statementsDan Carpenter2017-05-091-2/+2
| * ptr_ring: support testing different batching sizesMichael S. Tsirkin2017-05-091-0/+3
| * ringtest: support test specific parametersMichael S. Tsirkin2017-05-092-0/+15
| * ptr_ring: batch ring zeroingMichael S. Tsirkin2017-05-091-9/+54
| * virtio: virtio_driver docCornelia Huck2017-05-091-0/+4
| * virtio_net: don't reset twice on XDP on/offMichael S. Tsirkin2017-05-091-1/+0
| * virtio_net: fix support for small ringsMichael S. Tsirkin2017-05-091-4/+26
| * virtio_net: reduce alignment for buffersMichael S. Tsirkin2017-05-091-12/+1
| * virtio_net: rework mergeable buffer handlingMichael S. Tsirkin2017-05-091-46/+43
| * virtio_net: allow specifying context for rxMichael S. Tsirkin2017-05-091-1/+14
| * virtio: allow extra context per descriptorMichael S. Tsirkin2017-05-022-13/+66
| * tools/virtio: fix build breakageSekhar Nori2017-05-023-4/+6
| * virtio: add context flag to find vqsMichael S. Tsirkin2017-05-0212-33/+74
| * virtio: wrap find_vqsMichael S. Tsirkin2017-05-0212-23/+24
| * ringtest: fix an assert statementDan Carpenter2017-05-021-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-1058-635/+5318
|\ \
| * \ Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2017-05-0928-537/+1837
| |\ \
| | * | KVM: arm/arm64: vgic-its: Cleanup after failed ITT restoreChristoffer Dall2017-05-091-13/+22
| | * | KVM: arm/arm64: Don't call map_resources when restoring ITS tablesChristoffer Dall2017-05-091-9/+1
| | * | KVM: arm/arm64: Register ITS iodev when setting base addressChristoffer Dall2017-05-093-43/+10
| | * | KVM: arm/arm64: Get rid of its->initialized fieldMarc Zyngier2017-05-092-7/+1
| | * | KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUsChristoffer Dall2017-05-097-11/+72
| | * | KVM: arm/arm64: Slightly rework kvm_vgic_addrChristoffer Dall2017-05-091-9/+13
| | * | KVM: arm/arm64: Make vgic_v3_check_base more broadly usableChristoffer Dall2017-05-092-4/+16
| | * | KVM: arm/arm64: Refactor vgic_register_redist_iodevsChristoffer Dall2017-05-093-44/+68
| | * | KVM: Add kvm_vcpu_get_idx to get vcpu index in kvm->vcpusChristoffer Dall2017-05-091-0/+11
| | * | KVM: arm/arm64: vgic: Rename kvm_vgic_vcpu_init to kvm_vgic_vcpu_enableChristoffer Dall2017-05-091-6/+2
| | * | KVM: arm/arm64: Clarification and relaxation to ITS save/restore ABIChristoffer Dall2017-05-091-11/+12
| | * | KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLESEric Auger2017-05-085-0/+74
| | * | KVM: arm64: vgic-its: Fix pending table syncEric Auger2017-05-081-12/+12
| | * | KVM: arm64: vgic-its: ITT save and restoreEric Auger2017-05-082-3/+117
| | * | KVM: arm64: vgic-its: Device table save/restoreEric Auger2017-05-082-5/+199
| | * | KVM: arm64: vgic-its: vgic_its_check_id returns the entry's GPAEric Auger2017-05-081-3/+8
| | * | KVM: arm64: vgic-its: Collection table save/restoreEric Auger2017-05-082-2/+107
| | * | KVM: arm64: vgic-its: Add infrastructure for table lookupEric Auger2017-05-081-0/+92
| | * | KVM: arm64: vgic-its: vgic_its_alloc_ite/deviceEric Auger2017-05-081-21/+47
| | * | KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLESEric Auger2017-05-083-6/+109
| | * | KVM: arm64: vgic-its: Read config and pending bit in add_lpi()Eric Auger2017-05-081-11/+24
| | * | KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_statusEric Auger2017-05-084-4/+49
| | * | KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS rangeEric Auger2017-05-081-5/+20
| | * | KVM: arm64: vgic-its: Interpret MAPD ITT_addr fieldEric Auger2017-05-081-0/+4
| | * | KVM: arm64: vgic-its: Interpret MAPD Size field and check related errorsEric Auger2017-05-082-1/+16
| | * | KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidrEric Auger2017-05-082-3/+25
| | * | KVM: arm64: vgic-its: Introduce migration ABI infrastructureEric Auger2017-05-083-4/+97
| | * | KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadrEric Auger2017-05-081-2/+40
| | * | KVM: arm64: vgic-its: Implement vgic_its_has_attr_regs and attr_regs_accessEric Auger2017-05-082-4/+84
| | * | KVM: arm/arm64: vgic: expose (un)lock_all_vcpusEric Auger2017-05-082-2/+5