aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/xenbus
AgeCommit message (Expand)AuthorFilesLines
2020-04-07xen: Use evtchn_type_t as a type for event channelsGravatar Yan Yankovskyi 1-3/+3
2020-03-30xen/xenbus: remove unused xenbus_map_ring()Gravatar Juergen Gross 1-84/+42
2020-03-05xen/xenbus: fix lockingGravatar Juergen Gross 2-7/+8
2020-03-05xenbus: req->err should be updated before req->stateGravatar Dongli Zhang 1-0/+2
2020-03-05xenbus: req->body should be updated before req->stateGravatar Dongli Zhang 2-3/+8
2020-01-29xenbus/backend: Protect xenbus callback with lockGravatar SeongJae Park 2-3/+15
2020-01-29xenbus/backend: Add memory pressure handler callbackGravatar SeongJae Park 1-0/+32
2019-12-20xenbus: limit when state is forced to closedGravatar Paul Durrant 1-2/+10
2019-12-20xenbus: move xenbus_dev_shutdown() into frontend code...Gravatar Paul Durrant 4-27/+23
2019-12-04xen/xenbus: reference count registered modulesGravatar Paul Durrant 1-1/+12
2019-10-02xen/xenbus: fix self-deadlock after killing user processGravatar Juergen Gross 1-2/+18
2019-05-31Merge tag 'for-linus-5.2b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-2/+26
2019-05-28xenbus: Avoid deadlock during suspend due to open transactionsGravatar Ross Lagerwall 3-2/+26
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-25xenbus: drop useless LIST_HEAD in xenbus_write_watch() and xenbus_file_write()Gravatar Mao Wenan 1-2/+0
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Gravatar Kirill Smelkov 1-3/+1
2018-10-26xen: drop writing error messages to xenstoreGravatar Juergen Gross 1-4/+2
2018-08-28xen: export device state to sysfsGravatar Joe Jin 1-0/+9
2018-05-17xen/store: do not store local values in xen_start_infoGravatar Roger Pau Monne 1-3/+2
2018-04-17xen: xenbus_dev_frontend: Really return response stringGravatar Simon Gaiser 1-1/+2
2018-03-21xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_ENDGravatar Simon Gaiser 1-3/+11
2018-03-21xen: xenbus: Catch closing of non existent transactionsGravatar Simon Gaiser 1-1/+3
2018-03-21xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handlingGravatar Simon Gaiser 1-1/+1
2018-03-08xen: xenbus: use put_device() instead of kfree()Gravatar Arvind Yadav 1-1/+4
2018-02-17xenbus: track caller request idGravatar Joao Martins 3-0/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+2
2017-11-03xen: xenbus_probe_frontend: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-09-18xen: don't compile pv-specific parts if XEN_PV isn't configuredGravatar Juergen Gross 1-63/+67
2017-08-11xen: avoid deadlock in xenbusGravatar Juergen Gross 1-1/+2
2017-06-25xen: avoid deadlock in xenbus driverGravatar Juergen Gross 1-11/+10
2017-04-04xenbus: remove transaction holder from list before freeingGravatar Jan Beulich 1-1/+3
2017-02-27xenbus: Remove duplicate inclusion of linux/init.hGravatar Masanari Iida 1-1/+0
2017-02-09xen: optimize xenbus driver for multiple concurrent xenstore accessesGravatar Juergen Gross 4-391/+672
2017-02-09xen: modify xenstore watch event interfaceGravatar Juergen Gross 7-51/+42
2017-02-09xen: clean up xenbus internal headersGravatar Juergen Gross 10-91/+45
2017-02-08xenbus: Neaten xenbus_va_dev_errorGravatar Joe Perches 1-29/+10
2016-12-23xen: remove stale xs_input_avail() from headerGravatar Juergen Gross 1-1/+0
2016-12-23xen: return xenstore command failures via response instead of rcGravatar Juergen Gross 1-20/+27
2016-12-23xen: xenbus driver must not accept invalid transaction idsGravatar Juergen Gross 1-1/+1
2016-12-12xenbus: fix deadlock on writes to /proc/xen/xenbusGravatar David Vrabel 1-0/+2
2016-12-08xen: xenbus: set error code on failureGravatar Pan Bian 1-1/+1
2016-11-17xenfs: Use proc_create_mount_point() to create /proc/xenGravatar Seth Forshee 1-1/+1
2016-11-07xen: make use of xenbus_read_unsigned() in xenbusGravatar Juergen Gross 2-11/+4
2016-11-07xen: introduce xenbus_read_unsigned()Gravatar Juergen Gross 1-0/+15
2016-10-24Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-3/+5
2016-10-24xenbus: check return value of xenbus_scanf()Gravatar Jan Beulich 1-1/+3
2016-10-24xenbus: prefer list_for_each()Gravatar Jan Beulich 1-2/+2