Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1369984

[PATCH 0/6] Drivers: hv: vmbus: Cleanup and mmio management.

From "K. Y. Srinivasan" <kys@microsoft.com>
Newsgroups linux.kernel
Subject [PATCH 0/6] Drivers: hv: vmbus: Cleanup and mmio management.
Date 2016-04-02 18:40 +0200
Message-ID <rjwKC-6wn-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Cleanup and mmio management. Also included is a patch
to fix an issue in KVP.

Jake Oshins (5):
  hv: Make a function to free mmio regions through vmbus
  hv: Lock access to hyperv_mmio resource tree
  hv: Use new vmbus_mmio_free() from client drivers.
  hv: Reverse order of resources in hyperv_mmio
  hv: Track allocations of children of hv_vmbus in private resource
    tree

Vitaly Kuznetsov (1):
  Drivers: hv: kvp: fix IP Failover

 drivers/hv/hv_kvp.c             |   31 +++++++++++++++++++++
 drivers/hv/hyperv_vmbus.h       |    5 +++
 drivers/hv/vmbus_drv.c          |   56 ++++++++++++++++++++++++++++++++++-----
 drivers/pci/host/pci-hyperv.c   |   14 +++++-----
 drivers/video/fbdev/hyperv_fb.c |    4 +-
 include/linux/hyperv.h          |    2 +-
 6 files changed, 95 insertions(+), 17 deletions(-)

-- 
1.7.4.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/6] Drivers: hv: vmbus: Cleanup and mmio management.  "K. Y. Srinivasan" <kys@microsoft.com> - 2016-04-02 18:40 +0200
  [PATCH 1/6] Drivers: hv: kvp: fix IP Failover "K. Y. Srinivasan" <kys@microsoft.com> - 2016-04-02 18:40 +0200
    [PATCH 5/6] hv: Reverse order of resources in hyperv_mmio "K. Y. Srinivasan" <kys@microsoft.com> - 2016-04-02 18:40 +0200
    [PATCH 6/6] hv: Track allocations of children of hv_vmbus in private resource tree "K. Y. Srinivasan" <kys@microsoft.com> - 2016-04-02 18:40 +0200
    [PATCH 3/6] hv: Lock access to hyperv_mmio resource tree "K. Y. Srinivasan" <kys@microsoft.com> - 2016-04-02 18:40 +0200
  Re: [PATCH 0/6] Drivers: hv: vmbus: Cleanup and mmio management. Greg KH <gregkh@linuxfoundation.org> - 2016-04-03 00:30 +0200
    RE: [PATCH 0/6] Drivers: hv: vmbus: Cleanup and mmio management. KY Srinivasan <kys@microsoft.com> - 2016-04-03 01:50 +0200
      Re: [PATCH 0/6] Drivers: hv: vmbus: Cleanup and mmio management. Greg KH <gregkh@linuxfoundation.org> - 2016-04-03 03:50 +0200
        RE: [PATCH 0/6] Drivers: hv: vmbus: Cleanup and mmio management. KY Srinivasan <kys@microsoft.com> - 2016-04-03 07:20 +0200
          RE: [PATCH 0/6] Drivers: hv: vmbus: Cleanup and mmio management. KY Srinivasan <kys@microsoft.com> - 2016-04-04 16:40 +0200
  Re: [PATCH 0/6] Drivers: hv: vmbus: Cleanup and mmio management. Vitaly Kuznetsov <vkuznets@redhat.com> - 2016-04-04 13:10 +0200

csiph-web