summaryrefslogtreecommitdiffstats
path: root/drivers/xen/pvcalls-back.c
Commit message (Expand)AuthorAgeFilesLines
* xen/events: link interdomain events to associated xenbus deviceJuergen Gross2021-02-111-2/+2
* xen/pvcallsback: use lateeoi irq bindingJuergen Gross2020-10-201-30/+46
* xen/pvcalls: Make pvcalls_back_global staticYueHaibing2020-05-211-1/+1
* xen/pvcalls-back: test for errors when calling backend_connect()Juergen Gross2020-05-211-1/+2
* xen: Use evtchn_type_t as a type for event channelsYan Yankovskyi2020-04-071-2/+3
* net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2019-10-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* xen/pvcalls: remove set but not used variable 'intf'YueHaibing2019-01-041-2/+0
* pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readStefano Stabellini2019-01-021-3/+4
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-4/+4
* xen/pvcalls: fix null pointer dereference on map->sockColin Ian King2018-02-261-1/+1
* pvcalls-back: do not return error on inet_accept EAGAINStefano Stabellini2018-02-061-1/+1
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-171-12/+4
|\
| * xen: don't open-code iov_iter_kvec()Al Viro2017-10-111-12/+4
* | xen/pvcalls: Add MODULE_LICENSE()Boris Ostrovsky2017-11-151-0/+4
|/
* 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