1. c5cae66 xen: fix hang on suspend. by Ian Campbell · 15 years ago
  2. 11bd04f Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  3. ab1831b Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 15 years ago
  4. bc2c030 xen: try harder to balloon up under memory pressure. by Ian Campbell · 15 years ago
  5. 3d65c94 Xen balloon: fix totalram_pages counting. by Gianluca Guida · 15 years ago
  6. b4606f2 xen: explicitly create/destroy stop_machine workqueues outside suspend/resume region. by Ian Campbell · 15 years ago
  7. 65f6338 xen: improve error handling in do_suspend. by Ian Campbell · 15 years ago
  8. fed5ea8 xen: don't leak IRQs over suspend/resume. by Ian Campbell · 15 years ago
  9. 922cc38a xen: don't call dpm_resume_noirq() with interrupts disabled. by Jeremy Fitzhardinge · 15 years ago
  10. ae78880 xen: wait up to 5 minutes for device connetion by Paolo Bonzini · 15 years ago
  11. f8dc330 xen: improvement to wait_for_devices() by Paolo Bonzini · 15 years ago
  12. c6e1971 xen: fix is_disconnected_device/exists_disconnected_device by Paolo Bonzini · 15 years ago
  13. db05fed xen/xenbus: make DEVICE_ATTR()s static by Jeremy Fitzhardinge · 15 years ago
  14. 1ccbf53 xen: move Xen-testing predicates to common header by Jeremy Fitzhardinge · 15 years ago
  15. d7d3756 cpumask: Use modern cpumask style in Xen by Rusty Russell · 15 years ago
  16. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  17. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  18. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  19. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  20. 56327c2 includecheck fix: drivers/xen, evtchn.c by Jaswinder Singh Rajput · 15 years ago
  21. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  22. 577eebe xen: make -fstack-protector work under Xen by Jeremy Fitzhardinge · 15 years ago
  23. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  24. a70c352 xen: Use kcalloc() in xen_init_IRQ() by Pekka Enberg · 15 years ago
  25. 245b2e7 percpu: clean up percpu variable definitions by Tejun Heo · 15 years ago
  26. 204fba4 percpu: cleanup percpu array definitions by Tejun Heo · 15 years ago
  27. d161630 PM core: rename suspend and resume functions by Alan Stern · 15 years ago
  28. e39a71e PM: Rename device_power_down/up() by Magnus Damm · 15 years ago
  29. be15f9d Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  30. 6cda3eb Merge branch 'x86/apic' into irq/numa by Ingo Molnar · 15 years ago
  31. f066a15 Merge branch 'x86/urgent' into x86/xen by Ingo Molnar · 15 years ago
  32. 0692698 [IA64] xen_domu_defconfig: fix build issues/warnings by Jan Beulich · 15 years ago
  33. 85ac16d x86/irq: change irq_desc_alloc() to take node instead of cpu by Yinghai Lu · 15 years ago
  34. d5dedd4 irq: change ->set_affinity() to return status by Yinghai Lu · 15 years ago
  35. d745562 xen: honour VCPU availability on boot by Ian Campbell · 15 years ago
  36. 9a5a2ca xen: resume interrupts before system devices. by Ian Campbell · 15 years ago
  37. 38f4b8c Merge commit 'origin/master' into for-linus/xen/master by Jeremy Fitzhardinge · 15 years ago
  38. a811454 Merge branch 'for-linus/xen/core' into for-linus/xen/master by Jeremy Fitzhardinge · 15 years ago
  39. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  40. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  41. 53152f9 xen: honour VCPU availability on boot by Ian Campbell · 15 years ago
  42. 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
  43. 2ed8d2b PM: Rework handling of interrupts during suspend-resume by Rafael J. Wysocki · 15 years ago
  44. 1943689 Merge branches 'for-linus/xen/dev-evtchn', 'for-linus/xen/xenbus', 'for-linus/xen/xenfs' and 'for-linus/xen/sys-hypervisor' into for-linus/xen/master by Jeremy Fitzhardinge · 15 years ago
  45. 818fd20 xen: add "capabilities" file by Jeremy Fitzhardinge · 15 years ago
  46. f078370 xen: drop kexec bits from /sys/hypervisor since kexec isn't implemented yet by Ian Campbell · 15 years ago
  47. a649b72 xen/sys/hypervisor: change writable_pt to features by Jeremy Fitzhardinge · 15 years ago
  48. cff7e81 xen: add /sys/hypervisor support by Jeremy Fitzhardinge · 15 years ago
  49. c6a960c xen/xenbus: export xenbus_dev_changed by Jeremy Fitzhardinge · 15 years ago
  50. de5b31b xen: use device model for suspending xenbus devices by Ian Campbell · 15 years ago
  51. a1ce1be xen: remove suspend_cancel hook by Ian Campbell · 15 years ago
  52. 0a4666b xen/dev-evtchn: clean up locking in evtchn by Jeremy Fitzhardinge · 15 years ago
  53. f711628 xen: add /dev/xen/evtchn driver by Ian Campbell · 15 years ago
  54. d4c0453 xen: add irq_from_evtchn by Ian Campbell · 15 years ago
  55. 1e6fcf8 xen: resume interrupts before system devices. by Ian Campbell · 15 years ago
  56. 692105b trivial: fix typos/grammar errors in Kconfig texts by Matt LaPlante · 15 years ago
  57. d680eb8 cpumask: make Xen use the new operators. by Rusty Russell · 15 years ago
  58. fc6fc7f Merge branch 'linus' into x86/apic by Ingo Molnar · 15 years ago
  59. 770824b PM: Split up sysdev_[suspend|resume] from device_power_[down|up] by Rafael J. Wysocki · 15 years ago
  60. 90af951 xen: explicitly initialise the cpu field of irq_info by Ian Campbell · 15 years ago
  61. 3445a8f xen: make sure that softirqs get handled at the end of event processing by Jeremy Fitzhardinge · 15 years ago
  62. d77bbd4 xen: remove irq bindcount by Jeremy Fitzhardinge · 15 years ago
  63. ced40d0 xen: pack all irq-related info together by Jeremy Fitzhardinge · 15 years ago
  64. 792dc4f xen: use our own eventchannel->irq path by Jeremy Fitzhardinge · 15 years ago
  65. 54a353a xen: set irq_chip disable by Jeremy Fitzhardinge · 15 years ago
  66. 9d45cf9 Merge branch 'x86/urgent' into x86/apic by Ingo Molnar · 15 years ago
  67. 618b2c8 xen: make sysfs files behave as their names suggest by Jeremy Fitzhardinge · 15 years ago
  68. 3ddeb51 Merge branch 'linus' into core/percpu by Ingo Molnar · 15 years ago
  69. e88a0fa xen: unitialised return value in xenbus_write_transaction by Ian Campbell · 15 years ago
  70. ff4ce8c xen: handle highmem pages correctly when shrinking a domain by Ian Campbell · 15 years ago
  71. 1058a75 xen: actually release memory when shrinking domain by Dan Magenheimer · 15 years ago
  72. 28e0886 xen: fix too early kmalloc call by Christophe Saout · 15 years ago
  73. c7a3589 Xen: reduce memory required for cpu_evtchn_mask by Mike Travis · 15 years ago
  74. f7df8ed cpumask: convert misc driver functions by Rusty Russell · 15 years ago
  75. 7f7ace0 cpumask: update irq_desc to use cpumask_var_t by Mike Travis · 15 years ago
  76. 1107ba8 xen: add xenfs to allow usermode <-> Xen interaction by Alex Zeffertt · 15 years ago
  77. d822034 drivers/xen/xenbus/xenbus_client.c: cleanup kerneldoc by Qinghuang Feng · 15 years ago
  78. 2a678cc xen: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  79. 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 · 15 years ago
  80. 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
  81. 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
  82. 18eefed irq: simplify for_each_irq_desc() usage by KOSAKI Motohiro · 16 years ago
  83. 6f8a0ed sparseirq, xen: make sure irq_desc is allocated for interrupts by Jeremy Fitzhardinge · 16 years ago
  84. ecbf29c xen: clean up asm/xen/hypervisor.h by Jeremy Fitzhardinge · 16 years ago
  85. 968ea6d Merge ../linux-2.6-x86 by Rusty Russell · 16 years ago
  86. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 16 years ago
  87. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 16 years ago
  88. 26a3e99 xen: fix scrub_page() by Jeremy Fitzhardinge · 16 years ago
  89. 54074d5 drivers: remove duplicated #include by Jianjun Kong · 16 years ago
  90. ff3c536 xen: compilation fix of drivers/xen/events.c on IA64 by Isaku Yamahata · 16 years ago
  91. 75909fd xen: portability clean up and some minor clean up for xencomm.c by Isaku Yamahata · 16 years ago
  92. ed6e5e5 xen: don't reload cr3 on suspend by Jeremy Fitzhardinge · 16 years ago
  93. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago
  94. 10e5808 genirq: use iterators for irq_desc loops by Thomas Gleixner · 16 years ago
  95. 2b46b37 xen: fix memory access violation bug when CONFIG_HAVE_SPARSE_IRQ is enabled by Alex Nixon · 16 years ago
  96. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 16 years ago
  97. 5a15d7e drivers/xen: use nr_irqs by Yinghai Lu · 16 years ago
  98. d19c8e5 xen: remove unused balloon.h by Jeremy Fitzhardinge · 16 years ago
  99. 3ce9bcb Merge branch 'core/xen' into x86/xen by Ingo Molnar · 16 years ago
  100. 0253398 xen: fix 2.6.27-rc5 xen balloon driver warnings by Jeremy Fitzhardinge · 16 years ago