aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/balloon.c
AgeCommit message (Expand)Author
2020-09-04xen/balloon: make the balloon wait interruptibleRoger Pau Monne
2020-09-04xen/balloon: fix accounting in alloc_xenballooned_pages error pathRoger Pau Monne
2020-03-20xen/balloon: fix ballooned page accounting without hotplug enabledJuergen Gross
2019-11-09xen/balloon: Set pages PageOffline() in balloon_add_region()David Hildenbrand
2019-07-26xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross
2019-03-15xen/balloon: Fix mapping PG_offline pages to user spaceDavid Hildenbrand
2019-03-05xen/balloon: mark inflated pages PG_offlineDavid Hildenbrand
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS
2018-12-28mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand
2018-12-02Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-29Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin
2018-10-31mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-07-26xen/balloon: Share common memory reservation routinesOleksandr Andrushchenko
2017-12-20xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky
2017-08-31xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guestsBoris Ostrovsky
2017-07-23xen/balloon: don't online new memory initiallyJuergen Gross
2017-05-02xen/balloon: decorate PV-only parts with #ifdef CONFIG_XEN_PVVitaly Kuznetsov
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2016-12-12xen/balloon: Only mark a page as managed when it is releasedRoss Lagerwall
2016-06-23xen/balloon: Fix declared-but-not-defined warningRoss Lagerwall
2016-04-06xen/balloon: Fix crash when ballooning on x86 32 bit PAERoss Lagerwall
2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-21drivers/xen: make [xen-]ballon explicitly non-modularPaul Gortmaker
2016-03-15xen_balloon: support memory auto onlining policyVitaly Kuznetsov
2016-03-15memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov
2016-01-30xen, mm: Set IORESOURCE_SYSTEM_RAM to System RAMToshi Kani
2015-10-23xen/balloon: Use the correct sizeof when declaring frame_listJulien Grall
2015-10-23xen/balloon: Don't rely on the page granularity is the same for Xen and LinuxJulien Grall
2015-10-23xen/balloon: pre-allocate p2m entries for ballooned pagesDavid Vrabel
2015-10-23xen/balloon: use hotplugged pages for foreign mappings etc.David Vrabel
2015-10-23xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel
2015-10-23xen/balloon: only hotplug additional memory if requiredDavid Vrabel
2015-10-23xen/balloon: rationalize memory hotplug statsDavid Vrabel
2015-10-23xen/balloon: find non-conflicting regions to place hotplugged memoryDavid Vrabel
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall
2015-09-08xen: switch extra memory accounting to use pfnsJuergen Gross
2015-07-20xen: release lock occasionally during ballooningJuergen Gross
2015-03-23xen/balloon: before adding hotplugged memory, set frames to invalidJuergen Gross
2015-01-28xen: remove scratch frames for ballooned pages and m2p overrideDavid Vrabel
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