mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kys@exchange.microsoft.com
To: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org,
	devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com,
	vkuznets@redhat.com, jasowang@redhat.com,
	leann.ogasawara@canonical.com, marcelo.cerri@canonical.com,
	sthemmin@microsoft.com
Cc: "K. Y. Srinivasan" <kys@microsoft.com>
Subject: [PATCH 00/12] Drivers: hv: Miscellaneous fixes
Date: Sun, 11 Feb 2018 17:29:58 -0700	[thread overview]
Message-ID: <20180212002958.6679-1-kys@exchange.microsoft.com> (raw)

From: "K. Y. Srinivasan" <kys@microsoft.com>

Miscellaneous fixes.

Dexuan Cui (1):
  tools: hv: fix compiler warnings about major/target_fname

Haiyang Zhang (2):
  tools/hv: Fix IP reporting by KVP daemon with SRIOV
  hv_vmbus: Correct the stale comments regarding cpu affinity

Jia-Ju Bai (1):
  hyper-v: use GFP_KERNEL for hv_context.hv_numa_map

Joe Perches (1):
  hv: Synthetic typo correction

Michael Kelley (1):
  Drivers: hv: vmbus: Implement Direct Mode for stimer0

Olaf Hering (1):
  tools: hv: include string.h in hv_fcopy_daemon

Vitaly Kuznetsov (4):
  hv_balloon: fix printk loglevel
  hv_balloon: simplify hv_online_page()/hv_page_online_one()
  hv_balloon: fix bugs in num_pages_onlined accounting
  hv_balloon: trace post_status

lantianyu1986@gmail.com (1):
  vmbus/ring_buffer: remove some redundant helper function.

 arch/x86/entry/entry_32.S          |   3 +
 arch/x86/entry/entry_64.S          |   2 +
 arch/x86/include/asm/hardirq.h     |   3 +
 arch/x86/include/asm/irq_vectors.h |   7 +-
 arch/x86/include/asm/mshyperv.h    |  13 ++++
 arch/x86/include/uapi/asm/hyperv.h |   3 +
 arch/x86/kernel/cpu/mshyperv.c     |  41 ++++++++++-
 arch/x86/kernel/irq.c              |   9 +++
 drivers/hv/Makefile                |   1 +
 drivers/hv/channel_mgmt.c          |   6 +-
 drivers/hv/hv.c                    |  65 +++++++++++++++--
 drivers/hv/hv_balloon.c            | 121 ++++++++++++++++++++++----------
 drivers/hv/hv_trace_balloon.h      |  48 +++++++++++++
 drivers/hv/hyperv_vmbus.h          |   4 +-
 drivers/hv/ring_buffer.c           |  49 ++-----------
 include/linux/hyperv.h             |   2 +-
 tools/hv/hv_fcopy_daemon.c         |   4 +-
 tools/hv/hv_kvp_daemon.c           | 138 +++++++++++++++++--------------------
 tools/hv/hv_vss_daemon.c           |   1 +
 19 files changed, 351 insertions(+), 169 deletions(-)
 create mode 100644 drivers/hv/hv_trace_balloon.h

-- 
2.15.1

             reply	other threads:[~2018-02-12  0:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-12  0:29 kys [this message]
2018-02-12  0:33 ` [PATCH 01/12] tools/hv: Fix IP reporting by KVP daemon with SRIOV kys
2018-02-12  0:33   ` [PATCH 02/12] hyper-v: use GFP_KERNEL for hv_context.hv_numa_map kys
2018-02-12  0:33   ` [PATCH 03/12] hv: Synthetic typo correction kys
2018-02-12  0:33   ` [PATCH 04/12] tools: hv: fix compiler warnings about major/target_fname kys
2018-02-12  0:33   ` [PATCH 05/12] tools: hv: include string.h in hv_fcopy_daemon kys
2018-02-12  0:33   ` [PATCH 06/12] vmbus/ring_buffer: remove some redundant helper function kys
2018-02-12  0:33   ` [PATCH 07/12] hv_vmbus: Correct the stale comments regarding cpu affinity kys
2018-02-12  0:33   ` [PATCH 08/12] Drivers: hv: vmbus: Implement Direct Mode for stimer0 kys
2018-02-12  8:42     ` Dan Carpenter
2018-02-14  2:58       ` Michael Kelley (EOSG)
2018-02-14  7:34         ` Dan Carpenter
2018-02-12  0:33   ` [PATCH 09/12] hv_balloon: fix printk loglevel kys
2018-02-12  0:33   ` [PATCH 10/12] hv_balloon: simplify hv_online_page()/hv_page_online_one() kys
2018-02-12  0:33   ` [PATCH 11/12] hv_balloon: fix bugs in num_pages_onlined accounting kys
2018-02-12  0:38 ` [PATCH 12/12] hv_balloon: trace post_status kys

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180212002958.6679-1-kys@exchange.microsoft.com \
    --to=kys@exchange.microsoft.com \
    --cc=apw@canonical.com \
    --cc=devel@linuxdriverproject.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jasowang@redhat.com \
    --cc=kys@microsoft.com \
    --cc=leann.ogasawara@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.cerri@canonical.com \
    --cc=olaf@aepfle.de \
    --cc=sthemmin@microsoft.com \
    --cc=vkuznets@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®