From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757089AbbGTWVR (ORCPT ); Mon, 20 Jul 2015 18:21:17 -0400 Received: from p3plsmtps2ded04.prod.phx3.secureserver.net ([208.109.80.198]:33054 "EHLO p3plsmtps2ded04.prod.phx3.secureserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752633AbbGTWVQ (ORCPT ); Mon, 20 Jul 2015 18:21:16 -0400 x-originating-ip: 72.167.245.219 From: "K. Y. Srinivasan" To: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, vkuznets@redhat.com, jasowang@redhat.com Cc: "K. Y. Srinivasan" Subject: [PATCH V2 0/5] Drivers: hv: vmbus: Miscellaneous improvements and fixes Date: Mon, 20 Jul 2015 16:45:33 -0700 Message-Id: <1437435933-15382-1-git-send-email-kys@microsoft.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In addition to a bug fix and some improvements to the way we distribute channel load amongst available CPUs, this patch set also includes an implementation of a clocksource based on the TSC page that Hyper-V supports. In this version, I have addressed comments from Dexuan Cui. Christopher Oo (1): Drivers: hv_vmbus: Fix signal to host condition Dexuan Cui (1): Drivers: hv: vmbus: Further improve CPU affiliation logic K. Y. Srinivasan (2): Drivers: hv: vmbus: Improve the CPU affiliation for channels Drivers: hv: vmbus: Implement a clocksource based on the TSC page Viresh Kumar (1): drivers/hv: Migrate to new 'set-state' interface arch/x86/include/uapi/asm/hyperv.h | 2 + drivers/hv/channel_mgmt.c | 29 ++++++-- drivers/hv/hv.c | 135 +++++++++++++++++++++++++++++------- drivers/hv/hyperv_vmbus.h | 14 ++++ drivers/hv/ring_buffer.c | 14 +--- 5 files changed, 151 insertions(+), 43 deletions(-) -- 1.7.4.1