summaryrefslogtreecommitdiffstats
path: root/drivers/hv/hv_fcopy.c
AgeCommit message (Expand)AuthorLines
2017-09-22Drivers: hv: fcopy: restore correct transfer lengthOlaf Hering-0/+4
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman-4/+0
2017-03-17vmbus: remove useless return'sStephen Hemminger-2/+0
2017-03-16Drivers: hv: util: move waiting for release to hv_utils_transport itselfVitaly Kuznetsov-4/+0
2017-01-31Drivers: hv: Log the negotiated IC versions.Alex Ng-2/+7
2017-01-31Drivers: hv: vmbus: Use all supported IC versions to negotiateAlex Ng-6/+14
2017-01-10Drivers: hv: util: Fcopy: Fix a rescind processing issueK. Y. Srinivasan-0/+4
2016-08-31Drivers: hv: utils: fix a race on userspace daemons registrationVitaly Kuznetsov-4/+10
2016-03-01Drivers: hv: util: Pass the channel information during the init callK. Y. Srinivasan-1/+1
2015-12-14Drivers: hv: utils: run polling callback always in interrupt contextOlaf Hering-22/+12
2015-12-14Drivers: hv: util: Increase the timeout for util servicesK. Y. Srinivasan-1/+2
2015-08-04Drivers: hv: fcopy: dynamically allocate smsg_out in fcopy_send_data()Vitaly Kuznetsov-8/+13
2015-05-24Drivers: hv: utils: unify driver registration reportingVitaly Kuznetsov-2/+1
2015-05-24Drivers: hv: fcopy: full handshake supportVitaly Kuznetsov-1/+15
2015-05-24Drivers: hv: fcopy: convert to hv_utils_transportVitaly Kuznetsov-148/+46
2015-05-24Drivers: hv: fcopy: set .owner reference for file operationsVitaly Kuznetsov-4/+2
2015-05-24Drivers: hv: fcopy: switch to using the hvutil_device_state state machineVitaly Kuznetsov-40/+30
2015-05-24Drivers: hv: fcopy: rename fcopy_work -> fcopy_timeout_workVitaly Kuznetsov-7/+7
2015-05-24Drivers: hv: fcopy: process deferred messages when we complete the transactionVitaly Kuznetsov-3/+9
2015-01-25hv: hv_fcopy: drop the obsolete message on transfer failureDexuan Cui-0/+27
2014-07-17Drivers: hv: hv_fcopy: fix a race condition for SMP guestDexuan Cui-1/+1
2014-02-18Drivers: hv: fcopy_open() can be staticFengguang Wu-2/+2
2014-02-18Drivers: hv: Implement the file copy serviceK. Y. Srinivasan-0/+414