Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1534211
| From | kys@exchange.microsoft.com |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 00/15] Drivers: hv: CPU management fixes and a new uio driver |
| Date | 2016-12-01 16:40 +0100 |
| Message-ID | <sJBCN-5Lz-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: K. Y. Srinivasan <kys@microsoft.com> Fixes to handle CPU online/offline. Also included is a new uio driver for Hyper-V. Alex Fluter (1): Tools: hv: kvp: configurable external scripts path Haiyang Zhang (2): hyperv: Add a function to detect hv_device hyperv: Fix spelling of HV_UNKOWN K. Y. Srinivasan (2): Drivers: hv: vmbus: Prevent sending data on a rescinded channel Drivers: hv: vmbus: Enhance the rescind callback functionality Stephen Hemminger (2): vmbus: add support for dynamic device id's uio-hv-generic: new userspace i/o driver for VMBus Vitaly Kuznetsov (8): Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg() hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels() hv: allocate synic pages for all present CPUs hv: init percpu_list in hv_synic_alloc() hv: change clockevents unbind tactics hv: switch to cpuhp state machine for synic init/cleanup hv: make CPU offlining prevention fine-grained hv: don't reset hv_context.tsc_page on crash MAINTAINERS | 1 + drivers/hv/channel.c | 17 ++-- drivers/hv/channel_mgmt.c | 29 ++++-- drivers/hv/connection.c | 18 +++- drivers/hv/hv.c | 65 ++++++++++--- drivers/hv/hyperv_vmbus.h | 6 +- drivers/hv/ring_buffer.c | 3 + drivers/hv/vmbus_drv.c | 208 ++++++++++++++++++++++++++++++++++++---- drivers/uio/Kconfig | 9 ++ drivers/uio/Makefile | 1 + drivers/uio/uio_hv_generic.c | 218 ++++++++++++++++++++++++++++++++++++++++++ include/linux/hyperv.h | 17 +++- tools/hv/hv_kvp_daemon.c | 11 ++- 13 files changed, 532 insertions(+), 71 deletions(-) create mode 100644 drivers/uio/uio_hv_generic.c -- 1.7.4.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 00/15] Drivers: hv: CPU management fixes and a new uio driver kys@exchange.microsoft.com - 2016-12-01 16:40 +0100
[PATCH 01/15] Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg() kys@exchange.microsoft.com - 2016-12-01 16:40 +0100
[PATCH 10/15] hv: switch to cpuhp state machine for synic init/cleanup kys@exchange.microsoft.com - 2016-12-01 16:40 +0100
[PATCH 14/15] uio-hv-generic: new userspace i/o driver for VMBus kys@exchange.microsoft.com - 2016-12-01 16:40 +0100
[PATCH 09/15] hv: change clockevents unbind tactics kys@exchange.microsoft.com - 2016-12-01 16:40 +0100
[PATCH 15/15] Tools: hv: kvp: configurable external scripts path kys@exchange.microsoft.com - 2016-12-01 16:40 +0100
[PATCH 06/15] hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels() kys@exchange.microsoft.com - 2016-12-01 16:40 +0100
Re: [PATCH 06/15] hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels() Greg KH <gregkh@linuxfoundation.org> - 2016-12-01 21:40 +0100
RE: [PATCH 06/15] hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels() KY Srinivasan <kys@microsoft.com> - 2016-12-02 07:30 +0100
[PATCH 03/15] hyperv: Fix spelling of HV_UNKOWN kys@exchange.microsoft.com - 2016-12-01 16:40 +0100
[PATCH 11/15] hv: make CPU offlining prevention fine-grained kys@exchange.microsoft.com - 2016-12-01 16:40 +0100
csiph-web