summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-11-167-21/+84
|\
| * fw_cfg: fix the command line module nameMarc-André Lureau2017-11-141-4/+4
| * vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi2017-11-141-0/+2
| * vhost: fix end of range for access_okMichael S. Tsirkin2017-11-141-2/+2
| * vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()Byungchul Park2017-11-141-2/+2
| * virtio_balloon: fix deadlock on OOMMichael S. Tsirkin2017-11-143-13/+74
* | Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-1628-75/+1941
|\ \
| * | xen/pvcalls: fix potential endless loop in pvcalls-front.cStefano Stabellini2017-11-151-6/+5
| * | xen/pvcalls: Add MODULE_LICENSE()Boris Ostrovsky2017-11-152-0/+8
| * | MAINTAINERS: xen, kvm: track pvclock-abi.h changesJoao Martins2017-11-081-0/+2
| * | x86/xen/time: setup vcpu 0 time info pageJoao Martins2017-11-084-1/+137
| * | x86/xen/time: set pvclock flags on xen_time_init()Joao Martins2017-11-081-0/+9
| * | x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins2017-11-085-17/+27
| * | ptp_kvm: probe for kvm guest availabilityJoao Martins2017-11-081-0/+3
| * | xen/privcmd: remove unused variable pageidxColin Ian King2017-11-081-3/+0
| * | xen: select grant interface versionJuergen Gross2017-11-061-2/+33
| * | xen: update arch/x86/include/asm/xen/cpuid.hJuergen Gross2017-11-061-10/+32
| * | xen: add grant interface version dependent constants to gnttab_opsJuergen Gross2017-11-061-30/+43
| * | xen: limit grant v2 interface to the v1 functionalityJuergen Gross2017-11-062-175/+0
| * | xen: re-introduce support for grant v2 interfaceJuergen Gross2017-11-064-13/+398
| * | xen: support priv-mapping in an HVM tools domainPaul Durrant2017-11-032-2/+36
| * | xen/pvcalls: remove redundant check for irq >= 0Colin Ian King2017-11-031-3/+1
| * | xen/pvcalls: fix unsigned less than zero error checkColin Ian King2017-11-031-4/+3
| * | xen/time: Return -ENODEV from xen_get_wallclock()Boris Ostrovsky2017-11-031-1/+1
| * | xen/pvcalls-front: mark expected switch fall-throughGustavo A. R. Silva2017-11-031-1/+2
| * | xen: xenbus_probe_frontend: mark expected switch fall-throughsGustavo A. R. Silva2017-11-031-0/+2
| * | xen/time: do not decrease steal time after live migration on xenDongli Zhang2017-11-023-7/+73
| * | xen: support 52 bit physical addresses in pv guestsJuergen Gross2017-10-312-3/+12
| * | xen: introduce a Kconfig option to enable the pvcalls frontendStefano Stabellini2017-10-312-0/+12
| * | xen/pvcalls: implement release commandStefano Stabellini2017-10-312-0/+99
| * | xen/pvcalls: implement poll commandStefano Stabellini2017-10-312-9/+138
| * | xen/pvcalls: implement recvmsgStefano Stabellini2017-10-312-0/+115
| * | xen/pvcalls: implement sendmsgStefano Stabellini2017-10-312-0/+124
| * | xen/pvcalls: implement accept commandStefano Stabellini2017-10-312-0/+148
| * | xen/pvcalls: implement listen commandStefano Stabellini2017-10-312-0/+58
| * | xen/pvcalls: implement bind commandStefano Stabellini2017-10-312-0/+69
| * | xen/pvcalls: implement connect commandStefano Stabellini2017-10-312-0/+160
| * | xen/pvcalls: implement socket command and handle eventsStefano Stabellini2017-10-312-0/+139
| * | xen/pvcalls: connect to the backendStefano Stabellini2017-10-311-0/+132
| * | xen/pvcalls: implement frontend disconnectStefano Stabellini2017-10-311-0/+71
| * | xen/pvcalls: introduce the pvcalls xenbus frontendStefano Stabellini2017-10-311-0/+61
* | | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-1670-1270/+2264
|\ \ \
| * \ \ Merge tag 'kvm-s390-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2017-11-1620-113/+262
| |\ \ \
| | * | | KVM: s390: provide a capability for AIS state migrationChristian Borntraeger2017-11-094-0/+13
| | * | | KVM: s390: clear_io_irq() requests are not expected for adapter interruptsMichael Mueller2017-11-092-0/+5
| | * | | KVM: s390: abstract conversion between isc and enum irq_typesMichael Mueller2017-11-091-4/+14
| | * | | KVM: s390: vsie: use common code functions for pinningDavid Hildenbrand2017-11-093-34/+21
| | * | | KVM: s390: SIE considerations for AP Queue virtualizationTony Krowiak2017-11-091-4/+21
| | * | | KVM: s390: document memory ordering for kvm_s390_vcpu_wakeupChristian Borntraeger2017-11-091-0/+6
| | * | | Merge branch 'sthyi' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/li...Christian Borntraeger2017-10-0913-71/+182
| | |\ \ \