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
*
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
|
\
|
*
Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.c
Ruslan Pisarev
2011-07-26
1
-8
/
+7
*
|
xen: Add module.h to modular drivers/xen users.
Paul Gortmaker
2011-10-31
1
-0
/
+1
|
|
|
\
*
-
.
\
Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...
Linus Torvalds
2011-10-25
1
-4
/
+8
|
\
\
\
|
|
*
|
xen: add an "highmem" parameter to alloc_xenballooned_pages
Stefano Stabellini
2011-09-29
1
-4
/
+8
|
|
/
/
*
|
|
xen: allow balloon driver to use more than one memory region
David Vrabel
2011-09-29
1
-17
/
+27
*
|
|
xen/balloon: simplify test for the end of usable RAM
David Vrabel
2011-09-29
1
-9
/
+9
*
|
|
xen/balloon: account for pages released during memory setup
David Vrabel
2011-09-29
1
-1
/
+3
|
/
/
*
/
xen/balloon: memory hotplug support for Xen balloon driver
Daniel Kiper
2011-07-25
1
-2
/
+137
|
/
*
xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_ap...
Daniel Kiper
2011-03-30
1
-2
/
+3
*
xen/balloon: Clarify credit calculation
Daniel Kiper
2011-03-30
1
-4
/
+4
*
xen/balloon: Simplify HVM integration
Daniel Kiper
2011-03-30
1
-8
/
+4
*
xen/balloon: Use PageHighMem() for high memory page detection
Daniel Kiper
2011-03-30
1
-1
/
+1
*
-
.
Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...
Linus Torvalds
2011-03-17
1
-234
/
+125
|
\
\
|
|
*
xen-balloon: Add interface to retrieve ballooned pages
Konrad Rzeszutek Wilk
2011-03-16
1
-6
/
+67
|
|
*
xen-balloon: Move core balloon functionality out of module
Daniel De Graaf
2011-03-16
1
-223
/
+6
|
|
*
xen/balloon: Remove pr_info's and don't alter retry_count
Konrad Rzeszutek Wilk
2011-03-16
1
-10
/
+2
|
|
*
xen/balloon: Protect against CPU exhaust by event/x process
Daniel Kiper
2011-03-14
1
-17
/
+90
|
|
*
xen/balloon: Migration from mod_timer() to schedule_delayed_work()
Daniel Kiper
2011-03-14
1
-13
/
+3
|
|
*
xen/balloon: Removal of driver_pages
Daniel Kiper
2011-03-14
1
-8
/
+0
|
|
/
*
|
Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm
Linus Torvalds
2011-03-15
1
-5
/
+9
|
\
\
|
*
|
xen: make the ballon driver work for hvm domains
Stefano Stabellini
2011-02-25
1
-5
/
+9
|
|
/
*
/
xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.
Konrad Rzeszutek Wilk
2011-03-03
1
-1
/
+1
|
/
*
xen: prevent crashes with non-HIGHMEM 32-bit kernels with largeish memory
Jeremy Fitzhardinge
2010-12-02
1
-2
/
+10
*
xen/balloon: make sure we only include remaining extra ram
Jeremy Fitzhardinge
2010-11-19
1
-2
/
+5
*
xen/balloon: the balloon_lock is useless
Jeremy Fitzhardinge
2010-11-19
1
-10
/
+2
*
xen: add extra pages to balloon
Jeremy Fitzhardinge
2010-11-19
1
-4
/
+11
*
xen: Rename the balloon lock
Alex Nixon
2010-06-07
1
-11
/
+4
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2009-12-11
1
-0
/
+2
|
\
[next]