aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/balloon.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-32/+183
* 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
|\ \
| | * 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/+6
| | * xen/balloon: Remove pr_info's and don't alter retry_countKonrad Rzeszutek Wilk2011-03-161-10/+2
| | * 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/+3
| | * xen/balloon: Removal of driver_pagesDaniel Kiper2011-03-141-8/+0
| |/
* | 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-021-2/+10
* xen/balloon: make sure we only include remaining extra ramJeremy Fitzhardinge2010-11-191-2/+5
* xen/balloon: the balloon_lock is uselessJeremy Fitzhardinge2010-11-191-10/+2
* xen: add extra pages to balloonJeremy Fitzhardinge2010-11-191-4/+11
* xen: Rename the balloon lockAlex Nixon2010-06-071-11/+4
* 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/+5
* | 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/+0
|/
* [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
* xen: actually release memory when shrinking domainDan Magenheimer2009-01-221-0/+5
* xen: clean up asm/xen/hypervisor.hJeremy Fitzhardinge2008-12-161-1/+3
* xen: fix scrub_page()Jeremy Fitzhardinge2008-11-171-8/+1
* drivers: remove duplicated #includeJianjun Kong2008-11-041-1/+0
* xen: remove unused balloon.hJeremy Fitzhardinge2008-10-031-1/+0
* xen: clean up domain mode predicatesJeremy Fitzhardinge2008-08-201-1/+1
* xen-balloon: clean up unused functionsJeremy Fitzhardinge2008-07-281-144/+3
* xen-balloon: fix up sysfs issuesJeremy Fitzhardinge2008-07-281-15/+12
* sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-211-0/+1
* xen: drivers/xen/balloon.c: make a function staticAdrian Bunk2008-05-271-1/+1
* xen: compilation fix to balloon driver for ia64 supportIsaku Yamahata2008-05-271-4/+4
* xen: add balloon driverJeremy Fitzhardinge2008-04-241-0/+712