summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus/xenbus_client.c
Commit message (Expand)AuthorAgeFilesLines
* xen: don't compile pv-specific parts if XEN_PV isn't configuredJuergen Gross2017-09-181-63/+67
* xen: modify xenstore watch event interfaceJuergen Gross2017-02-091-2/+2
* xen: clean up xenbus internal headersJuergen Gross2017-02-091-1/+1
* xenbus: Neaten xenbus_va_dev_errorJoe Perches2017-02-081-29/+10
* 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-231-3/+3
* xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel2015-10-231-2/+1
* xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-1/+1
* 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_client: Extend interface to support multi-page ringWei Liu2015-04-151-101/+286
* 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: remove unused xenbus_bind_evtchn()David Vrabel2014-02-281-27/+0
* xen/pvh: Piggyback on PVHVM XenBus.Mukesh Rathor2014-01-061-1/+2
* xenbus_client.c: correct exit path for xenbus_map_ring_valloc_hvmWei Liu2013-05-291-2/+3
* xenbus: fix compile failure on ARM with Xen enabledSteven Noonan2013-03-011-0/+1
* xen/gndev: Xen backend support for paged out grant targets V4.Andres Lagar-Cavilla2012-09-211-4/+2
* xenbus: address compiler warningsJan Beulich2012-02-261-3/+3
* xenbus: Use grant-table wrapper functionsDaniel De Graaf2011-12-201-10/+7
* xenbus: Support HVM backendsDaniel De Graaf2011-12-201-21/+155
* xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel2011-11-161-3/+8
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker2011-10-311-0/+1
* | xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel2011-09-291-3/+3
|/
* xenbus: Xen paravirtualised PCI hotplug support.Yosuke Iwamatsu2010-10-181-0/+2
* xenbus: Make xenbus_switch_state transactionalDaniel Stodden2010-08-071-24/+66
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/xen/xenbus/xenbus_client.c: cleanup kerneldocQinghuang Feng2009-01-081-2/+1
* xen: Avoid allocations causing swap activity on the resume pathIan Campbell2008-07-031-1/+1
* xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed oneIsaku Yamahata2008-04-241-3/+3
* xen: add the Xenbus sysfs and virtual device hotplug driverJeremy Fitzhardinge2007-07-181-0/+569
OpenPOWER on IntegriCloud