summaryrefslogtreecommitdiffstats
path: root/drivers/xen/balloon.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-191-3/+13
|\
| * xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross2019-07-181-3/+13
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-191-5/+2Star
|/
* xen/balloon: Fix mapping PG_offline pages to user spaceDavid Hildenbrand2019-03-151-1/+4
* xen/balloon: mark inflated pages PG_offlineDavid Hildenbrand2019-03-061-0/+3
* mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS2019-03-061-5/+10
* mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand2018-12-281-1/+1
* Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-021-56/+9Star
|\
| * Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin2018-11-291-56/+9Star
* | mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-311-0/+3
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
|/
* xen/balloon: Share common memory reservation routinesOleksandr Andrushchenko2018-07-271-69/+6Star
* xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky2017-12-201-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/+2Star
* xen/balloon: Fix declared-but-not-defined warningRoss Lagerwall2016-06-231-15/+13Star
* 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/+0Star
|\
| * drivers/xen: make [xen-]ballon explicitly non-modularPaul Gortmaker2016-03-211-4/+0Star
* | xen_balloon: support memory auto onlining policyVitaly Kuznetsov2016-03-161-1/+10
* | memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov2016-03-161-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/+8Star
* xen/balloon: only hotplug additional memory if requiredDavid Vrabel2015-10-231-4/+19
* xen/balloon: rationalize memory hotplug statsDavid Vrabel2015-10-231-63/+12Star
* 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/+7Star
* 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/+2Star
* 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/+5Star
* 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/+1Star
* 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/+11Star
* xen/balloon: remove BUG_ON in increase_reservationWei Liu2013-09-111-2/+0Star