1. 99cb2dd xen-gntalloc: signedness bug in add_grefs() by Dan Carpenter · 13 years ago
  2. 21643e6 xen-gntalloc: integer overflow in gntalloc_ioctl_alloc() by Dan Carpenter · 13 years ago
  3. fc6e0c3 xen-gntdev: integer overflow in gntdev_alloc_map() by Dan Carpenter · 13 years ago
  4. 72e9cf2 xen/balloon: Avoid OOM when requesting highmem by Daniel De Graaf · 13 years ago
  5. cd12909 xen: map foreign pages for shared rings by updating the PTEs directly by David Vrabel · 13 years ago
  6. 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
  7. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  8. 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
  9. 63c9744 xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users. by Paul Gortmaker · 13 years ago
  10. 72ee511 xen: Add module.h to modular drivers/xen users. by Paul Gortmaker · 13 years ago
  11. 1f6e051 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  12. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  13. 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
  14. 31018ac Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  15. d98b15d xen/xenbus: Remove the unnecessary check. by Konrad Rzeszutek Wilk · 13 years ago
  16. e659922 xen/irq: If we fail during msi_capability_init return proper error code. by Konrad Rzeszutek Wilk · 13 years ago
  17. 9bb9efe xen/events: Don't check the info for NULL as it is already done. by Konrad Rzeszutek Wilk · 13 years ago
  18. 9d093e2 xen/events: BUG() when we can't allocate our event->irq array. by Konrad Rzeszutek Wilk · 13 years ago
  19. 4645bf3 xen/pciback: Check if the device is found instead of blindly assuming so. by Konrad Rzeszutek Wilk · 13 years ago
  20. 72bf809 xen/pciback: Do not dereference psdev during printk when it is NULL. by Konrad Rzeszutek Wilk · 13 years ago
  21. 9bab0b7 genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier by Ian Campbell · 13 years ago
  22. 38a1ed4 xen: Fix selfballooning and ensure it doesn't go too far by Dan Magenheimer · 13 years ago
  23. 1f1503b xen/gntdev: Fix sleep-inside-spinlock by Daniel De Graaf · 13 years ago
  24. e4184aa xenbus: don't rely on xen_initial_domain to detect local xenstore by Daniel De Graaf · 13 years ago
  25. 7744799 xenbus: Fix loopback event channel assuming domain 0 by Daniel De Graaf · 13 years ago
  26. 4dcaebb xen: use generic functions instead of xen_{alloc, free}_vm_area() by David Vrabel · 13 years ago
  27. 8b5d44a xen: allow balloon driver to use more than one memory region by David Vrabel · 13 years ago
  28. b1cbf9b xen/balloon: simplify test for the end of usable RAM by David Vrabel · 13 years ago
  29. aa24411 xen/balloon: account for pages released during memory setup by David Vrabel · 13 years ago
  30. 5fbdc10 xen: remove XEN_PLATFORM_PCI config option by Stefano Stabellini · 13 years ago
  31. e1db4ce xen/pciback: double lock typo by Dan Carpenter · 13 years ago
  32. 0930bba xen: modify kernel mappings corresponding to granted pages by Stefano Stabellini · 13 years ago
  33. 693394b xen: add an "highmem" parameter to alloc_xenballooned_pages by Stefano Stabellini · 13 years ago
  34. cf177fd xen/pciback: Add flag indicating device has been assigned by Xen by Konrad Rzeszutek Wilk · 13 years ago
  35. 5b25d89 xen/pv-on-hvm:kexec: Fix implicit declaration of function 'xen_hvm_domain' by Konrad Rzeszutek Wilk · 13 years ago
  36. ddacf5e xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernel by Olaf Hering · 13 years ago
  37. 55e901f xen/pci: support multi-segment systems by Jan Beulich · 13 years ago
  38. 74d33de xen/pciback: use mutex rather than spinlock in vpci backend by Konrad Rzeszutek Wilk · 13 years ago
  39. b1766b6 xen/pciback: Use mutexes when working with Xenbus state transitions. by Konrad Rzeszutek Wilk · 13 years ago
  40. 402c5e1 xen/pciback: miscellaneous adjustments by Jan Beulich · 13 years ago
  41. 04df355 xen/pciback: use mutex rather than spinlock in passthrough backend by Jan Beulich · 13 years ago
  42. 5fa9991 xen/pciback: use resource_size() by Thomas Meyer · 13 years ago
  43. 7736594 xen/irq: Alter the locking to use a mutex instead of a spinlock. by Konrad Rzeszutek Wilk · 13 years ago
  44. 116df6f xen/pv-on-hvm kexec+kdump: reset PV devices in kexec or crash kernel by Olaf Hering · 13 years ago
  45. 62cc5fc xen/pv-on-hvm kexec: rebind virqs to existing eventchannel ports by Olaf Hering · 13 years ago
  46. c4c303c xen/pv-on-hvm kexec: prevent crash in xenwatch_thread() when stale watch events arrive by Olaf Hering · 13 years ago
  47. 6810df8 xen-swiotlb: When doing coherent alloc/dealloc check before swizzling the MFNs. by Konrad Rzeszutek Wilk · 13 years ago
  48. 12e13ac xen/pci: make bus notifier handler return sane values by Jan Beulich · 13 years ago
  49. 61ca798 xen-swiotlb: fix printk and panic args by Randy Dunlap · 13 years ago
  50. ab2a47b xen-swiotlb: Fix wrong panic. by Konrad Rzeszutek Wilk · 13 years ago
  51. f4b2f07 xen-swiotlb: Retry up three times to allocate Xen-SWIOTLB by Konrad Rzeszutek Wilk · 13 years ago
  52. 4fec0e0 xen: self-balloon needs module.h by Randy Dunlap · 13 years ago
  53. 30eefc9 xen: xen-selfballoon.c needs more header files by Randy Dunlap · 13 years ago
  54. 65d4b24 xen/self-balloon: Add dependency on tmem. by Konrad Rzeszutek Wilk · 13 years ago
  55. 61077b2 xen/balloon: Fix compile errors - missing header files. by Konrad Rzeszutek Wilk · 13 years ago
  56. f24144c xen/grant: Fix compile warning. by Konrad Rzeszutek Wilk · 13 years ago
  57. 27a26b7 xen/pciback: remove duplicated #include by Huang Weiyi · 13 years ago
  58. 6b71c52 xen: use static initializers in xen-balloon.c by Olaf Hering · 13 years ago
  59. 6913200 Xen: fix braces and tabs coding style issue in xenbus_probe.c by Ruslan Pisarev · 13 years ago
  60. 822a259 Xen: fix braces coding style issue in xenbus_probe.h by Ruslan Pisarev · 13 years ago
  61. 4b01098 Xen: fix whitespaces,tabs coding style issue in drivers/xen/pci.c by Ruslan Pisarev · 13 years ago
  62. 7b0ac95 Xen: fix braces coding style issue in gntdev.c and grant-table.c by Ruslan Pisarev · 13 years ago
  63. 088c05a Xen: fix whitespaces,tabs coding style issue in drivers/xen/events.c by Ruslan Pisarev · 13 years ago
  64. e882dc9 Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.c by Ruslan Pisarev · 13 years ago
  65. 080e2be xen/balloon: memory hotplug support for Xen balloon driver by Daniel Kiper · 13 years ago
  66. 111ad11 Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  67. 3a6d28b Merge branch 'stable/xen-pciback-0.6.3' into stable/drivers by Konrad Rzeszutek Wilk · 13 years ago
  68. 2ebdc42 xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and XEN_PCIDEV_BACKEND_VPCI by Konrad Rzeszutek Wilk · 13 years ago
  69. 7789997 xen/pciback: Remove the DEBUG option. by Konrad Rzeszutek Wilk · 13 years ago
  70. a92336a xen/pciback: Drop two backends, squash and cleanup some code. by Konrad Rzeszutek Wilk · 13 years ago
  71. c288b67 xen/pciback: Print out the MSI/MSI-X (PIRQ) values by Konrad Rzeszutek Wilk · 13 years ago
  72. e17ab35 xen/pciback: Don't setup an fake IRQ handler for SR-IOV devices. by Konrad Rzeszutek Wilk · 13 years ago
  73. a0b2fa8 xen: rename pciback module to xen-pciback. by Ian Campbell · 15 years ago
  74. 494ef20 xen/pciback: Fine-grain the spinlocks and fix BUG: scheduling while atomic cases. by Konrad Rzeszutek Wilk · 14 years ago
  75. 0513fe9 xen/pciback: Allocate IRQ handler for device that is shared with guest. by Konrad Rzeszutek Wilk · 13 years ago
  76. a2be65fd xen/pciback: Disable MSI/MSI-X when reseting a device by Konrad Rzeszutek Wilk · 14 years ago
  77. fd5b221 xen/pciback: guest SR-IOV support for PV guest by Zhao, Yu · 14 years ago
  78. 6221a9b xen/pciback: Register the owner (domain) of the PCI device. by Konrad Rzeszutek Wilk · 15 years ago
  79. 8bfd4e0 xen/pciback: Cleanup the driver based on checkpatch warnings and errors. by Konrad Rzeszutek Wilk · 13 years ago
  80. 30edc14 xen/pciback: xen pci backend driver. by Konrad Rzeszutek Wilk · 15 years ago
  81. 78316ad xen/pci: Remove 'xen_allocate_pirq_gsi'. by Konrad Rzeszutek Wilk · 13 years ago
  82. a0ee056 xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together. by Konrad Rzeszutek Wilk · 13 years ago
  83. 136d9eb Merge branch 'xen-tmem-selfballoon-v8' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem into stable/drivers by Konrad Rzeszutek Wilk · 13 years ago
  84. a50777c xen: tmem: self-ballooning and frontswap-selfshrinking by Dan Magenheimer · 13 years ago
  85. 149bb2f xen: Add module alias to autoload backend drivers by Bastian Blank · 13 years ago
  86. cc85e93 xen: Populate xenbus device attributes by Bastian Blank · 13 years ago
  87. 03dc610 Merge branch 'stable/frontswap-tmemonly' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem into stable/drivers by Konrad Rzeszutek Wilk · 13 years ago
  88. ef46222 Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  89. afec6e0 xen: prepare tmem shim to handle frontswap by Dan Magenheimer · 13 years ago
  90. b5328cd xen: Fix compile warning when CONFIG_SMP is not defined. by Konrad Rzeszutek Wilk · 13 years ago
  91. 361932b Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6 by Linus Torvalds · 13 years ago
  92. 5f98ecd swiotlb: Export swioltb_nr_tbl and utilize it as appropiate. by FUJITA Tomonori · 13 years ago
  93. e5ac0bd xen: use the trigger info we already have to choose the irq handler by Stefano Stabellini · 13 years ago
  94. f8d613e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem by Linus Torvalds · 13 years ago
  95. 5bc20fc xen: cleancache shim to Xen Transcendent Memory by Dan Magenheimer · 13 years ago
  96. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  97. 51509a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  98. e33ab8f Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' and 'stable/mmu.bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  99. 3bfccb7 Merge branches 'stable/balloon.cleanup' and 'stable/general.cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  100. 5318991 Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago