summaryrefslogtreecommitdiffstats
path: root/drivers/xen/balloon.c
Commit message (Expand)AuthorAgeFilesLines
* x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne2024-03-131-2/+0
* xen: Remove now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-111-1/+0
* xen: simplify sysctl registration for balloonLuis Chamberlain2023-04-131-19/+1
* xen/balloon: don't use PV mode extra memory for zone device allocationsJuergen Gross2022-04-071-31/+23
* xen: use time_is_before_eq_jiffies() instead of open coding itWang Qing2022-03-101-1/+2
* xen/balloon: Bring alloc(free)_xenballooned_pages helpers backOleksandr Tyshchenko2022-01-061-11/+9
* xen/balloon: fix unused-variable warningArnd Bergmann2021-11-081-2/+3
* xen/balloon: rename alloc/free_xenballooned_pagesJuergen Gross2021-11-041-11/+13
* xen/balloon: add late_initcall_sync() for initial ballooning doneJuergen Gross2021-11-041-23/+63
* xen/balloon: fix cancelled balloon actionJuergen Gross2021-10-061-6/+15
* xen/balloon: fix balloon kthread freezingJuergen Gross2021-09-211-2/+2
* xen/balloon: use a kernel thread instead a workqueueJuergen Gross2021-09-141-17/+45
* mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand2021-02-261-1/+1
* xen/balloon: try to merge system ram resourcesDavid Hildenbrand2020-10-161-1/+1
* mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand2020-10-161-1/+1
* Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-09-061-2/+2
|\
| * xen: add helpers to allocate unpopulated memoryRoger Pau Monne2020-09-041-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-1/+0
|\ \ | |/ |/|
| * mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | Revert "xen/balloon: Fix crash when ballooning on x86 32 bit PAE"Roger Pau Monne2020-08-031-14/+0
* | xen/balloon: make the balloon wait interruptibleRoger Pau Monne2020-08-031-2/+4
* | xen/balloon: fix accounting in alloc_xenballooned_pages error pathRoger Pau Monne2020-08-031-0/+6
|/
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge tag 'for-linus-5.5b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-151-1/+2
|\
| * xen/balloon: fix ballooned page accounting without hotplug enabledJuergen Gross2019-12-131-1/+2
* | mm/memory_hotplug.c: remove __online_page_set_limits()Souptick Joarder2019-12-011-1/+0
|/
* xen/balloon: Clear PG_offline in balloon_retrieve()David Hildenbrand2019-10-011-2/+1
* xen/balloon: Mark pages PG_offline in balloon_append()David Hildenbrand2019-10-011-9/+4
* xen/balloon: Drop __balloon_append()David Hildenbrand2019-10-011-8/+3
* xen/balloon: Set pages PageOffline() in balloon_add_region()David Hildenbrand2019-10-011-0/+1
* 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-181-5/+2
|/
* xen/balloon: Fix mapping PG_offline pages to user spaceDavid Hildenbrand2019-03-151-1/+4
* xen/balloon: mark inflated pages PG_offlineDavid Hildenbrand2019-03-051-0/+3
* mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS2019-03-051-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/+9
|\
| * Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin2018-11-291-56/+9
* | 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-261-69/+6
* 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/+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