aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen/xen-selfballoon.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-27xen: selfballoon: remove unnecessary static in frontswap_selfshrink()Gravatar Gustavo A. R. Silva 1-2/+2
2016-07-26mm, frontswap: convert frontswap_enabled to static keyGravatar Vlastimil Babka 1-2/+2
2016-03-21xen: audit usages of module.h ; remove unnecessary instancesGravatar Paul Gortmaker 1-1/+0
2014-02-28drivers:xen-selfballoon:reset 'frontswap_inertia_counter' after frontswap_shrinkGravatar Bob Liu 1-0/+1
2014-01-31drivers: xen: deaggressive selfballoon driverGravatar Bob Liu 1-0/+22
2013-08-09xen: replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 1-18/+36
2013-06-28xen: Convert printks to pr_<level>Gravatar Joe Perches 1-6/+5
2013-05-15xen/tmem: Don't use self[ballooning|shrinking] if frontswap is off.Gravatar Konrad Rzeszutek Wilk 1-9/+6
2013-05-15xen/tmem: Remove the usage of '[no|]selfballoon' and use 'tmem.selfballooning...Gravatar Konrad Rzeszutek Wilk 1-23/+2
2013-05-15xen/tmem: Remove the usage of 'noselfshrink' and use 'tmem.selfshrink' bool i...Gravatar Konrad Rzeszutek Wilk 1-13/+2
2013-04-30xen: tmem: enable Xen tmem shim to be built/loaded as a moduleGravatar Dan Magenheimer 1-8/+5
2012-11-15mm: export a function to get vm committed memoryGravatar K. Y. Srinivasan 1-1/+1
2012-05-21xen: Add selfballoning memory reservation tunable.Gravatar Jana Saout 1-1/+33
2012-03-14xen: constify all instances of "struct attribute_group"Gravatar Jan Beulich 1-1/+1
2011-12-15xen: fix build breakage in xen-selfballoon.c caused by sysdev conversionGravatar Greg Kroah-Hartman 1-0/+1
2011-12-14xen-balloon: convert sysdev_class to a regular subsystemGravatar Kay Sievers 1-38/+37
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Gravatar Linus Torvalds 1-4/+63
2011-10-14xen: Fix selfballooning and ensure it doesn't go too farGravatar Dan Magenheimer 1-4/+63
2011-08-16xen: self-balloon needs module.hGravatar Randy Dunlap 1-0/+1
2011-07-26xen/balloon: Fix compile errors - missing header files.Gravatar Konrad Rzeszutek Wilk 1-2/+2
2011-07-08xen: tmem: self-ballooning and frontswap-selfshrinkingGravatar Dan Magenheimer 1-0/+485