aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/channel_mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-02Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu maskDexuan Cui1-5/+9
2018-10-02Drivers: hv: vmbus: Fix the descriptions of some function parametersDexuan Cui1-14/+9
2018-09-25vmbus: pass channel to hv_process_channel_removalStephen Hemminger1-12/+5
2018-08-02Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()Dexuan Cui1-0/+6
2018-07-03Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()Dexuan Cui1-3/+1
2018-03-28Drivers: hv: vmbus: do not mark HV_PCIE as perf_deviceDexuan Cui1-1/+1
2018-03-06hv_vmbus: Correct the stale comments regarding cpu affinityHaiyang Zhang1-4/+2
2017-11-28Drivers: hv: vmbus: Fix a rescind issueK. Y. Srinivasan1-3/+4
2017-11-04hyper-v: trace vmbus_release_relid()Vitaly Kuznetsov1-2/+5
2017-11-04hyper-v: trace vmbus_request_offers()Vitaly Kuznetsov1-1/+3
2017-11-04hyper-v: trace vmbus_onversion_response()Vitaly Kuznetsov1-0/+3
2017-11-04hyper-v: trace vmbus_ongpadl_torndown()Vitaly Kuznetsov1-0/+2
2017-11-04hyper-v: trace vmbus_ongpadl_created()Vitaly Kuznetsov1-0/+2
2017-11-04hyper-v: trace vmbus_onopen_result()Vitaly Kuznetsov1-0/+2
2017-11-04hyper-v: trace vmbus_onoffer_rescind()Vitaly Kuznetsov1-0/+2
2017-11-04hyper-v: trace vmbus_onoffer()Vitaly Kuznetsov1-0/+2
2017-11-04hyper-v: trace vmbus_on_message()Vitaly Kuznetsov1-0/+2
2017-10-23Merge 4.14-rc6 into char-misc-nextGreg Kroah-Hartman1-1/+4
2017-10-20vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister()Dexuan Cui1-1/+4
2017-10-16Merge 4.14-rc5 into char-misc-nextGreg Kroah-Hartman1-23/+18
2017-10-04Drivers: hv: vmbus: Fix bugs in rescind handlingK. Y. Srinivasan1-19/+18
2017-10-04vmbus: add per-channel sysfs infoStephen Hemminger1-1/+9
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/kernel/git/tip/tipLinus 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-12scsi: 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