aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus/xenbus_probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-04xen: move Xen-testing predicates to common headerJeremy Fitzhardinge1-0/+2
2009-03-30xen/xenbus: export xenbus_dev_changedJeremy Fitzhardinge1-0/+1
2009-03-30xen: use device model for suspending xenbus devicesIan Campbell1-28/+9
2009-03-30xen: remove suspend_cancel hookIan Campbell1-23/+0
2009-01-08xen: add xenfs to allow usermode <-> Xen interactionAlex Zeffertt1-6/+22
2009-01-06xen: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-12/+15
2008-08-20xen: clean up domain mode predicatesJeremy Fitzhardinge1-4/+4
2008-04-24xen: Module autoprobing support for frontend driversMark McLoughlin1-2/+25
2008-04-24xen blkfront: Delay wait for block devices until after the disk is addedChristian Limpach1-1/+4
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-2/+3
2007-07-18xen: add the Xenbus sysfs and virtual device hotplug driverJeremy Fitzhardinge1-0/+935