1. 4753396 x86/e820: Prepare e280 code for switch to dynamic storage by Denys Vlasenko · 8 years ago
  2. 7a2463d x86/xen: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  3. dd14be9 xen: use same main loop for counting and remapping pages by Juergen Gross · 8 years ago
  4. 41ecf14 Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  5. abed7d0 xen: fix the check of e_pfn in xen_find_pfn_range by Zhenzhong Duan · 9 years ago
  6. f5775e0 x86/xen: discard RAM regions above the maximum reservation by David Vrabel · 10 years ago
  7. 0a6d1fa x86/vdso: Remove runtime 32-bit vDSO selection by Andy Lutomirski · 9 years ago
  8. 64c98e7 x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing map by Malcolm Crossley · 9 years ago
  9. 24f775a xen: use correct type for HYPERVISOR_memory_op() by Juergen Gross · 9 years ago
  10. 626d750 xen: switch extra memory accounting to use pfns by Juergen Gross · 9 years ago
  11. cb9e444 xen: limit memory to architectural maximum by Juergen Gross · 9 years ago
  12. ab24507 xen: avoid another early crash of memory limited dom0 by Juergen Gross · 9 years ago
  13. eafd72e xen: avoid early crash of memory limited dom0 by Juergen Gross · 9 years ago
  14. cb3eb85 xen: remove no longer needed p2m.h by Juergen Gross · 9 years ago
  15. c70727a xen: allow more than 512 GB of RAM for 64 bit pv-domains by Juergen Gross · 9 years ago
  16. 70e6119 xen: move p2m list if conflicting with e820 map by Juergen Gross · 9 years ago
  17. 4b9c153 xen: check for initrd conflicting with e820 map by Juergen Gross · 9 years ago
  18. 04414ba xen: check pre-allocated page tables for conflict with memory map by Juergen Gross · 9 years ago
  19. 808fdb7 xen: check for kernel memory conflicting with memory layout by Juergen Gross · 9 years ago
  20. 9ddac5b xen: find unused contiguous memory area by Juergen Gross · 9 years ago
  21. e612b4a xen: check memory area against e820 map by Juergen Gross · 9 years ago
  22. 5097cdf xen: split counting of extra memory pages from remapping by Juergen Gross · 9 years ago
  23. 69632ec xen: move static e820 map to global scope by Juergen Gross · 9 years ago
  24. 8f5b0c6 xen: eliminate scalability issues from initial mapping setup by Juergen Gross · 9 years ago
  25. a3f5239 x86/xen: add some __init and static annotations in arch/x86/xen/setup.c by Juergen Gross · 10 years ago
  26. 3ba5c86 x86/xen: use correct types for addresses in arch/x86/xen/setup.c by Juergen Gross · 10 years ago
  27. f0feed1 x86/xen: cleanup arch/x86/xen/setup.c by Juergen Gross · 10 years ago
  28. 9a17ad7 xen: check for zero sized area when invalidating memory by Juergen Gross · 10 years ago
  29. e86f949 xen: use correct type for physical addresses by Juergen Gross · 10 years ago
  30. a97dae1 x86/xen: add extra memory for remapped frames during setup by David Vrabel · 10 years ago
  31. bc7142c x86/xen: don't count how many PFNs are identity mapped by David Vrabel · 10 years ago
  32. 76f0a48 xen: annotate xen_set_identity_and_remap_chunk() with __init by Juergen Gross · 10 years ago
  33. 5b8e7d8 xen: Delay invalidating extra memory by Juergen Gross · 10 years ago
  34. 1f3ac86 xen: Delay remapping memory of pv-domain by Juergen Gross · 10 years ago
  35. 1ea644c8 x86/xen: panic on bad Xen-provided memory map by Martin Kelly · 10 years ago
  36. 4fbb67e3 xen/setup: Remap Xen Identity Mapped RAM by Matt Rushton · 10 years ago
  37. 3d09c62 Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  38. ea9f927 x86/xen: no need to explicitly register an NMI callback by David Vrabel · 10 years ago
  39. a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  40. 562658f Revert "xen/pvh: Update E820 to work with PVH (v2)" by David Vrabel · 10 years ago
  41. abacaad x86/xen: fix memory setup for PVH dom0 by David Vrabel · 10 years ago
  42. 25b884a x86/xen: set regions above the end of RAM as 1:1 by David Vrabel · 11 years ago
  43. 2dcc9a3 x86/xen: only warn once if bad MFNs are found during setup by David Vrabel · 11 years ago
  44. 6f121e5 x86, vdso: Reimplement vdso.so preparation in build-time C by Andy Lutomirski · 10 years ago
  45. 12f2bbd Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  46. 07ba06d x86, asmlinkage, xen: Fix type of NMI by Andi Kleen · 11 years ago
  47. 9103bb0 xen/pvh: Update E820 to work with PVH (v2) by Mukesh Rathor · 11 years ago
  48. d285d68 xen/pvh: Early bootup changes in PV code (v4). by Mukesh Rathor · 11 years ago
  49. 3b284bd xen: delete new instances of added __cpuinit by Paul Gortmaker · 11 years ago
  50. cf39c8e Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  51. d936d2d Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  52. e201bfc x86/xen: during early setup, only 1:1 map the ISA region by David Vrabel · 11 years ago
  53. 3bc38cb x86/xen: do not identity map UNUSABLE regions in the machine E820 by David Vrabel · 11 years ago
  54. 6efa20e xen: Support 64-bit PV guest receiving NMIs by Konrad Rzeszutek Wilk · 11 years ago
  55. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  56. 27be457 x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag by Len Brown · 12 years ago
  57. 6a377dd xen idle: make xen-specific macro xen-specific by Len Brown · 12 years ago
  58. 56d92aa Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  59. 8d54db79 xen/boot: Disable NUMA for PV guests. by Konrad Rzeszutek Wilk · 12 years ago
  60. 98104c3 Merge branch 'stable/128gb.v5.1' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  61. 51faaf2 Revert "xen/x86: Workaround 64-bit hypervisor and 32-bit initial domain." and "xen/x86: Use memblock_reserve for sensitive areas." by Konrad Rzeszutek Wilk · 12 years ago
  62. c96aae1 xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M. by Konrad Rzeszutek Wilk · 12 years ago
  63. 59b29440 xen/x86: Use memblock_reserve for sensitive areas. by Konrad Rzeszutek Wilk · 12 years ago
  64. c3d93f8 xen: populate correct number of pages when across mem boundary (v2) by zhenzhong.duan · 12 years ago
  65. 58b7b53 xen/balloon: Subtract from xen_released_pages the count that is populated. by Konrad Rzeszutek Wilk · 12 years ago
  66. 83d51ab xen/setup: update VA mapping when releasing memory during setup by David Vrabel · 12 years ago
  67. 96dc08b xen/setup: Combine the two hypercall functions - since they are quite similar. by Konrad Rzeszutek Wilk · 12 years ago
  68. 2e2fb75 xen/setup: Populate freed MFNs from non-RAM E820 entries and gaps to E820 RAM by Konrad Rzeszutek Wilk · 12 years ago
  69. ca11823 xen/setup: Only print "Freeing XXX-YYY pfn range: Z pages freed" if Z > 0 by Konrad Rzeszutek Wilk · 12 years ago
  70. 48cdd82 xen/cpufreq: Disable the cpu frequency scaling drivers from loading. by Konrad Rzeszutek Wilk · 13 years ago
  71. cc7335b xen/setup/pm/acpi: Remove the call to boot_option_idle_override. by Konrad Rzeszutek Wilk · 13 years ago
  72. 45aa066 Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblock by Ingo Molnar · 13 years ago
  73. 42ebfc6 Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  74. d3db728 xen: only limit memory map to maximum reservation for domain 0. by Ian Campbell · 13 years ago
  75. e5fd47b xen/pm_idle: Make pm_idle be default_idle under Xen. by Konrad Rzeszutek Wilk · 13 years ago
  76. d4bbf7e Merge branch 'master' into x86/memblock by Tejun Heo · 13 years ago
  77. f3f436e xen: release all pages within 1-1 p2m mappings by David Vrabel · 13 years ago
  78. dc91c72 xen: allow extra memory to be in multiple regions by David Vrabel · 13 years ago
  79. 8b5d44a xen: allow balloon driver to use more than one memory region by David Vrabel · 13 years ago
  80. aa24411 xen/balloon: account for pages released during memory setup by David Vrabel · 13 years ago
  81. abbe0d3 Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xen by Linus Torvalds · 13 years ago
  82. e3b73c4 xen/e820: if there is no dom0_mem=, don't tweak extra_pages. by David Vrabel · 13 years ago
  83. 1154526 Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xen by Linus Torvalds · 13 years ago
  84. d312ae87 xen: use maximum reservation to limit amount of usable RAM by David Vrabel · 13 years ago
  85. 45a05f9 Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  86. 98f531d xen: Fix misleading WARN message at xen_release_chunk by Igor Mammedov · 13 years ago
  87. 8f3c588 xen: Fix printk() format in xen/setup.c by Igor Mammedov · 13 years ago
  88. d91ee58 cpuidle: replace xen access to x86 pm_idle and default_idle by Len Brown · 13 years ago
  89. 24aa078 memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones by Tejun Heo · 13 years ago
  90. acd049c xen/setup: Fix for incorrect xen_extra_mem_start. by Konrad Rzeszutek Wilk · 13 years ago
  91. e33ab8f Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' and 'stable/mmu.bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  92. ae15a3b arch/x86/xen/setup: Cleanup code/data sections definitions by Daniel Kiper · 13 years ago
  93. 0f16d0d xen/setup: Fix for incorrect xen_extra_mem_start initialization under 32-bit by Daniel Kiper · 13 years ago
  94. 15bfc09 xen/setup: Ignore E820_UNUSABLE when setting 1-1 mappings. by Konrad Rzeszutek Wilk · 13 years ago
  95. 24bdb0b xen: do not create the extra e820 region at an addr lower than 4G by Stefano Stabellini · 13 years ago
  96. 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
  97. 68df0da xen/setup: Set identity mapping for non-RAM E820 and E820 gaps. by Konrad Rzeszutek Wilk · 14 years ago
  98. 86b3212 xen/e820: Don't mark balloon memory as E820_UNUSABLE when running as guest and fix overflow. by Konrad Rzeszutek Wilk · 14 years ago
  99. 6eaa412 xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY. by Konrad Rzeszutek Wilk · 14 years ago
  100. 2f14ddc xen/setup: Inhibit resource API from using System RAM E820 gaps as PCI mem gaps. by Zhang, Fengzhe · 14 years ago