summaryrefslogtreecommitdiff
path: root/drivers/xen/xenbus
AgeCommit message (Expand)Author
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
2016-01-12xenbus: use virt_xxx barriersMichael S. Tsirkin
2015-10-23xenbus: Support multiple grants ring with 64KBJulien Grall
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall
2015-10-23xen/xenbus: Use Xen page definitionJulien Grall
2015-10-23xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel
2015-09-08xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfnJulien Grall
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall
2015-08-11xen/xenbus: Don't leak memory when unmapping the ring on HVM backendJulien Grall
2015-06-17xen/xenbus: client: Fix call of virt_to_mfn in xenbus_grant_ringJulien Grall
2015-06-17xen: Include xen/page.h rather than asm/xen/page.hJulien Grall
2015-05-28xenbus: avoid uninitialized variable warningJan Beulich
2015-05-05xen/xenbus: Update xenbus event channel on resumeBoris Ostrovsky
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu
2015-02-05xenbus: Add proper handling of XS_ERROR from Xenbus for transactions.Jennifer Herbert
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel
2014-10-06xen/xenbus: Remove BUG_ON() when error string trucatedChen Gang
2014-10-06xen/xenbus: Correct the comments for xenbus_grant_ring()Chen Gang
2014-04-15xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.Konrad Rzeszutek Wilk
2014-02-28xen/xenbus: remove unused xenbus_bind_evtchn()David Vrabel
2014-01-06xen/pvh: Piggyback on PVHVM XenBus.Mukesh Rathor
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk
2013-10-16xenbus: convert bus code to use dev_groupsGreg Kroah-Hartman
2013-07-31Merge tag 'stable/for-linus-3.11-rc3-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds