1. 7d56792 xen/xenbus: Use Xen page definition by Julien Grall · 9 years ago
  2. 5f51042 xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfn by Julien Grall · 9 years ago
  3. 0df4f26 xen: Use correctly the Xen memory terminologies by Julien Grall · 9 years ago
  4. 76ea3cb xenbus: avoid uninitialized variable warning by Jan Beulich · 9 years ago
  5. 16f1cf3 xen/xenbus: Update xenbus event channel on resume by Boris Ostrovsky · 9 years ago
  6. 95afae4 xen: remove DEFINE_XENBUS_DRIVER() macro by David Vrabel · 10 years ago
  7. 85dd926 xenbus: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  8. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  9. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  10. 283c097 xen: Convert printks to pr_<level> by Joe Perches · 11 years ago
  11. 33c1174 xenbus: save xenstore local status for later use by Aurelien Chartier · 11 years ago
  12. 3216dce xen: introduce xen_remap, use it instead of ioremap by Stefano Stabellini · 11 years ago
  13. ecc635f xen/arm: compile and run xenbus by Stefano Stabellini · 12 years ago
  14. b8b0f55 xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static. by Konrad Rzeszutek Wilk · 12 years ago
  15. bd0d5aa xenbus: don't free other end details too early by Jan Beulich · 12 years ago
  16. 73db144 Xen: consolidate and simplify struct xenbus_driver instantiation by Jan Beulich · 13 years ago
  17. 2c5d37d xenbus: Support HVM backends by Daniel De Graaf · 13 years ago
  18. daedd87 Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  19. 72ee511 xen: Add module.h to modular drivers/xen users. by Paul Gortmaker · 13 years ago
  20. 04a8752 Merge 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/xen by Linus Torvalds · 13 years ago
  21. e4184aa xenbus: don't rely on xen_initial_domain to detect local xenstore by Daniel De Graaf · 13 years ago
  22. 7744799 xenbus: Fix loopback event channel assuming domain 0 by Daniel De Graaf · 13 years ago
  23. 6913200 Xen: fix braces and tabs coding style issue in xenbus_probe.c by Ruslan Pisarev · 13 years ago
  24. 149bb2f xen: Add module alias to autoload backend drivers by Bastian Blank · 13 years ago
  25. cc85e93 xen: Populate xenbus device attributes by Bastian Blank · 13 years ago
  26. c7853ae xen: xenbus PM events support by Kazuhiro SUZUKI · 13 years ago
  27. 6bac7f9 xen/xenbus: fixup checkpatch issues in xenbus_probe* by Ian Campbell · 14 years ago
  28. a39bda2 xen/xenbus: clean up noise in xenbus_probe.c by Jeremy Fitzhardinge · 14 years ago
  29. 7432e4b xen/xenbus: clean up error handling by Jeremy Fitzhardinge · 15 years ago
  30. df66025 xen: add backend driver support by Ian Campbell · 15 years ago
  31. 2de06cc xen: separate out frontend xenbus by Ian Campbell · 15 years ago
  32. 18cb657 Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  33. b37a56d xen: Initialize xenbus for dom0. by Juan Quintela · 14 years ago
  34. 8e3e999 xenbus: export xen_store_interface for xenfs by Jeremy Fitzhardinge · 15 years ago
  35. a947f0f xen: do not set xenstored_ready before xenbus_probe on hvm by Stefano Stabellini · 14 years ago
  36. ca50a5f Merge branch 'upstream/pvhvm' into upstream/xen by Jeremy Fitzhardinge · 14 years ago
  37. 31de189 pvops: do not notify callers from register_xenstore_notifier by Stefano Stabellini · 14 years ago
  38. c1c5413 x86: Unplug emulated disks and nics. by Stefano Stabellini · 14 years ago
  39. 183d03c xen: Xen PCI platform device driver. by Stefano Stabellini · 14 years ago
  40. bee6ab5 x86: early PV on HVM features initialization. by Sheng Yang · 14 years ago
  41. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  42. 11bd04f Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  43. ae78880 xen: wait up to 5 minutes for device connetion by Paolo Bonzini · 15 years ago
  44. f8dc330 xen: improvement to wait_for_devices() by Paolo Bonzini · 15 years ago
  45. c6e1971 xen: fix is_disconnected_device/exists_disconnected_device by Paolo Bonzini · 15 years ago
  46. db05fed xen/xenbus: make DEVICE_ATTR()s static by Jeremy Fitzhardinge · 15 years ago
  47. 1ccbf53 xen: move Xen-testing predicates to common header by Jeremy Fitzhardinge · 15 years ago
  48. c6a960c xen/xenbus: export xenbus_dev_changed by Jeremy Fitzhardinge · 15 years ago
  49. de5b31b xen: use device model for suspending xenbus devices by Ian Campbell · 15 years ago
  50. a1ce1be xen: remove suspend_cancel hook by Ian Campbell · 15 years ago
  51. 1107ba8 xen: add xenfs to allow usermode <-> Xen interaction by Alex Zeffertt · 15 years ago
  52. 2a678cc xen: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  53. 6e83358 xen: clean up domain mode predicates by Jeremy Fitzhardinge · 16 years ago
  54. d2f0c52 xen: Module autoprobing support for frontend drivers by Mark McLoughlin · 16 years ago
  55. 1d78d70 xen blkfront: Delay wait for block devices until after the disk is added by Christian Limpach · 16 years ago
  56. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  57. 4bac07c xen: add the Xenbus sysfs and virtual device hotplug driver by Jeremy Fitzhardinge · 17 years ago