mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/7] Drivers: hv: Collection fixes and enhancements
@ 2015-02-28 19:38 K. Y. Srinivasan
  2015-02-28 19:38 ` [PATCH 1/7] Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region_mutex K. Y. Srinivasan
  0 siblings, 1 reply; 8+ messages in thread
From: K. Y. Srinivasan @ 2015-02-28 19:38 UTC (permalink / raw)
  To: gregkh, linux-kernel, devel, olaf, apw, vkuznets; +Cc: K. Y. Srinivasan

This patch-set has a collection of fixes to the balloon driver as well
as some enhancements to the vmbus driver. Nick has implemented
a feature for notifying the host in the event of a guest panic.
I have implemented a couple of APIs for sending messages over the
VMBUS that gives more control to the users. This will help enable
batching of messages over VMBUS.

K. Y. Srinivasan (3):
  Drivers: hv: vmbus: Use a round-robin algorithm for picking the
    outgoing channel
  Drivers: hv: vmbus: Suport an API to send pagebuffers with additional
    control
  Drivers: hv: vmbus: Suport an API to send packet with additional
    control

Nick Meier (1):
  Drivers: hv: vmbus: Add support for VMBus panic notifier handler

Vitaly Kuznetsov (3):
  Drivers: hv: hv_balloon: eliminate the trylock path in
    acquire/release_region_mutex
  Drivers: hv: hv_balloon: report offline pages as being used
  Drivers: hv: hv_balloon: refuse to balloon below the floor

 drivers/hv/channel.c      |   76 ++++++++++++++++++++++++++++++-------------
 drivers/hv/channel_mgmt.c |   30 ++++++++--------
 drivers/hv/hv_balloon.c   |   79 +++++++++++++++++++++++---------------------
 drivers/hv/hyperv_vmbus.h |   11 ++++++
 drivers/hv/vmbus_drv.c    |   36 ++++++++++++++++++++
 include/linux/hyperv.h    |   20 +++++++++++
 6 files changed, 176 insertions(+), 76 deletions(-)

-- 
1.7.4.1


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

end of thread, other threads:[~2015-02-28 18:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-28 19:38 [PATCH 0/7] Drivers: hv: Collection fixes and enhancements K. Y. Srinivasan
2015-02-28 19:38 ` [PATCH 1/7] Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region_mutex K. Y. Srinivasan
2015-02-28 19:38   ` [PATCH 2/7] Drivers: hv: hv_balloon: report offline pages as being used K. Y. Srinivasan
2015-02-28 19:39   ` [PATCH 3/7] Drivers: hv: hv_balloon: refuse to balloon below the floor K. Y. Srinivasan
2015-02-28 19:39   ` [PATCH 4/7] Drivers: hv: vmbus: Add support for VMBus panic notifier handler K. Y. Srinivasan
2015-02-28 19:39   ` [PATCH 5/7] Drivers: hv: vmbus: Use a round-robin algorithm for picking the outgoing channel K. Y. Srinivasan
2015-02-28 19:39   ` [PATCH 6/7] Drivers: hv: vmbus: Suport an API to send pagebuffers with additional control K. Y. Srinivasan
2015-02-28 19:39   ` [PATCH 7/7] Drivers: hv: vmbus: Suport an API to send packet " 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