summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-31xen/pvcalls: use WARN_ON(1) instead of __WARN()Arnd Bergmann1-5/+5
2017-08-31xen: remove not used trace functionsJuergen Gross1-20/+0
2017-08-31xen: remove unused function xen_set_domain_pte()Juergen Gross3-40/+0
2017-08-31xen: remove tests for pvh mode in pure pv pathsJuergen Gross3-31/+2
2017-08-31xen-platform: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-31xen: cleanup xen.hJuergen Gross1-11/+9
2017-08-31xen: introduce a Kconfig option to enable the pvcalls backendStefano Stabellini2-0/+13
2017-08-31xen/pvcalls: implement writeStefano Stabellini1-0/+71
2017-08-31xen/pvcalls: implement readStefano Stabellini1-0/+85
2017-08-31xen/pvcalls: implement the ioworker functionsStefano Stabellini1-0/+26
2017-08-31xen/pvcalls: disconnect and module_exitStefano Stabellini1-0/+53
2017-08-31xen/pvcalls: implement release commandStefano Stabellini1-0/+68
2017-08-31xen/pvcalls: implement poll commandStefano Stabellini1-1/+74
2017-08-31xen/pvcalls: implement accept commandStefano Stabellini1-0/+113
2017-08-31xen/pvcalls: implement listen commandStefano Stabellini1-0/+21
2017-08-31xen/pvcalls: implement bind commandStefano Stabellini1-0/+79
2017-08-31xen/pvcalls: implement connect commandStefano Stabellini1-0/+179
2017-08-31xen/pvcalls: implement socket commandStefano Stabellini1-0/+27
2017-08-31xen/pvcalls: handle commands from the frontendStefano Stabellini1-0/+125
2017-08-31xen/pvcalls: connect to a frontendStefano Stabellini1-0/+82
2017-08-31xen/pvcalls: xenbus state handlingStefano Stabellini1-0/+155
2017-08-31xen/pvcalls: initialize the module and register the xenbus backendStefano Stabellini1-0/+22