summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus
Commit message (Expand)AuthorAgeFilesLines
* xen: optimize xenbus driver for multiple concurrent xenstore accessesJuergen Gross2017-02-094-391/+672
* xen: modify xenstore watch event interfaceJuergen Gross2017-02-097-51/+42
* xen: clean up xenbus internal headersJuergen Gross2017-02-0910-91/+45
* xenbus: Neaten xenbus_va_dev_errorJoe Perches2017-02-081-29/+10
* xen: remove stale xs_input_avail() from headerJuergen Gross2016-12-231-1/+0
* 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
* xen: xenbus: set error code on failurePan Bian2016-12-081-1/+1
* xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee2016-11-171-1/+1
* xen: make use of xenbus_read_unsigned() in xenbusJuergen Gross2016-11-072-11/+4
* xen: introduce xenbus_read_unsigned()Juergen Gross2016-11-071-0/+15
* Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-242-3/+5
|\
| * xenbus: check return value of xenbus_scanf()Jan Beulich2016-10-241-1/+3
| * 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
|/
* Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-14/+1
|\
| * xen: xenbus: Remove create_workqueueBhaktipriya Shridhar2016-07-061-14/+1
* | xenbus: simplify xenbus_dev_request_and_reply()Jan Beulich2016-07-081-4/+3
* | xenbus: don't bail early from xenbus_dev_request_and_reply()Jan Beulich2016-07-081-3/+0
* | 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-223-23/+4
|\
| * drivers/xen: make xenbus_dev_[front/back]end explicitly non-modularPaul Gortmaker2016-03-212-22/+4
| * xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker2016-03-211-1/+0
* | Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-02-221-0/+2
|\ \ | |/ |/|
| * xen: fix potential integer overflow in queue_replyInsu Yun2016-02-151-0/+2
* | xenbus: use virt_xxx barriersMichael S. Tsirkin2016-01-121-4/+4
|/
* xenbus: Support multiple grants ring with 64KBJulien Grall2015-10-231-25/+72
* xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall2015-10-231-17/+17
* xen/xenbus: Use Xen page definitionJulien Grall2015-10-232-4/+5
* xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel2015-10-231-2/+1
* xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfnJulien Grall2015-09-081-7/+7
* xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-083-7/+5
* xen/xenbus: Don't leak memory when unmapping the ring on HVM backendJulien Grall2015-08-111-1/+3
* xen/xenbus: client: Fix call of virt_to_mfn in xenbus_grant_ringJulien Grall2015-06-171-3/+3
* xen: Include xen/page.h rather than asm/xen/page.hJulien Grall2015-06-171-1/+1
* xenbus: avoid uninitialized variable warningJan Beulich2015-05-281-1/+1
* xen/xenbus: Update xenbus event channel on resumeBoris Ostrovsky2015-05-051-0/+29
* xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-151-101/+286
* xenbus: Add proper handling of XS_ERROR from Xenbus for transactions.Jennifer Herbert2015-02-051-4/+7
* xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-064-8/+18
* xen/xenbus: Remove BUG_ON() when error string trucatedChen Gang2014-10-061-4/+1
* xen/xenbus: Correct the comments for xenbus_grant_ring()Chen Gang2014-10-061-2/+2
* xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.Konrad Rzeszutek Wilk2014-04-151-3/+41
* xen/xenbus: remove unused xenbus_bind_evtchn()David Vrabel2014-02-281-27/+0
* xen/pvh: Piggyback on PVHVM XenBus.Mukesh Rathor2014-01-061-1/+2
* xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-031-1/+1
* xenbus: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-164-9/+21
* Merge tag 'stable/for-linus-3.11-rc3-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-07-311-3/+16
|\
| * xenbus: frontend resume cleanupAurelien Chartier2013-07-291-3/+16
OpenPOWER on IntegriCloud