summaryrefslogtreecommitdiff
path: root/drivers/xen/xenbus (follow)
Commit message (Expand)AuthorAge
* xen: detect uninitialized xenbus in xenbus_initStefano Stabellini2021-12-08
* xen: don't continue xenstore initialization in case of errorsStefano Stabellini2021-12-08
* xenbus/xenbus_backend: Disallow pending watch messagesSeongJae Park2020-12-29
* xen/xenbus: Count pending messages for each watchSeongJae Park2020-12-29
* xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park2020-12-29
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-29
* xen/xenbus: Allow watches discard events before queueingSeongJae Park2020-12-29
* xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner2020-09-12
* xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant statusJuergen Gross2020-05-02
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-06-11
* xen: xenbus: use put_device() instead of kfree()Arvind Yadav2018-05-30
* xen: xenbus driver must not accept invalid transaction idsJuergen Gross2017-11-30
* xenbus: don't look up transaction IDs for ordinary writesJan Beulich2016-10-31
* xenbus: don't bail early from xenbus_dev_request_and_reply()Jan Beulich2016-08-10
* xenbus: don't BUG() on user mode induced conditionJan Beulich2016-08-10
* xenbus: Support multiple grants ring with 64KBJulien Grall2015-10-23
* xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall2015-10-23
* xen/xenbus: Use Xen page definitionJulien Grall2015-10-23
* xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel2015-10-23
* xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfnJulien Grall2015-09-08
* xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-08
* xen/xenbus: Don't leak memory when unmapping the ring on HVM backendJulien Grall2015-08-11
* xen/xenbus: client: Fix call of virt_to_mfn in xenbus_grant_ringJulien Grall2015-06-17
* xen: Include xen/page.h rather than asm/xen/page.hJulien Grall2015-06-17
* xenbus: avoid uninitialized variable warningJan Beulich2015-05-28
* xen/xenbus: Update xenbus event channel on resumeBoris Ostrovsky2015-05-05
* xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-15
* xenbus: Add proper handling of XS_ERROR from Xenbus for transactions.Jennifer Herbert2015-02-05
* xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-06
* xen/xenbus: Remove BUG_ON() when error string trucatedChen Gang2014-10-06
* xen/xenbus: Correct the comments for xenbus_grant_ring()Chen Gang2014-10-06
* xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.Konrad Rzeszutek Wilk2014-04-15
* xen/xenbus: remove unused xenbus_bind_evtchn()David Vrabel2014-02-28
* xen/pvh: Piggyback on PVHVM XenBus.Mukesh Rathor2014-01-06
* xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-03
* xenbus: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-16
* Merge tag 'stable/for-linus-3.11-rc3-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-07-31
|\
| * xenbus: frontend resume cleanupAurelien Chartier2013-07-29
* | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-03
|\ \ | |/ |/|
| * drivers: avoid format string in dev_set_nameKees Cook2013-07-03
* | xen: Convert printks to pr_<level>Joe Perches2013-06-28
|/
* xenbus_client.c: correct exit path for xenbus_map_ring_valloc_hvmWei Liu2013-05-29
* xenbus: save xenstore local status for later useAurelien Chartier2013-05-29
* xenbus: delay xenbus frontend resume if xenstored is not runningAurelien Chartier2013-05-29
* xen/xenbus: Fixed over 80 character limit issueLisa Nguyen2013-05-20
* xen/xenbus: Fixed indentation error in switch caseLisa Nguyen2013-05-20
* xenbus: fix compile failure on ARM with Xen enabledSteven Noonan2013-03-01
* xen: introduce xen_remap, use it instead of ioremapStefano Stabellini2013-02-19
* Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-13
|\
| * xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.hSachin Kamat2012-11-28