summaryrefslogtreecommitdiff
path: root/drivers/xen/pvcalls-front.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-02xen/pvcalls: use GFP_ATOMIC under spin lockWei Yongjun
2017-12-06xen/pvcalls: Fix a check in pvcalls_front_remove()Dan Carpenter
2017-12-06xen/pvcalls: check for xenbus_read() errorsDan Carpenter
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-15xen/pvcalls: fix potential endless loop in pvcalls-front.cStefano Stabellini
2017-11-15xen/pvcalls: Add MODULE_LICENSE()Boris Ostrovsky
2017-11-03xen/pvcalls: remove redundant check for irq >= 0Colin Ian King
2017-11-03xen/pvcalls: fix unsigned less than zero error checkColin Ian King
2017-11-03xen/pvcalls-front: mark expected switch fall-throughGustavo A. R. Silva
2017-10-31xen/pvcalls: implement release commandStefano Stabellini
2017-10-31xen/pvcalls: implement poll commandStefano Stabellini
2017-10-31xen/pvcalls: implement recvmsgStefano Stabellini
2017-10-31xen/pvcalls: implement sendmsgStefano Stabellini
2017-10-31xen/pvcalls: implement accept commandStefano Stabellini
2017-10-31xen/pvcalls: implement listen commandStefano Stabellini
2017-10-31xen/pvcalls: implement bind commandStefano Stabellini
2017-10-31xen/pvcalls: implement connect commandStefano Stabellini
2017-10-31xen/pvcalls: implement socket command and handle eventsStefano Stabellini
2017-10-31xen/pvcalls: connect to the backendStefano Stabellini
2017-10-31xen/pvcalls: implement frontend disconnectStefano Stabellini
2017-10-31xen/pvcalls: introduce the pvcalls xenbus frontendStefano Stabellini