index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
balloon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCE
David Hildenbrand
2021-02-26
1
-1
/
+1
*
xen/balloon: try to merge system ram resources
David Hildenbrand
2020-10-16
1
-1
/
+1
*
mm/memory_hotplug: prepare passing flags to add_memory() and friends
David Hildenbrand
2020-10-16
1
-1
/
+1
*
Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-09-06
1
-2
/
+2
|
\
|
*
xen: add helpers to allocate unpopulated memory
Roger Pau Monne
2020-09-04
1
-2
/
+2
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-07
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2020-08-07
1
-1
/
+0
*
|
Revert "xen/balloon: Fix crash when ballooning on x86 32 bit PAE"
Roger Pau Monne
2020-08-03
1
-14
/
+0
*
|
xen/balloon: make the balloon wait interruptible
Roger Pau Monne
2020-08-03
1
-2
/
+4
*
|
xen/balloon: fix accounting in alloc_xenballooned_pages error path
Roger Pau Monne
2020-08-03
1
-0
/
+6
|
/
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
Merge tag 'for-linus-5.5b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-12-15
1
-1
/
+2
|
\
|
*
xen/balloon: fix ballooned page accounting without hotplug enabled
Juergen Gross
2019-12-13
1
-1
/
+2
*
|
mm/memory_hotplug.c: remove __online_page_set_limits()
Souptick Joarder
2019-12-01
1
-1
/
+0
|
/
*
xen/balloon: Clear PG_offline in balloon_retrieve()
David Hildenbrand
2019-10-01
1
-2
/
+1
*
xen/balloon: Mark pages PG_offline in balloon_append()
David Hildenbrand
2019-10-01
1
-9
/
+4
*
xen/balloon: Drop __balloon_append()
David Hildenbrand
2019-10-01
1
-8
/
+3
*
xen/balloon: Set pages PageOffline() in balloon_add_region()
David Hildenbrand
2019-10-01
1
-0
/
+1
*
Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-07-19
1
-3
/
+13
|
\
|
*
xen: let alloc_xenballooned_pages() fail if not enough memory free
Juergen Gross
2019-07-18
1
-3
/
+13
*
|
proc/sysctl: add shared variables for range check
Matteo Croce
2019-07-18
1
-5
/
+2
|
/
*
xen/balloon: Fix mapping PG_offline pages to user space
David Hildenbrand
2019-03-15
1
-1
/
+4
*
xen/balloon: mark inflated pages PG_offline
David Hildenbrand
2019-03-05
1
-0
/
+3
*
mm/page_alloc.c: memory hotplug: free pages as higher order
Arun KS
2019-03-05
1
-5
/
+10
*
mm/memory_hotplug: drop "online" parameter from add_memory_resource()
David Hildenbrand
2018-12-28
1
-1
/
+1
*
Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-12-02
1
-56
/
+9
|
\
|
*
Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"
Igor Druzhinin
2018-11-29
1
-56
/
+9
*
|
mm/memory_hotplug: make add_memory() take the device_hotplug_lock
David Hildenbrand
2018-10-31
1
-0
/
+3
*
|
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+1
|
/
*
xen/balloon: Share common memory reservation routines
Oleksandr Andrushchenko
2018-07-26
1
-69
/
+6
*
xen/balloon: Mark unallocated host memory as UNUSABLE
Boris Ostrovsky
2017-12-20
1
-9
/
+56
*
xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guests
Boris Ostrovsky
2017-08-31
1
-3
/
+5
*
xen/balloon: don't online new memory initially
Juergen Gross
2017-07-23
1
-0
/
+3
*
xen/balloon: decorate PV-only parts with #ifdef CONFIG_XEN_PV
Vitaly Kuznetsov
2017-05-02
1
-10
/
+20
*
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
2017-03-02
1
-0
/
+1
*
xen/balloon: Only mark a page as managed when it is released
Ross Lagerwall
2016-12-12
1
-4
/
+2
*
xen/balloon: Fix declared-but-not-defined warning
Ross Lagerwall
2016-06-23
1
-15
/
+13
*
xen/balloon: Fix crash when ballooning on x86 32 bit PAE
Ross Lagerwall
2016-04-06
1
-0
/
+16
*
Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-22
1
-4
/
+0
|
\
|
*
drivers/xen: make [xen-]ballon explicitly non-modular
Paul Gortmaker
2016-03-21
1
-4
/
+0
*
|
xen_balloon: support memory auto onlining policy
Vitaly Kuznetsov
2016-03-15
1
-1
/
+10
*
|
memory-hotplug: add automatic onlining policy for the newly added memory
Vitaly Kuznetsov
2016-03-15
1
-1
/
+1
*
|
xen, mm: Set IORESOURCE_SYSTEM_RAM to System RAM
Toshi Kani
2016-01-30
1
-1
/
+1
|
/
*
xen/balloon: Use the correct sizeof when declaring frame_list
Julien Grall
2015-10-23
1
-1
/
+1
*
xen/balloon: Don't rely on the page granularity is the same for Xen and Linux
Julien Grall
2015-10-23
1
-15
/
+55
*
xen/balloon: pre-allocate p2m entries for ballooned pages
David Vrabel
2015-10-23
1
-0
/
+5
*
xen/balloon: use hotplugged pages for foreign mappings etc.
David Vrabel
2015-10-23
1
-10
/
+80
*
xen/balloon: make alloc_xenballoon_pages() always allocate low pages
David Vrabel
2015-10-23
1
-13
/
+8
*
xen/balloon: only hotplug additional memory if required
David Vrabel
2015-10-23
1
-4
/
+19
*
xen/balloon: rationalize memory hotplug stats
David Vrabel
2015-10-23
1
-63
/
+12
[next]