aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/balloon.c
AgeCommit message (Expand)Author
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
2011-03-16xen-balloon: Add interface to retrieve ballooned pagesKonrad Rzeszutek Wilk
2011-03-16xen-balloon: Move core balloon functionality out of moduleDaniel De Graaf
2011-03-16xen/balloon: Remove pr_info's and don't alter retry_countKonrad Rzeszutek Wilk
2011-03-15Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds
2011-03-14xen/balloon: Protect against CPU exhaust by event/x processDaniel Kiper
2011-03-14xen/balloon: Migration from mod_timer() to schedule_delayed_work()Daniel Kiper
2011-03-14xen/balloon: Removal of driver_pagesDaniel Kiper
2011-03-03xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.Konrad Rzeszutek Wilk
2011-02-25xen: make the ballon driver work for hvm domainsStefano Stabellini
2010-12-02xen: prevent crashes with non-HIGHMEM 32-bit kernels with largeish memoryJeremy Fitzhardinge
2010-11-19xen/balloon: make sure we only include remaining extra ramJeremy Fitzhardinge
2010-11-19xen/balloon: the balloon_lock is uselessJeremy Fitzhardinge
2010-11-19xen: add extra pages to balloonJeremy Fitzhardinge