aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/pvcalls-front.c
Commit message (Expand)AuthorAge
* Merge tag 'for-linus-5.2b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-31
|\
| * xen/pvcalls: Remove set but not used variableYueHaibing2019-05-28
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-30
|/
* pvcalls-front: fix potential null dereferenceWen Yang2019-01-15
* pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlockWen Yang2019-01-10
* pvcalls-front: don't return error when the ring is fullStefano Stabellini2019-01-02
* pvcalls-front: properly allocate skStefano Stabellini2019-01-02
* pvcalls-front: don't try to free unallocated ringsStefano Stabellini2019-01-02
* pvcalls-front: read all data before closing the connectionStefano Stabellini2019-01-02
* pvcalls-front: fixes incorrect error handlingPan Bian2018-11-29
* pvcalls-front: 64-bit align flagsStefano Stabellini2018-03-01
* pvcalls-front: wait for other operations to return when release passive socketsStefano Stabellini2018-02-17
* pvcalls-front: introduce a per sock_mapping refcountStefano Stabellini2018-02-17
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
* | xen/pvcalls: use GFP_ATOMIC under spin lockWei Yongjun2018-01-02
* | xen/pvcalls: Fix a check in pvcalls_front_remove()Dan Carpenter2017-12-06
* | xen/pvcalls: check for xenbus_read() errorsDan Carpenter2017-12-06
|/
* xen/pvcalls: fix potential endless loop in pvcalls-front.cStefano Stabellini2017-11-15
* xen/pvcalls: Add MODULE_LICENSE()Boris Ostrovsky2017-11-15
* xen/pvcalls: remove redundant check for irq >= 0Colin Ian King2017-11-03
* xen/pvcalls: fix unsigned less than zero error checkColin Ian King2017-11-03
* xen/pvcalls-front: mark expected switch fall-throughGustavo A. R. Silva2017-11-03
* xen/pvcalls: implement release commandStefano Stabellini2017-10-31
* xen/pvcalls: implement poll commandStefano Stabellini2017-10-31
* xen/pvcalls: implement recvmsgStefano Stabellini2017-10-31
* xen/pvcalls: implement sendmsgStefano Stabellini2017-10-31
* xen/pvcalls: implement accept commandStefano Stabellini2017-10-31
* xen/pvcalls: implement listen commandStefano Stabellini2017-10-31
* xen/pvcalls: implement bind commandStefano Stabellini2017-10-31
* xen/pvcalls: implement connect commandStefano Stabellini2017-10-31
* xen/pvcalls: implement socket command and handle eventsStefano Stabellini2017-10-31
* xen/pvcalls: connect to the backendStefano Stabellini2017-10-31
* xen/pvcalls: implement frontend disconnectStefano Stabellini2017-10-31
* xen/pvcalls: introduce the pvcalls xenbus frontendStefano Stabellini2017-10-31