summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus/xenbus_dev_frontend.c
Commit message (Expand)AuthorAgeFilesLines
* xenbus: remove transaction holder from list before freeingJan Beulich2017-04-041-1/+3
* xenbus: Remove duplicate inclusion of linux/init.hMasanari Iida2017-02-271-1/+0Star
* xen: optimize xenbus driver for multiple concurrent xenstore accessesJuergen Gross2017-02-091-68/+120
* xen: modify xenstore watch event interfaceJuergen Gross2017-02-091-13/+8Star
* xen: clean up xenbus internal headersJuergen Gross2017-02-091-2/+2
* xen: return xenstore command failures via response instead of rcJuergen Gross2016-12-231-20/+27
* xen: xenbus driver must not accept invalid transaction idsJuergen Gross2016-12-231-1/+1
* xenbus: fix deadlock on writes to /proc/xen/xenbusDavid Vrabel2016-12-121-0/+2
* Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-251-2/+2
|\
| * xenbus: prefer list_for_each()Jan Beulich2016-10-241-2/+2
* | xenbus: don't look up transaction IDs for ordinary writesJan Beulich2016-08-241-1/+1
|/
* xenbus: don't BUG() on user mode induced conditionJan Beulich2016-07-071-6/+8
* Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-221-11/+2Star
|\
| * drivers/xen: make xenbus_dev_[front/back]end explicitly non-modularPaul Gortmaker2016-03-211-11/+2Star
* | xen: fix potential integer overflow in queue_replyInsu Yun2016-02-151-0/+2
|/
* xenbus: Add proper handling of XS_ERROR from Xenbus for transactions.Jennifer Herbert2015-02-051-4/+7
* xen: Convert printks to pr_<level>Joe Perches2013-06-281-1/+3
* xen/xenbus: fix overflow check in xenbus_file_write()Jan Beulich2012-10-301-1/+1
* xenbus_dev: add missing error check to watch handlingJan Beulich2012-02-031-0/+4
* xenbus: maximum buffer size is XENSTORE_PAYLOAD_MAXIan Campbell2012-01-041-1/+1
* xen/xenbus-frontend: Fix compile error with randconfigKonrad Rzeszutek Wilk2011-12-201-0/+1
* xen/xenbus-frontend: Make error message more clearBastian Blank2011-12-161-1/+1
* xen: Add xenbus device driverBastian Blank2011-12-161-0/+624