summaryrefslogtreecommitdiffstats
path: root/drivers/xen/pvcalls-back.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-271-2/+2
|\
| * xen/pvcalls: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-081-2/+2
* | xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()Dan Carpenter2023-05-241-5/+4
|/
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-1/+1
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+5
|\ \
| * | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+5
| |/
* / xen/pvcalls-back: fix permanently masked event channelVolodymyr Babchuk2023-02-131-1/+2
|/
* Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-01-121-2/+1
|\
| * xen: make remove callback of xen driver void returnedDawei Li2022-12-151-2/+1
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-4/+4
* | [xen] fix "direction" argument of iov_iter_kvec()Al Viro2022-11-251-4/+4
|/
* xen/pvcalls-back: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-11-021-1/+0
* xen/events: link interdomain events to associated xenbus deviceJuergen Gross2021-02-111-2/+2
* xen/pvcallsback: use lateeoi irq bindingJuergen Gross2020-10-201-30/+46
* xen/pvcalls: Make pvcalls_back_global staticYueHaibing2020-05-211-1/+1
* xen/pvcalls-back: test for errors when calling backend_connect()Juergen Gross2020-05-211-1/+2
* xen: Use evtchn_type_t as a type for event channelsYan Yankovskyi2020-04-071-2/+3
* net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2019-10-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* xen/pvcalls: remove set but not used variable 'intf'YueHaibing2019-01-041-2/+0
* pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readStefano Stabellini2019-01-021-3/+4
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-4/+4
* xen/pvcalls: fix null pointer dereference on map->sockColin Ian King2018-02-261-1/+1
* pvcalls-back: do not return error on inet_accept EAGAINStefano Stabellini2018-02-061-1/+1
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-171-12/+4
|\
| * xen: don't open-code iov_iter_kvec()Al Viro2017-10-111-12/+4
* | xen/pvcalls: Add MODULE_LICENSE()Boris Ostrovsky2017-11-151-0/+4
|/
* xen/pvcalls: use WARN_ON(1) instead of __WARN()Arnd Bergmann2017-08-311-5/+5
* xen/pvcalls: implement writeStefano Stabellini2017-08-311-0/+71
* xen/pvcalls: implement readStefano Stabellini2017-08-311-0/+85
* xen/pvcalls: implement the ioworker functionsStefano Stabellini2017-08-311-0/+26
* xen/pvcalls: disconnect and module_exitStefano Stabellini2017-08-311-0/+53
* xen/pvcalls: implement release commandStefano Stabellini2017-08-311-0/+68
* xen/pvcalls: implement poll commandStefano Stabellini2017-08-311-1/+74
* xen/pvcalls: implement accept commandStefano Stabellini2017-08-311-0/+113
* xen/pvcalls: implement listen commandStefano Stabellini2017-08-311-0/+21
* xen/pvcalls: implement bind commandStefano Stabellini2017-08-311-0/+79
* xen/pvcalls: implement connect commandStefano Stabellini2017-08-311-0/+179
* xen/pvcalls: implement socket commandStefano Stabellini2017-08-311-0/+27
* xen/pvcalls: handle commands from the frontendStefano Stabellini2017-08-311-0/+125
* xen/pvcalls: connect to a frontendStefano Stabellini2017-08-311-0/+82
* xen/pvcalls: xenbus state handlingStefano Stabellini2017-08-311-0/+155
* xen/pvcalls: initialize the module and register the xenbus backendStefano Stabellini2017-08-311-0/+22
* xen/pvcalls: introduce the pvcalls xenbus backendStefano Stabellini2017-08-311-0/+61