1. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  2. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  3. 558f6ab Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Rusty Russell · 15 years ago
  4. 2ed8d2b PM: Rework handling of interrupts during suspend-resume by Rafael J. Wysocki · 15 years ago
  5. 692105b trivial: fix typos/grammar errors in Kconfig texts by Matt LaPlante · 15 years ago
  6. d680eb8 cpumask: make Xen use the new operators. by Rusty Russell · 15 years ago
  7. fc6fc7f Merge branch 'linus' into x86/apic by Ingo Molnar · 15 years ago
  8. 770824b PM: Split up sysdev_[suspend|resume] from device_power_[down|up] by Rafael J. Wysocki · 15 years ago
  9. 90af951 xen: explicitly initialise the cpu field of irq_info by Ian Campbell · 15 years ago
  10. 3445a8f xen: make sure that softirqs get handled at the end of event processing by Jeremy Fitzhardinge · 15 years ago
  11. d77bbd4 xen: remove irq bindcount by Jeremy Fitzhardinge · 15 years ago
  12. ced40d0 xen: pack all irq-related info together by Jeremy Fitzhardinge · 15 years ago
  13. 792dc4f xen: use our own eventchannel->irq path by Jeremy Fitzhardinge · 15 years ago
  14. 54a353a xen: set irq_chip disable by Jeremy Fitzhardinge · 15 years ago
  15. 9d45cf9 Merge branch 'x86/urgent' into x86/apic by Ingo Molnar · 15 years ago
  16. 618b2c8 xen: make sysfs files behave as their names suggest by Jeremy Fitzhardinge · 15 years ago
  17. 3ddeb51 Merge branch 'linus' into core/percpu by Ingo Molnar · 15 years ago
  18. e88a0fa xen: unitialised return value in xenbus_write_transaction by Ian Campbell · 15 years ago
  19. ff4ce8c xen: handle highmem pages correctly when shrinking a domain by Ian Campbell · 15 years ago
  20. 1058a75 xen: actually release memory when shrinking domain by Dan Magenheimer · 15 years ago
  21. 28e0886 xen: fix too early kmalloc call by Christophe Saout · 16 years ago
  22. c7a3589 Xen: reduce memory required for cpu_evtchn_mask by Mike Travis · 16 years ago
  23. f7df8ed cpumask: convert misc driver functions by Rusty Russell · 16 years ago
  24. 7f7ace0 cpumask: update irq_desc to use cpumask_var_t by Mike Travis · 16 years ago
  25. 1107ba8 xen: add xenfs to allow usermode <-> Xen interaction by Alex Zeffertt · 16 years ago
  26. d822034 drivers/xen/xenbus/xenbus_client.c: cleanup kerneldoc by Qinghuang Feng · 16 years ago
  27. 2a678cc xen: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  28. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  29. db200df Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  30. 179475a Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  31. 18eefed irq: simplify for_each_irq_desc() usage by KOSAKI Motohiro · 16 years ago
  32. 6f8a0ed sparseirq, xen: make sure irq_desc is allocated for interrupts by Jeremy Fitzhardinge · 16 years ago
  33. ecbf29c xen: clean up asm/xen/hypervisor.h by Jeremy Fitzhardinge · 16 years ago
  34. 968ea6d Merge ../linux-2.6-x86 by Rusty Russell · 16 years ago
  35. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 16 years ago
  36. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 16 years ago
  37. 26a3e99 xen: fix scrub_page() by Jeremy Fitzhardinge · 16 years ago
  38. 54074d5 drivers: remove duplicated #include by Jianjun Kong · 16 years ago
  39. ff3c536 xen: compilation fix of drivers/xen/events.c on IA64 by Isaku Yamahata · 16 years ago
  40. 75909fd xen: portability clean up and some minor clean up for xencomm.c by Isaku Yamahata · 16 years ago
  41. ed6e5e5 xen: don't reload cr3 on suspend by Jeremy Fitzhardinge · 16 years ago
  42. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago
  43. 10e5808 genirq: use iterators for irq_desc loops by Thomas Gleixner · 16 years ago
  44. 2b46b37 xen: fix memory access violation bug when CONFIG_HAVE_SPARSE_IRQ is enabled by Alex Nixon · 16 years ago
  45. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 16 years ago
  46. 5a15d7e drivers/xen: use nr_irqs by Yinghai Lu · 16 years ago
  47. d19c8e5 xen: remove unused balloon.h by Jeremy Fitzhardinge · 16 years ago
  48. 3ce9bcb Merge branch 'core/xen' into x86/xen by Ingo Molnar · 16 years ago
  49. 0253398 xen: fix 2.6.27-rc5 xen balloon driver warnings by Jeremy Fitzhardinge · 16 years ago
  50. 5ab6d81 Xen: fix cpu_hotplug build when !CONFIG_SMP by Alex Nixon · 16 years ago
  51. 5c51c63 Xen: fix cpu_hotplug.c build by replacing is_running_on_xen() with xen_pv_domain() by Alex Nixon · 16 years ago
  52. 37a7c0f stop_machine: wean Xen off stop_machine_run by Rusty Russell · 16 years ago
  53. d68d82a xen: implement CPU hotplugging by Alex Nixon · 16 years ago
  54. 168d2f4 xen: save previous spinlock when blocking by Jeremy Fitzhardinge · 16 years ago
  55. 6e83358 xen: clean up domain mode predicates by Jeremy Fitzhardinge · 16 years ago
  56. 0d1edf4 xen: compile irq functions without -pg for ftrace by Jeremy Fitzhardinge · 16 years ago
  57. fde28e8 xen-balloon: clean up unused functions by Jeremy Fitzhardinge · 16 years ago
  58. 167e6cf xen-balloon: fix up sysfs issues by Jeremy Fitzhardinge · 16 years ago
  59. 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 16 years ago
  60. 2e2dcc7 Merge branch 'x86/paravirt-spinlocks' into x86/for-linus by Ingo Molnar · 16 years ago
  61. 55ca089 linux-next: pci tree build failure by Stephen Rothwell · 16 years ago
  62. 2d9e1e2 xen: implement Xen-specific spinlocks by Jeremy Fitzhardinge · 16 years ago
  63. ad55db9 xen: add xen_arch_resume()/xen_timer_resume hook for ia64 support by Isaku Yamahata · 16 years ago
  64. a3da5bf Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  65. a144ff0 xen: Avoid allocations causing swap activity on the resume path by Ian Campbell · 16 years ago
  66. 4653938 xen: Use wmb instead of rmb in xen_evtchn_do_upcall(). by Isaku Yamahata · 16 years ago
  67. 6673cf6 xen: Use wmb instead of rmb in xen_evtchn_do_upcall(). by Isaku Yamahata · 16 years ago
  68. c782772 CONFIG_PM_SLEEP fix: xen: fix compilation when CONFIG_PM_SLEEP is disabled by Jeremy Fitzhardinge · 16 years ago
  69. 359cdd3 xen: maintain clock offset over save/restore by Jeremy Fitzhardinge · 16 years ago
  70. 0e91398 xen: implement save/restore by Jeremy Fitzhardinge · 16 years ago
  71. 7d88d32 xenbus: rebind irq on restore by Jeremy Fitzhardinge · 16 years ago
  72. 0f2287a xen: fix unbind_from_irq() by Jeremy Fitzhardinge · 16 years ago
  73. eb1e305 xen: add rebind_evtchn_irq by Jeremy Fitzhardinge · 16 years ago
  74. 955d6f1 xen: drivers/xen/balloon.c: make a function static by Adrian Bunk · 16 years ago
  75. a90971e xen: compilation fix to balloon driver for ia64 support by Isaku Yamahata · 16 years ago
  76. ec9b206 xen: Move manage.c to drivers/xen for ia64/xen support by Isaku Yamahata · 16 years ago
  77. 1775826 xen: add balloon driver by Jeremy Fitzhardinge · 16 years ago
  78. d2f0c52 xen: Module autoprobing support for frontend drivers by Mark McLoughlin · 16 years ago
  79. 1d78d70 xen blkfront: Delay wait for block devices until after the disk is added by Christian Limpach · 16 years ago
  80. b15993f xen: import arch generic part of xencomm by Isaku Yamahata · 16 years ago
  81. 8d3d210 xen: make grant table arch portable by Isaku Yamahata · 16 years ago
  82. 5f0abab xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one by Isaku Yamahata · 16 years ago
  83. 642e0c8 xen: add resend_irq_on_evtchn() definition into events.c by Isaku Yamahata · 16 years ago
  84. e849c3e Xen: make events.c portable for ia64/xen support by Isaku Yamahata · 16 years ago
  85. e04d0d0 xen: move events.c to drivers/xen for IA64/Xen support by Isaku Yamahata · 16 years ago
  86. af711cd xen: move features.c from arch/x86/xen/features.c to drivers/xen by Isaku Yamahata · 16 years ago
  87. 87e27cf xen: add missing definitions for xen grant table which ia64/xen needs by Isaku Yamahata · 16 years ago
  88. bbc60c1 xen: fix grant table bug by Michael Abd-El-Malek · 16 years ago
  89. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  90. 98ac0e5 xenbus_xs.c: fix a use-after-free by Adrian Bunk · 17 years ago
  91. 4bac07c xen: add the Xenbus sysfs and virtual device hotplug driver by Jeremy Fitzhardinge · 17 years ago
  92. ad9a861 xen: Add grant table support by Jeremy Fitzhardinge · 17 years ago