Age | Commit message (Expand) | Author |
2015-10-23 | xen/balloon: Don't rely on the page granularity is the same for Xen and Linux | Julien Grall |
2015-10-23 | xen/balloon: pre-allocate p2m entries for ballooned pages | David Vrabel |
2015-10-23 | xen/balloon: use hotplugged pages for foreign mappings etc. | David Vrabel |
2015-10-23 | xen/balloon: make alloc_xenballoon_pages() always allocate low pages | David Vrabel |
2015-10-23 | xen/balloon: only hotplug additional memory if required | David Vrabel |
2015-10-23 | xen/balloon: rationalize memory hotplug stats | David Vrabel |
2015-10-23 | xen/balloon: find non-conflicting regions to place hotplugged memory | David Vrabel |
2015-09-08 | xen: Use correctly the Xen memory terminologies | Julien Grall |
2015-09-08 | xen: switch extra memory accounting to use pfns | Juergen Gross |
2015-07-20 | xen: release lock occasionally during ballooning | Juergen Gross |
2015-03-23 | xen/balloon: before adding hotplugged memory, set frames to invalid | Juergen Gross |
2015-01-28 | xen: remove scratch frames for ballooned pages and m2p override | David Vrabel |
2014-10-23 | xen/balloon: Don't continue ballooning when BP_ECANCELED is encountered | Boris Ostrovsky |
2014-09-02 | xen/balloon: cancel ballooning if adding new memory failed | David Vrabel |
2014-07-04 | xen/balloon: set ballooned out pages as invalid in p2m | David Vrabel |
2014-04-07 | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-03-25 | xen/balloon: flush persistent kmaps in correct position | Wei Liu |
2014-03-20 | xen, balloon: Fix CPU hotplug callback registration | Srivatsa S. Bhat |
2014-01-06 | xen: simplify balloon_first_page() with list_first_entry_or_null() | Jie Liu |
2013-12-13 | xen/balloon: Seperate the auto-translate logic properly (v2) | Stefano Stabellini |
2013-11-08 | xen: delete new instances of added __cpuinit | Paul Gortmaker |
2013-11-08 | xen/balloon: Set balloon's initial state to number of existing RAM pages | Boris Ostrovsky |
2013-09-24 | xen/balloon: don't alloc page while non-preemptible | David Vrabel |
2013-09-11 | xen/balloon: remove BUG_ON in increase_reservation | Wei Liu |
2013-09-11 | xen/balloon: ensure preemption is disabled when using a scratch page | David Vrabel |
2013-08-30 | xen/balloon: don't set P2M entry for auto translated guest | Wei Liu |
2013-08-09 | xen/balloon: set a mapping for ballooned out pages | Stefano Stabellini |
2013-07-03 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds |
2013-07-03 | mm: correctly update zone->managed_pages | Jiang Liu |
2013-06-28 | xen: Convert printks to pr_<level> | Joe Perches |
2013-05-20 | xen: Fixed assignment error in if statement | Lisa Nguyen |
2012-11-29 | xen: balloon: allow PVMMU interfaces to be compiled out | Ian Campbell |
2012-10-19 | xen: balloon: use correct type for frame_list | Ian Campbell |
2012-10-19 | xen: balloon: don't include e820.h | Ian Campbell |
2011-11-16 | xen/balloon: Avoid OOM when requesting highmem | Daniel De Graaf |
2011-11-06 | Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2011-10-31 | xen: Add module.h to modular drivers/xen users. | Paul Gortmaker |
2011-10-25 | Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker... | Linus Torvalds |
2011-09-29 | xen: allow balloon driver to use more than one memory region | David Vrabel |
2011-09-29 | xen/balloon: simplify test for the end of usable RAM | David Vrabel |
2011-09-29 | xen/balloon: account for pages released during memory setup | David Vrabel |
2011-09-29 | xen: add an "highmem" parameter to alloc_xenballooned_pages | Stefano Stabellini |
2011-07-26 | Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.c | Ruslan Pisarev |
2011-07-25 | xen/balloon: memory hotplug support for Xen balloon driver | Daniel Kiper |
2011-03-30 | xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_ap... | Daniel Kiper |
2011-03-30 | xen/balloon: Clarify credit calculation | Daniel Kiper |
2011-03-30 | xen/balloon: Simplify HVM integration | Daniel Kiper |
2011-03-30 | xen/balloon: Use PageHighMem() for high memory page detection | Daniel Kiper |
2011-03-17 | Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon... | Linus Torvalds |
2011-03-16 | xen-balloon: Add interface to retrieve ballooned pages | Konrad Rzeszutek Wilk |