aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus/xenbus_xs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-28xenbus: Avoid deadlock during suspend due to open transactionsRoss Lagerwall1-2/+5
2018-03-21xen: xenbus: Catch closing of non existent transactionsSimon Gaiser1-1/+3
2018-02-17xenbus: track caller request idJoao Martins1-0/+3
2017-08-11xen: avoid deadlock in xenbusJuergen Gross1-1/+2
2017-02-09xen: optimize xenbus driver for multiple concurrent xenstore accessesJuergen Gross1-287/+233
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross1-15/+14
2017-02-09xen: clean up xenbus internal headersJuergen Gross1-2/+1
2016-11-07xen: make use of xenbus_read_unsigned() in xenbusJuergen Gross1-4/+3
2016-11-07xen: introduce xenbus_read_unsigned()Juergen Gross1-0/+15
2016-07-08xenbus: simplify xenbus_dev_request_and_reply()Jan Beulich1-4/+3
2016-07-08xenbus: don't bail early from xenbus_dev_request_and_reply()Jan Beulich1-3/+0
2016-03-21xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker1-1/+0
2014-04-15xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.Konrad Rzeszutek Wilk1-3/+41
2013-06-28xen: Convert printks to pr_<level>Joe Perches1-13/+9
2012-11-28xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.hSachin Kamat1-1/+0
2012-10-19xen: xenbus: quirk uses x86 specific cpuidIan Campbell1-0/+2
2012-10-19xen/xenbus: Fix compile warning.Konrad Rzeszutek Wilk1-1/+1
2012-10-12xen/pv-on-hvm kexec: add quirk for Xen 3.4 and shutdown watches.Konrad Rzeszutek Wilk1-0/+21
2012-09-17xen/arm: compile and run xenbusStefano Stabellini1-1/+2
2012-07-19xen/pv-on-hvm kexec: shutdown watches from old kernelOlaf Hering1-0/+20
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-10/+13
2012-01-04xen/xenbus: don't reimplement kvasprintf via a fixed size bufferIan Campbell1-10/+7
2012-01-04xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell1-0/+6
2011-12-19Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernel"Konrad Rzeszutek Wilk1-13/+0
2011-09-26xen/pv-on-hvm:kexec: Fix implicit declaration of function 'xen_hvm_domain'Konrad Rzeszutek Wilk1-0/+1
2011-09-22xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernelOlaf Hering1-0/+13
2011-09-01xen/pv-on-hvm kexec: prevent crash in xenwatch_thread() when stale watch events arriveOlaf Hering1-2/+1
2010-08-04Merge branch 'xen/xenbus' into upstream/xenJeremy Fitzhardinge1-10/+47
2010-06-03xen: avoid allocation causing potential swap activity on the resume pathIan Campbell1-1/+1
2009-11-03xenbus: do not hold transaction_mutex when returning to userspaceIan Campbell1-10/+47
2009-03-30xen: use device model for suspending xenbus devicesIan Campbell1-0/+2
2009-01-08xen: add xenfs to allow usermode <-> Xen interactionAlex Zeffertt1-0/+1
2008-07-03xen: Avoid allocations causing swap activity on the resume pathIan Campbell1-5/+5
2007-07-26xenbus_xs.c: fix a use-after-freeAdrian Bunk1-1/+1
2007-07-18xen: add the Xenbus sysfs and virtual device hotplug driverJeremy Fitzhardinge1-0/+861