1. 375b2a9 xen: correctly rebuild mfn list list after migration. by Ian Campbell · 14 years ago
  2. 3654581 xen: don't add extra_pages for RAM after mem_end by Jeremy Fitzhardinge · 14 years ago
  3. 41f2e47 xen: add support for PAT by Jeremy Fitzhardinge · 14 years ago
  4. 2f7acb2 xen: make sure xen_max_p2m_pfn is up to date by Jeremy Fitzhardinge · 14 years ago
  5. 698bb8d xen: limit extra memory to a certain ratio of base by Jeremy Fitzhardinge · 14 years ago
  6. b5b43ce xen: add extra pages for E820 RAM regions, even if beyond mem_end by Jeremy Fitzhardinge · 14 years ago
  7. 36bc251 xen: make sure xen_extra_mem_start is beyond all non-RAM e820 by Jeremy Fitzhardinge · 14 years ago
  8. 42ee147 xen: implement "extra" memory to reserve space for pages not present at boot by Jeremy Fitzhardinge · 14 years ago
  9. 35ae11f xen: Use host-provided E820 map by Ian Campbell · 16 years ago
  10. cfd8951 xen: don't map missing memory by Jeremy Fitzhardinge · 14 years ago
  11. 33a8475 xen: defer building p2m mfn structures until kernel is mapped by Jeremy Fitzhardinge · 14 years ago
  12. c379806 xen: add return value to set_phys_to_machine() by Jeremy Fitzhardinge · 14 years ago
  13. 58e0502 xen: convert p2m to a 3 level tree by Jeremy Fitzhardinge · 14 years ago
  14. bbbf61e xen: make install_p2mtop_page() static by Jeremy Fitzhardinge · 14 years ago
  15. 1f2d9dd xen: set the actual extent of the mfn_list_list by Jeremy Fitzhardinge · 14 years ago
  16. b7eb4ad xen: set shared_info->arch.max_pfn to max_p2m_pfn by Jeremy Fitzhardinge · 14 years ago
  17. 1e17fc7 xen: remove noise about registering vcpu info by Jeremy Fitzhardinge · 14 years ago
  18. 764f0138 xen: allocate level1_ident_pgt by Jeremy Fitzhardinge · 14 years ago
  19. f099180 xen: use early_brk for level2_kernel_pgt by Jeremy Fitzhardinge · 14 years ago
  20. a2e8752 xen: allocate p2m size based on actual max size by Jeremy Fitzhardinge · 14 years ago
  21. a171ce6 xen: dynamically allocate p2m space by Jeremy Fitzhardinge · 14 years ago
  22. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  23. 3044100 Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  24. e36f561 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags by Linus Torvalds · 14 years ago
  25. 157b6ce Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  26. 709d9f5 Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  27. 76fac07 x86, kexec: Make sure to stop all CPUs before exiting the kernel by Alok Kataria · 14 years ago
  28. de1ef20 xen/privcmd: move remap_domain_mfn_range() to core xen code and export. by Ian Campbell · 15 years ago
  29. eba3ff8 xen: add xen_set_domain_pte() by Jeremy Fitzhardinge · 16 years ago
  30. 74226b8 xen/pci: Request ACS when Xen-SWIOTLB is activated. by Konrad Rzeszutek Wilk · 14 years ago
  31. b5401a9 xen/x86/PCI: Add support for the Xen PCI subsystem by Alex Nixon · 15 years ago
  32. 23ace955 xen: Don't disable the I/O space by Alex Nixon · 16 years ago
  33. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  34. fef5ba7 xen: Cope with unmapped pages when initializing kernel pagetable by Jeremy Fitzhardinge · 14 years ago
  35. 236260b memblock: Allow memblock_init to be called early by Jeremy Fitzhardinge · 14 years ago
  36. 153db80 Merge commit 'v2.6.36-rc7' into core/memblock by Ingo Molnar · 14 years ago
  37. df9ee29 Fix IRQ flag handling naming by David Howells · 14 years ago
  38. 31e7e93 xen: do not initialize PV timers on HVM if !xen_have_vector_callback by Stefano Stabellini · 14 years ago
  39. daab7fc Merge commit 'v2.6.36-rc3' into x86/memblock by Ingo Molnar · 14 years ago
  40. a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
  41. 5cb3a26 x86, xen-swiotlb: Make Xen-SWIOTLB use IOMMU_INIT_* macros. by Konrad Rzeszutek Wilk · 14 years ago
  42. b0f4c06 x86, paravirt: Remove alloc_pmd_clone hook, only used by VMI by Alok Kataria · 14 years ago
  43. 1dc7ce9 xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessary by Ian Campbell · 14 years ago
  44. c93a4df xen: pvhvm: allow user to request no emulated device unplug by Ian Campbell · 14 years ago
  45. 26f0cf9 Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  46. ca50a5f Merge branch 'upstream/pvhvm' into upstream/xen by Jeremy Fitzhardinge · 14 years ago
  47. a70ce4b Merge branch 'upstream/core' into upstream/xen by Jeremy Fitzhardinge · 14 years ago
  48. 086748e xen/panic: use xen_reboot and fix smp_send_stop by Ian Campbell · 14 years ago
  49. f09f6d1 Xen: register panic notifier to take crashes of xen guests on panic by Donald Dutile · 14 years ago
  50. c06ee78 xen: support large numbers of CPUs with vcpu info placement by Mukesh Rathor · 14 years ago
  51. 8a22b99 xen: drop xen_sched_clock in favour of using plain wallclock time by Jeremy Fitzhardinge · 14 years ago
  52. ca65f9f Introduce CONFIG_XEN_PVHVM compile option by Stefano Stabellini · 14 years ago
  53. bbbe573 pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_* by Konrad Rzeszutek Wilk · 15 years ago
  54. d2cb214 xen/mmu: inhibit vmap aliases rather than trying to clear them out by Jeremy Fitzhardinge · 14 years ago
  55. 5915100 x86: Call HVMOP_pagetable_dying on exit_mmap. by Stefano Stabellini · 14 years ago
  56. c1c5413 x86: Unplug emulated disks and nics. by Stefano Stabellini · 14 years ago
  57. 409771d x86: Use xen_vcpuop_clockevent, xen_clocksource and xen wallclock. by Stefano Stabellini · 14 years ago
  58. 016b6f5 xen: Add suspend/resume support for PV on HVM guests. by Stefano Stabellini · 14 years ago
  59. 38e20b0 x86/xen: event channels delivery on HVM. by Sheng Yang · 14 years ago
  60. bee6ab5 x86: early PV on HVM features initialization. by Sheng Yang · 14 years ago
  61. f89e048 xen: make sure pages are really part of domain before freeing by Jeremy Fitzhardinge · 15 years ago
  62. 093d7b4 xen: release unused free memory by Miroslav Rezanina · 15 years ago
  63. 08bbc9d xen: Add xen_create_contiguous_region by Alex Nixon · 16 years ago
  64. 19001c8 xen: Rename the balloon lock by Alex Nixon · 16 years ago
  65. 7347b40 xen: Allow unprivileged Xen domains to create iomap pages by Alex Nixon · 15 years ago
  66. c0011db xen: use _PAGE_IOMAP in ioremap to do machine mappings by Jeremy Fitzhardinge · 15 years ago
  67. cd52e17 xen: ensure timer tick is resumed even on CPU driving the resume by Ian Campbell · 14 years ago
  68. 7d02093 Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  69. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  70. c450725 time: Clean up direct xtime usage in xen by John Stultz · 15 years ago
  71. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  72. 2a32f2d Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  73. dad52fc x86, paravirt: Remove kmap_atomic_pte paravirt op. by Ian Campbell · 15 years ago
  74. 817a824 x86, xen: Disable highmem PTE allocation even when CONFIG_HIGHPTE=y by Ian Campbell · 15 years ago
  75. 7170924 xen: Fix misspelled CONFIG variable in comment. by Robert P. J. Day · 15 years ago
  76. ab38612 Merge branch 'master' into percpu by Tejun Heo · 15 years ago
  77. e68266b x86: xen: 64-bit kernel RPL should be 0 by Ian Campbell · 15 years ago
  78. 32032df Merge branch 'master' into percpu by Tejun Heo · 15 years ago
  79. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 15 years ago
  80. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  81. 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
  82. ab1831b Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 15 years ago
  83. 3ff6a46 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
  84. e33c019 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  85. 5d990b6 PCI: add pci_request_acs by Chris Wright · 15 years ago
  86. f6eafe3 xen: call clock resume notifier on all CPUs by Ian Campbell · 15 years ago
  87. 6aaf5d6 xen: use iret for return from 64b kernel to 32b usermode by Jeremy Fitzhardinge · 15 years ago
  88. 499d19b xen: register runstate info for boot CPU early by Jeremy Fitzhardinge · 15 years ago
  89. 0288967 xen: register runstate on secondary CPUs by Ian Campbell · 15 years ago
  90. f350c79 xen: register timer interrupt with IRQF_TIMER by Ian Campbell · 15 years ago
  91. fa24ba6 xen: correctly restore pfn_to_mfn_list_list after resume by Ian Campbell · 15 years ago
  92. 3905bb2 xen: restore runstate_info even if !have_vcpu_info_placement by Jeremy Fitzhardinge · 15 years ago
  93. be01292 xen: re-register runstate area earlier on resume. by Ian Campbell · 15 years ago
  94. 4763ed4 x86, mm: Clean up and simplify NX enablement by H. Peter Anvin · 15 years ago
  95. 1ccbf53 xen: move Xen-testing predicates to common header by Jeremy Fitzhardinge · 15 years ago
  96. d7d3756 cpumask: Use modern cpumask style in Xen by Rusty Russell · 15 years ago
  97. 82d6469 xen: mask extended topology info in cpuid by Jeremy Fitzhardinge · 15 years ago
  98. dd17c8f percpu: remove per_cpu__ prefix. by Rusty Russell · 15 years ago
  99. c6e22f9 percpu: make percpu symbols in xen unique by Tejun Heo · 15 years ago
  100. 973df35 xen: set up mmu_ops before trying to set any ptes by Jeremy Fitzhardinge · 15 years ago