aboutsummaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-08xen/privcmd: remove unused variable pageidxColin Ian King1-3/+0
2017-11-06xen: select grant interface versionJuergen Gross1-2/+33
2017-11-06xen: update arch/x86/include/asm/xen/cpuid.hJuergen Gross1-10/+32
2017-11-06xen: add grant interface version dependent constants to gnttab_opsJuergen Gross1-30/+43
2017-11-06xen: limit grant v2 interface to the v1 functionalityJuergen Gross2-175/+0
2017-11-06xen: re-introduce support for grant v2 interfaceJuergen Gross4-13/+398
2017-11-03xen: support priv-mapping in an HVM tools domainPaul Durrant2-2/+36
2017-11-03xen/pvcalls: remove redundant check for irq >= 0Colin Ian King1-3/+1
2017-11-03xen/pvcalls: fix unsigned less than zero error checkColin Ian King1-4/+3
2017-11-03xen/time: Return -ENODEV from xen_get_wallclock()Boris Ostrovsky1-1/+1
2017-11-03xen/pvcalls-front: mark expected switch fall-throughGustavo A. R. Silva1-1/+2
2017-11-03xen: xenbus_probe_frontend: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-11-02xen/time: do not decrease steal time after live migration on xenDongli Zhang3-7/+73
2017-10-31xen: support 52 bit physical addresses in pv guestsJuergen Gross2-3/+12
2017-10-31xen: introduce a Kconfig option to enable the pvcalls frontendStefano Stabellini2-0/+12
2017-10-31xen/pvcalls: implement release commandStefano Stabellini2-0/+99
2017-10-31xen/pvcalls: implement poll commandStefano Stabellini2-9/+138
2017-10-31xen/pvcalls: implement recvmsgStefano Stabellini2-0/+115
2017-10-31xen/pvcalls: implement sendmsgStefano Stabellini2-0/+124
2017-10-31xen/pvcalls: implement accept commandStefano Stabellini2-0/+148
2017-10-31xen/pvcalls: implement listen commandStefano Stabellini2-0/+58
2017-10-31xen/pvcalls: implement bind commandStefano Stabellini2-0/+69
2017-10-31xen/pvcalls: implement connect commandStefano Stabellini2-0/+160
2017-10-31xen/pvcalls: implement socket command and handle eventsStefano Stabellini2-0/+139
2017-10-31xen/pvcalls: connect to the backendStefano Stabellini1-0/+132
2017-10-31xen/pvcalls: implement frontend disconnectStefano Stabellini1-0/+71