summaryrefslogtreecommitdiff
path: root/drivers/xen/balloon.c
Commit message (Expand)AuthorAgeFilesLines
* xen/balloon: add late_initcall_sync() for initial ballooning doneJuergen Gross2021-11-261-23/+63
* xen/balloon: fix cancelled balloon actionJuergen Gross2021-10-171-6/+15
* xen/balloon: fix balloon kthread freezingJuergen Gross2021-10-061-2/+2
* xen/balloon: use a kernel thread instead a workqueueJuergen Gross2021-10-061-17/+45
* xen/balloon: make the balloon wait interruptibleRoger Pau Monne2020-08-211-2/+4
* xen/balloon: fix accounting in alloc_xenballooned_pages error pathRoger Pau Monne2020-08-211-0/+6
* xen/balloon: fix ballooned page accounting without hotplug enabledJuergen Gross2020-01-091-1/+2
* mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2019-12-011-0/+3
* xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross2019-07-311-3/+13
* Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin2018-12-171-56/+9
* xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky2018-03-031-9/+56
* xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guestsBoris Ostrovsky2017-08-311-3/+5
* xen/balloon: don't online new memory initiallyJuergen Gross2017-07-231-0/+3
* xen/balloon: decorate PV-only parts with #ifdef CONFIG_XEN_PVVitaly Kuznetsov2017-05-021-10/+20
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* xen/balloon: Only mark a page as managed when it is releasedRoss Lagerwall2016-12-121-4/+2
* xen/balloon: Fix declared-but-not-defined warningRoss Lagerwall2016-06-231-15/+13
* xen/balloon: Fix crash when ballooning on x86 32 bit PAERoss Lagerwall2016-04-061-0/+16
* Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-221-4/+0
|\
| * drivers/xen: make [xen-]ballon explicitly non-modularPaul Gortmaker2016-03-211-4/+0
* | xen_balloon: support memory auto onlining policyVitaly Kuznetsov2016-03-151-1/+10
* | memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov2016-03-151-1/+1
* | xen, mm: Set IORESOURCE_SYSTEM_RAM to System RAMToshi Kani2016-01-301-1/+1
|/
* xen/balloon: Use the correct sizeof when declaring frame_listJulien Grall2015-10-231-1/+1
* xen/balloon: Don't rely on the page granularity is the same for Xen and LinuxJulien Grall2015-10-231-15/+55
* xen/balloon: pre-allocate p2m entries for ballooned pagesDavid Vrabel2015-10-231-0/+5
* xen/balloon: use hotplugged pages for foreign mappings etc.David Vrabel2015-10-231-10/+80
* xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel2015-10-231-13/+8
* xen/balloon: only hotplug additional memory if requiredDavid Vrabel2015-10-231-4/+19
* xen/balloon: rationalize memory hotplug statsDavid Vrabel2015-10-231-63/+12
* xen/balloon: find non-conflicting regions to place hotplugged memoryDavid Vrabel2015-10-231-20/+53
* xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-1/+1
* xen: switch extra memory accounting to use pfnsJuergen Gross2015-09-081-3/+3
* xen: release lock occasionally during ballooningJuergen Gross2015-07-201-8/+7
* xen/balloon: before adding hotplugged memory, set frames to invalidJuergen Gross2015-03-231-0/+23
* xen: remove scratch frames for ballooned pages and m2p overrideDavid Vrabel2015-01-281-84/+2
* xen/balloon: Don't continue ballooning when BP_ECANCELED is encounteredBoris Ostrovsky2014-10-231-0/+3
* xen/balloon: cancel ballooning if adding new memory failedDavid Vrabel2014-09-021-2/+2
* xen/balloon: set ballooned out pages as invalid in p2mDavid Vrabel2014-07-041-7/+5
* Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-12/+24
|\
| * xen, balloon: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-12/+24
* | xen/balloon: flush persistent kmaps in correct positionWei Liu2014-03-251-6/+18
|/
* xen: simplify balloon_first_page() with list_first_entry_or_null()Jie Liu2014-01-061-8/+1
* xen/balloon: Seperate the auto-translate logic properly (v2)Stefano Stabellini2013-12-131-29/+34
* xen: delete new instances of added __cpuinitPaul Gortmaker2013-11-081-2/+2
* xen/balloon: Set balloon's initial state to number of existing RAM pagesBoris Ostrovsky2013-11-081-1/+1
* xen/balloon: don't alloc page while non-preemptibleDavid Vrabel2013-09-241-12/+11
* xen/balloon: remove BUG_ON in increase_reservationWei Liu2013-09-111-2/+0
* xen/balloon: ensure preemption is disabled when using a scratch pageDavid Vrabel2013-09-111-4/+7
* xen/balloon: don't set P2M entry for auto translated guestWei Liu2013-08-301-2/+7