public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Drivers: hv: vmbus
@ 2016-03-19  1:13 K. Y. Srinivasan
  2016-03-19  1:14 ` [PATCH 1/5] Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer K. Y. Srinivasan
  2016-03-23 19:43 ` [PATCH 0/5] Drivers: hv: vmbus KY Srinivasan
  0 siblings, 2 replies; 14+ messages in thread
From: K. Y. Srinivasan @ 2016-03-19  1:13 UTC (permalink / raw)
  To: gregkh, linux-kernel, devel, olaf, apw, vkuznets, jasowang
  Cc: K. Y. Srinivasan

Cleanup the Hyper-V ring buffer code. Also Implement APIs for
supporting copy-free operations on the read side.

K. Y. Srinivasan (5):
  Drivers: hv: vmbus: Introduce functions for estimating room in the
    ring buffer
  Drivers: hv: vmbus: Use READ_ONCE() to read variables that are
    volatile
  Drivers: hv: vmbus: Fix a bug in hv_need_to_signal_on_read()
  Drivers: hv: vmbus: Use the new virt_xx barrier code
  Drivers: hv: vmbus: Implement copy-free read APIs

 drivers/hv/ring_buffer.c |   99 ++++++++++++++++++++++++++++++++-------------
 include/linux/hyperv.h   |   33 +++++++++++++++
 2 files changed, 103 insertions(+), 29 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-03-23 19:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-19  1:13 [PATCH 0/5] Drivers: hv: vmbus K. Y. Srinivasan
2016-03-19  1:14 ` [PATCH 1/5] Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer K. Y. Srinivasan
2016-03-19  1:14   ` [PATCH 2/5] Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile K. Y. Srinivasan
2016-03-19  1:14   ` [PATCH 3/5] Drivers: hv: vmbus: Fix a bug in hv_need_to_signal_on_read() K. Y. Srinivasan
2016-03-21  8:19     ` Vitaly Kuznetsov
2016-03-22  0:04       ` KY Srinivasan
2016-03-22  9:55         ` Vitaly Kuznetsov
2016-03-22 14:37           ` KY Srinivasan
2016-03-22 17:11           ` KY Srinivasan
2016-03-19  1:14   ` [PATCH 4/5] Drivers: hv: vmbus: Use the new virt_xx barrier code K. Y. Srinivasan
2016-03-19  1:14   ` [PATCH 5/5] Drivers: hv: vmbus: Implement copy-free read APIs K. Y. Srinivasan
2016-03-21  8:29     ` Vitaly Kuznetsov
2016-03-21 23:42       ` KY Srinivasan
2016-03-23 19:43 ` [PATCH 0/5] Drivers: hv: vmbus KY Srinivasan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox