summaryrefslogtreecommitdiff
path: root/drivers/hv/channel_mgmt.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner1-13/+1
2019-04-10Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutexKimberly Brown1-0/+2
2019-03-20Drivers: hv: vmbus: Expose monitor data only when monitor pages are usedKimberly Brown1-0/+1
2019-02-14vmbus: Switch to use new generic UUID APIAndy Shevchenko1-9/+9
2018-12-10Merge 4.20-rc6 into char-misc-nextGreg Kroah-Hartman1-62/+126
2018-12-03Drivers: hv: vmbus: Offload the handling of channels to two workqueuesDexuan Cui1-63/+126
2018-11-26Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel()Dexuan Cui1-45/+0
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/k...Linus 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