aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/balloon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+13
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-5/+2
2019-07-18xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross1-3/+13
2019-03-15xen/balloon: Fix mapping PG_offline pages to user spaceDavid Hildenbrand1-1/+4
2019-03-05xen/balloon: mark inflated pages PG_offlineDavid Hildenbrand1-0/+3
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS1-5/+10
2018-12-28mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand1-1/+1
2018-12-02Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-56/+9
2018-11-29Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin1-56/+9
2018-10-31mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand1-0/+3
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-07-26xen/balloon: Share common memory reservation routinesOleksandr Andrushchenko1-69/+6
2017-12-20xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky1-9/+56
2017-08-31xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guestsBoris Ostrovsky1-3/+5
2017-07-23xen/balloon: don't online new memory initiallyJuergen Gross1-0/+3
2017-05-02xen/balloon: decorate PV-only parts with #ifdef CONFIG_XEN_PVVitaly Kuznetsov1-10/+20
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-12-12xen/balloon: Only mark a page as managed when it is releasedRoss Lagerwall1-4/+2
2016-06-23xen/balloon: Fix declared-but-not-defined warningRoss Lagerwall1-15/+13
2016-04-06xen/balloon: Fix crash when ballooning on x86 32 bit PAERoss Lagerwall1-0/+16
2016-03-22Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-4/+0
2016-03-21drivers/xen: make [xen-]ballon explicitly non-modularPaul Gortmaker1-4/+0
2016-03-15xen_balloon: support memory auto onlining policyVitaly Kuznetsov1-1/+10
2016-03-15memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov1-1/+1
2016-01-30xen, mm: Set IORESOURCE_SYSTEM_RAM to System RAMToshi Kani1-1/+1
2015-10-23xen/balloon: Use the correct sizeof when declaring frame_listJulien Grall1-1/+1
2015-10-23xen/balloon: Don't rely on the page granularity is the same for Xen and LinuxJulien Grall1-15/+55
2015-10-23xen/balloon: pre-allocate p2m entries for ballooned pagesDavid Vrabel1-0/+5
2015-10-23xen/balloon: use hotplugged pages for foreign mappings etc.David Vrabel1-10/+80
2015-10-23xen/balloon: make alloc_xenballoon_pages() always allocate low pagesDavid Vrabel1-13/+8
2015-10-23xen/balloon: only hotplug additional memory if requiredDavid Vrabel1-4/+19
2015-10-23xen/balloon: rationalize memory hotplug statsDavid Vrabel1-63/+12
2015-10-23xen/balloon: find non-conflicting regions to place hotplugged memoryDavid Vrabel1-20/+53
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-1/+1
2015-09-08xen: switch extra memory accounting to use pfnsJuergen Gross1-3/+3
2015-07-20xen: release lock occasionally during ballooningJuergen Gross1-8/+7
2015-03-23xen/balloon: before adding hotplugged memory, set frames to invalidJuergen Gross1-0/+23
2015-01-28xen: remove scratch frames for ballooned pages and m2p overrideDavid Vrabel1-84/+2
2014-10-23xen/balloon: Don't continue ballooning when BP_ECANCELED is encounteredBoris Ostrovsky1-0/+3
2014-09-02xen/balloon: cancel ballooning if adding new memory failedDavid Vrabel1-2/+2
2014-07-04xen/balloon: set ballooned out pages as invalid in p2mDavid Vrabel1-7/+5
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-12/+24
2014-03-25xen/balloon: flush persistent kmaps in correct positionWei Liu1-6/+18
2014-03-20xen, balloon: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-12/+24
2014-01-06xen: simplify balloon_first_page() with list_first_entry_or_null()Jie Liu1-8/+1
2013-12-13xen/balloon: Seperate the auto-translate logic properly (v2)Stefano Stabellini1-29/+34
2013-11-08xen: delete new instances of added __cpuinitPaul Gortmaker1-2/+2
2013-11-08xen/balloon: Set balloon's initial state to number of existing RAM pagesBoris Ostrovsky1-1/+1
2013-09-24xen/balloon: don't alloc page while non-preemptibleDavid Vrabel1-12/+11
2013-09-11xen/balloon: remove BUG_ON in increase_reservationWei Liu1-2/+0