summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus
Commit message (Expand)AuthorAgeFilesLines
* xen/xenbus: fix overflow check in xenbus_file_write()Jan Beulich2012-10-301-1/+1
* 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/gndev: Xen backend support for paged out grant targets V4.Andres Lagar-Cavilla2012-09-211-4/+2Star
* xen/arm: compile and run xenbusStefano Stabellini2012-09-173-16/+41
* Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Konrad Rzeszutek Wilk2012-09-121-0/+20
|\
| * xen/pv-on-hvm kexec: shutdown watches from old kernelOlaf Hering2012-07-191-0/+20
* | xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk2012-08-212-3/+3
* | xen: missing includesStefano Stabellini2012-08-211-0/+1
|/
* Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-05-253-0/+58
|\
| * xenbus: Add support for xenbus backend in stub domainDaniel De Graaf2012-05-213-0/+58
* | xen/xenbus: Add quirk to deal with misconfigured backends.Konrad Rzeszutek Wilk2012-04-191-16/+53
|/
* Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-233-4/+11
|\
| * xen/xenbus: ignore console/0Stefano Stabellini2012-03-141-0/+6
| * xenbus: don't free other end details too earlyJan Beulich2012-03-131-1/+2
| * xenbus: address compiler warningsJan Beulich2012-02-261-3/+3
* | xenbus_dev: add missing error check to watch handlingJan Beulich2012-02-031-0/+4
|/
* Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-1010-60/+908
|\
| * xen/xenbus: don't reimplement kvasprintf via a fixed size bufferIan Campbell2012-01-041-10/+7Star
| * xenbus: maximum buffer size is XENSTORE_PAYLOAD_MAXIan Campbell2012-01-041-1/+1
| * xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell2012-01-041-0/+6
| * Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich2012-01-044-19/+8Star
| * xen/xenbus: Fix compile error - missing header for xen_initial_domain()Konrad Rzeszutek Wilk2011-12-211-0/+1
| * xenbus: Use grant-table wrapper functionsDaniel De Graaf2011-12-201-10/+7Star
| * xenbus: Support HVM backendsDaniel De Graaf2011-12-203-21/+159
| * Merge commit 'v3.2-rc3' into stable/for-linus-3.3Konrad Rzeszutek Wilk2011-12-201-3/+8
| |\
| * | xen/xenbus-frontend: Fix compile error with randconfigKonrad Rzeszutek Wilk2011-12-201-0/+1
| * | xen/xenbus-frontend: Make error message more clearBastian Blank2011-12-161-1/+1
| * | xen: Add xenbus_backend deviceBastian Blank2011-12-162-0/+90
| * | xen: Add xenbus device driverBastian Blank2011-12-163-0/+629
* | | Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from ol...Konrad Rzeszutek Wilk2011-12-191-13/+0Star
| |/ |/|
* | xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel2011-11-161-3/+8
|/
* Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-072-6/+4Star
|\
| * Xen: fix braces and tabs coding style issue in xenbus_probe.cRuslan Pisarev2011-07-261-4/+3Star
| * Xen: fix braces coding style issue in xenbus_probe.hRuslan Pisarev2011-07-261-2/+1Star
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-074-0/+4
|\ \
| * | xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Paul Gortmaker2011-11-012-0/+2
| * | xen: Add module.h to modular drivers/xen users.Paul Gortmaker2011-11-012-0/+2
* | | Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-071-3/+3
|\ \ \ | |/ / |/| |
| * | xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel2011-09-291-3/+3
| |/
| |
| \
| \
| \
*---. \ Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds2011-10-254-51/+192
|\ \ \ \ | | | |/ | | |/|
| * | | xenbus: don't rely on xen_initial_domain to detect local xenstoreDaniel De Graaf2011-10-141-48/+53
| * | | xenbus: Fix loopback event channel assuming domain 0Daniel De Graaf2011-10-141-1/+1
| * | | 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+kdump: reset PV devices in kexec or crash kernelOlaf Hering2011-09-012-1/+124
| * | | xen/pv-on-hvm kexec: prevent crash in xenwatch_thread() when stale watch even...Olaf Hering2011-09-011-2/+1Star
| | |/ | |/|
* | | xen/xenbus: Remove the unnecessary check.Konrad Rzeszutek Wilk2011-10-191-2/+0Star
| |/ |/|
* | xen: Add module alias to autoload backend driversBastian Blank2011-06-302-1/+5