summaryrefslogtreecommitdiffstats
path: root/drivers/xen/pvcalls-front.c
Commit message (Expand)AuthorAgeFilesLines
* pvcalls-front: 64-bit align flagsStefano Stabellini2018-03-011-3/+8
* pvcalls-front: wait for other operations to return when release passive socketsStefano Stabellini2018-02-171-0/+6
* pvcalls-front: introduce a per sock_mapping refcountStefano Stabellini2018-02-171-112/+79
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-7/+7
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-5/+5
|\
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-5/+5
* | xen/pvcalls: use GFP_ATOMIC under spin lockWei Yongjun2018-01-021-1/+1
* | xen/pvcalls: Fix a check in pvcalls_front_remove()Dan Carpenter2017-12-061-1/+1
* | xen/pvcalls: check for xenbus_read() errorsDan Carpenter2017-12-061-0/+2
|/
* xen/pvcalls: fix potential endless loop in pvcalls-front.cStefano Stabellini2017-11-151-6/+5
* xen/pvcalls: Add MODULE_LICENSE()Boris Ostrovsky2017-11-151-0/+4
* xen/pvcalls: remove redundant check for irq >= 0Colin Ian King2017-11-031-3/+1
* xen/pvcalls: fix unsigned less than zero error checkColin Ian King2017-11-031-4/+3
* xen/pvcalls-front: mark expected switch fall-throughGustavo A. R. Silva2017-11-031-1/+2
* xen/pvcalls: implement release commandStefano Stabellini2017-10-311-0/+98
* xen/pvcalls: implement poll commandStefano Stabellini2017-10-311-9/+135
* xen/pvcalls: implement recvmsgStefano Stabellini2017-10-311-0/+111
* xen/pvcalls: implement sendmsgStefano Stabellini2017-10-311-0/+121
* xen/pvcalls: implement accept commandStefano Stabellini2017-10-311-0/+145
* xen/pvcalls: implement listen commandStefano Stabellini2017-10-311-0/+57
* xen/pvcalls: implement bind commandStefano Stabellini2017-10-311-0/+66
* xen/pvcalls: implement connect commandStefano Stabellini2017-10-311-0/+158
* xen/pvcalls: implement socket command and handle eventsStefano Stabellini2017-10-311-0/+131
* xen/pvcalls: connect to the backendStefano Stabellini2017-10-311-0/+132
* xen/pvcalls: implement frontend disconnectStefano Stabellini2017-10-311-0/+71
* xen/pvcalls: introduce the pvcalls xenbus frontendStefano Stabellini2017-10-311-0/+61
OpenPOWER on IntegriCloud