summaryrefslogtreecommitdiff
path: root/drivers/xen/xenbus
AgeCommit message (Expand)Author
2021-02-23arm/xen: Don't probe xenbus as part of an early initcallJulien Grall
2021-02-03xen: Fix XenStore initialisation for XS_LOCALDavid Woodhouse
2021-01-30xen: Fix event channel callback via INTX/GSIDavid Woodhouse
2020-12-29xenbus/xenbus_backend: Disallow pending watch messagesSeongJae Park
2020-12-29xen/xenbus: Count pending messages for each watchSeongJae Park
2020-12-29xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park
2020-12-29xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park
2020-12-29xen/xenbus: Allow watches discard events before queueingSeongJae Park
2020-09-09xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner
2020-05-02xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant statusJuergen Gross
2020-04-02xenbus: req->err should be updated before req->stateDongli Zhang
2020-04-02xenbus: req->body should be updated before req->stateDongli Zhang
2019-10-11xen/xenbus: fix self-deadlock after killing user processJuergen Gross
2019-06-11fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2018-06-21xen: xenbus_dev_frontend: Really return response stringSimon Gaiser
2018-05-30xen: xenbus: use put_device() instead of kfree()Arvind Yadav
2018-04-19xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handlingSimon Gaiser
2018-02-22xenbus: track caller request idJoao Martins
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-18xen: don't compile pv-specific parts if XEN_PV isn't configuredJuergen Gross
2017-08-11xen: avoid deadlock in xenbusJuergen Gross
2017-06-25xen: avoid deadlock in xenbus driverJuergen Gross
2017-04-04xenbus: remove transaction holder from list before freeingJan Beulich
2017-02-27xenbus: Remove duplicate inclusion of linux/init.hMasanari Iida
2017-02-09xen: optimize xenbus driver for multiple concurrent xenstore accessesJuergen Gross
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross
2017-02-09xen: clean up xenbus internal headersJuergen Gross
2017-02-08xenbus: Neaten xenbus_va_dev_errorJoe Perches
2016-12-23xen: remove stale xs_input_avail() from headerJuergen Gross
2016-12-23xen: return xenstore command failures via response instead of rcJuergen Gross
2016-12-23xen: xenbus driver must not accept invalid transaction idsJuergen Gross
2016-12-12xenbus: fix deadlock on writes to /proc/xen/xenbusDavid Vrabel
2016-12-08xen: xenbus: set error code on failurePan Bian
2016-11-17xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee
2016-11-07xen: make use of xenbus_read_unsigned() in xenbusJuergen Gross
2016-11-07xen: introduce xenbus_read_unsigned()Juergen Gross
2016-10-24Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-24xenbus: check return value of xenbus_scanf()Jan Beulich
2016-10-24xenbus: prefer list_for_each()Jan Beulich
2016-08-24xenbus: don't look up transaction IDs for ordinary writesJan Beulich
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-08xenbus: simplify xenbus_dev_request_and_reply()Jan Beulich
2016-07-08xenbus: don't bail early from xenbus_dev_request_and_reply()Jan Beulich
2016-07-07xenbus: don't BUG() on user mode induced conditionJan Beulich
2016-07-06xen: xenbus: Remove create_workqueueBhaktipriya Shridhar
2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-21drivers/xen: make xenbus_dev_[front/back]end explicitly non-modularPaul Gortmaker
2016-03-21xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker
2016-02-22Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-02-15xen: fix potential integer overflow in queue_replyInsu Yun