1. 9c829b6 fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock by Kirill Smelkov · 5 years ago
  2. 0becf06 xen: xenbus: use put_device() instead of kfree() by Arvind Yadav · 6 years ago
  3. e8cee9c xen: xenbus driver must not accept invalid transaction ids by Juergen Gross · 7 years ago
  4. aa34e07 Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  5. c251f15 xenbus: check return value of xenbus_scanf() by Jan Beulich · 8 years ago
  6. e1e5b3f xenbus: prefer list_for_each() by Jan Beulich · 8 years ago
  7. 9a035a4 xenbus: don't look up transaction IDs for ordinary writes by Jan Beulich · 8 years ago
  8. 08fd8c17 Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  9. e5a7947 xenbus: simplify xenbus_dev_request_and_reply() by Jan Beulich · 8 years ago
  10. 7469be9 xenbus: don't bail early from xenbus_dev_request_and_reply() by Jan Beulich · 8 years ago
  11. 0beef63 xenbus: don't BUG() on user mode induced condition by Jan Beulich · 8 years ago
  12. 5ee405d xen: xenbus: Remove create_workqueue by Bhaktipriya Shridhar · 8 years ago
  13. 55fc733 Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  14. ab1241a drivers/xen: make xenbus_dev_[front/back]end explicitly non-modular by Paul Gortmaker · 8 years ago
  15. 59aa56b xen: audit usages of module.h ; remove unnecessary instances by Paul Gortmaker · 8 years ago
  16. 692b8c6 Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  17. 85c0a87 xen: fix potential integer overflow in queue_reply by Insu Yun · 8 years ago
  18. 5bb0c9b xenbus: use virt_xxx barriers by Michael S. Tsirkin · 8 years ago
  19. 89bf4b4 xenbus: Support multiple grants ring with 64KB by Julien Grall · 9 years ago
  20. 9cce291 xen/xenbus: Rename *RING_PAGE* to *RING_GRANT* by Julien Grall · 9 years ago
  21. 7d56792 xen/xenbus: Use Xen page definition by Julien Grall · 9 years ago
  22. 81b286e xen/balloon: make alloc_xenballoon_pages() always allocate low pages by David Vrabel · 9 years ago
  23. 5f51042 xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfn by Julien Grall · 9 years ago
  24. 0df4f26 xen: Use correctly the Xen memory terminologies by Julien Grall · 9 years ago
  25. c22fe51 xen/xenbus: Don't leak memory when unmapping the ring on HVM backend by Julien Grall · 9 years ago
  26. c9fd55e xen/xenbus: client: Fix call of virt_to_mfn in xenbus_grant_ring by Julien Grall · 9 years ago
  27. a9fd60e xen: Include xen/page.h rather than asm/xen/page.h by Julien Grall · 9 years ago
  28. 76ea3cb xenbus: avoid uninitialized variable warning by Jan Beulich · 9 years ago
  29. 16f1cf3 xen/xenbus: Update xenbus event channel on resume by Boris Ostrovsky · 9 years ago
  30. ccc9d90 xenbus_client: Extend interface to support multi-page ring by Wei Liu · 9 years ago
  31. a2e75bc2 xenbus: Add proper handling of XS_ERROR from Xenbus for transactions. by Jennifer Herbert · 9 years ago
  32. 95afae4 xen: remove DEFINE_XENBUS_DRIVER() macro by David Vrabel · 10 years ago
  33. 305559f xen/xenbus: Remove BUG_ON() when error string trucated by Chen Gang · 10 years ago
  34. c7440a2 xen/xenbus: Correct the comments for xenbus_grant_ring() by Chen Gang · 10 years ago
  35. 027bd7e xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart. by Konrad Rzeszutek Wilk · 10 years ago
  36. c06f811 xen/xenbus: remove unused xenbus_bind_evtchn() by David Vrabel · 10 years ago
  37. be3e9cf xen/pvh: Piggyback on PVHVM XenBus. by Mukesh Rathor · 10 years ago
  38. 51c71a3 xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4). by Konrad Rzeszutek Wilk · 10 years ago
  39. 85dd926 xenbus: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  40. f66d95d Merge tag 'stable/for-linus-3.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  41. d7ead0c xenbus: frontend resume cleanup by Aurelien Chartier · 11 years ago
  42. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  43. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  44. 283c097 xen: Convert printks to pr_<level> by Joe Perches · 11 years ago
  45. 8d0b880 xenbus_client.c: correct exit path for xenbus_map_ring_valloc_hvm by Wei Liu · 11 years ago
  46. 33c1174 xenbus: save xenstore local status for later use by Aurelien Chartier · 11 years ago
  47. 2abb274 xenbus: delay xenbus frontend resume if xenstored is not running by Aurelien Chartier · 11 years ago
  48. 3d645b0 xen/xenbus: Fixed over 80 character limit issue by Lisa Nguyen · 11 years ago
  49. d7e5075 xen/xenbus: Fixed indentation error in switch case by Lisa Nguyen · 11 years ago
  50. 45e2716 xenbus: fix compile failure on ARM with Xen enabled by Steven Noonan · 11 years ago
  51. 3216dce xen: introduce xen_remap, use it instead of ioremap by Stefano Stabellini · 11 years ago
  52. 896ea17 Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  53. 5af19e4 xen/xenbus: Remove duplicate inclusion of asm/xen/hypervisor.h by Sachin Kamat · 12 years ago
  54. 1bcaba51 xen/xenbus: fix overflow check in xenbus_file_write() by Jan Beulich · 12 years ago
  55. 7644bda xen: xenbus: quirk uses x86 specific cpuid by Ian Campbell · 12 years ago
  56. e9d1aa0 xen/xenbus: Fix compile warning. by Konrad Rzeszutek Wilk · 12 years ago
  57. cb6b6df xen/pv-on-hvm kexec: add quirk for Xen 3.4 and shutdown watches. by Konrad Rzeszutek Wilk · 12 years ago
  58. c571898 xen/gndev: Xen backend support for paged out grant targets V4. by Andres Lagar-Cavilla · 12 years ago
  59. ecc635f xen/arm: compile and run xenbus by Stefano Stabellini · 12 years ago
  60. 25a765b Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  61. b8b0f55 xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static. by Konrad Rzeszutek Wilk · 12 years ago
  62. 4d9310e xen: missing includes by Stefano Stabellini · 12 years ago
  63. 254d1a3 xen/pv-on-hvm kexec: shutdown watches from old kernel by Olaf Hering · 12 years ago
  64. b5f4035 Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  65. d2fb4c5 xenbus: Add support for xenbus backend in stub domain by Daniel De Graaf · 12 years ago
  66. 3066616 xen/xenbus: Add quirk to deal with misconfigured backends. by Konrad Rzeszutek Wilk · 12 years ago
  67. d4c6fa7 Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  68. 42c46e6 xen/xenbus: ignore console/0 by Stefano Stabellini · 12 years ago
  69. bd0d5aa xenbus: don't free other end details too early by Jan Beulich · 12 years ago
  70. 5ac0800 xenbus: address compiler warnings by Jan Beulich · 12 years ago
  71. a43a5cc xenbus_dev: add missing error check to watch handling by Jan Beulich · 12 years ago
  72. 9016037 Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  73. a800651 xen/xenbus: don't reimplement kvasprintf via a fixed size buffer by Ian Campbell · 12 years ago
  74. 50bf737 xenbus: maximum buffer size is XENSTORE_PAYLOAD_MAX by Ian Campbell · 12 years ago
  75. 9e7860c xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX. by Ian Campbell · 12 years ago
  76. 73db144 Xen: consolidate and simplify struct xenbus_driver instantiation by Jan Beulich · 12 years ago
  77. 01464a6 xen/xenbus: Fix compile error - missing header for xen_initial_domain() by Konrad Rzeszutek Wilk · 12 years ago
  78. 2946a52 xenbus: Use grant-table wrapper functions by Daniel De Graaf · 12 years ago
  79. 2c5d37d xenbus: Support HVM backends by Daniel De Graaf · 12 years ago
  80. cb85f12 Merge commit 'v3.2-rc3' into stable/for-linus-3.3 by Konrad Rzeszutek Wilk · 12 years ago
  81. b79d2ff xen/xenbus-frontend: Fix compile error with randconfig by Konrad Rzeszutek Wilk · 12 years ago
  82. 12275dd Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernel" by Konrad Rzeszutek Wilk · 12 years ago
  83. fe7acdb xen/xenbus-frontend: Make error message more clear by Bastian Blank · 12 years ago
  84. e9f0fec xen: Add xenbus_backend device by Bastian Blank · 12 years ago
  85. 2fb3683 xen: Add xenbus device driver by Bastian Blank · 12 years ago
  86. cd12909 xen: map foreign pages for shared rings by updating the PTEs directly by David Vrabel · 13 years ago
  87. 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
  88. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  89. 06d3814 Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  90. 63c9744 xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users. by Paul Gortmaker · 13 years ago
  91. 72ee511 xen: Add module.h to modular drivers/xen users. by Paul Gortmaker · 13 years ago
  92. 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
  93. d98b15d xen/xenbus: Remove the unnecessary check. by Konrad Rzeszutek Wilk · 13 years ago
  94. e4184aa xenbus: don't rely on xen_initial_domain to detect local xenstore by Daniel De Graaf · 13 years ago
  95. 7744799 xenbus: Fix loopback event channel assuming domain 0 by Daniel De Graaf · 13 years ago
  96. 4dcaebb xen: use generic functions instead of xen_{alloc, free}_vm_area() by David Vrabel · 13 years ago
  97. 5b25d89 xen/pv-on-hvm:kexec: Fix implicit declaration of function 'xen_hvm_domain' by Konrad Rzeszutek Wilk · 13 years ago
  98. ddacf5e xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernel by Olaf Hering · 13 years ago
  99. 116df6f xen/pv-on-hvm kexec+kdump: reset PV devices in kexec or crash kernel by Olaf Hering · 13 years ago
  100. c4c303c xen/pv-on-hvm kexec: prevent crash in xenwatch_thread() when stale watch events arrive by Olaf Hering · 13 years ago