1. 6cb6537 xen: events: maintain a list of Xen interrupts by Ian Campbell · 14 years ago
  2. 3d4cfa3 xen: events: push setup of irq<->{evtchn,ipi,virq,pirq} maps into irq_info init functions by Ian Campbell · 14 years ago
  3. 9158c35 xen: events: turn irq_info constructors into initialiser functions by Ian Campbell · 14 years ago
  4. cb60d11 xen: events: use per-cpu variable for cpu_evtchn_mask by Ian Campbell · 14 years ago
  5. f4d0635 xen: events: refactor GSI pirq bindings functions by Ian Campbell · 14 years ago
  6. 0a85226 xen: events: rename restore_cpu_pirqs -> restore_pirqs by Ian Campbell · 14 years ago
  7. 76465b2 xen: events: remove unused public functions by Ian Campbell · 14 years ago
  8. a0e1811 xen: events: fix xen_map_pirq_gsi error return by Ian Campbell · 14 years ago
  9. 653378a xen: events: simplify comment by Ian Campbell · 14 years ago
  10. be49472 xen: events: separate two unrelated halves of if condition by Ian Campbell · 14 years ago
  11. 3b7bcdf xen: events: Remove redundant clear of l2i at end of round-robin loop by Keir Fraser · 14 years ago
  12. 24b51c2 xen: events: Make round-robin scan fairer by snapshotting each l2 word once only by Keir Fraser · 14 years ago
  13. ada6814 xen: events: Clean up round-robin evtchn scan. by Keir Fraser · 14 years ago
  14. f1f4a32 xen: events: Make last processed event channel a per-cpu variable. by Ian Campbell · 14 years ago
  15. ab7f863 xen: events: Process event channels notifications in round-robin order. by Scott Rixner · 14 years ago
  16. 71eef7d xen: events: remove dom0 specific xen_create_msi_irq by Ian Campbell · 14 years ago
  17. ca1d8fe xen: events: use xen_bind_pirq_msi_to_irq from xen_create_msi_irq by Ian Campbell · 14 years ago
  18. f420e01 xen: events: push set_irq_msi down into xen_create_msi_irq by Ian Campbell · 14 years ago
  19. 2e55288 xen: events: update pirq_to_irq in xen_create_msi_irq by Ian Campbell · 14 years ago
  20. 8135591 xen: events: refactor xen_create_msi_irq slightly by Ian Campbell · 14 years ago
  21. bf480d9 xen: events: separate MSI PIRQ allocation from PIRQ binding to IRQ by Ian Campbell · 14 years ago
  22. 5cad61a xen: events: assume PHYSDEVOP_get_free_pirq exists by Ian Campbell · 14 years ago
  23. 4b41df7 xen: events: return irq from xen_allocate_pirq_msi by Ian Campbell · 14 years ago
  24. bb5d079 xen: events: drop XEN_ALLOC_IRQ flag to xen_allocate_pirq_msi by Ian Campbell · 14 years ago
  25. ae1635b xen: events: do not leak IRQ from xen_allocate_pirq_msi when no pirq available. by Ian Campbell · 14 years ago
  26. 8054c36 Merge branch 'stable/irq.rework' into stable/irq.cleanup by Konrad Rzeszutek Wilk · 14 years ago
  27. d79647a xen/gntdev,gntalloc: Remove unneeded VM flags by Daniel De Graaf · 14 years ago
  28. 38eaeb0 xen: gntdev: fix build warning by Ian Campbell · 14 years ago
  29. dc4972a xen/p2m/m2p/gnttab: do not add failed grant maps to m2p override by Ian Campbell · 14 years ago
  30. 1aa0b51 xen/irq: Cleanup up the pirq_to_irq for DomU PV PCI passthrough guests as well. by Konrad Rzeszutek Wilk · 14 years ago
  31. 676dc3c xen: Use IRQF_FORCE_RESUME by Thomas Gleixner · 14 years ago
  32. aa673c1 xen: Fix compile error introduced by "switch to new irq_chip functions" by Ian Campbell · 14 years ago
  33. c9e265e xen: Switch to new irq_chip functions by Thomas Gleixner · 14 years ago
  34. 149f256 xen: Remove stale irq_chip.end by Thomas Gleixner · 14 years ago
  35. 7214610 xen: events: do not free legacy IRQs by Ian Campbell · 14 years ago
  36. 8991150 xen: events: allocate GSIs and dynamic IRQs from separate IRQ ranges. by Ian Campbell · 14 years ago
  37. c9df1ce xen: events: add xen_allocate_irq_{dynamic, gsi} and xen_free_irq by Ian Campbell · 14 years ago
  38. cbf6aa8 xen:events: move find_unbound_irq inside CONFIG_PCI_MSI by Ian Campbell · 14 years ago
  39. 6eaa412 xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY. by Konrad Rzeszutek Wilk · 14 years ago
  40. 2e820f5 xen/irq: implement bind_interdomain_evtchn_to_irqhandler for backend drivers by Ian Campbell · 16 years ago
  41. b056b6a xen: suspend: remove xen_hvm_suspend by Ian Campbell · 14 years ago
  42. 55fb4ac xen: suspend: pull pre/post suspend hooks out into suspend_info by Ian Campbell · 14 years ago
  43. 07af381 xen: suspend: move arch specific pre/post suspend hooks into generic hooks by Ian Campbell · 14 years ago
  44. 82043bb xen: suspend: refactor non-arch specific pre/post suspend hooks by Ian Campbell · 14 years ago
  45. 03c8142 xen: suspend: add "arch" to pre/post suspend hooks by Ian Campbell · 14 years ago
  46. 36b401e xen: suspend: pass extra hypercall argument via suspend_info struct by Ian Campbell · 14 years ago
  47. ceb1802 xen: suspend: refactor cancellation flag into a structure by Ian Campbell · 14 years ago
  48. bd1c0ad xen: suspend: use HYPERVISOR_suspend for PVHVM case instead of open coding by Ian Campbell · 14 years ago
  49. 5527172 xen: do not respond to unknown xenstore control requests by Ian Campbell · 14 years ago
  50. 53d5522 xen: make the ballon driver work for hvm domains by Stefano Stabellini · 14 years ago
  51. 702d4eb9 xen: no need to delay xen_setup_shutdown_event for hvm guests anymore by Stefano Stabellini · 14 years ago
  52. f4ee4af xen-gntdev: Add cast to pointer by Daniel De Graaf · 14 years ago
  53. 77c35ac xen-gntdev: Fix incorrect use of zero handle by Daniel De Graaf · 14 years ago
  54. 8dd3838 xen: suspend and resume system devices when running PVHVM by Ian Campbell · 14 years ago
  55. 1f169f6 xen: change xen/[gntdev/gntalloc] to default m by Stefano Stabellini · 14 years ago
  56. 9960be9 xen-gntdev: prevent using UNMAP_NOTIFY_CLEAR_BYTE on read-only mappings by Daniel De Graaf · 14 years ago
  57. 12996fc xen-gntdev: Avoid double-mapping memory by Daniel De Graaf · 14 years ago
  58. b57c186 xen-gntdev: Avoid unmapping ranges twice by Daniel De Graaf · 14 years ago
  59. 84e4075 xen-gntdev: Use map->vma for checking map validity by Daniel De Graaf · 14 years ago
  60. 0ea22f0 xen-gntdev: Fix unmap notify on PV domains by Daniel De Graaf · 14 years ago
  61. 90b6f30 xen-gntdev: Fix memory leak when mmap fails by Daniel De Graaf · 14 years ago
  62. bdc612d xen/gntalloc,gntdev: Add unmap notify ioctl by Daniel De Graaf · 14 years ago
  63. dd31405 xen-gntalloc: Userspace grant allocation driver by Daniel De Graaf · 14 years ago
  64. aab8f11 xen-gntdev: Support mapping in HVM domains by Daniel De Graaf · 14 years ago
  65. 68b025c xen-gntdev: Add reference counting to maps by Daniel De Graaf · 14 years ago
  66. a879211 xen-gntdev: Use find_vma rather than iterating our vma list manually by Daniel De Graaf · 14 years ago
  67. ef91082 xen-gntdev: Change page limit to be global instead of per-open by Daniel De Graaf · 14 years ago
  68. b052181 xen: events: mark cpu_evtchn_mask_p as __refdata by Ian Campbell · 14 years ago
  69. 67290f4 Merge branch 'xen/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 14 years ago
  70. 9c4bc1c Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  71. 2c0076d8 Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  72. e528db5 xen-platform: Fix compile errors if CONFIG_PCI is not enabled. by Konrad Rzeszutek Wilk · 14 years ago
  73. 94d4c4c Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  74. 7c8c06c xen: rename platform-pci module to xen-platform-pci. by Ian Campbell · 14 years ago
  75. 00f28e4 xen-platform: use PCI interfaces to request IO and MEM resources. by Ian Campbell · 14 years ago
  76. 87f1d40 xen p2m: clear the old pte when adding a page to m2p_override by Jeremy Fitzhardinge · 14 years ago
  77. a12b4eb xen gntdev: use gnttab_map_refs and gnttab_unmap_refs by Stefano Stabellini · 14 years ago
  78. 289b777 xen: introduce gnttab_map_refs and gnttab_unmap_refs by Stefano Stabellini · 14 years ago
  79. f0a70c8 xen/gntdev: Fix circular locking dependency by Daniel De Graaf · 14 years ago
  80. ba5d101 xen/gntdev: stop using "token" argument by Jeremy Fitzhardinge · 14 years ago
  81. 9329e76 xen: gntdev: move use of GNTMAP_contains_pte next to the map_op by Ian Campbell · 14 years ago
  82. 8d3eaea xen/gntdev: add VM_PFNMAP to vma by Jeremy Fitzhardinge · 14 years ago
  83. ab31523 xen/gntdev: allow usermode to map granted pages by Gerd Hoffmann · 14 years ago
  84. 9f99a2f Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  85. 110e7c7 xen/event: validate irq before get evtchn by irq by Joe Jin · 14 years ago
  86. 329620a xen/xenbus: making backend support modular is too complex by Jeremy Fitzhardinge · 15 years ago
  87. 6bac7f9 xen/xenbus: fixup checkpatch issues in xenbus_probe* by Ian Campbell · 14 years ago
  88. 0ff4fdf xen/xenbus: clean up noise in xenbus_probe_frontend.c by Jeremy Fitzhardinge · 14 years ago
  89. b5d33d0 xen/xenbus: clean up noise in xenbus_probe_backend.c by Jeremy Fitzhardinge · 14 years ago
  90. a39bda2 xen/xenbus: clean up noise in xenbus_probe.c by Jeremy Fitzhardinge · 14 years ago
  91. a16448e xen/xenbus: cleanup debug noise in xenbus_comms.c by Jeremy Fitzhardinge · 14 years ago
  92. 7432e4b xen/xenbus: clean up error handling by Jeremy Fitzhardinge · 15 years ago
  93. 1b31a14 xen/xenbus: make frontend bus GPL by Jeremy Fitzhardinge · 15 years ago
  94. c3676e8 xen/xenbus: make sure backend bus is registered earlier by Jeremy Fitzhardinge · 16 years ago
  95. 806f546 xenbus/frontend: register bus earlier by Jeremy Fitzhardinge · 16 years ago
  96. 74c2ee9 xen: remove xen/evtchn.h by Jeremy Fitzhardinge · 16 years ago
  97. df66025 xen: add backend driver support by Ian Campbell · 16 years ago
  98. 2de06cc xen: separate out frontend xenbus by Ian Campbell · 16 years ago
  99. 6a5b3be xenbus: Fix memory leak on release by Daniel De Graaf · 14 years ago
  100. b2e4ae6 xen: Use this_cpu_inc_return by Christoph Lameter · 14 years ago