[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1456528381-21943-1-git-send-email-kys@microsoft.com>
Date: Fri, 26 Feb 2016 15:13:01 -0800
From: "K. Y. Srinivasan" <kys@...rosoft.com>
To: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
devel@...uxdriverproject.org, olaf@...fle.de, apw@...onical.com,
vkuznets@...hat.com, jasowang@...hat.com
Cc: "K. Y. Srinivasan" <kys@...rosoft.com>
Subject: [PATCH 0/8] Drivers: hv: Miscellaneous fixes
Some miscellaneous fixes and cleanup.
Alex Ng (2):
Drivers: hv: utils: Remove util transport handler from list if
registration fails
Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
K. Y. Srinivasan (2):
Drivers: hv: util: Pass the channel information during the init call
Drivers: hv: vmbus: Support handling messages on multiple CPUs
Vitaly Kuznetsov (4):
Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
Drivers: hv: vmbus: avoid wait_for_completion() on crash
Drivers: hv: vmbus: remove code duplication in message handling
Drivers: hv: vmbus: avoid unneeded compiler optimizations in
vmbus_wait_for_unload()
drivers/hv/channel_mgmt.c | 16 ++-----
drivers/hv/connection.c | 12 ++++-
drivers/hv/hv.c | 10 ++++
drivers/hv/hv_fcopy.c | 2 +-
drivers/hv/hv_kvp.c | 2 +-
drivers/hv/hv_snapshot.c | 2 +-
drivers/hv/hv_util.c | 1 +
drivers/hv/hv_utils_transport.c | 3 +
drivers/hv/hyperv_vmbus.h | 30 ++++++++++++-
drivers/hv/vmbus_drv.c | 92 +++++++++++----------------------------
include/linux/hyperv.h | 1 +
11 files changed, 86 insertions(+), 85 deletions(-)
--
1.7.4.1
Powered by blists - more mailing lists