summaryrefslogtreecommitdiff
path: root/drivers/hv/channel_mgmt.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-03Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind()Andrea Parri (Microsoft)1-2/+1
2020-09-23Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unloadMichael Kelley1-2/+5
2020-08-21Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)Dexuan Cui1-14/+7
2018-12-13Drivers: hv: vmbus: Offload the handling of channels to two workqueuesDexuan Cui1-60/+125
2018-11-13Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu maskDexuan Cui1-5/+9
2018-09-09Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()Dexuan Cui1-0/+6
2018-04-19Drivers: hv: vmbus: do not mark HV_PCIE as perf_deviceDexuan Cui1-1/+1
2017-12-14Drivers: hv: vmbus: Fix a rescind issueK. Y. Srinivasan1-3/+4
2017-10-20vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister()Dexuan Cui1-1/+4
2017-10-04Drivers: hv: vmbus: Fix bugs in rescind handlingK. Y. Srinivasan1-19/+18
2017-09-22vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister()Dexuan Cui1-4/+0
2017-09-07Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-15/+5
2017-08-16Drivers: hv: vmbus: Fix rescind handling issuesK. Y. Srinivasan1-3/+26
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov1-4/+3
2017-08-10hyper-v: Use fast hypercall for HVCALL_SIGNAL_EVENTVitaly Kuznetsov1-11/+2
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2017-06-13scsi: storvsc: remove unnecessary channel inbound lockStephen Hemminger1-1/+0
2017-05-18Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan1-16/+53
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman1-22/+5
2017-03-17vmbus: make channel_message table constantStephen Hemminger1-24/+24
2017-03-16Drivers: hv: vmbus: Don't leak channel idsK. Y. Srinivasan1-0/+1
2017-03-16vmbus: remove hv_event_tasklet_disable/enableDexuan Cui1-19/+0
2017-03-16vmbus: use rcu for per-cpu channel listStephen Hemminger1-3/+4
2017-02-14vmbus: remove conditional locking of vmbus_writeStephen Hemminger1-1/+0
2017-02-14vmbus: add direct isr callback modeStephen Hemminger1-7/+0
2017-02-14vmbus: change to per channel taskletStephen Hemminger1-9/+7
2017-02-14vmbus: put related per-cpu variable togetherStephen Hemminger1-13/+22
2017-01-31Drivers: hv: vmbus: Use all supported IC versions to negotiateAlex Ng1-26/+54
2017-01-20Drivers: hv: vmbus: Move the code to signal end of messageK. Y. Srinivasan1-0/+1
2017-01-10Drivers: hv: vmbus: Fix a rescind handling bugK. Y. Srinivasan1-0/+25
2017-01-10Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()Vitaly Kuznetsov1-4/+6
2016-12-06hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels()Vitaly Kuznetsov1-0/+2
2016-12-06hyperv: Fix spelling of HV_UNKOWNHaiyang Zhang1-3/+3
2016-11-07Drivers: hv: vmbus: Base host signaling strictly on the ring stateK. Y. Srinivasan1-2/+0
2016-09-27Drivers: hv: get rid of id in struct vmbus_channelVitaly Kuznetsov1-2/+0
2016-09-07Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warningsDexuan Cui1-2/+24
2016-09-02Drivers: hv: Introduce a policy for controlling channel affinityK. Y. Srinivasan1-29/+39
2016-08-31Drivers: hv: vmbus: Enable explicit signaling policy for NIC channelsK. Y. Srinivasan1-0/+2
2016-08-31Drivers: hv: vmbus: fix the race when querying & updating the percpu listDexuan Cui1-4/+28
2016-05-01Drivers: hv: vmbus: handle various crash scenariosVitaly Kuznetsov1-15/+43
2016-03-02Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_u...Vitaly Kuznetsov1-1/+1
2016-03-02Drivers: hv: vmbus: remove code duplication in message handlingVitaly Kuznetsov1-9/+1
2016-03-02Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov1-2/+2
2016-02-08Drivers: hv: vmbus: Give control over how the ring access is serializedK. Y. Srinivasan1-0/+1
2016-02-08Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()Dexuan Cui1-5/+28
2016-02-08Drivers: hv: vmbus: add a per-channel rescind callbackDexuan Cui1-0/+11
2016-02-08Drivers: hv: vmbus: define a new VMBus message type for hvsockDexuan Cui1-0/+4
2016-02-08Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_u...Vitaly Kuznetsov1-1/+43
2016-02-08Drivers: hv: vmbus: avoid infinite loop in init_vp_index()Vitaly Kuznetsov1-0/+11
2016-02-08Drivers: hv: vmbus: Add vendor and device atttributesK. Y. Srinivasan1-43/+123