1. dfc07b1 xen/blkback: Move it from drivers/xen to drivers/block by Konrad Rzeszutek Wilk · 14 years ago
  2. d2436ed block, xen/blkback: remove blk_[get|put]_queue calls. by Konrad Rzeszutek Wilk · 14 years ago
  3. 6fd17b5 xen/blkback: Get the 'requeust_queue' properly. by Konrad Rzeszutek Wilk · 14 years ago
  4. e935049 xen/blkback: Move the check for misaligned I/O once more. by Konrad Rzeszutek Wilk · 14 years ago
  5. 9f3aedf xen/blkback: Change fast_flush_area to xen_blkbk_unmap, and tweak xen_blk_map_seg. by Konrad Rzeszutek Wilk · 14 years ago
  6. 976222e xen/blkback: Move the check for misaligned I/O higher. by Konrad Rzeszutek Wilk · 14 years ago
  7. 1a95fe6 xen/blkback: Shuffle code around (vbd_translate moved higher). by Konrad Rzeszutek Wilk · 14 years ago
  8. b0aef17 xen/blkback: Cleanup move the code a bit around. by Konrad Rzeszutek Wilk · 14 years ago
  9. 7708992 xen/blkback: Seperate the bio allocation and the bio submission. by Konrad Rzeszutek Wilk · 14 years ago
  10. 0faa8cc xen/blkback: remove per-queue plugging by Konrad Rzeszutek Wilk · 14 years ago
  11. 2e9977c xen/blkback: Fix checkpatch warnings in blkback.c by Konrad Rzeszutek Wilk · 14 years ago
  12. d6091b2 xen/blkback: Fix checkpatch warnings of xenbus.c by Konrad Rzeszutek Wilk · 14 years ago
  13. e5f4b3c xen/blkback: Fix interface.c checkpatch warnings .. except by Konrad Rzeszutek Wilk · 14 years ago
  14. 3c64b58 xen/blkback: Fix checkpatch warnings in vbd.c by Konrad Rzeszutek Wilk · 14 years ago
  15. 5489377 xen/blkback: blkif->struct blkif_st by Konrad Rzeszutek Wilk · 14 years ago
  16. a1397fa xen/blkback: Add some comments. by Konrad Rzeszutek Wilk · 14 years ago
  17. 314146e xen/blkback: Fix the WRITE_BARRIER by Tom Goetz · 14 years ago
  18. a742b02 xen/blkback: Use kzalloc's, and GFP_KERNEL for data structures. by Konrad Rzeszutek Wilk · 14 years ago
  19. 5dc0363 xen/blkback: Utilize the M2P override mechanism for GNTMAP_host_map by Konrad Rzeszutek Wilk · 14 years ago
  20. 464fb41 xen/blkback: Use 'vzalloc' for page arrays and pre-allocate pages. by Konrad Rzeszutek Wilk · 14 years ago
  21. c35950b xen/blkback: Union the blkif_request request specific fields by Konrad Rzeszutek Wilk · 14 years ago
  22. e8e2887 xen/blkback: Move global/static variables into struct xen_blkbk. by Konrad Rzeszutek Wilk · 14 years ago
  23. efe08a3 xen/blkback: simplify address translations by Jan Beulich · 15 years ago
  24. bc0c081 xen/blkback: Update to use blkdev_get_by_dev instead of open_by_devnum. by Konrad Rzeszutek Wilk · 14 years ago
  25. 248e9f7 xen/blkback: Replace WRITE_BARRIER with (REQ_FLUSH | REQ_FUA) by Konrad Rzeszutek Wilk · 14 years ago
  26. 313d7b0 blkback: Fix CVE-2010-3699 by Keir Fraser · 14 years ago
  27. a81135d xen/blkback: Print additional information when a vbd is resized. by K. Y. Srinivasan · 15 years ago
  28. cbf4629 xen/blkback: Flush blkback data when connecting. by Chris Lalancette · 15 years ago
  29. 98e036a xen/blkback: add accessor for xenbus backend device by Jeremy Fitzhardinge · 15 years ago
  30. 2ccbfe2 xen/blkback: Propagate changed size of VBDs by K. Y. Srinivasan · 15 years ago
  31. 5cf6e4f xen/blkback: use drv_get/set_drvdata rather than directly accessing driver_data. by Jeremy Fitzhardinge · 15 years ago
  32. e7579a9 xen: rename blkbk module xen-blkback. by Ian Campbell · 15 years ago
  33. 8770b26 Fix compile warnings: ignoring return value of 'xenbus_register_backend' .. by Konrad Rzeszutek Wilk · 15 years ago
  34. afd91d0 xen/blkback: little cleanups by Jeremy Fitzhardinge · 16 years ago
  35. 0660c7d xen/blkback: remove spurious debug output noise by Jeremy Fitzhardinge · 16 years ago
  36. 05d4386 xen/blkback: deal with hardsect_size to logical_block_size rename by Jeremy Fitzhardinge · 16 years ago
  37. 8270b45 blkback: Fix potential resource leak. by Keir Fraser · 16 years ago
  38. dd36724 xen/blkback: don't include xen/evtchn.h by Jeremy Fitzhardinge · 16 years ago
  39. 8812293 xen-blkback-porting by Jeremy Fitzhardinge · 16 years ago
  40. 4d05a28 xen: add blkback support by Konrad Rzeszutek Wilk · 14 years ago
  41. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  42. e240ae4 xen: Use new irq_move functions by Thomas Gleixner · 14 years ago
  43. 3b3af76 xen: Convert genirq namespace by Thomas Gleixner · 14 years ago
  44. a93e20a xen-gntdev: unlock on error path in gntdev_mmap() by Dan Carpenter · 14 years ago
  45. 12f0258 xen-gntdev: return -EFAULT on copy_to_user failure by Dan Carpenter · 14 years ago
  46. 804f185 Merge branch 'stable/xen.pm.bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  47. 5a39837 Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  48. 514af9f Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  49. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  50. b3e96c0 xen: use freeze/restore/thaw PM events for suspend/resume/chkpt by Shriram Rajagopalan · 14 years ago
  51. c7853ae xen: xenbus PM events support by Kazuhiro SUZUKI · 14 years ago
  52. ca47cea xen-gntdev: Use ballooned pages for grant mappings by Daniel De Graaf · 14 years ago
  53. b6f3067 xen-balloon: Add interface to retrieve ballooned pages by Konrad Rzeszutek Wilk · 14 years ago
  54. 803eb04 xen-balloon: Move core balloon functionality out of module by Daniel De Graaf · 14 years ago
  55. 40095de xen/balloon: Remove pr_info's and don't alter retry_count by Konrad Rzeszutek Wilk · 14 years ago
  56. e0da2481 Merge branch 'stable/backends' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by David S. Miller · 14 years ago
  57. 5f6fb45 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  58. 44626e4 xen: events: Fix compile error if CONFIG_SMP is not defined. by Konrad Rzeszutek Wilk · 14 years ago
  59. 76ca078 Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm by Linus Torvalds · 14 years ago
  60. 27d2a8b Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  61. 010b8f4 Merge branch 'stable/irq.cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  62. 397fae0 Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  63. c7146dd Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  64. 95d2ac4 xen/balloon: Protect against CPU exhaust by event/x process by Daniel Kiper · 14 years ago
  65. 95170b2 xen/balloon: Migration from mod_timer() to schedule_delayed_work() by Daniel Kiper · 14 years ago
  66. 06f521d xen/balloon: Removal of driver_pages by Daniel Kiper · 14 years ago
  67. a7b807c xen: events: correct locking in xen_irq_from_pirq by Ian Campbell · 14 years ago
  68. 7bee976 xen: events: propagate irq allocation failure instead of panicking by Ian Campbell · 14 years ago
  69. 6cb9bf3 xen: events: do not workaround too-small nr_irqs by Ian Campbell · 14 years ago
  70. 69c358c xen: events: remove use of nr_irqs as upper bound on number of pirqs by Ian Campbell · 14 years ago
  71. ca62ce8 xen: events: dynamically allocate irq info structures by Ian Campbell · 14 years ago
  72. 6cb6537 xen: events: maintain a list of Xen interrupts by Ian Campbell · 14 years ago
  73. 3d4cfa3 xen: events: push setup of irq<->{evtchn,ipi,virq,pirq} maps into irq_info init functions by Ian Campbell · 14 years ago
  74. 9158c35 xen: events: turn irq_info constructors into initialiser functions by Ian Campbell · 14 years ago
  75. cb60d11 xen: events: use per-cpu variable for cpu_evtchn_mask by Ian Campbell · 14 years ago
  76. f4d0635 xen: events: refactor GSI pirq bindings functions by Ian Campbell · 14 years ago
  77. 0a85226 xen: events: rename restore_cpu_pirqs -> restore_pirqs by Ian Campbell · 14 years ago
  78. 76465b2 xen: events: remove unused public functions by Ian Campbell · 14 years ago
  79. a0e1811 xen: events: fix xen_map_pirq_gsi error return by Ian Campbell · 14 years ago
  80. 653378a xen: events: simplify comment by Ian Campbell · 14 years ago
  81. be49472 xen: events: separate two unrelated halves of if condition by Ian Campbell · 14 years ago
  82. 3b7bcdf xen: events: Remove redundant clear of l2i at end of round-robin loop by Keir Fraser · 14 years ago
  83. 24b51c2 xen: events: Make round-robin scan fairer by snapshotting each l2 word once only by Keir Fraser · 14 years ago
  84. ada6814 xen: events: Clean up round-robin evtchn scan. by Keir Fraser · 14 years ago
  85. f1f4a32 xen: events: Make last processed event channel a per-cpu variable. by Ian Campbell · 14 years ago
  86. ab7f863 xen: events: Process event channels notifications in round-robin order. by Scott Rixner · 14 years ago
  87. 71eef7d xen: events: remove dom0 specific xen_create_msi_irq by Ian Campbell · 14 years ago
  88. ca1d8fe xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irq by Ian Campbell · 14 years ago
  89. f420e01 xen: events: push set_irq_msi down into xen_create_msi_irq by Ian Campbell · 14 years ago
  90. 2e55288 xen: events: update pirq_to_irq in xen_create_msi_irq by Ian Campbell · 14 years ago
  91. 8135591 xen: events: refactor xen_create_msi_irq slightly by Ian Campbell · 14 years ago
  92. bf480d9 xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQ by Ian Campbell · 14 years ago
  93. 5cad61a xen: events: assume PHYSDEVOP_get_free_pirq exists by Ian Campbell · 14 years ago
  94. 4b41df7 xen: events: return irq from xen_allocate_pirq_msi by Ian Campbell · 14 years ago
  95. bb5d079 xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msi by Ian Campbell · 14 years ago
  96. ae1635b xen: events: do not leak IRQ from xen_allocate_pirq_msi when no pirq available. by Ian Campbell · 14 years ago
  97. 8054c36 Merge branch 'stable/irq.rework' into stable/irq.cleanup by Konrad Rzeszutek Wilk · 14 years ago
  98. 38eaeb0 xen: gntdev: fix build warning by Ian Campbell · 14 years ago
  99. dc4972a xen/p2m/m2p/gnttab: do not add failed grant maps to m2p override by Ian Campbell · 14 years ago
  100. 1aa0b51 xen/irq: Cleanup up the pirq_to_irq for DomU PV PCI passthrough guests as well. by Konrad Rzeszutek Wilk · 14 years ago