summaryrefslogtreecommitdiffstats
path: root/drivers/hv/connection.c
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()K. Y. Srinivasan2016-08-311-4/+4
* Drivers: hv: vmbus: Export the vmbus_set_event() APIK. Y. Srinivasan2016-04-301-0/+1
* Drivers: hv: vmbus: Support kexec on ws2012 r2 and aboveAlex Ng2016-03-011-1/+9
* Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov2016-03-011-1/+1
* Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()Dexuan Cui2016-02-071-2/+2
* Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan2016-02-071-2/+2
* Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0K. Y. Srinivasan2015-12-141-4/+7
* Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutexDexuan Cui2015-12-141-4/+3
* Drivers: hv: vmbus:Update preferred vmbus protocol version to windows 10.Keith Mange2015-06-011-3/+5
* Drivers: hv: vmbus: Implement the protocol for tearing down vmbus stateK. Y. Srinivasan2015-05-241-0/+5
* hv_vmbus: Add gradually increased delay for retries in vmbus_post_msg()Haiyang Zhang2015-04-031-2/+5
* hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind()Dexuan Cui2015-04-031-5/+1
* Drivers: hv: vmbus: Perform device register in the per-channel work elementK. Y. Srinivasan2015-03-251-1/+5
* Drivers: hv: vmbus: Get rid of some unnecessary messagesK. Y. Srinivasan2015-03-011-6/+1
* hv: vmbus_post_msg: retry the hypercall on some transient errorsDexuan Cui2015-03-011-2/+9
* Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection page...Vitaly Kuznetsov2015-03-011-5/+12
* Drivers: hv: vmbus: Use get_cpu() to get the current CPUK. Y. Srinivasan2015-01-121-2/+4
* Drivers: hv: vmbus: Cleanup vmbus_post_msg()K. Y. Srinivasan2014-09-231-3/+14
* Drivers: hv: vmbus: Fix a bug in the channel callback dispatch codeK. Y. Srinivasan2014-07-091-2/+6
* hv: use correct order when freeing monitor_pagesRadim Krčmář2014-05-281-2/+2
* Drivers: hv: vmbus: Implement per-CPU mapping of relid to channelK. Y. Srinivasan2014-05-031-1/+23
* Drivers: hv: Eliminate the channel spinlock in the callback pathK. Y. Srinivasan2014-05-031-7/+4
* Drivers: hv: vmbus: Negotiate version 3.0 when running on ws2012r2 hostsK. Y. Srinivasan2014-04-161-1/+4
* Drivers: hv: vmbus: Don't timeout during the initial connection with hostK. Y. Srinivasan2014-02-071-10/+1
* Drivers: hv: vmbus: Specify the target CPU that should receive notificationK. Y. Srinivasan2014-02-071-0/+2
* Merge 3.12-rc3 into char-misc-nextGreg Kroah-Hartman2013-09-291-1/+1
|\
| * Drivers: hv: vmbus: Terminate vmbus version negotiation on timeoutK. Y. Srinivasan2013-09-261-1/+1
* | hv: make "monitor_pages" a "real" pointer arrayGreg Kroah-Hartman2013-09-261-11/+10
|/
* Drivers: hv: vmbus: Do not attempt to negoatiate a new version prematurelyK. Y. Srinivasan2013-08-301-1/+4
* Drivers: hv: vmbus: Implement multi-channel supportK. Y. Srinivasan2013-06-031-0/+14
* Drivers: hv: Cleanup and consolidate reporting of build/version infoK. Y. Srinivasan2013-01-171-4/+7
* Drivers: hv: Enable protocol negotiation with win8 hostsK. Y. Srinivasan2013-01-171-1/+1
* Drivers: hv: Modify the interrupt handling code to support win8 and beyondK. Y. Srinivasan2013-01-171-2/+24
* Drivers: hv: Cleanup vmbus_set_event() to support win7 and beyondK. Y. Srinivasan2013-01-171-5/+8
* Drivers: hv: Move vmbus version definitions to hyperv.hK. Y. Srinivasan2013-01-171-15/+0
* Drivers: hv: Change the signature of vmbus_set_event()K. Y. Srinivasan2013-01-171-1/+2
* Drivers: hv: Change the signature for hv_signal_event()K. Y. Srinivasan2013-01-171-1/+1
* Drivers: hv: Save and export negotiated vmbus versionK. Y. Srinivasan2013-01-171-0/+9
* Drivers: hv: Support handling multiple VMBUS versionsK. Y. Srinivasan2013-01-171-54/+111
* Drivers: hv: Optimize signaling in the read pathK. Y. Srinivasan2013-01-171-3/+25
* Staging: hv: remove unneeded asm include file in hyperv.hGreg Kroah-Hartman2011-10-111-1/+1
* Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman2011-10-101-0/+318
OpenPOWER on IntegriCloud