summaryrefslogtreecommitdiff
path: root/drivers/hv/channel_mgmt.c
AgeCommit message (Expand)Author
2018-04-20Drivers: hv: vmbus: do not mark HV_PCIE as perf_deviceDexuan Cui
2017-03-30Drivers: hv: vmbus: Don't leak channel idsK. Y. Srinivasan
2017-03-12Drivers: hv: vmbus: Fix a rescind handling bugK. Y. Srinivasan
2017-03-12Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()Vitaly Kuznetsov
2017-02-14Drivers: hv: vmbus: Base host signaling strictly on the ring stateK. Y. Srinivasan
2017-01-09hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels()Vitaly Kuznetsov
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
2016-02-07Drivers: hv: vmbus: define a new VMBus message type for hvsockDexuan Cui
2016-02-07Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_u...Vitaly Kuznetsov
2016-02-07Drivers: hv: vmbus: avoid infinite loop in init_vp_index()Vitaly Kuznetsov
2016-02-07Drivers: hv: vmbus: Add vendor and device atttributesK. Y. Srinivasan
2015-12-21Drivers: hv: vmbus: Treat Fibre Channel devices as performance criticalK. Y. Srinivasan
2015-12-14Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutexDexuan Cui
2015-12-14Drivers: hv: vmbus: release relid on error in vmbus_process_offer()Dexuan Cui
2015-12-14Drivers: hv: vmbus: fix rescind-offer handling for device without a driverDexuan Cui
2015-12-14Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDsK. Y. Srinivasan
2015-12-14Drivers: hv: vmbus: Use uuid_le type consistentlyK. Y. Srinivasan
2015-12-14drivers:hv: Define the channel type for Hyper-V PCI Express pass-throughJake Oshins
2015-09-20Drivers: hv: vmbus: fix init_vp_index() for reloading hv_netvscDexuan Cui
2015-08-05Drivers: hv: vmbus: Further improve CPU affiliation logicDexuan Cui
2015-08-05Drivers: hv: vmbus: Improve the CPU affiliation for channelsK. Y. Srinivasan
2015-08-04Drivers: hv: vmbus: Consider ND NIC in binding channels to CPUsK. Y. Srinivasan
2015-08-04Drivers: hv: vmbus: don't send CHANNELMSG_UNLOAD on pre-Win2012R2 hostsVitaly Kuznetsov
2015-06-01Drivers: hv: vmbus: Implement NUMA aware CPU affinity for channelsK. Y. Srinivasan
2015-06-01Drivers: hv: vmbus: Use the vp_index map even for channels bound to CPU 0K. Y. Srinivasan
2015-05-24Drivers: hv: vmbus: distribute subchannels among all vcpusVitaly Kuznetsov
2015-05-24Drivers: hv: vmbus: move init_vp_index() call to vmbus_process_offer()Vitaly Kuznetsov
2015-05-24Drivers: hv: vmbus: decrease num_sc on subchannel removalVitaly Kuznetsov
2015-05-24Drivers: hv: vmbus: unify calls to percpu_channel_enq()Vitaly Kuznetsov
2015-05-24Drivers: hv: vmbus: Implement the protocol for tearing down vmbus stateK. Y. Srinivasan
2015-05-24hv: vmbus_free_channels(): remove the redundant free_channel()Dexuan Cui
2015-04-03hv: remove the per-channel workqueueDexuan Cui
2015-04-03hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind()Dexuan Cui
2015-04-03hv: run non-blocking message handlers in the dispatch taskletDexuan Cui
2015-03-26Drivers: hv: vmbus: Don't wait after requesting offersK. Y. Srinivasan
2015-03-25hv: vmbus: missing curly braces in vmbus_process_offer()Dan Carpenter
2015-03-25Drivers: hv: vmbus: Perform device register in the per-channel work elementK. Y. Srinivasan
2015-03-01Drivers: hv: vmbus: Use a round-robin algorithm for picking the outgoing channelK. Y. Srinivasan
2015-03-01Drivers: hv: vmbus: Remove the channel from the channel list(s) on failureK. Y. Srinivasan