aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus/xenbus_probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross1-7/+4
2017-02-09xen: clean up xenbus internal headersJuergen Gross1-2/+1
2016-12-08xen: xenbus: set error code on failurePan Bian1-1/+1
2016-11-17xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee1-1/+1
2015-10-23xen/xenbus: Use Xen page definitionJulien Grall1-1/+2
2015-09-08xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfnJulien Grall1-7/+7
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-5/+3
2015-05-28xenbus: avoid uninitialized variable warningJan Beulich1-1/+1
2015-05-05xen/xenbus: Update xenbus event channel on resumeBoris Ostrovsky1-0/+29
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel1-1/+5
2013-10-16xenbus: convert bus code to use dev_groupsGreg Kroah-Hartman1-6/+18
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-1/+1
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-06-28xen: Convert printks to pr_<level>Joe Perches1-17/+13
2013-05-29xenbus: save xenstore local status for later useAurelien Chartier1-15/+12
2013-02-19xen: introduce xen_remap, use it instead of ioremapStefano Stabellini1-1/+1
2012-09-17xen/arm: compile and run xenbusStefano Stabellini1-14/+38
2012-08-21xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk1-2/+2
2012-03-13xenbus: don't free other end details too earlyJan Beulich1-1/+2
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich1-6/+1
2011-12-20xenbus: Support HVM backendsDaniel De Graaf1-0/+2
2011-11-06Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-4/+3
2011-10-31xen: Add module.h to modular drivers/xen users.Paul Gortmaker1-0/+1
2011-10-25Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stable/pci.fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-48/+53
2011-10-14xenbus: don't rely on xen_initial_domain to detect local xenstoreDaniel De Graaf1-48/+53
2011-10-14xenbus: Fix loopback event channel assuming domain 0Daniel De Graaf1-1/+1
2011-07-26Xen: fix braces and tabs coding style issue in xenbus_probe.cRuslan Pisarev1-4/+3
2011-06-30xen: Add module alias to autoload backend driversBastian Blank1-1/+2
2011-06-30xen: Populate xenbus device attributesBastian Blank1-27/+14
2011-03-16xen: xenbus PM events supportKazuhiro SUZUKI1-2/+10
2011-01-05xen/xenbus: fixup checkpatch issues in xenbus_probe*Ian Campbell1-4/+8
2011-01-05xen/xenbus: clean up noise in xenbus_probe.cJeremy Fitzhardinge1-23/+6
2011-01-05xen/xenbus: clean up error handlingJeremy Fitzhardinge1-2/+2
2011-01-05xen: add backend driver supportIan Campbell1-11/+2
2011-01-05xen: separate out frontend xenbusIan Campbell1-290/+71
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+28
2010-10-22xen: Initialize xenbus for dom0.Juan Quintela1-1/+28
2010-10-20xenbus: export xen_store_interface for xenfsJeremy Fitzhardinge1-1/+3
2010-10-05xen: do not set xenstored_ready before xenbus_probe on hvmStefano Stabellini1-3/+6
2010-08-04Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge1-8/+39
2010-08-04pvops: do not notify callers from register_xenstore_notifierStefano Stabellini1-4/+1
2010-07-26x86: Unplug emulated disks and nics.Stefano Stabellini1-0/+4
2010-07-22xen: Xen PCI platform device driver.Stefano Stabellini1-5/+17
2010-07-22x86: early PV on HVM features initialization.Sheng Yang1-3/+18
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+2
2009-12-03xen: wait up to 5 minutes for device connetionPaolo Bonzini1-4/+16
2009-12-03xen: improvement to wait_for_devices()Paolo Bonzini1-3/+6
2009-12-03xen: fix is_disconnected_device/exists_disconnected_devicePaolo Bonzini1-6/+7
2009-12-03xen/xenbus: make DEVICE_ATTR()s staticJeremy Fitzhardinge1-3/+3