Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5f25e6a4afd8a5b9b5f4f4a3b31e7a3f55a4a1cb
/
drivers
/
hv
/
hv_balloon.c
d1df458
hv_balloon: do adjust_managed_page_count() when ballooning/un-ballooning
by Vitaly Kuznetsov
· 4 years, 1 month ago
7f3f227
hv_balloon: simplify math in alloc_balloon_pages()
by Vitaly Kuznetsov
· 4 years, 1 month ago
6732b35
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
by Linus Torvalds
· 4 years, 2 months ago
2c3bd2a
hv_balloon: disable warning when floor reached
by Olaf Hering
· 4 years, 3 months ago
2c76e7f
hv_balloon: try to merge system ram resources
by David Hildenbrand
· 4 years, 3 months ago
b611719
mm/memory_hotplug: prepare passing flags to add_memory() and friends
by David Hildenbrand
· 4 years, 3 months ago
bc58ebd
hv_balloon: don't check for memhp_auto_online manually
by David Hildenbrand
· 4 years, 9 months ago
d33c240
hv_balloon: Balloon up according to request page number
by Tianyu Lan
· 5 years ago
596cf45
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 5 years ago
12cc1c73
mm/memory_hotplug.c: remove __online_page_set_limits()
by Souptick Joarder
· 5 years ago
30a9c24
hv_balloon: use generic_online_page()
by David Hildenbrand
· 5 years ago
25bd2b2
hv_balloon: Add the support of hibernation
by Dexuan Cui
· 5 years ago
2af5e7b
Drivers: hv: balloon: Remove dependencies on guest page size
by Himadri Pandya
· 5 years ago
221f6df
hv_balloon: Reorganize the probe function
by Dexuan Cui
· 6 years ago
1fed17d
hv_balloon: Use a static page for the balloon_up send buffer
by Dexuan Cui
· 6 years ago
43aa313
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 280
by Thomas Gleixner
· 6 years ago
fae42c4
hv_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
da8ced3
hv_balloon: avoid touching uninitialized struct page during tail onlining
by Vitaly Kuznetsov
· 6 years ago
ca79b0c
mm: convert totalram_pages and totalhigh_pages variables to atomic
by Arun KS
· 6 years ago
3d6357d
mm: reference totalram_pages and managed_pages once per function
by Arun KS
· 6 years ago
1c87dc8
hv_balloon: Replace spin_is_locked() with lockdep
by Lance Roy
· 6 years ago
af0a564
use the new async probing feature for the hyperv drivers
by Arjan van de Ven
· 7 years ago
cf21be9
hv_balloon: trace post_status
by Vitaly Kuznetsov
· 7 years ago
bba072d1
hv_balloon: fix bugs in num_pages_onlined accounting
by Vitaly Kuznetsov
· 7 years ago
4f098af
hv_balloon: simplify hv_online_page()/hv_page_online_one()
by Vitaly Kuznetsov
· 7 years ago
223e1e4
hv_balloon: fix printk loglevel
by Vitaly Kuznetsov
· 7 years ago
c548f39
Drivers: hv: balloon: Initialize last_post_time on startup
by Alex Ng
· 7 years ago
7b6e54b
Drivers: hv: balloon: Show the max dynamic memory assigned
by Alex Ng
· 7 years ago
6df8d9a
Drivers: hv: balloon: Correctly update onlined page count
by Alex Ng
· 7 years ago
8b1f91f
vmbus: remove useless return's
by Stephen Hemminger
· 8 years ago
ad6d412
Drivers: hv: balloon: add a fall through comment to hv_memory_notifier()
by Vitaly Kuznetsov
· 8 years ago
8500096
Drivers: hv: balloon: Fix info request to show max page count
by Alex Ng
· 8 years ago
b3bb97b
Drivers: hv: balloon: Add logging for dynamic memory operations
by Alex Ng
· 8 years ago
8ba8c0a
Drivers: hv: balloon: Disable hot add when CONFIG_MEMORY_HOTPLUG is not set
by Alex Ng
· 8 years ago
b605c2d
Drivers: hv: balloon: Use available memory value in pressure report
by Alex Ng
· 8 years ago
eece30b
Drivers: hv: balloon: replace ha_region_mutex with spinlock
by Vitaly Kuznetsov
· 8 years ago
a132c54
Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is enabled
by Vitaly Kuznetsov
· 8 years ago
cb7a572
Drivers: hv: balloon: account for gaps in hot add regions
by Vitaly Kuznetsov
· 8 years ago
7cf3b79
Drivers: hv: balloon: keep track of where ha_region starts
by Vitaly Kuznetsov
· 8 years ago
d19a55d
Drivers: hv: balloon: reset host_specified_ha_region
by Vitaly Kuznetsov
· 9 years ago
77c0c97
Drivers: hv: balloon: don't crash when memory is added in non-sorted order
by Vitaly Kuznetsov
· 9 years ago
b6ddeae
Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows 10 hosts
by Alex Ng
· 9 years ago
4e4bd36
Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONLINE case
by Vitaly Kuznetsov
· 10 years ago
797f88c9
Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX case
by Vitaly Kuznetsov
· 10 years ago
ba0c444
Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages case
by Vitaly Kuznetsov
· 10 years ago
0a1a86a
Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
by Vitaly Kuznetsov
· 10 years ago
7fb0e1a
Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor function
by Vitaly Kuznetsov
· 10 years ago
d6cbd2c
Drivers: hv: hv_balloon: do not online pages in offline blocks
by Vitaly Kuznetsov
· 10 years ago
5abbbb7
Drivers: hv: hv_balloon: don't lose memory when onlining order is not natural
by Vitaly Kuznetsov
· 10 years ago
f3f6eb8
Drivers: hv: hv_balloon: keep locks balanced on add_memory() failure
by Vitaly Kuznetsov
· 10 years ago
530d15b
Drivers: hv: hv_balloon: refuse to balloon below the floor
by Vitaly Kuznetsov
· 10 years ago
549fd28
Drivers: hv: hv_balloon: report offline pages as being used
by Vitaly Kuznetsov
· 10 years ago
b05d8d9
Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region_mutex
by Vitaly Kuznetsov
· 10 years ago
b057b3a
hv: hv_balloon: match var type to return type of wait_for_completion
by Nicholas Mc Guire
· 10 years ago
ab3de22
Drivers: hv: hv_balloon: Don't post pressure status from interrupt context
by K. Y. Srinivasan
· 10 years ago
22f8847
Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver
by K. Y. Srinivasan
· 10 years ago
79208c5
Drivers: hv: hv_balloon: Make adjustments in computing the floor
by K. Y. Srinivasan
· 10 years ago
f671223
hv: hv_balloon: avoid memory leak on alloc_error of 2MB memory block
by Dexuan Cui
· 10 years ago
ae33933
Drivers: hv: balloon: Ensure pressure reports are posted regularly
by K. Y. Srinivasan
· 11 years ago
5dba4c5
Drivers: hv: Ballon: Make pressure posting thread sleep interruptibly
by K. Y. Srinivasan
· 11 years ago
cfc2599
Drivers: hv: remove HV_DRV_VERSION
by Olaf Hering
· 12 years ago
9c5891bd
Merge 3.11-rc3 into char-misc-next.
by Greg Kroah-Hartman
· 11 years ago
20138d6
Drivers: hv: balloon: Initialize the transaction ID just before sending the packet
by K. Y. Srinivasan
· 11 years ago
c5e2254
Drivers: hv: balloon: Do not post pressure status if interrupted
by K. Y. Srinivasan
· 11 years ago
ed07ec9
Drivers: hv: balloon: Fix a bug in the hot-add code
by K. Y. Srinivasan
· 11 years ago
7f4f230
Drivers: hv: Notify the host of permanent hot-add failures
by K. Y. Srinivasan
· 12 years ago
f766dc1
Drivers: hv: balloon: Support 2M page allocations for ballooning
by K. Y. Srinivasan
· 12 years ago
647965a
Drivers: hv: balloon: Permit Linux to specify hot-add alignment requirements
by K. Y. Srinivasan
· 12 years ago
a6025a2
Drivers: hv: balloon: make local functions static
by Wei Yongjun
· 12 years ago
1cac8cd
Drivers: hv: balloon: Implement hot-add functionality
by K. Y. Srinivasan
· 12 years ago
0cf40a3
Drivers: hv: balloon: Make the balloon driver not unloadable
by K. Y. Srinivasan
· 12 years ago
c51af82
Drivers: hv: balloon: Execute hot-add code in a separate context
by K. Y. Srinivasan
· 12 years ago
6571b2d
Drivers: hv: balloon: Execute balloon inflation in a separate context
by K. Y. Srinivasan
· 12 years ago
7a64b86
Drivers: hv: balloon: Do not request completion notification
by K. Y. Srinivasan
· 12 years ago
1c7db96
Drivers: hv: balloon: Prevent the host from ballooning the guest too low
by K. Y. Srinivasan
· 12 years ago
e500d15
Drivers: hv: balloon: Add a parameter to delay pressure reporting
by K. Y. Srinivasan
· 12 years ago
0731572
Drivers: hv: balloon: Make adjustments to the pressure report
by K. Y. Srinivasan
· 12 years ago
7479014
Merge 3.8-rc5 into char-misc-next
by Greg Kroah-Hartman
· 12 years ago
d13984e
Drivers: hv: Use consolidated GUID definitions
by K. Y. Srinivasan
· 12 years ago
33080c1
Drivers: hv: balloon: Fix a memory leak
by K. Y. Srinivasan
· 12 years ago
6427a0d
Drivers: hv: balloon: Fix a bug in the definition of struct dm_info_msg
by K. Y. Srinivasan
· 12 years ago
10d498b
hv: hv_balloon: remove duplicated include from hv_balloon.c
by Wei Yongjun
· 12 years ago
989623c
hv: hv_balloon: mark a function static
by Greg Kroah-Hartman
· 12 years ago
9aa8b50
Drivers: hv: Add Hyper-V balloon driver
by K. Y. Srinivasan
· 12 years ago