summaryrefslogtreecommitdiff
path: root/drivers/hv/channel_mgmt.c
AgeCommit message (Expand)Author
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
2016-09-07Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warningsDexuan Cui
2016-09-02Drivers: hv: Introduce a policy for controlling channel affinityK. Y. Srinivasan
2016-08-31Drivers: hv: vmbus: Enable explicit signaling policy for NIC channelsK. Y. Srinivasan
2016-08-31Drivers: hv: vmbus: fix the race when querying & updating the percpu listDexuan Cui
2016-05-01Drivers: hv: vmbus: handle various crash scenariosVitaly Kuznetsov
2016-03-01Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_u...Vitaly Kuznetsov
2016-03-01Drivers: hv: vmbus: remove code duplication in message handlingVitaly Kuznetsov
2016-03-01Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov
2016-02-07Drivers: hv: vmbus: Give control over how the ring access is serializedK. Y. Srinivasan
2016-02-07Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()Dexuan Cui
2016-02-07Drivers: hv: vmbus: add a per-channel rescind callbackDexuan Cui