summaryrefslogtreecommitdiffstats
path: root/drivers/xen/balloon.c
Commit message (Expand)AuthorAgeFilesLines
* xen/balloon: Use the correct sizeof when declaring frame_listJulien Grall2015-10-231-1/+1
* xen/balloon: Don't rely on the page granularity is the same for Xen and LinuxJulien Grall2015-10-231-15/+55
* xen/balloon: pre-allocate p2m entries for ballooned pagesDavid Vrabel2015-10-231-0/+5
* xen/balloon: use hotplugged pages for foreign mappings etc.David Vrabel2015-10-231-10/+80
* xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel2015-10-231-13/+8
* xen/balloon: only hotplug additional memory if requiredDavid Vrabel2015-10-231-4/+19
* xen/balloon: rationalize memory hotplug statsDavid Vrabel2015-10-231-63/+12
* xen/balloon: find non-conflicting regions to place hotplugged memoryDavid Vrabel2015-10-231-20/+53
* xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-1/+1
* xen: switch extra memory accounting to use pfnsJuergen Gross2015-09-081-3/+3
* xen: release lock occasionally during ballooningJuergen Gross2015-07-201-8/+7
* xen/balloon: before adding hotplugged memory, set frames to invalidJuergen Gross2015-03-231-0/+23
* xen: remove scratch frames for ballooned pages and m2p overrideDavid Vrabel2015-01-281-84/+2
* xen/balloon: Don't continue ballooning when BP_ECANCELED is encounteredBoris Ostrovsky2014-10-231-0/+3
* xen/balloon: cancel ballooning if adding new memory failedDavid Vrabel2014-09-021-2/+2
* xen/balloon: set ballooned out pages as invalid in p2mDavid Vrabel2014-07-041-7/+5
* Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-12/+24
|\
| * xen, balloon: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-12/+24
* | xen/balloon: flush persistent kmaps in correct positionWei Liu2014-03-251-6/+18
|/
* xen: simplify balloon_first_page() with list_first_entry_or_null()Jie Liu2014-01-061-8/+1
* xen/balloon: Seperate the auto-translate logic properly (v2)Stefano Stabellini2013-12-131-29/+34
* xen: delete new instances of added __cpuinitPaul Gortmaker2013-11-081-2/+2
* xen/balloon: Set balloon's initial state to number of existing RAM pagesBoris Ostrovsky2013-11-081-1/+1
* xen/balloon: don't alloc page while non-preemptibleDavid Vrabel2013-09-241-12/+11
* xen/balloon: remove BUG_ON in increase_reservationWei Liu2013-09-111-2/+0
* xen/balloon: ensure preemption is disabled when using a scratch pageDavid Vrabel2013-09-111-4/+7
* xen/balloon: don't set P2M entry for auto translated guestWei Liu2013-08-301-2/+7
* xen/balloon: set a mapping for ballooned out pagesStefano Stabellini2013-08-091-3/+66
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-18/+5
|\
| * mm: correctly update zone->managed_pagesJiang Liu2013-07-031-18/+5
* | xen: Convert printks to pr_<level>Joe Perches2013-06-281-2/+4
|/
* xen: Fixed assignment error in if statementLisa Nguyen2013-05-201-1/+2
* xen: balloon: allow PVMMU interfaces to be compiled outIan Campbell2012-11-291-1/+4
* xen: balloon: use correct type for frame_listIan Campbell2012-10-191-1/+1
* xen: balloon: don't include e820.hIan Campbell2012-10-191-1/+0
* xen/balloon: Avoid OOM when requesting highmemDaniel De Graaf2011-11-161-2/+2
* Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-7/+6
|\
| * Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.cRuslan Pisarev2011-07-261-8/+7
* | xen: Add module.h to modular drivers/xen users.Paul Gortmaker2011-10-311-0/+1
| |
| \
*-. \ Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds2011-10-251-4/+8
|\ \ \
| | * | xen: add an "highmem" parameter to alloc_xenballooned_pagesStefano Stabellini2011-09-291-4/+8
| |/ /
* | | xen: allow balloon driver to use more than one memory regionDavid Vrabel2011-09-291-17/+27
* | | xen/balloon: simplify test for the end of usable RAMDavid Vrabel2011-09-291-9/+9
* | | xen/balloon: account for pages released during memory setupDavid Vrabel2011-09-291-1/+3
|/ /
* | xen/balloon: memory hotplug support for Xen balloon driverDaniel Kiper2011-07-251-2/+137
|/
* xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_ap...Daniel Kiper2011-03-301-2/+3
* xen/balloon: Clarify credit calculationDaniel Kiper2011-03-301-4/+4
* xen/balloon: Simplify HVM integrationDaniel Kiper2011-03-301-8/+4
* xen/balloon: Use PageHighMem() for high memory page detectionDaniel Kiper2011-03-301-1/+1
*-. Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...Linus Torvalds2011-03-171-234/+125
|\ \
OpenPOWER on IntegriCloud