summaryrefslogtreecommitdiffstats
path: root/drivers/xen/pvcalls-back.c
Commit message (Expand)AuthorAgeFilesLines
* xen/pvcalls: use WARN_ON(1) instead of __WARN()Arnd Bergmann2017-08-311-5/+5
* xen/pvcalls: implement writeStefano Stabellini2017-08-311-0/+71
* xen/pvcalls: implement readStefano Stabellini2017-08-311-0/+85
* xen/pvcalls: implement the ioworker functionsStefano Stabellini2017-08-311-0/+26
* xen/pvcalls: disconnect and module_exitStefano Stabellini2017-08-311-0/+53
* xen/pvcalls: implement release commandStefano Stabellini2017-08-311-0/+68
* xen/pvcalls: implement poll commandStefano Stabellini2017-08-311-1/+74
* xen/pvcalls: implement accept commandStefano Stabellini2017-08-311-0/+113
* xen/pvcalls: implement listen commandStefano Stabellini2017-08-311-0/+21
* xen/pvcalls: implement bind commandStefano Stabellini2017-08-311-0/+79
* xen/pvcalls: implement connect commandStefano Stabellini2017-08-311-0/+179
* xen/pvcalls: implement socket commandStefano Stabellini2017-08-311-0/+27
* xen/pvcalls: handle commands from the frontendStefano Stabellini2017-08-311-0/+125
* xen/pvcalls: connect to a frontendStefano Stabellini2017-08-311-0/+82
* xen/pvcalls: xenbus state handlingStefano Stabellini2017-08-311-0/+155
* xen/pvcalls: initialize the module and register the xenbus backendStefano Stabellini2017-08-311-0/+22
* xen/pvcalls: introduce the pvcalls xenbus backendStefano Stabellini2017-08-311-0/+61