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