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