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