summaryrefslogtreecommitdiff
path: root/drivers/xen/pvcalls-front.c
AgeCommit message (Expand)Author
2023-04-24xen/pvcalls: don't call bind_evtchn_to_irqhandler() under lockJuergen Gross
2023-01-09xen/pvcalls: free active map buffer on pvcalls_front_free_mapOleksii Moisieiev
2022-12-15xen: make remove callback of xen driver void returnedDawei Li
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross
2022-03-07xen/pvcalls: use alloc/free_pages_exact()Juergen Gross
2021-11-23xen: flag pvcalls-front to be not essential for system bootJuergen Gross
2020-10-04xen: remove redundant initialization of variable retJing Xiangfeng
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-07xen: Use evtchn_type_t as a type for event channelsYan Yankovskyi
2019-05-31Merge tag 'for-linus-5.2b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-28xen/pvcalls: Remove set but not used variableYueHaibing
2019-01-15pvcalls-front: fix potential null dereferenceWen Yang
2019-01-10pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlockWen Yang
2019-01-02pvcalls-front: don't return error when the ring is fullStefano Stabellini
2019-01-02pvcalls-front: properly allocate skStefano Stabellini
2019-01-02pvcalls-front: don't try to free unallocated ringsStefano Stabellini
2019-01-02pvcalls-front: read all data before closing the connectionStefano Stabellini
2018-11-29pvcalls-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