Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
4e2ee51e82510813969eff9feff8e570a8a28c73
/
drivers
/
xen
/
balloon.c
ca15ca4
mm: remove unneeded includes of <asm/pgalloc.h>
by Mike Rapoport
· 4 years, 6 months ago
e31cf2f
mm: don't include asm/pgtable.h if linux/mm.h is already included
by Mike Rapoport
· 4 years, 8 months ago
b01d7cb
Merge tag 'for-linus-5.5b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 5 years ago
c673ec6
xen/balloon: fix ballooned page accounting without hotplug enabled
by Juergen Gross
· 5 years ago
12cc1c73
mm/memory_hotplug.c: remove __online_page_set_limits()
by Souptick Joarder
· 5 years ago
04ccbdc
xen/balloon: Clear PG_offline in balloon_retrieve()
by David Hildenbrand
· 5 years ago
59b52f1
xen/balloon: Mark pages PG_offline in balloon_append()
by David Hildenbrand
· 5 years ago
dde3285
xen/balloon: Drop __balloon_append()
by David Hildenbrand
· 5 years ago
c5ad81e
xen/balloon: Set pages PageOffline() in balloon_add_region()
by David Hildenbrand
· 5 years ago
b5d72dd
Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 6 years ago
eec4844
proc/sysctl: add shared variables for range check
by Matteo Croce
· 6 years ago
a1078e8
xen: let alloc_xenballooned_pages() fail if not enough memory free
by Juergen Gross
· 6 years ago
0266def
xen/balloon: Fix mapping PG_offline pages to user space
by David Hildenbrand
· 6 years ago
77c4adf
xen/balloon: mark inflated pages PG_offline
by David Hildenbrand
· 6 years ago
a9cd410
mm/page_alloc.c: memory hotplug: free pages as higher order
by Arun KS
· 6 years ago
f29d8e9c0
mm/memory_hotplug: drop "online" parameter from add_memory_resource()
by David Hildenbrand
· 6 years ago
292974c
Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 6 years ago
1236641
Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"
by Igor Druzhinin
· 6 years ago
8df1d0e
mm/memory_hotplug: make add_memory() take the device_hotplug_lock
by David Hildenbrand
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
ae4c51a
xen/balloon: Share common memory reservation routines
by Oleksandr Andrushchenko
· 7 years ago
b3cf852
xen/balloon: Mark unallocated host memory as UNUSABLE
by Boris Ostrovsky
· 7 years ago
b194da2
xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guests
by Boris Ostrovsky
· 7 years ago
96edd61
xen/balloon: don't online new memory initially
by Juergen Gross
· 8 years ago
4fee9ad
xen/balloon: decorate PV-only parts with #ifdef CONFIG_XEN_PV
by Vitaly Kuznetsov
· 8 years ago
5b825c3
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
by Ingo Molnar
· 8 years ago
709613a
xen/balloon: Only mark a page as managed when it is released
by Ross Lagerwall
· 8 years ago
842775f
xen/balloon: Fix declared-but-not-defined warning
by Ross Lagerwall
· 9 years ago
dfd74a1
xen/balloon: Fix crash when ballooning on x86 32 bit PAE
by Ross Lagerwall
· 9 years ago
55fc733
Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
106eaa8
drivers/xen: make [xen-]ballon explicitly non-modular
by Paul Gortmaker
· 9 years ago
703fc13
xen_balloon: support memory auto onlining policy
by Vitaly Kuznetsov
· 9 years ago
31bc385
memory-hotplug: add automatic onlining policy for the newly added memory
by Vitaly Kuznetsov
· 9 years ago
782b866
xen, mm: Set IORESOURCE_SYSTEM_RAM to System RAM
by Toshi Kani
· 9 years ago
3990dd2
xen/balloon: Use the correct sizeof when declaring frame_list
by Julien Grall
· 9 years ago
30756c6
xen/balloon: Don't rely on the page granularity is the same for Xen and Linux
by Julien Grall
· 10 years ago
4a69c90
xen/balloon: pre-allocate p2m entries for ballooned pages
by David Vrabel
· 10 years ago
1cf6a6c
xen/balloon: use hotplugged pages for foreign mappings etc.
by David Vrabel
· 10 years ago
81b286e
xen/balloon: make alloc_xenballoon_pages() always allocate low pages
by David Vrabel
· 10 years ago
b2ac6aa
xen/balloon: only hotplug additional memory if required
by David Vrabel
· 10 years ago
de5a77d
xen/balloon: rationalize memory hotplug stats
by David Vrabel
· 10 years ago
55b3da9
xen/balloon: find non-conflicting regions to place hotplugged memory
by David Vrabel
· 10 years ago
0df4f26
xen: Use correctly the Xen memory terminologies
by Julien Grall
· 9 years ago
626d750
xen: switch extra memory accounting to use pfns
by Juergen Gross
· 9 years ago
929423f
xen: release lock occasionally during ballooning
by Juergen Gross
· 10 years ago
3c56b3a1
xen/balloon: before adding hotplugged memory, set frames to invalid
by Juergen Gross
· 10 years ago
0bb599f
xen: remove scratch frames for ballooned pages and m2p override
by David Vrabel
· 10 years ago
fd8b795
xen/balloon: Don't continue ballooning when BP_ECANCELED is encountered
by Boris Ostrovsky
· 10 years ago
3dcf636
xen/balloon: cancel ballooning if adding new memory failed
by David Vrabel
· 10 years ago
fb9a0c4
xen/balloon: set ballooned out pages as invalid in p2m
by David Vrabel
· 11 years ago
467a9e1
Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
09ed3d5
xen/balloon: flush persistent kmaps in correct position
by Wei Liu
· 11 years ago
43ea953
xen, balloon: Fix CPU hotplug callback registration
by Srivatsa S. Bhat
· 11 years ago
9346c2a
xen: simplify balloon_first_page() with list_first_entry_or_null()
by Jie Liu
· 11 years ago
c1d15f5
xen/balloon: Seperate the auto-translate logic properly (v2)
by Stefano Stabellini
· 11 years ago
3b284bd
xen: delete new instances of added __cpuinit
by Paul Gortmaker
· 11 years ago
c275a57
xen/balloon: Set balloon's initial state to number of existing RAM pages
by Boris Ostrovsky
· 11 years ago
24f6937
xen/balloon: don't alloc page while non-preemptible
by David Vrabel
· 11 years ago
6a6f6e7
xen/balloon: remove BUG_ON in increase_reservation
by Wei Liu
· 11 years ago
2bad07c
xen/balloon: ensure preemption is disabled when using a scratch page
by David Vrabel
· 11 years ago
04660bb
xen/balloon: don't set P2M entry for auto translated guest
by Wei Liu
· 11 years ago
cd9151e
xen/balloon: set a mapping for ballooned out pages
by Stefano Stabellini
· 11 years ago
7f0ef02
Merge branch 'akpm' (updates from Andrew Morton)
by Linus Torvalds
· 12 years ago
3dcc057
mm: correctly update zone->managed_pages
by Jiang Liu
· 12 years ago
283c097
xen: Convert printks to pr_<level>
by Joe Perches
· 12 years ago
fce9268
xen: Fixed assignment error in if statement
by Lisa Nguyen
· 12 years ago
c2374bf
xen: balloon: allow PVMMU interfaces to be compiled out
by Ian Campbell
· 12 years ago
965c0aa
xen: balloon: use correct type for frame_list
by Ian Campbell
· 12 years ago
ee67851
xen: balloon: don't include e820.h
by Ian Campbell
· 12 years ago
72e9cf2
xen/balloon: Avoid OOM when requesting highmem
by Daniel De Graaf
· 13 years ago
daedd87
Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
72ee511
xen: Add module.h to modular drivers/xen users.
by Paul Gortmaker
· 14 years ago
31018ac
Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
8b5d44a
xen: allow balloon driver to use more than one memory region
by David Vrabel
· 13 years ago
b1cbf9b
xen/balloon: simplify test for the end of usable RAM
by David Vrabel
· 13 years ago
aa24411
xen/balloon: account for pages released during memory setup
by David Vrabel
· 13 years ago
693394b
xen: add an "highmem" parameter to alloc_xenballooned_pages
by Stefano Stabellini
· 13 years ago
e882dc9
Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.c
by Ruslan Pisarev
· 13 years ago
080e2be
xen/balloon: memory hotplug support for Xen balloon driver
by Daniel Kiper
· 13 years ago
09ca132
xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_append()
by Daniel Kiper
· 14 years ago
83be7e5
xen/balloon: Clarify credit calculation
by Daniel Kiper
· 14 years ago
4dfe22f
xen/balloon: Simplify HVM integration
by Daniel Kiper
· 14 years ago
a7f3c8f
xen/balloon: Use PageHighMem() for high memory page detection
by Daniel Kiper
· 14 years ago
514af9f
Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
b6f3067
xen-balloon: Add interface to retrieve ballooned pages
by Konrad Rzeszutek Wilk
· 14 years ago
803eb04
xen-balloon: Move core balloon functionality out of module
by Daniel De Graaf
· 14 years ago
40095de
xen/balloon: Remove pr_info's and don't alter retry_count
by Konrad Rzeszutek Wilk
· 14 years ago
76ca078
Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm
by Linus Torvalds
· 14 years ago
95d2ac4
xen/balloon: Protect against CPU exhaust by event/x process
by Daniel Kiper
· 14 years ago
95170b2
xen/balloon: Migration from mod_timer() to schedule_delayed_work()
by Daniel Kiper
· 14 years ago
06f521d
xen/balloon: Removal of driver_pages
by Daniel Kiper
· 14 years ago
6eaa412
xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.
by Konrad Rzeszutek Wilk
· 14 years ago
53d5522
xen: make the ballon driver work for hvm domains
by Stefano Stabellini
· 14 years ago
2a4c92f
xen: prevent crashes with non-HIGHMEM 32-bit kernels with largeish memory
by Jeremy Fitzhardinge
· 14 years ago
66946f6
xen/balloon: make sure we only include remaining extra ram
by Jeremy Fitzhardinge
· 14 years ago
2f70e0a
xen/balloon: the balloon_lock is useless
by Jeremy Fitzhardinge
· 14 years ago
9be4d45
xen: add extra pages to balloon
by Jeremy Fitzhardinge
· 14 years ago
19001c8
xen: Rename the balloon lock
by Alex Nixon
· 16 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
11bd04f
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 15 years ago
Next »