aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/balloon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-23xen/balloon: Use the correct sizeof when declaring frame_listJulien Grall1-1/+1
2015-10-23xen/balloon: Don't rely on the page granularity is the same for Xen and LinuxJulien Grall1-15/+55
2015-10-23xen/balloon: pre-allocate p2m entries for ballooned pagesDavid Vrabel1-0/+5
2015-10-23xen/balloon: use hotplugged pages for foreign mappings etc.David Vrabel1-10/+80
2015-10-23xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel1-13/+8
2015-10-23xen/balloon: only hotplug additional memory if requiredDavid Vrabel1-4/+19
2015-10-23xen/balloon: rationalize memory hotplug statsDavid Vrabel1-63/+12
2015-10-23xen/balloon: find non-conflicting regions to place hotplugged memoryDavid Vrabel1-20/+53
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-1/+1
2015-09-08xen: switch extra memory accounting to use pfnsJuergen Gross1-3/+3
2015-07-20xen: release lock occasionally during ballooningJuergen Gross1-8/+7
2015-03-23xen/balloon: before adding hotplugged memory, set frames to invalidJuergen Gross1-0/+23
2015-01-28xen: remove scratch frames for ballooned pages and m2p overrideDavid Vrabel1-84/+2
2014-10-23xen/balloon: Don't continue ballooning when BP_ECANCELED is encounteredBoris Ostrovsky1-0/+3
2014-09-02xen/balloon: cancel ballooning if adding new memory failedDavid Vrabel1-2/+2
2014-07-04xen/balloon: set ballooned out pages as invalid in p2mDavid Vrabel1-7/+5
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-12/+24
2014-03-25xen/balloon: flush persistent kmaps in correct positionWei Liu1-6/+18
2014-03-20xen, balloon: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-12/+24
2014-01-06xen: simplify balloon_first_page() with list_first_entry_or_null()Jie Liu1-8/+1
2013-12-13xen/balloon: Seperate the auto-translate logic properly (v2)Stefano Stabellini1-29/+34
2013-11-08xen: delete new instances of added __cpuinitPaul Gortmaker1-2/+2
2013-11-08xen/balloon: Set balloon's initial state to number of existing RAM pagesBoris Ostrovsky1-1/+1
2013-09-24xen/balloon: don't alloc page while non-preemptibleDavid Vrabel1-12/+11
2013-09-11xen/balloon: remove BUG_ON in increase_reservationWei Liu1-2/+0
2013-09-11xen/balloon: ensure preemption is disabled when using a scratch pageDavid Vrabel1-4/+7
2013-08-30xen/balloon: don't set P2M entry for auto translated guestWei Liu1-2/+7
2013-08-09xen/balloon: set a mapping for ballooned out pagesStefano Stabellini1-3/+66
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-18/+5
2013-07-03mm: correctly update zone->managed_pagesJiang Liu1-18/+5
2013-06-28xen: Convert printks to pr_<level>Joe Perches1-2/+4
2013-05-20xen: Fixed assignment error in if statementLisa Nguyen1-1/+2
2012-11-29xen: balloon: allow PVMMU interfaces to be compiled outIan Campbell1-1/+4
2012-10-19xen: balloon: use correct type for frame_listIan Campbell1-1/+1
2012-10-19xen: balloon: don't include e820.hIan Campbell1-1/+0
2011-11-16xen/balloon: Avoid OOM when requesting highmemDaniel De Graaf1-2/+2
2011-11-06Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-7/+6
2011-10-31xen: Add module.h to modular drivers/xen users.Paul Gortmaker1-0/+1
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-4/+8
2011-09-29xen: allow balloon driver to use more than one memory regionDavid Vrabel1-17/+27
2011-09-29xen/balloon: simplify test for the end of usable RAMDavid Vrabel1-9/+9
2011-09-29xen/balloon: account for pages released during memory setupDavid Vrabel1-1/+3
2011-09-29xen: add an "highmem" parameter to alloc_xenballooned_pagesStefano Stabellini1-4/+8
2011-07-26Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.cRuslan Pisarev1-8/+7
2011-07-25xen/balloon: memory hotplug support for Xen balloon driverDaniel Kiper1-2/+137
2011-03-30xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_append()Daniel Kiper1-2/+3
2011-03-30xen/balloon: Clarify credit calculationDaniel Kiper1-4/+4
2011-03-30xen/balloon: Simplify HVM integrationDaniel Kiper1-8/+4
2011-03-30xen/balloon: Use PageHighMem() for high memory page detectionDaniel Kiper1-1/+1
2011-03-17Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-234/+125