mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/7] Drivers: hv: Miscellaneous cleanups and bug fixes
@ 2015-03-27 16:09 K. Y. Srinivasan
  2015-03-27 16:10 ` [PATCH 1/7] hv: run non-blocking message handlers in the dispatch tasklet K. Y. Srinivasan
  0 siblings, 1 reply; 8+ messages in thread
From: K. Y. Srinivasan @ 2015-03-27 16:09 UTC (permalink / raw)
  To: gregkh, linux-kernel, devel, olaf, apw, vkuznets, jasowang
  Cc: K. Y. Srinivasan

Some miscellaneous cleanup and bug fixes.

 Dexuan Cui (3):
  hv: run non-blocking message handlers in the dispatch tasklet
  hv: don't schedule new works in
    vmbus_onoffer()/vmbus_onoffer_rescind()
  hv: remove the per-channel workqueue

Haiyang Zhang (1):
  hv_vmbus: Add gradually increased delay for retries in
    vmbus_post_msg()

Vitaly Kuznetsov (3):
  Drivers: hv: hv_balloon: do not online pages in offline blocks
  Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor
    function
  Drivers: hv: hv_balloon: survive ballooning request with num_pages=0

 drivers/hv/channel_mgmt.c |  228 +++++++++-----------------------------------
 drivers/hv/connection.c   |   13 +--
 drivers/hv/hv_balloon.c   |   39 ++++----
 drivers/hv/hyperv_vmbus.h |   19 ++++-
 drivers/hv/vmbus_drv.c    |   21 ++++-
 include/linux/hyperv.h    |    3 -
 6 files changed, 110 insertions(+), 213 deletions(-)

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-03-27 14:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-27 16:09 [PATCH 0/7] Drivers: hv: Miscellaneous cleanups and bug fixes K. Y. Srinivasan
2015-03-27 16:10 ` [PATCH 1/7] hv: run non-blocking message handlers in the dispatch tasklet K. Y. Srinivasan
2015-03-27 16:10   ` [PATCH 2/7] hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind() K. Y. Srinivasan
2015-03-27 16:10   ` [PATCH 3/7] hv: remove the per-channel workqueue K. Y. Srinivasan
2015-03-27 16:10   ` [PATCH 4/7] Drivers: hv: hv_balloon: do not online pages in offline blocks K. Y. Srinivasan
2015-03-27 16:10   ` [PATCH 5/7] Drivers: hv: hv_balloon: eliminate jumps in piecewiese linear floor function K. Y. Srinivasan
2015-03-27 16:10   ` [PATCH 6/7] Drivers: hv: hv_balloon: survive ballooning request with num_pages=0 K. Y. Srinivasan
2015-03-27 16:10   ` [PATCH 7/7] hv_vmbus: Add gradually increased delay for retries in vmbus_post_msg() K. Y. Srinivasan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome