summaryrefslogtreecommitdiffstats
path: root/drivers/xen/balloon.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-041-18/+5Star
|\
| * mm: correctly update zone->managed_pagesJiang Liu2013-07-041-18/+5Star
* | 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/+0Star
* 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-071-7/+6Star
|\
| * Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.cRuslan Pisarev2011-07-261-8/+7Star
* | xen: Add module.h to modular drivers/xen users.Paul Gortmaker2011-11-011-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-261-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/+4Star
* 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-181-234/+125Star
|\ \
| | * xen-balloon: Add interface to retrieve ballooned pagesKonrad Rzeszutek Wilk2011-03-161-6/+67
| | * xen-balloon: Move core balloon functionality out of moduleDaniel De Graaf2011-03-161-223/+6Star
| | * xen/balloon: Remove pr_info's and don't alter retry_countKonrad Rzeszutek Wilk2011-03-161-10/+2Star
| | * xen/balloon: Protect against CPU exhaust by event/x processDaniel Kiper2011-03-141-17/+90
| | * xen/balloon: Migration from mod_timer() to schedule_delayed_work()Daniel Kiper2011-03-141-13/+3Star
| | * xen/balloon: Removal of driver_pagesDaniel Kiper2011-03-141-8/+0Star
| |/
* | Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds2011-03-151-5/+9
|\ \
| * | xen: make the ballon driver work for hvm domainsStefano Stabellini2011-02-251-5/+9
| |/
* / xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.Konrad Rzeszutek Wilk2011-03-031-1/+1
|/
* xen: prevent crashes with non-HIGHMEM 32-bit kernels with largeish memoryJeremy Fitzhardinge2010-12-031-2/+10
* xen/balloon: make sure we only include remaining extra ramJeremy Fitzhardinge2010-11-201-2/+5
* xen/balloon: the balloon_lock is uselessJeremy Fitzhardinge2010-11-201-10/+2Star
* xen: add extra pages to balloonJeremy Fitzhardinge2010-11-201-4/+11
* xen: Rename the balloon lockAlex Nixon2010-06-071-11/+4Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-111-0/+2
|\
| * xen: move Xen-testing predicates to common headerJeremy Fitzhardinge2009-11-041-0/+2
* | xen: try harder to balloon up under memory pressure.Ian Campbell2009-12-041-26/+5Star
* | Xen balloon: fix totalram_pages counting.Gianluca Guida2009-12-041-3/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\
| * trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* | mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-4/+0Star
|/
* [IA64] xen_domu_defconfig: fix build issues/warningsJan Beulich2009-05-051-1/+2
* xen: make sysfs files behave as their names suggestJeremy Fitzhardinge2009-01-291-1/+32
* xen: handle highmem pages correctly when shrinking a domainIan Campbell2009-01-231-4/+7