aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/ring_buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-07Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the hostK. Y. Srinivasan1-3/+4
2016-11-07Drivers: hv: vmbus: On write cleanup the logic to interrupt the hostK. Y. Srinivasan1-9/+21
2016-11-07Drivers: hv: vmbus: Base host signaling strictly on the ring stateK. Y. Srinivasan1-7/+0
2016-09-02Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from, to}_ringbuffer()Vitaly Kuznetsov1-21/+3
2016-09-02Drivers: hv: ring_buffer: wrap around mappings for ring buffersVitaly Kuznetsov1-6/+33
2016-08-31Drivers: hv: vmbus: Enable explicit signaling policy for NIC channelsK. Y. Srinivasan1-3/+12
2016-04-30Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packetsK. Y. Srinivasan1-0/+1
2016-04-30Drivers: hv: vmbus: Move some ring buffer functions to hyperv.hK. Y. Srinivasan1-55/+0
2016-04-30Drivers: hv: vmbus: Use the new virt_xx barrier codeK. Y. Srinivasan1-7/+7
2016-04-30Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatileK. Y. Srinivasan1-3/+3
2016-04-30Drivers: hv: vmbus: Introduce functions for estimating room in the ring bufferK. Y. Srinivasan1-21/+4
2016-04-30Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()K. Y. Srinivasan1-6/+20
2016-02-07Drivers: hv: vmbus: Give control over how the ring access is serializedK. Y. Srinivasan1-5/+8
2016-02-07Drivers: hv: vmbus: Eliminate the spin lock on the read pathK. Y. Srinivasan1-13/+5
2015-12-14Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()Vitaly Kuznetsov1-28/+37
2015-12-14Drivers: hv: ring_buffer: remove code duplication from hv_ringbuffer_peek/read()Vitaly Kuznetsov1-43/+25
2015-12-14Drivers: hv: ring_buffer.c: fix comment styleVitaly Kuznetsov1-109/+26
2015-08-05Drivers: hv_vmbus: Fix signal to host conditionChristopher Oo1-11/+3
2014-09-23Drivers: hv: vmbus: Enable interrupt driven flow controlK. Y. Srinivasan1-0/+5
2014-02-07Drivers: hv: vmbus: Cleanup the packet send pathK. Y. Srinivasan1-10/+7
2013-06-24drivers: hv: check interrupt mask before read_indexJason Wang1-0/+2
2013-06-18drivers: hv: switch to use mb() instead of smp_mb()Jason Wang1-5/+5
2013-04-01Drivers: hv: vmbus: Fix a bug in hv_need_to_signal()K. Y. Srinivasan1-0/+1
2013-01-17Drivers: hv: Implement flow management on the send sideK. Y. Srinivasan1-1/+50
2013-01-17Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask()K. Y. Srinivasan1-13/+0
2013-01-17Drivers: hv: Optimize the signaling on the write pathK. Y. Srinivasan1-3/+39
2013-01-17Drivers: hv: Implement routines for read side signaling optimizationK. Y. Srinivasan1-0/+24
2012-04-03net/hyperv: Add flow control based on hi/low watermarkHaiyang Zhang1-31/+0
2011-10-11Staging: hv: remove last user of DPRINT() macroGreg Kroah-Hartman1-31/+0
2011-10-10Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman1-0/+527