aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/pvcalls-back.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2023-05-24xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()Gravatar Dan Carpenter 1-5/+4
2023-05-08xen/pvcalls: Use alloc_ordered_workqueue() to create ordered workqueuesGravatar Tejun Heo 1-2/+2
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+5
2023-02-13xen/pvcalls-back: fix permanently masked event channelGravatar Volodymyr Babchuk 1-1/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2023-01-23net/sock: Introduce trace_sk_data_ready()Gravatar Peilin Ye 1-0/+5
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+1
2022-12-15xen: make remove callback of xen driver void returnedGravatar Dawei Li 1-2/+1
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-4/+4
2022-11-25[xen] fix "direction" argument of iov_iter_kvec()Gravatar Al Viro 1-4/+4
2021-11-02xen/pvcalls-back: Remove redundant 'flush_workqueue()' callsGravatar Christophe JAILLET 1-1/+0
2021-02-11xen/events: link interdomain events to associated xenbus deviceGravatar Juergen Gross 1-2/+2
2020-10-20xen/pvcallsback: use lateeoi irq bindingGravatar Juergen Gross 1-30/+46
2020-05-21xen/pvcalls: Make pvcalls_back_global staticGravatar YueHaibing 1-1/+1
2020-05-21xen/pvcalls-back: test for errors when calling backend_connect()Gravatar Juergen Gross 1-1/+2
2020-04-07xen: Use evtchn_type_t as a type for event channelsGravatar Yan Yankovskyi 1-2/+3
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headGravatar Eric Dumazet 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-10/+1
2019-01-04xen/pvcalls: remove set but not used variable 'intf'Gravatar YueHaibing 1-2/+0
2019-01-02pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readGravatar Stefano Stabellini 1-3/+4
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-4/+4
2018-02-26xen/pvcalls: fix null pointer dereference on map->sockGravatar Colin Ian King 1-1/+1
2018-02-06pvcalls-back: do not return error on inet_accept EAGAINGravatar Stefano Stabellini 1-1/+1
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-12/+4
2017-11-15xen/pvcalls: Add MODULE_LICENSE()Gravatar Boris Ostrovsky 1-0/+4
2017-10-11xen: don't open-code iov_iter_kvec()Gravatar Al Viro 1-12/+4
2017-08-31xen/pvcalls: use WARN_ON(1) instead of __WARN()Gravatar Arnd Bergmann 1-5/+5
2017-08-31xen/pvcalls: implement writeGravatar Stefano Stabellini 1-0/+71
2017-08-31xen/pvcalls: implement readGravatar Stefano Stabellini 1-0/+85
2017-08-31xen/pvcalls: implement the ioworker functionsGravatar Stefano Stabellini 1-0/+26
2017-08-31xen/pvcalls: disconnect and module_exitGravatar Stefano Stabellini 1-0/+53
2017-08-31xen/pvcalls: implement release commandGravatar Stefano Stabellini 1-0/+68
2017-08-31xen/pvcalls: implement poll commandGravatar Stefano Stabellini 1-1/+74
2017-08-31xen/pvcalls: implement accept commandGravatar Stefano Stabellini 1-0/+113
2017-08-31xen/pvcalls: implement listen commandGravatar Stefano Stabellini 1-0/+21
2017-08-31xen/pvcalls: implement bind commandGravatar Stefano Stabellini 1-0/+79
2017-08-31xen/pvcalls: implement connect commandGravatar Stefano Stabellini 1-0/+179
2017-08-31xen/pvcalls: implement socket commandGravatar Stefano Stabellini 1-0/+27
2017-08-31xen/pvcalls: handle commands from the frontendGravatar Stefano Stabellini 1-0/+125
2017-08-31xen/pvcalls: connect to a frontendGravatar Stefano Stabellini 1-0/+82
2017-08-31xen/pvcalls: xenbus state handlingGravatar Stefano Stabellini 1-0/+155
2017-08-31xen/pvcalls: initialize the module and register the xenbus backendGravatar Stefano Stabellini 1-0/+22
2017-08-31xen/pvcalls: introduce the pvcalls xenbus backendGravatar Stefano Stabellini 1-0/+61