index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
balloon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-02
xen/balloon: cancel ballooning if adding new memory failed
David Vrabel
1
-2
/
+2
2014-07-04
xen/balloon: set ballooned out pages as invalid in p2m
David Vrabel
1
-7
/
+5
2014-04-08
Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-12
/
+24
2014-03-25
xen/balloon: flush persistent kmaps in correct position
Wei Liu
1
-6
/
+18
2014-03-20
xen, balloon: Fix CPU hotplug callback registration
Srivatsa S. Bhat
1
-12
/
+24
2014-01-06
xen: simplify balloon_first_page() with list_first_entry_or_null()
Jie Liu
1
-8
/
+1
2013-12-13
xen/balloon: Seperate the auto-translate logic properly (v2)
Stefano Stabellini
1
-29
/
+34
2013-11-09
xen: delete new instances of added __cpuinit
Paul Gortmaker
1
-2
/
+2
2013-11-09
xen/balloon: Set balloon's initial state to number of existing RAM pages
Boris Ostrovsky
1
-1
/
+1
2013-09-25
xen/balloon: don't alloc page while non-preemptible
David Vrabel
1
-12
/
+11
2013-09-11
xen/balloon: remove BUG_ON in increase_reservation
Wei Liu
1
-2
/
+0
2013-09-11
xen/balloon: ensure preemption is disabled when using a scratch page
David Vrabel
1
-4
/
+7
2013-08-30
xen/balloon: don't set P2M entry for auto translated guest
Wei Liu
1
-2
/
+7
2013-08-09
xen/balloon: set a mapping for ballooned out pages
Stefano Stabellini
1
-3
/
+66
2013-07-04
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
1
-18
/
+5
2013-07-04
mm: correctly update zone->managed_pages
Jiang Liu
1
-18
/
+5
2013-06-28
xen: Convert printks to pr_<level>
Joe Perches
1
-2
/
+4
2013-05-20
xen: Fixed assignment error in if statement
Lisa Nguyen
1
-1
/
+2
2012-11-29
xen: balloon: allow PVMMU interfaces to be compiled out
Ian Campbell
1
-1
/
+4
2012-10-19
xen: balloon: use correct type for frame_list
Ian Campbell
1
-1
/
+1
2012-10-19
xen: balloon: don't include e820.h
Ian Campbell
1
-1
/
+0
2011-11-16
xen/balloon: Avoid OOM when requesting highmem
Daniel De Graaf
1
-2
/
+2
2011-11-07
Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+6
2011-11-01
xen: Add module.h to modular drivers/xen users.
Paul Gortmaker
1
-0
/
+1
2011-10-25
Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...
Linus Torvalds
1
-4
/
+8
2011-09-29
xen: allow balloon driver to use more than one memory region
David Vrabel
1
-17
/
+27
2011-09-29
xen/balloon: simplify test for the end of usable RAM
David Vrabel
1
-9
/
+9
2011-09-29
xen/balloon: account for pages released during memory setup
David Vrabel
1
-1
/
+3
2011-09-29
xen: add an "highmem" parameter to alloc_xenballooned_pages
Stefano Stabellini
1
-4
/
+8
2011-07-26
Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.c
Ruslan Pisarev
1
-8
/
+7
2011-07-26
xen/balloon: memory hotplug support for Xen balloon driver
Daniel Kiper
1
-2
/
+137
2011-03-30
xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_ap...
Daniel Kiper
1
-2
/
+3
2011-03-30
xen/balloon: Clarify credit calculation
Daniel Kiper
1
-4
/
+4
2011-03-30
xen/balloon: Simplify HVM integration
Daniel Kiper
1
-8
/
+4
2011-03-30
xen/balloon: Use PageHighMem() for high memory page detection
Daniel Kiper
1
-1
/
+1
2011-03-18
Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...
Linus Torvalds
1
-234
/
+125
2011-03-16
xen-balloon: Add interface to retrieve ballooned pages
Konrad Rzeszutek Wilk
1
-6
/
+67
2011-03-16
xen-balloon: Move core balloon functionality out of module
Daniel De Graaf
1
-223
/
+6
2011-03-16
xen/balloon: Remove pr_info's and don't alter retry_count
Konrad Rzeszutek Wilk
1
-10
/
+2
2011-03-15
Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm
Linus Torvalds
1
-5
/
+9
2011-03-14
xen/balloon: Protect against CPU exhaust by event/x process
Daniel Kiper
1
-17
/
+90
2011-03-14
xen/balloon: Migration from mod_timer() to schedule_delayed_work()
Daniel Kiper
1
-13
/
+3
2011-03-14
xen/balloon: Removal of driver_pages
Daniel Kiper
1
-8
/
+0
2011-03-03
xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.
Konrad Rzeszutek Wilk
1
-1
/
+1
2011-02-25
xen: make the ballon driver work for hvm domains
Stefano Stabellini
1
-5
/
+9
2010-12-03
xen: prevent crashes with non-HIGHMEM 32-bit kernels with largeish memory
Jeremy Fitzhardinge
1
-2
/
+10
2010-11-20
xen/balloon: make sure we only include remaining extra ram
Jeremy Fitzhardinge
1
-2
/
+5
2010-11-20
xen/balloon: the balloon_lock is useless
Jeremy Fitzhardinge
1
-10
/
+2
2010-11-20
xen: add extra pages to balloon
Jeremy Fitzhardinge
1
-4
/
+11
2010-06-07
xen: Rename the balloon lock
Alex Nixon
1
-11
/
+4
[next]