index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
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
*
xen/balloon: find non-conflicting regions to place hotplugged memory
David Vrabel
2015-10-23
1
-20
/
+53
*
xen: Use correctly the Xen memory terminologies
Julien Grall
2015-09-08
1
-1
/
+1
*
xen: switch extra memory accounting to use pfns
Juergen Gross
2015-09-08
1
-3
/
+3
*
xen: release lock occasionally during ballooning
Juergen Gross
2015-07-20
1
-8
/
+7
*
xen/balloon: before adding hotplugged memory, set frames to invalid
Juergen Gross
2015-03-23
1
-0
/
+23
*
xen: remove scratch frames for ballooned pages and m2p override
David Vrabel
2015-01-28
1
-84
/
+2
*
xen/balloon: Don't continue ballooning when BP_ECANCELED is encountered
Boris Ostrovsky
2014-10-23
1
-0
/
+3
*
xen/balloon: cancel ballooning if adding new memory failed
David Vrabel
2014-09-02
1
-2
/
+2
*
xen/balloon: set ballooned out pages as invalid in p2m
David Vrabel
2014-07-04
1
-7
/
+5
*
Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-04-07
1
-12
/
+24
|
\
|
*
xen, balloon: Fix CPU hotplug callback registration
Srivatsa S. Bhat
2014-03-20
1
-12
/
+24
*
|
xen/balloon: flush persistent kmaps in correct position
Wei Liu
2014-03-25
1
-6
/
+18
|
/
*
xen: simplify balloon_first_page() with list_first_entry_or_null()
Jie Liu
2014-01-06
1
-8
/
+1
*
xen/balloon: Seperate the auto-translate logic properly (v2)
Stefano Stabellini
2013-12-13
1
-29
/
+34
*
xen: delete new instances of added __cpuinit
Paul Gortmaker
2013-11-08
1
-2
/
+2
*
xen/balloon: Set balloon's initial state to number of existing RAM pages
Boris Ostrovsky
2013-11-08
1
-1
/
+1
*
xen/balloon: don't alloc page while non-preemptible
David Vrabel
2013-09-24
1
-12
/
+11
*
xen/balloon: remove BUG_ON in increase_reservation
Wei Liu
2013-09-11
1
-2
/
+0
*
xen/balloon: ensure preemption is disabled when using a scratch page
David Vrabel
2013-09-11
1
-4
/
+7
*
xen/balloon: don't set P2M entry for auto translated guest
Wei Liu
2013-08-30
1
-2
/
+7
*
xen/balloon: set a mapping for ballooned out pages
Stefano Stabellini
2013-08-09
1
-3
/
+66
*
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
2013-07-03
1
-18
/
+5
|
\
|
*
mm: correctly update zone->managed_pages
Jiang Liu
2013-07-03
1
-18
/
+5
*
|
xen: Convert printks to pr_<level>
Joe Perches
2013-06-28
1
-2
/
+4
|
/
*
xen: Fixed assignment error in if statement
Lisa Nguyen
2013-05-20
1
-1
/
+2
*
xen: balloon: allow PVMMU interfaces to be compiled out
Ian Campbell
2012-11-29
1
-1
/
+4
*
xen: balloon: use correct type for frame_list
Ian Campbell
2012-10-19
1
-1
/
+1
*
xen: balloon: don't include e820.h
Ian Campbell
2012-10-19
1
-1
/
+0
*
xen/balloon: Avoid OOM when requesting highmem
Daniel De Graaf
2011-11-16
1
-2
/
+2
*
Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
1
-7
/
+6
|
\
[next]