index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
hv_balloon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-05
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2020-10-19
hv_balloon: disable warning when floor reached
Olaf Hering
1
-1
/
+1
2020-10-16
hv_balloon: try to merge system ram resources
David Hildenbrand
1
-1
/
+1
2020-10-16
mm/memory_hotplug: prepare passing flags to add_memory() and friends
David Hildenbrand
1
-1
/
+1
2020-04-07
hv_balloon: don't check for memhp_auto_online manually
David Hildenbrand
1
-15
/
+10
2020-01-25
hv_balloon: Balloon up according to request page number
Tianyu Lan
1
-10
/
+3
2019-12-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+1
2019-12-01
mm/memory_hotplug.c: remove __online_page_set_limits()
Souptick Joarder
1
-1
/
+0
2019-12-01
hv_balloon: use generic_online_page()
David Hildenbrand
1
-2
/
+1
2019-11-21
hv_balloon: Add the support of hibernation
Dexuan Cui
1
-2
/
+85
2019-11-21
Drivers: hv: balloon: Remove dependencies on guest page size
Himadri Pandya
1
-13
/
+12
2019-07-30
hv_balloon: Reorganize the probe function
Dexuan Cui
1
-58
/
+66
2019-07-30
hv_balloon: Use a static page for the balloon_up send buffer
Dexuan Cui
1
-15
/
+4
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 280
Thomas Gleixner
1
-11
/
+1
2019-03-05
hv_balloon: mark inflated pages PG_offline
David Hildenbrand
1
-2
/
+12
2019-03-05
mm/page_alloc.c: memory hotplug: free pages as higher order
Arun KS
1
-3
/
+4
2019-01-09
hv_balloon: avoid touching uninitialized struct page during tail onlining
Vitaly Kuznetsov
1
-4
/
+6
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-1
/
+1
2018-12-28
mm: reference totalram_pages and managed_pages once per function
Arun KS
1
-9
/
+10
2018-10-15
hv_balloon: Replace spin_is_locked() with lockdep
Lance Roy
1
-1
/
+1
2018-07-03
use the new async probing feature for the hyperv drivers
Arjan van de Ven
1
-0
/
+3
2018-03-06
hv_balloon: trace post_status
Vitaly Kuznetsov
1
-0
/
+6
2018-03-06
hv_balloon: fix bugs in num_pages_onlined accounting
Vitaly Kuznetsov
1
-13
/
+69
2018-03-06
hv_balloon: simplify hv_online_page()/hv_page_online_one()
Vitaly Kuznetsov
1
-22
/
+5
2018-03-06
hv_balloon: fix printk loglevel
Vitaly Kuznetsov
1
-6
/
+6
2017-08-16
Drivers: hv: balloon: Initialize last_post_time on startup
Alex Ng
1
-0
/
+1
2017-08-16
Drivers: hv: balloon: Show the max dynamic memory assigned
Alex Ng
1
-2
/
+2
2017-08-16
Drivers: hv: balloon: Correctly update onlined page count
Alex Ng
1
-4
/
+3
2017-03-17
vmbus: remove useless return's
Stephen Hemminger
1
-2
/
+0
2017-01-31
Drivers: hv: balloon: add a fall through comment to hv_memory_notifier()
Vitaly Kuznetsov
1
-0
/
+1
2016-11-07
Drivers: hv: balloon: Fix info request to show max page count
Alex Ng
1
-2
/
+7
2016-11-07
Drivers: hv: balloon: Add logging for dynamic memory operations
Alex Ng
1
-3
/
+28
2016-11-07
Drivers: hv: balloon: Disable hot add when CONFIG_MEMORY_HOTPLUG is not set
Alex Ng
1
-0
/
+4
2016-08-31
Drivers: hv: balloon: Use available memory value in pressure report
Alex Ng
1
-8
/
+5
2016-08-31
Drivers: hv: balloon: replace ha_region_mutex with spinlock
Vitaly Kuznetsov
1
-45
/
+53
2016-08-31
Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is e...
Vitaly Kuznetsov
1
-6
/
+9
2016-08-31
Drivers: hv: balloon: account for gaps in hot add regions
Vitaly Kuznetsov
1
-37
/
+94
2016-08-31
Drivers: hv: balloon: keep track of where ha_region starts
Vitaly Kuznetsov
1
-2
/
+5
2016-05-01
Drivers: hv: balloon: reset host_specified_ha_region
Vitaly Kuznetsov
1
-0
/
+1
2016-05-01
Drivers: hv: balloon: don't crash when memory is added in non-sorted order
Vitaly Kuznetsov
1
-2
/
+2
2015-08-04
Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows...
Alex Ng
1
-6
/
+20
2015-06-01
Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONL...
Vitaly Kuznetsov
1
-1
/
+3
2015-04-03
Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX case
Vitaly Kuznetsov
1
-6
/
+7
2015-04-03
Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages case
Vitaly Kuznetsov
1
-1
/
+1
2015-04-03
Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
Vitaly Kuznetsov
1
-13
/
+6
2015-04-03
Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor function
Vitaly Kuznetsov
1
-4
/
+4
2015-04-03
Drivers: hv: hv_balloon: do not online pages in offline blocks
Vitaly Kuznetsov
1
-1
/
+11
2015-03-25
Drivers: hv: hv_balloon: don't lose memory when onlining order is not natural
Vitaly Kuznetsov
1
-10
/
+4
2015-03-25
Drivers: hv: hv_balloon: keep locks balanced on add_memory() failure
Vitaly Kuznetsov
1
-0
/
+1
2015-03-01
Drivers: hv: hv_balloon: refuse to balloon below the floor
Vitaly Kuznetsov
1
-0
/
+11
[next]