index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
hv_balloon.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drivers: hv: balloon: add a fall through comment to hv_memory_notifier()
Vitaly Kuznetsov
2017-01-31
1
-0
/
+1
*
Drivers: hv: balloon: Fix info request to show max page count
Alex Ng
2016-11-07
1
-2
/
+7
*
Drivers: hv: balloon: Add logging for dynamic memory operations
Alex Ng
2016-11-07
1
-3
/
+28
*
Drivers: hv: balloon: Disable hot add when CONFIG_MEMORY_HOTPLUG is not set
Alex Ng
2016-11-07
1
-0
/
+4
*
Drivers: hv: balloon: Use available memory value in pressure report
Alex Ng
2016-08-31
1
-8
/
+5
*
Drivers: hv: balloon: replace ha_region_mutex with spinlock
Vitaly Kuznetsov
2016-08-31
1
-45
/
+53
*
Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is e...
Vitaly Kuznetsov
2016-08-31
1
-6
/
+9
*
Drivers: hv: balloon: account for gaps in hot add regions
Vitaly Kuznetsov
2016-08-31
1
-37
/
+94
*
Drivers: hv: balloon: keep track of where ha_region starts
Vitaly Kuznetsov
2016-08-31
1
-2
/
+5
*
Drivers: hv: balloon: reset host_specified_ha_region
Vitaly Kuznetsov
2016-05-01
1
-0
/
+1
*
Drivers: hv: balloon: don't crash when memory is added in non-sorted order
Vitaly Kuznetsov
2016-05-01
1
-2
/
+2
*
Drivers: hv: balloon: Enable dynamic memory protocol negotiation with Windows...
Alex Ng
2015-08-04
1
-6
/
+20
*
Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONL...
Vitaly Kuznetsov
2015-06-01
1
-1
/
+3
*
Drivers: hv: hv_balloon: correctly handle num_pages>INT_MAX case
Vitaly Kuznetsov
2015-04-03
1
-6
/
+7
*
Drivers: hv: hv_balloon: correctly handle val.freeram<num_pages case
Vitaly Kuznetsov
2015-04-03
1
-1
/
+1
*
Drivers: hv: hv_balloon: survive ballooning request with num_pages=0
Vitaly Kuznetsov
2015-04-03
1
-13
/
+6
*
Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor function
Vitaly Kuznetsov
2015-04-03
1
-4
/
+4
*
Drivers: hv: hv_balloon: do not online pages in offline blocks
Vitaly Kuznetsov
2015-04-03
1
-1
/
+11
*
Drivers: hv: hv_balloon: don't lose memory when onlining order is not natural
Vitaly Kuznetsov
2015-03-25
1
-10
/
+4
*
Drivers: hv: hv_balloon: keep locks balanced on add_memory() failure
Vitaly Kuznetsov
2015-03-25
1
-0
/
+1
*
Drivers: hv: hv_balloon: refuse to balloon below the floor
Vitaly Kuznetsov
2015-03-01
1
-0
/
+11
*
Drivers: hv: hv_balloon: report offline pages as being used
Vitaly Kuznetsov
2015-03-01
1
-9
/
+24
*
Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region...
Vitaly Kuznetsov
2015-03-01
1
-29
/
+6
*
hv: hv_balloon: match var type to return type of wait_for_completion
Nicholas Mc Guire
2015-03-01
1
-1
/
+2
*
Drivers: hv: hv_balloon: Don't post pressure status from interrupt context
K. Y. Srinivasan
2015-01-25
1
-7
/
+4
*
Drivers: hv: hv_balloon: Fix a locking bug in the balloon driver
K. Y. Srinivasan
2015-01-25
1
-5
/
+63
*
Drivers: hv: hv_balloon: Make adjustments in computing the floor
K. Y. Srinivasan
2015-01-25
1
-4
/
+5
*
hv: hv_balloon: avoid memory leak on alloc_error of 2MB memory block
Dexuan Cui
2014-11-26
1
-3
/
+7
*
Drivers: hv: balloon: Ensure pressure reports are posted regularly
K. Y. Srinivasan
2014-05-03
1
-3
/
+26
*
Drivers: hv: Ballon: Make pressure posting thread sleep interruptibly
K. Y. Srinivasan
2014-02-15
1
-1
/
+2
*
Drivers: hv: remove HV_DRV_VERSION
Olaf Hering
2013-08-02
1
-1
/
+0
*
Merge 3.11-rc3 into char-misc-next.
Greg Kroah-Hartman
2013-07-29
1
-8
/
+13
|
\
|
*
Drivers: hv: balloon: Do not post pressure status if interrupted
K. Y. Srinivasan
2013-07-16
1
-0
/
+8
|
*
Drivers: hv: balloon: Fix a bug in the hot-add code
K. Y. Srinivasan
2013-07-16
1
-8
/
+5
*
|
Drivers: hv: balloon: Initialize the transaction ID just before sending the p...
K. Y. Srinivasan
2013-07-26
1
-2
/
+2
|
/
*
Drivers: hv: Notify the host of permanent hot-add failures
K. Y. Srinivasan
2013-03-29
1
-2
/
+31
*
Drivers: hv: balloon: Support 2M page allocations for ballooning
K. Y. Srinivasan
2013-03-29
1
-2
/
+16
*
Drivers: hv: balloon: Permit Linux to specify hot-add alignment requirements
K. Y. Srinivasan
2013-03-29
1
-2
/
+15
*
Drivers: hv: balloon: make local functions static
Wei Yongjun
2013-03-25
1
-2
/
+2
*
Drivers: hv: balloon: Implement hot-add functionality
K. Y. Srinivasan
2013-03-15
1
-21
/
+387
*
Drivers: hv: balloon: Make the balloon driver not unloadable
K. Y. Srinivasan
2013-03-15
1
-7
/
+0
*
Drivers: hv: balloon: Execute hot-add code in a separate context
K. Y. Srinivasan
2013-03-15
1
-18
/
+23
*
Drivers: hv: balloon: Execute balloon inflation in a separate context
K. Y. Srinivasan
2013-03-15
1
-10
/
+24
*
Drivers: hv: balloon: Do not request completion notification
K. Y. Srinivasan
2013-03-15
1
-4
/
+2
*
Drivers: hv: balloon: Prevent the host from ballooning the guest too low
K. Y. Srinivasan
2013-02-08
1
-1
/
+34
*
Drivers: hv: balloon: Add a parameter to delay pressure reporting
K. Y. Srinivasan
2013-02-08
1
-2
/
+11
*
Drivers: hv: balloon: Make adjustments to the pressure report
K. Y. Srinivasan
2013-01-30
1
-3
/
+9
*
Merge 3.8-rc5 into char-misc-next
Greg Kroah-Hartman
2013-01-25
1
-14
/
+21
|
\
|
*
Drivers: hv: balloon: Fix a memory leak
K. Y. Srinivasan
2013-01-17
1
-10
/
+13
|
*
Drivers: hv: balloon: Fix a bug in the definition of struct dm_info_msg
K. Y. Srinivasan
2013-01-17
1
-4
/
+8
[next]