aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus/xenbus_xs.c
AgeCommit message (Expand)Author
2019-09-16xenbus: Avoid deadlock during suspend due to open transactionsRoss Lagerwall
2018-03-21xen: xenbus: Catch closing of non existent transactionsSimon Gaiser
2018-02-17xenbus: track caller request idJoao Martins
2017-08-11xen: avoid deadlock in xenbusJuergen Gross
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
2016-11-07xen: make use of xenbus_read_unsigned() in xenbusJuergen Gross
2016-11-07xen: introduce xenbus_read_unsigned()Juergen Gross
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-03-21xen: audit usages of module.h ; remove unnecessary instancesPaul Gortmaker
2014-04-15xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart.Konrad Rzeszutek Wilk
2013-06-28xen: Convert printks to pr_<level>Joe Perches
2012-11-28xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.hSachin Kamat
2012-10-19xen: xenbus: quirk uses x86 specific cpuidIan Campbell
2012-10-19xen/xenbus: Fix compile warning.Konrad Rzeszutek Wilk
2012-10-12xen/pv-on-hvm kexec: add quirk for Xen 3.4 and shutdown watches.Konrad Rzeszutek Wilk
2012-09-17xen/arm: compile and run xenbusStefano Stabellini
2012-07-19xen/pv-on-hvm kexec: shutdown watches from old kernelOlaf Hering
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-01-04xen/xenbus: don't reimplement kvasprintf via a fixed size bufferIan Campbell
2012-01-04xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell
2011-12-19Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from ol...Konrad Rzeszutek Wilk
2011-09-26xen/pv-on-hvm:kexec: Fix implicit declaration of function 'xen_hvm_domain'Konrad Rzeszutek Wilk
2011-09-22xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernelOlaf Hering
2011-09-01xen/pv-on-hvm kexec: prevent crash in xenwatch_thread() when stale watch even...Olaf Hering
2010-08-04Merge branch 'xen/xenbus' into upstream/xenJeremy Fitzhardinge
2010-06-03xen: avoid allocation causing potential swap activity on the resume pathIan Campbell
2009-11-03xenbus: do not hold transaction_mutex when returning to userspaceIan Campbell
2009-03-30xen: use device model for suspending xenbus devicesIan Campbell
2009-01-08xen: add xenfs to allow usermode <-> Xen interactionAlex Zeffertt
2008-07-03xen: Avoid allocations causing swap activity on the resume pathIan Campbell
2007-07-26xenbus_xs.c: fix a use-after-freeAdrian Bunk
2007-07-18xen: add the Xenbus sysfs and virtual device hotplug driverJeremy Fitzhardinge