summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus/xenbus_xs.c
Commit message (Expand)AuthorAgeFilesLines
* xen: xenbus: Catch closing of non existent transactionsSimon Gaiser2018-03-211-1/+3
* xenbus: track caller request idJoao Martins2018-02-171-0/+3
* xen: avoid deadlock in xenbusJuergen Gross2017-08-111-1/+2
* xen: optimize xenbus driver for multiple concurrent xenstore accessesJuergen Gross2017-02-091-287/+233Star
* xen: modify xenstore watch event interfaceJuergen Gross2017-02-091-15/+14Star
* xen: clean up xenbus internal headersJuergen Gross2017-02-091-2/+1Star
* xen: make use of xenbus_read_unsigned() in xenbusJuergen Gross2016-11-071-4/+3Star
* xen: introduce xenbus_read_unsigned()Juergen Gross2016-11-071-0/+15
* xenbus: simplify xenbus_dev_request_and_reply()Jan Beulich2016-07-081-4/+3Star
* xenbus: don't bail early from xenbus_dev_request_and_reply()Jan Beulich2016-07-081-3/+0Star
* xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker2016-03-211-1/+0Star
* xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.Konrad Rzeszutek Wilk2014-04-151-3/+41
* xen: Convert printks to pr_<level>Joe Perches2013-06-281-13/+9Star
* xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.hSachin Kamat2012-11-281-1/+0Star
* xen: xenbus: quirk uses x86 specific cpuidIan Campbell2012-10-191-0/+2
* xen/xenbus: Fix compile warning.Konrad Rzeszutek Wilk2012-10-191-1/+1
* xen/pv-on-hvm kexec: add quirk for Xen 3.4 and shutdown watches.Konrad Rzeszutek Wilk2012-10-121-0/+21
* xen/arm: compile and run xenbusStefano Stabellini2012-09-171-1/+2
* xen/pv-on-hvm kexec: shutdown watches from old kernelOlaf Hering2012-07-191-0/+20
* Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-101-10/+13
|\
| * xen/xenbus: don't reimplement kvasprintf via a fixed size bufferIan Campbell2012-01-041-10/+7Star
| * xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell2012-01-041-0/+6
* | Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from ol...Konrad Rzeszutek Wilk2011-12-191-13/+0Star
|/
* xen/pv-on-hvm:kexec: Fix implicit declaration of function 'xen_hvm_domain'Konrad Rzeszutek Wilk2011-09-261-0/+1
* xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernelOlaf Hering2011-09-221-0/+13
* xen/pv-on-hvm kexec: prevent crash in xenwatch_thread() when stale watch even...Olaf Hering2011-09-011-2/+1Star
* Merge branch 'xen/xenbus' into upstream/xenJeremy Fitzhardinge2010-08-041-10/+47
|\
| * xenbus: do not hold transaction_mutex when returning to userspaceIan Campbell2009-11-031-10/+47
* | xen: avoid allocation causing potential swap activity on the resume pathIan Campbell2010-06-031-1/+1
|/
* xen: use device model for suspending xenbus devicesIan Campbell2009-03-301-0/+2
* xen: add xenfs to allow usermode <-> Xen interactionAlex Zeffertt2009-01-081-0/+1
* xen: Avoid allocations causing swap activity on the resume pathIan Campbell2008-07-031-5/+5
* xenbus_xs.c: fix a use-after-freeAdrian Bunk2007-07-261-1/+1
* xen: add the Xenbus sysfs and virtual device hotplug driverJeremy Fitzhardinge2007-07-181-0/+861