Age | Commit message (Expand) | Author | Files | Lines |
2018-12-13 | Drivers: hv: vmbus: Offload the handling of channels to two workqueues | Dexuan Cui | 1 | -63/+126 |
2018-11-13 | Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask | Dexuan Cui | 1 | -5/+9 |
2018-08-02 | Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind() | Dexuan Cui | 1 | -0/+6 |
2018-07-03 | Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer() | Dexuan Cui | 1 | -3/+1 |
2018-03-28 | Drivers: hv: vmbus: do not mark HV_PCIE as perf_device | Dexuan Cui | 1 | -1/+1 |
2018-03-06 | hv_vmbus: Correct the stale comments regarding cpu affinity | Haiyang Zhang | 1 | -4/+2 |
2017-11-28 | Drivers: hv: vmbus: Fix a rescind issue | K. Y. Srinivasan | 1 | -3/+4 |
2017-11-04 | hyper-v: trace vmbus_release_relid() | Vitaly Kuznetsov | 1 | -2/+5 |
2017-11-04 | hyper-v: trace vmbus_request_offers() | Vitaly Kuznetsov | 1 | -1/+3 |
2017-11-04 | hyper-v: trace vmbus_onversion_response() | Vitaly Kuznetsov | 1 | -0/+3 |
2017-11-04 | hyper-v: trace vmbus_ongpadl_torndown() | Vitaly Kuznetsov | 1 | -0/+2 |
2017-11-04 | hyper-v: trace vmbus_ongpadl_created() | Vitaly Kuznetsov | 1 | -0/+2 |
2017-11-04 | hyper-v: trace vmbus_onopen_result() | Vitaly Kuznetsov | 1 | -0/+2 |
2017-11-04 | hyper-v: trace vmbus_onoffer_rescind() | Vitaly Kuznetsov | 1 | -0/+2 |
2017-11-04 | hyper-v: trace vmbus_onoffer() | Vitaly Kuznetsov | 1 | -0/+2 |
2017-11-04 | hyper-v: trace vmbus_on_message() | Vitaly Kuznetsov | 1 | -0/+2 |
2017-10-23 | Merge 4.14-rc6 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+4 |
2017-10-20 | vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister() | Dexuan Cui | 1 | -1/+4 |
2017-10-16 | Merge 4.14-rc5 into char-misc-next | Greg Kroah-Hartman | 1 | -23/+18 |
2017-10-04 | Drivers: hv: vmbus: Fix bugs in rescind handling | K. Y. Srinivasan | 1 | -19/+18 |
2017-10-04 | vmbus: add per-channel sysfs info | Stephen Hemminger | 1 | -1/+9 |
2017-09-22 | vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister() | Dexuan Cui | 1 | -4/+0 |
2017-09-07 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -15/+5 |
2017-08-16 | Drivers: hv: vmbus: Fix rescind handling issues | K. Y. Srinivasan | 1 | -3/+26 |
2017-08-10 | hyper-v: Globalize vp_index | Vitaly Kuznetsov | 1 | -4/+3 |
2017-08-10 | hyper-v: Use fast hypercall for HVCALL_SIGNAL_EVENT | Vitaly Kuznetsov | 1 | -11/+2 |
2017-07-06 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+0 |
2017-06-13 | scsi: storvsc: remove unnecessary channel inbound lock | Stephen Hemminger | 1 | -1/+0 |
2017-05-18 | Drivers: hv: vmbus: Fix rescind handling | K. Y. Srinivasan | 1 | -16/+53 |
2017-03-27 | Merge 4.11-rc4 into char-misc-next | Greg Kroah-Hartman | 1 | -22/+5 |
2017-03-17 | vmbus: make channel_message table constant | Stephen Hemminger | 1 | -24/+24 |
2017-03-16 | Drivers: hv: vmbus: Don't leak channel ids | K. Y. Srinivasan | 1 | -0/+1 |
2017-03-16 | vmbus: remove hv_event_tasklet_disable/enable | Dexuan Cui | 1 | -19/+0 |
2017-03-16 | vmbus: use rcu for per-cpu channel list | Stephen Hemminger | 1 | -3/+4 |
2017-02-14 | vmbus: remove conditional locking of vmbus_write | Stephen Hemminger | 1 | -1/+0 |
2017-02-14 | vmbus: add direct isr callback mode | Stephen Hemminger | 1 | -7/+0 |
2017-02-14 | vmbus: change to per channel tasklet | Stephen Hemminger | 1 | -9/+7 |
2017-02-14 | vmbus: put related per-cpu variable together | Stephen Hemminger | 1 | -13/+22 |
2017-01-31 | Drivers: hv: vmbus: Use all supported IC versions to negotiate | Alex Ng | 1 | -26/+54 |
2017-01-20 | Drivers: hv: vmbus: Move the code to signal end of message | K. Y. Srinivasan | 1 | -0/+1 |
2017-01-10 | Drivers: hv: vmbus: Fix a rescind handling bug | K. Y. Srinivasan | 1 | -0/+25 |
2017-01-10 | Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg() | Vitaly Kuznetsov | 1 | -4/+6 |
2016-12-06 | hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels() | Vitaly Kuznetsov | 1 | -0/+2 |
2016-12-06 | hyperv: Fix spelling of HV_UNKOWN | Haiyang Zhang | 1 | -3/+3 |
2016-11-07 | Drivers: hv: vmbus: Base host signaling strictly on the ring state | K. Y. Srinivasan | 1 | -2/+0 |
2016-09-27 | Drivers: hv: get rid of id in struct vmbus_channel | Vitaly Kuznetsov | 1 | -2/+0 |
2016-09-07 | Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warnings | Dexuan Cui | 1 | -2/+24 |
2016-09-02 | Drivers: hv: Introduce a policy for controlling channel affinity | K. Y. Srinivasan | 1 | -29/+39 |
2016-08-31 | Drivers: hv: vmbus: Enable explicit signaling policy for NIC channels | K. Y. Srinivasan | 1 | -0/+2 |
2016-08-31 | Drivers: hv: vmbus: fix the race when querying & updating the percpu list | Dexuan Cui | 1 | -4/+28 |