summaryrefslogtreecommitdiffstats
path: root/drivers/hv/channel_mgmt.c
AgeCommit message (Expand)Author
2020-09-15Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-09-14Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unloadMichael Kelley
2020-06-20Drivers: hv: vmbus: Remove the lock field from the vmbus_channel structAndrea Parri (Microsoft)
2020-06-19Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_li...Andrea Parri (Microsoft)
2020-06-19Drivers: hv: vmbus: Remove the numa_node field from the vmbus_channel structAndrea Parri (Microsoft)
2020-06-19Drivers: hv: vmbus: Remove the target_vp field from the vmbus_channel structAndrea Parri (Microsoft)
2020-05-23Drivers: hv: vmbus: Resolve more races involving init_vp_index()Andrea Parri (Microsoft)
2020-05-23Drivers: hv: vmbus: Resolve race between init_vp_index() and CPU hotplugAndrea Parri (Microsoft)
2020-05-20drivers: hv: remove redundant assignment to pointer primary_channelColin Ian King
2020-04-23Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message typeAndrea Parri (Microsoft)
2020-04-23Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplugAndrea Parri (Microsoft)
2020-04-23Drivers: hv: vmbus: Remove the unused HV_LOCALIZED channel affinity logicAndrea Parri (Microsoft)
2020-04-23Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. ...Andrea Parri (Microsoft)
2020-04-23Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...Andrea Parri (Microsoft)
2020-04-23Drivers: hv: vmbus: Don't bind the offer&rescind works to a specific CPUAndrea Parri (Microsoft)
2020-04-23Drivers: hv: check VMBus messages lengthsVitaly Kuznetsov
2020-04-23Drivers: hv: avoid passing opaque pointer to vmbus_onmessage()Vitaly Kuznetsov
2020-04-10x86/Hyper-V: Unload vmbus channel in hv panic callbackTianyu Lan
2020-01-25Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)Dexuan Cui
2019-09-06Drivers: hv: vmbus: Resume after fixing up old primary channelsDexuan Cui
2019-09-06Drivers: hv: vmbus: Suspend after cleaning up hv_sock and sub channelsDexuan Cui
2019-09-06Drivers: hv: vmbus: Ignore the offers when resuming from hibernationDexuan Cui
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner
2019-04-10Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutexKimberly Brown
2019-03-20Drivers: hv: vmbus: Expose monitor data only when monitor pages are usedKimberly Brown
2019-02-14vmbus: Switch to use new generic UUID APIAndy Shevchenko
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