Age | Commit message (Expand) | Author |
2019-11-21 | drivers: hv: vmbus: Introduce latency testing | Branden Bonaby |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320 | Thomas Gleixner |
2019-04-10 | Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutex | Kimberly Brown |
2019-04-10 | Drivers: hv: vmbus: Set ring_info field to 0 and remove memset | Kimberly Brown |
2019-02-14 | Drivers: hv: vmbus: Expose counters for interrupts and full conditions | Kimberly Brown |
2019-01-09 | Drivers: hv: vmbus: Check for ring when getting debug info | Dexuan Cui |
2018-09-25 | vmbus: split ring buffer allocation from open | Stephen Hemminger |
2018-07-03 | Drivers: hv: vmbus: Add comments on ring buffer signaling | Michael Kelley |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-04-18 | scsi: vmbus: Add function to report available ring buffer to write in total r... | Long Li |
2018-03-06 | Drivers: hv: vmbus: Fix ring buffer signaling | Michael Kelley |
2017-12-03 | vmbus: make hv_get_ringbuffer_availbytes local | Stephen Hemminger |
2017-07-17 | vmbus: add prefetch to ring buffer iterator | Stephen Hemminger |
2017-07-17 | vmbus: more host signalling avoidance | Stephen Hemminger |
2017-07-17 | vmbus: eliminate duplicate cached index | Stephen Hemminger |
2017-07-17 | vmbus: refactor hv_signal_on_read | Stephen Hemminger |
2017-07-17 | vmbus: simplify hv_ringbuffer_read | Stephen Hemminger |
2017-05-04 | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2017-03-17 | vmbus: expose debug info for drivers | Stephen Hemminger |
2017-03-17 | hyperv: remove unnecessary return variable | Stephen Hemminger |
2017-03-17 | vmbus: remove unnecessary initialization | Stephen Hemminger |
2017-03-17 | vmbus: remove useless return's | Stephen Hemminger |
2017-03-06 | vmbus: introduce in-place packet iterator | stephen hemminger |
2017-02-14 | vmbus: replace modulus operation with subtraction | Stephen Hemminger |
2017-02-14 | vmbus: constify parameters where possible | Stephen Hemminger |
2017-02-14 | vmbus: expose hv_begin/end_read | Stephen Hemminger |
2017-02-14 | vmbus: remove conditional locking of vmbus_write | Stephen Hemminger |
2017-02-10 | vmbus: drop no longer used kick_q argument | Stephen Hemminger |
2017-02-06 | Merge 4.10-rc7 into char-misc-next | Greg Kroah-Hartman |
2017-01-31 | Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read() | Dexuan Cui |
2017-01-10 | Drivers: hv: vmbus: Prevent sending data on a rescinded channel | K. Y. Srinivasan |
2016-11-07 | Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host | K. Y. Srinivasan |
2016-11-07 | Drivers: hv: vmbus: On write cleanup the logic to interrupt the host | K. Y. Srinivasan |
2016-11-07 | Drivers: hv: vmbus: Base host signaling strictly on the ring state | K. Y. Srinivasan |
2016-09-02 | Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from, to}_ringb... | Vitaly Kuznetsov |
2016-09-02 | Drivers: hv: ring_buffer: wrap around mappings for ring buffers | Vitaly Kuznetsov |
2016-08-31 | Drivers: hv: vmbus: Enable explicit signaling policy for NIC channels | K. Y. Srinivasan |
2016-04-30 | Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus... | K. Y. Srinivasan |
2016-04-30 | Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h | K. Y. Srinivasan |
2016-04-30 | Drivers: hv: vmbus: Use the new virt_xx barrier code | K. Y. Srinivasan |
2016-04-30 | Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile | K. Y. Srinivasan |
2016-04-30 | Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer | K. Y. Srinivasan |
2016-04-30 | Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read() | K. Y. Srinivasan |
2016-02-07 | Drivers: hv: vmbus: Give control over how the ring access is serialized | K. Y. Srinivasan |
2016-02-07 | Drivers: hv: vmbus: Eliminate the spin lock on the read path | K. Y. Srinivasan |
2015-12-14 | Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek() | Vitaly Kuznetsov |
2015-12-14 | Drivers: hv: ring_buffer: remove code duplication from hv_ringbuffer_peek/read() | Vitaly Kuznetsov |
2015-12-14 | Drivers: hv: ring_buffer.c: fix comment style | Vitaly Kuznetsov |
2015-08-05 | Drivers: hv_vmbus: Fix signal to host condition | Christopher Oo |
2014-09-23 | Drivers: hv: vmbus: Enable interrupt driven flow control | K. Y. Srinivasan |