aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/balloon.c
AgeCommit message (Expand)Author
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
2010-06-07xen: Rename the balloon lockAlex Nixon
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-12-04xen: try harder to balloon up under memory pressure.Ian Campbell
2009-12-04Xen balloon: fix totalram_pages counting.Gianluca Guida
2009-11-04xen: move Xen-testing predicates to common headerJeremy Fitzhardinge
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich
2009-09-21trivial: remove unnecessary semicolonsJoe Perches
2009-05-05[IA64] xen_domu_defconfig: fix build issues/warningsJan Beulich
2009-01-29xen: make sysfs files behave as their names suggestJeremy Fitzhardinge
2009-01-23xen: handle highmem pages correctly when shrinking a domainIan Campbell
2009-01-22xen: actually release memory when shrinking domainDan Magenheimer
2008-12-16xen: clean up asm/xen/hypervisor.hJeremy Fitzhardinge
2008-11-17xen: fix scrub_page()Jeremy Fitzhardinge
2008-11-04drivers: remove duplicated #includeJianjun Kong
2008-10-03xen: remove unused balloon.hJeremy Fitzhardinge
2008-08-20xen: clean up domain mode predicatesJeremy Fitzhardinge
2008-07-28xen-balloon: clean up unused functionsJeremy Fitzhardinge
2008-07-28xen-balloon: fix up sysfs issuesJeremy Fitzhardinge
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen
2008-05-27xen: drivers/xen/balloon.c: make a function staticAdrian Bunk