summaryrefslogtreecommitdiff
path: root/drivers/xen/pvcalls-front.c
AgeCommit message (Expand)Author
2019-06-22xen/pvcalls: Remove set but not used variableYueHaibing
2019-02-27pvcalls-front: fix potential null dereferenceWen Yang
2019-02-27pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlockWen Yang
2019-02-27pvcalls-front: properly allocate skStefano Stabellini
2019-02-27pvcalls-front: don't try to free unallocated ringsStefano Stabellini
2019-02-27pvcalls-front: read all data before closing the connectionStefano Stabellini
2018-12-17pvcalls-front: fixes incorrect error handlingPan Bian
2018-03-01pvcalls-front: 64-bit align flagsStefano Stabellini
2018-02-17pvcalls-front: wait for other operations to return when release passive socketsStefano Stabellini
2018-02-17pvcalls-front: introduce a per sock_mapping refcountStefano Stabellini
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