Age | Commit message (Expand) | Author | Files | Lines |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320 | Thomas Gleixner | 1 | -13/+1 |
2019-02-15 | vmbus: Switch to use new generic UUID API | Andy Shevchenko | 1 | -2/+2 |
2019-01-10 | vmbus: fix subchannel removal | Dexuan Cui | 1 | -8/+1 |
2018-12-03 | Merge 4.20-rc5 into char-misc-next | Greg Kroah-Hartman | 1 | -0/+8 |
2018-11-26 | Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl() | Dexuan Cui | 1 | -0/+8 |
2018-11-26 | Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel() | Dexuan Cui | 1 | -1/+0 |
2018-10-03 | Drivers: hv: vmbus: Fix the descriptions of some function parameters | Dexuan Cui | 1 | -11/+13 |
2018-09-25 | vmbus: split ring buffer allocation from open | Stephen Hemminger | 1 | -115/+152 |
2018-09-25 | vmbus: keep pointer to ring buffer page | Stephen Hemminger | 1 | -11/+9 |
2018-09-25 | vmbus: pass channel to hv_process_channel_removal | Stephen Hemminger | 1 | -2/+1 |
2018-08-02 | Drivers: hv: vmbus: Remove use of slow_virt_to_phys() | Michael Kelley | 1 | -7/+20 |
2018-08-02 | Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind() | Dexuan Cui | 1 | -16/+24 |
2017-11-28 | Drivers: hv: vmbus: Fix a rescind issue | K. Y. Srinivasan | 1 | -2/+8 |
2017-11-04 | hyper-v: trace channel events | Vitaly Kuznetsov | 1 | -0/+2 |
2017-11-04 | hyper-v: trace vmbus_send_tl_connect_request() | Vitaly Kuznetsov | 1 | -1/+6 |
2017-11-04 | hyper-v: trace vmbus_teardown_gpadl() | Vitaly Kuznetsov | 1 | -0/+2 |
2017-11-04 | hyper-v: trace vmbus_establish_gpadl() | Vitaly Kuznetsov | 1 | -0/+6 |
2017-11-04 | hyper-v: trace vmbus_close_internal() | Vitaly Kuznetsov | 1 | -0/+2 |
2017-11-04 | hyper-v: trace vmbus_open() | Vitaly Kuznetsov | 1 | -0/+2 |
2017-10-20 | vmbus: initialize reserved fields in messages | Stephen Hemminger | 1 | -0/+2 |
2017-10-04 | Drivers: hv: vmbus: Fix bugs in rescind handling | K. Y. Srinivasan | 1 | -3/+3 |
2017-09-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -106/+23 |
2017-08-17 | vmbus: remove unused vmbus_sendpacket_ctl | stephen hemminger | 1 | -26/+17 |
2017-08-17 | vmbus: remove unused vmubs_sendpacket_pagebuffer_ctl | stephen hemminger | 1 | -24/+6 |
2017-08-17 | vmbus: remove unused vmbus_sendpacket_multipagebuffer | stephen hemminger | 1 | -56/+0 |
2017-08-16 | Drivers: hv: vmbus: Fix rescind handling issues | K. Y. Srinivasan | 1 | -0/+14 |
2017-07-17 | vmbus: re-enable channel tasklet | Stephen Hemminger | 1 | -0/+2 |
2017-05-18 | Drivers: hv: vmbus: Fix rescind handling | K. Y. Srinivasan | 1 | -2/+6 |
2017-03-27 | Merge 4.11-rc4 into char-misc-next | Greg Kroah-Hartman | 1 | -13/+12 |
2017-03-17 | vmbus: fix spelling errors | Stephen Hemminger | 1 | -5/+5 |
2017-03-16 | Drivers: hv: vmbus: Don't leak memory when a channel is rescinded | K. Y. Srinivasan | 1 | -5/+8 |
2017-03-16 | vmbus: remove hv_event_tasklet_disable/enable | Dexuan Cui | 1 | -8/+4 |
2017-03-10 | scripts/spelling.txt: add "disble(d)" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-02-14 | vmbus: remove conditional locking of vmbus_write | Stephen Hemminger | 1 | -9/+4 |
2017-02-14 | vmbus: change to per channel tasklet | Stephen Hemminger | 1 | -1/+1 |
2017-02-10 | vmbus: remove unused kickq argument to sendpacket | Stephen Hemminger | 1 | -10/+9 |
2017-02-10 | vmbus: drop no longer used kick_q argument | Stephen Hemminger | 1 | -9/+4 |
2017-02-10 | vmbus: use kernel bitops for traversing interrupt mask | Stephen Hemminger | 1 | -6/+2 |
2017-01-10 | Drivers: hv: vmbus: Fix a rescind handling bug | K. Y. Srinivasan | 1 | -0/+18 |
2017-01-10 | Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg() | Vitaly Kuznetsov | 1 | -8/+9 |
2016-11-07 | Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host | K. Y. Srinivasan | 1 | -9/+2 |
2016-11-07 | Drivers: hv: vmbus: On write cleanup the logic to interrupt the host | K. Y. Srinivasan | 1 | -89/+10 |
2016-11-07 | Drivers: hv: vmbus: Base host signaling strictly on the ring state | K. Y. Srinivasan | 1 | -3/+20 |
2016-09-02 | Drivers: hv: ring_buffer: wrap around mappings for ring buffers | Vitaly Kuznetsov | 1 | -15/+14 |
2016-09-02 | Drivers: hv: cleanup vmbus_open() for wrap around mappings | Vitaly Kuznetsov | 1 | -19/+22 |
2016-08-31 | Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latency | K. Y. Srinivasan | 1 | -1/+6 |
2016-08-31 | Drivers: hv: vmbus: Enable explicit signaling policy for NIC channels | K. Y. Srinivasan | 1 | -14/+4 |
2016-08-31 | Drivers: hv: vmbus: fix the race when querying & updating the percpu list | Dexuan Cui | 1 | -4/+2 |
2016-08-31 | Drivers: hv: get rid of timeout in vmbus_open() | Vitaly Kuznetsov | 1 | -6/+1 |
2016-08-31 | Drivers: hv: don't leak memory in vmbus_establish_gpadl() | Vitaly Kuznetsov | 1 | -1/+5 |