1. 0df4f26 xen: Use correctly the Xen memory terminologies by Julien Grall · 9 years ago
  2. 626d750 xen: switch extra memory accounting to use pfns by Juergen Gross · 9 years ago
  3. 929423f xen: release lock occasionally during ballooning by Juergen Gross · 9 years ago
  4. 3c56b3a xen/balloon: before adding hotplugged memory, set frames to invalid by Juergen Gross · 9 years ago
  5. 0bb599f xen: remove scratch frames for ballooned pages and m2p override by David Vrabel · 9 years ago
  6. fd8b795 xen/balloon: Don't continue ballooning when BP_ECANCELED is encountered by Boris Ostrovsky · 10 years ago
  7. 3dcf636 xen/balloon: cancel ballooning if adding new memory failed by David Vrabel · 10 years ago
  8. fb9a0c4 xen/balloon: set ballooned out pages as invalid in p2m by David Vrabel · 10 years ago
  9. 467a9e1 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  10. 09ed3d5 xen/balloon: flush persistent kmaps in correct position by Wei Liu · 10 years ago
  11. 43ea953 xen, balloon: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 10 years ago
  12. 9346c2a xen: simplify balloon_first_page() with list_first_entry_or_null() by Jie Liu · 11 years ago
  13. c1d15f5 xen/balloon: Seperate the auto-translate logic properly (v2) by Stefano Stabellini · 11 years ago
  14. 3b284bd xen: delete new instances of added __cpuinit by Paul Gortmaker · 11 years ago
  15. c275a57 xen/balloon: Set balloon's initial state to number of existing RAM pages by Boris Ostrovsky · 11 years ago
  16. 24f6937 xen/balloon: don't alloc page while non-preemptible by David Vrabel · 11 years ago
  17. 6a6f6e7 xen/balloon: remove BUG_ON in increase_reservation by Wei Liu · 11 years ago
  18. 2bad07c xen/balloon: ensure preemption is disabled when using a scratch page by David Vrabel · 11 years ago
  19. 04660bb xen/balloon: don't set P2M entry for auto translated guest by Wei Liu · 11 years ago
  20. cd9151e xen/balloon: set a mapping for ballooned out pages by Stefano Stabellini · 11 years ago
  21. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  22. 3dcc057 mm: correctly update zone->managed_pages by Jiang Liu · 11 years ago
  23. 283c097 xen: Convert printks to pr_<level> by Joe Perches · 11 years ago
  24. fce9268 xen: Fixed assignment error in if statement by Lisa Nguyen · 11 years ago
  25. c2374bf xen: balloon: allow PVMMU interfaces to be compiled out by Ian Campbell · 12 years ago
  26. 965c0aa xen: balloon: use correct type for frame_list by Ian Campbell · 12 years ago
  27. ee67851 xen: balloon: don't include e820.h by Ian Campbell · 12 years ago
  28. 72e9cf2 xen/balloon: Avoid OOM when requesting highmem by Daniel De Graaf · 13 years ago
  29. daedd87 Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  30. 72ee511 xen: Add module.h to modular drivers/xen users. by Paul Gortmaker · 13 years ago
  31. 31018ac Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  32. 8b5d44a xen: allow balloon driver to use more than one memory region by David Vrabel · 13 years ago
  33. b1cbf9b xen/balloon: simplify test for the end of usable RAM by David Vrabel · 13 years ago
  34. aa24411 xen/balloon: account for pages released during memory setup by David Vrabel · 13 years ago
  35. 693394b xen: add an "highmem" parameter to alloc_xenballooned_pages by Stefano Stabellini · 13 years ago
  36. e882dc9 Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.c by Ruslan Pisarev · 13 years ago
  37. 080e2be xen/balloon: memory hotplug support for Xen balloon driver by Daniel Kiper · 13 years ago
  38. 09ca132 xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_append() by Daniel Kiper · 13 years ago
  39. 83be7e5 xen/balloon: Clarify credit calculation by Daniel Kiper · 13 years ago
  40. 4dfe22f xen/balloon: Simplify HVM integration by Daniel Kiper · 13 years ago
  41. a7f3c8f xen/balloon: Use PageHighMem() for high memory page detection by Daniel Kiper · 13 years ago
  42. 514af9f Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  43. b6f3067 xen-balloon: Add interface to retrieve ballooned pages by Konrad Rzeszutek Wilk · 13 years ago
  44. 803eb04 xen-balloon: Move core balloon functionality out of module by Daniel De Graaf · 13 years ago
  45. 40095de xen/balloon: Remove pr_info's and don't alter retry_count by Konrad Rzeszutek Wilk · 13 years ago
  46. 76ca078 Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm by Linus Torvalds · 13 years ago
  47. 95d2ac4 xen/balloon: Protect against CPU exhaust by event/x process by Daniel Kiper · 13 years ago
  48. 95170b2 xen/balloon: Migration from mod_timer() to schedule_delayed_work() by Daniel Kiper · 13 years ago
  49. 06f521d xen/balloon: Removal of driver_pages by Daniel Kiper · 13 years ago
  50. 6eaa412 xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY. by Konrad Rzeszutek Wilk · 13 years ago
  51. 53d5522 xen: make the ballon driver work for hvm domains by Stefano Stabellini · 14 years ago
  52. 2a4c92f xen: prevent crashes with non-HIGHMEM 32-bit kernels with largeish memory by Jeremy Fitzhardinge · 14 years ago
  53. 66946f6 xen/balloon: make sure we only include remaining extra ram by Jeremy Fitzhardinge · 14 years ago
  54. 2f70e0a xen/balloon: the balloon_lock is useless by Jeremy Fitzhardinge · 14 years ago
  55. 9be4d45 xen: add extra pages to balloon by Jeremy Fitzhardinge · 14 years ago
  56. 19001c8 xen: Rename the balloon lock by Alex Nixon · 15 years ago
  57. 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
  58. 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
  59. bc2c030 xen: try harder to balloon up under memory pressure. by Ian Campbell · 15 years ago
  60. 3d65c94 Xen balloon: fix totalram_pages counting. by Gianluca Guida · 15 years ago
  61. 1ccbf53 xen: move Xen-testing predicates to common header by Jeremy Fitzhardinge · 15 years ago
  62. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  63. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  64. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  65. 0692698 [IA64] xen_domu_defconfig: fix build issues/warnings by Jan Beulich · 15 years ago
  66. 618b2c8 xen: make sysfs files behave as their names suggest by Jeremy Fitzhardinge · 15 years ago
  67. ff4ce8c xen: handle highmem pages correctly when shrinking a domain by Ian Campbell · 15 years ago
  68. 1058a75 xen: actually release memory when shrinking domain by Dan Magenheimer · 15 years ago
  69. ecbf29c xen: clean up asm/xen/hypervisor.h by Jeremy Fitzhardinge · 16 years ago
  70. 26a3e99 xen: fix scrub_page() by Jeremy Fitzhardinge · 16 years ago
  71. 54074d5 drivers: remove duplicated #include by Jianjun Kong · 16 years ago
  72. d19c8e5 xen: remove unused balloon.h by Jeremy Fitzhardinge · 16 years ago
  73. 6e83358 xen: clean up domain mode predicates by Jeremy Fitzhardinge · 16 years ago
  74. fde28e8 xen-balloon: clean up unused functions by Jeremy Fitzhardinge · 16 years ago
  75. 167e6cf xen-balloon: fix up sysfs issues by Jeremy Fitzhardinge · 16 years ago
  76. 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 16 years ago
  77. 955d6f1 xen: drivers/xen/balloon.c: make a function static by Adrian Bunk · 16 years ago
  78. a90971e xen: compilation fix to balloon driver for ia64 support by Isaku Yamahata · 16 years ago
  79. 1775826 xen: add balloon driver by Jeremy Fitzhardinge · 16 years ago