Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xen/pvcalls: use WARN_ON(1) instead of __WARN() | Arnd Bergmann | 2017-08-31 | 1 | -5/+5 |
* | xen/pvcalls: implement write | Stefano Stabellini | 2017-08-31 | 1 | -0/+71 |
* | xen/pvcalls: implement read | Stefano Stabellini | 2017-08-31 | 1 | -0/+85 |
* | xen/pvcalls: implement the ioworker functions | Stefano Stabellini | 2017-08-31 | 1 | -0/+26 |
* | xen/pvcalls: disconnect and module_exit | Stefano Stabellini | 2017-08-31 | 1 | -0/+53 |
* | xen/pvcalls: implement release command | Stefano Stabellini | 2017-08-31 | 1 | -0/+68 |
* | xen/pvcalls: implement poll command | Stefano Stabellini | 2017-08-31 | 1 | -1/+74 |
* | xen/pvcalls: implement accept command | Stefano Stabellini | 2017-08-31 | 1 | -0/+113 |
* | xen/pvcalls: implement listen command | Stefano Stabellini | 2017-08-31 | 1 | -0/+21 |
* | xen/pvcalls: implement bind command | Stefano Stabellini | 2017-08-31 | 1 | -0/+79 |
* | xen/pvcalls: implement connect command | Stefano Stabellini | 2017-08-31 | 1 | -0/+179 |
* | xen/pvcalls: implement socket command | Stefano Stabellini | 2017-08-31 | 1 | -0/+27 |
* | xen/pvcalls: handle commands from the frontend | Stefano Stabellini | 2017-08-31 | 1 | -0/+125 |
* | xen/pvcalls: connect to a frontend | Stefano Stabellini | 2017-08-31 | 1 | -0/+82 |
* | xen/pvcalls: xenbus state handling | Stefano Stabellini | 2017-08-31 | 1 | -0/+155 |
* | xen/pvcalls: initialize the module and register the xenbus backend | Stefano Stabellini | 2017-08-31 | 1 | -0/+22 |
* | xen/pvcalls: introduce the pvcalls xenbus backend | Stefano Stabellini | 2017-08-31 | 1 | -0/+61 |