aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/channel_mgmt.c
AgeCommit message (Expand)Author
2018-12-10Merge 4.20-rc6 into char-misc-nextGreg Kroah-Hartman
2018-12-03Drivers: hv: vmbus: Offload the handling of channels to two workqueuesDexuan Cui
2018-11-26Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel()Dexuan Cui
2018-10-02Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu maskDexuan Cui
2018-10-02Drivers: hv: vmbus: Fix the descriptions of some function parametersDexuan Cui
2018-09-25vmbus: pass channel to hv_process_channel_removalStephen Hemminger
2018-08-02Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()Dexuan Cui
2018-07-03Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()Dexuan Cui
2018-03-28Drivers: hv: vmbus: do not mark HV_PCIE as perf_deviceDexuan Cui
2018-03-06hv_vmbus: Correct the stale comments regarding cpu affinityHaiyang Zhang
2017-11-28Drivers: hv: vmbus: Fix a rescind issueK. Y. Srinivasan
2017-11-04hyper-v: trace vmbus_release_relid()Vitaly Kuznetsov
2017-11-04hyper-v: trace vmbus_request_offers()Vitaly Kuznetsov
2017-11-04hyper-v: trace vmbus_onversion_response()Vitaly Kuznetsov
2017-11-04hyper-v: trace vmbus_ongpadl_torndown()Vitaly Kuznetsov
2017-11-04hyper-v: trace vmbus_ongpadl_created()Vitaly Kuznetsov
2017-11-04hyper-v: trace vmbus_onopen_result()Vitaly Kuznetsov
2017-11-04hyper-v: trace vmbus_onoffer_rescind()Vitaly Kuznetsov
2017-11-04hyper-v: trace vmbus_onoffer()Vitaly Kuznetsov
2017-11-04hyper-v: trace vmbus_on_message()Vitaly Kuznetsov
2017-10-23Merge 4.14-rc6 into char-misc-nextGreg Kroah-Hartman
2017-10-20vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister()Dexuan Cui
2017-10-16Merge 4.14-rc5 into char-misc-nextGreg Kroah-Hartman
2017-10-04Drivers: hv: vmbus: Fix bugs in rescind handlingK. Y. Srinivasan
2017-10-04vmbus: add per-channel sysfs infoStephen Hemminger
2017-09-22vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister()Dexuan Cui
2017-09-07Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-08-16Drivers: hv: vmbus: Fix rescind handling issuesK. Y. Srinivasan
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov
2017-08-10hyper-v: Use fast hypercall for HVCALL_SIGNAL_EVENTVitaly Kuznetsov
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-06-12scsi: storvsc: remove unnecessary channel inbound lockStephen Hemminger
2017-05-18Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman
2017-03-17vmbus: make channel_message table constantStephen Hemminger
2017-03-16Drivers: hv: vmbus: Don't leak channel idsK. Y. Srinivasan
2017-03-16vmbus: remove hv_event_tasklet_disable/enableDexuan Cui
2017-03-16vmbus: use rcu for per-cpu channel listStephen Hemminger
2017-02-14vmbus: remove conditional locking of vmbus_writeStephen Hemminger
2017-02-14vmbus: add direct isr callback modeStephen Hemminger
2017-02-14vmbus: change to per channel taskletStephen Hemminger
2017-02-14vmbus: put related per-cpu variable togetherStephen Hemminger
2017-01-31Drivers: hv: vmbus: Use all supported IC versions to negotiateAlex Ng
2017-01-20Drivers: hv: vmbus: Move the code to signal end of messageK. Y. Srinivasan
2017-01-10Drivers: hv: vmbus: Fix a rescind handling bugK. Y. Srinivasan
2017-01-10Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()Vitaly Kuznetsov
2016-12-06hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels()Vitaly Kuznetsov
2016-12-06hyperv: Fix spelling of HV_UNKOWNHaiyang Zhang
2016-11-07Drivers: hv: vmbus: Base host signaling strictly on the ring stateK. Y. Srinivasan
2016-09-27Drivers: hv: get rid of id in struct vmbus_channelVitaly Kuznetsov