Age | Commit message (Expand) | Author | Files | Lines |
2017-05-05 | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -14/+8 |
2017-03-17 | vmbus: expose debug info for drivers | Stephen Hemminger | 1 | -0/+1 |
2017-03-17 | hyperv: remove unnecessary return variable | Stephen Hemminger | 1 | -4/+2 |
2017-03-17 | vmbus: remove unnecessary initialization | Stephen Hemminger | 1 | -8/+5 |
2017-03-17 | vmbus: remove useless return's | Stephen Hemminger | 1 | -2/+0 |
2017-03-07 | vmbus: introduce in-place packet iterator | stephen hemminger | 1 | -1/+93 |
2017-02-14 | vmbus: replace modulus operation with subtraction | Stephen Hemminger | 1 | -3/+6 |
2017-02-14 | vmbus: constify parameters where possible | Stephen Hemminger | 1 | -12/+10 |
2017-02-14 | vmbus: expose hv_begin/end_read | Stephen Hemminger | 1 | -20/+0 |
2017-02-14 | vmbus: remove conditional locking of vmbus_write | Stephen Hemminger | 1 | -7/+4 |
2017-02-10 | vmbus: drop no longer used kick_q argument | Stephen Hemminger | 1 | -5/+3 |
2017-02-06 | Merge 4.10-rc7 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+1 |
2017-01-31 | Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read() | Dexuan Cui | 1 | -0/+1 |
2017-01-10 | Drivers: hv: vmbus: Prevent sending data on a rescinded channel | K. Y. Srinivasan | 1 | -0/+7 |
2016-11-07 | Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host | K. Y. Srinivasan | 1 | -3/+4 |
2016-11-07 | Drivers: hv: vmbus: On write cleanup the logic to interrupt the host | K. Y. Srinivasan | 1 | -9/+21 |
2016-11-07 | Drivers: hv: vmbus: Base host signaling strictly on the ring state | K. Y. Srinivasan | 1 | -7/+0 |
2016-09-02 | Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from, to}_ringb... | Vitaly Kuznetsov | 1 | -21/+3 |
2016-09-02 | Drivers: hv: ring_buffer: wrap around mappings for ring buffers | Vitaly Kuznetsov | 1 | -6/+33 |
2016-08-31 | Drivers: hv: vmbus: Enable explicit signaling policy for NIC channels | K. Y. Srinivasan | 1 | -3/+12 |
2016-05-01 | Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus... | K. Y. Srinivasan | 1 | -0/+1 |
2016-05-01 | Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h | K. Y. Srinivasan | 1 | -55/+0 |
2016-05-01 | Drivers: hv: vmbus: Use the new virt_xx barrier code | K. Y. Srinivasan | 1 | -7/+7 |
2016-05-01 | Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile | K. Y. Srinivasan | 1 | -3/+3 |
2016-05-01 | Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer | K. Y. Srinivasan | 1 | -21/+4 |
2016-05-01 | Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read() | K. Y. Srinivasan | 1 | -6/+20 |
2016-02-08 | Drivers: hv: vmbus: Give control over how the ring access is serialized | K. Y. Srinivasan | 1 | -5/+8 |
2016-02-08 | Drivers: hv: vmbus: Eliminate the spin lock on the read path | K. Y. Srinivasan | 1 | -13/+5 |
2015-12-15 | Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek() | Vitaly Kuznetsov | 1 | -28/+37 |
2015-12-15 | Drivers: hv: ring_buffer: remove code duplication from hv_ringbuffer_peek/read() | Vitaly Kuznetsov | 1 | -43/+25 |
2015-12-15 | Drivers: hv: ring_buffer.c: fix comment style | Vitaly Kuznetsov | 1 | -109/+26 |
2015-08-05 | Drivers: hv_vmbus: Fix signal to host condition | Christopher Oo | 1 | -11/+3 |
2014-09-24 | Drivers: hv: vmbus: Enable interrupt driven flow control | K. Y. Srinivasan | 1 | -0/+5 |
2014-02-08 | Drivers: hv: vmbus: Cleanup the packet send path | K. Y. Srinivasan | 1 | -10/+7 |
2013-06-25 | drivers: hv: check interrupt mask before read_index | Jason Wang | 1 | -0/+2 |
2013-06-18 | drivers: hv: switch to use mb() instead of smp_mb() | Jason Wang | 1 | -5/+5 |
2013-04-01 | Drivers: hv: vmbus: Fix a bug in hv_need_to_signal() | K. Y. Srinivasan | 1 | -0/+1 |
2013-01-17 | Drivers: hv: Implement flow management on the send side | K. Y. Srinivasan | 1 | -1/+50 |
2013-01-17 | Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask() | K. Y. Srinivasan | 1 | -13/+0 |
2013-01-17 | Drivers: hv: Optimize the signaling on the write path | K. Y. Srinivasan | 1 | -3/+39 |
2013-01-17 | Drivers: hv: Implement routines for read side signaling optimization | K. Y. Srinivasan | 1 | -0/+24 |
2012-04-04 | net/hyperv: Add flow control based on hi/low watermark | Haiyang Zhang | 1 | -31/+0 |
2011-10-11 | Staging: hv: remove last user of DPRINT() macro | Greg Kroah-Hartman | 1 | -31/+0 |
2011-10-11 | Staging: hv: move hyperv code out of staging directory | Greg Kroah-Hartman | 1 | -0/+527 |