Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1475037
| From | kys@exchange.microsoft.com |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/7] Drivers: hv: Some miscellaneous fixes |
| Date | 2016-09-02 13:10 +0200 |
| Message-ID | <scUw9-7bm-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: K. Y. Srinivasan <kys@microsoft.com>
Some miscellaneous fixes and enhancements. These patches were all
sent earlier but failed to apply clean on Greg's tree. These have
now been rebased.
Alex Ng (2):
Drivers: hv: utils: Continue to poll VSS channel after handling
requests.
Drivers: hv: utils: Check VSS daemon is listening before a hot backup
K. Y. Srinivasan (1):
Drivers: hv: Introduce a policy for controlling channel affinity
Vitaly Kuznetsov (4):
Drivers: hv: cleanup vmbus_open() for wrap around mappings
Drivers: hv: ring_buffer: wrap around mappings for ring buffers
Drivers: hv: ring_buffer: use wrap around mappings in
hv_copy{from,to}_ringbuffer()
Drivers: hv: ring_buffer: count on wrap around mappings in
get_next_pkt_raw()
drivers/hv/channel.c | 66 ++++++++++++++++---------------
drivers/hv/channel_mgmt.c | 68 +++++++++++++++++++--------------
drivers/hv/hv_snapshot.c | 93 ++++++++++++++++++++++-----------------------
drivers/hv/hyperv_vmbus.h | 4 +-
drivers/hv/ring_buffer.c | 61 +++++++++++++++++------------
include/linux/hyperv.h | 55 ++++++++++++++++----------
tools/hv/hv_vss_daemon.c | 3 +
7 files changed, 193 insertions(+), 157 deletions(-)
--
1.7.4.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/7] Drivers: hv: Some miscellaneous fixes kys@exchange.microsoft.com - 2016-09-02 13:10 +0200
[PATCH 3/7] Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from,to}_ringbuffer() kys@exchange.microsoft.com - 2016-09-02 13:20 +0200
[PATCH 6/7] Drivers: hv: utils: Continue to poll VSS channel after handling requests. kys@exchange.microsoft.com - 2016-09-02 13:20 +0200
[PATCH 5/7] Drivers: hv: Introduce a policy for controlling channel affinity kys@exchange.microsoft.com - 2016-09-02 13:20 +0200
[PATCH 7/7] Drivers: hv: utils: Check VSS daemon is listening before a hot backup kys@exchange.microsoft.com - 2016-09-02 13:20 +0200
[PATCH 1/7] Drivers: hv: cleanup vmbus_open() for wrap around mappings kys@exchange.microsoft.com - 2016-09-02 13:20 +0200
[PATCH 4/7] Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw() kys@exchange.microsoft.com - 2016-09-02 13:20 +0200
[PATCH 2/7] Drivers: hv: ring_buffer: wrap around mappings for ring buffers kys@exchange.microsoft.com - 2016-09-02 13:20 +0200
csiph-web