aboutsummaryrefslogtreecommitdiff
path: root/include/linux/hyperv.h
AgeCommit message (Expand)AuthorFilesLines
2014-12-08hyperv: Add support for vNIC hot removalGravatar Haiyang Zhang 1-0/+2
2014-05-03Drivers: hv: vmbus: Implement per-CPU mapping of relid to channelGravatar K. Y. Srinivasan 1-0/+5
2014-05-03Drivers: hv: Eliminate the channel spinlock in the callback pathGravatar K. Y. Srinivasan 1-0/+2
2014-04-16Drivers: hv: vmbus: Negotiate version 3.0 when running on ws2012r2 hostsGravatar K. Y. Srinivasan 1-1/+3
2014-03-08Drivers: hv: vmbus: Increase the limit on the number of pfns we can handleGravatar K. Y. Srinivasan 1-1/+1
2014-02-24vmbus: use resource for hyperv mmio regionGravatar Gerd Hoffmann 1-2/+1
2014-02-18Drivers: hv: Implement the file copy serviceGravatar K. Y. Srinivasan 1-1/+11
2014-02-18Merge 3.14-rc3 into char-misc-nextGravatar Greg Kroah-Hartman 1-1/+1
2014-02-07Drivers: hv: vmbus: Support per-channel driver stateGravatar K. Y. Srinivasan 1-0/+14
2014-02-07Drivers: hv: vmbus: Cleanup the packet send pathGravatar K. Y. Srinivasan 1-1/+1
2014-02-07Drivers: hv: vmbus: Extract the mmio information from DSDTGravatar K. Y. Srinivasan 1-0/+3
2014-02-07hv: Add hyperv.h to uapi headersGravatar Bjarke Istrup Pedersen 1-319/+2
2014-02-07Drivers: hv: vmbus: Specify the target CPU that should receive notificationGravatar K. Y. Srinivasan 1-1/+1
2013-09-29Merge 3.12-rc3 into char-misc-nextGravatar Greg Kroah-Hartman 1-2/+5
2013-09-26Drivers: hv: util: Correctly support ws2008R2 and earlierGravatar K. Y. Srinivasan 1-2/+5
2013-09-26hv: delete struct hv_dev_port_infoGravatar Greg Kroah-Hartman 1-17/+0
2013-09-26hv: delete vmbus_get_debug_info()Gravatar Greg Kroah-Hartman 1-8/+0
2013-09-26hv: move "client/server_monitor_conn_id" bus attributes to dev_groupsGravatar Greg Kroah-Hartman 1-3/+0
2013-09-26hv: move "client/server_monitor_latency" bus attributes to dev_groupsGravatar Greg Kroah-Hartman 1-2/+0
2013-09-26hv: move "client/server_monitor_pending" bus attributes to dev_groupsGravatar Greg Kroah-Hartman 1-2/+0
2013-09-26hv: move "device_id" bus attribute to dev_groupsGravatar Greg Kroah-Hartman 1-1/+0
2013-09-26hv: move "class_id" bus attribute to dev_groupsGravatar Greg Kroah-Hartman 1-1/+0
2013-09-26hv: move "monitor_id" bus attribute to dev_groupsGravatar Greg Kroah-Hartman 1-1/+0
2013-09-26hv: move "state" bus attribute to dev_groupsGravatar Greg Kroah-Hartman 1-1/+0
2013-09-26hv: use dev_groups for device attributesGravatar Greg Kroah-Hartman 1-1/+0
2013-08-02Drivers: hv: remove HV_DRV_VERSIONGravatar Olaf Hering 1-21/+0
2013-07-26Drivers: hv: util: Fix a bug in version negotiation code for util servicesGravatar K. Y. Srinivasan 1-1/+9
2013-06-03Drivers: hv: Add the GUID fot synthetic fibre channel deviceGravatar K. Y. Srinivasan 1-0/+10
2013-06-03Drivers: hv: vmbus: Implement multi-channel supportGravatar K. Y. Srinivasan 1-1/+61
2013-04-29drivers/video: add Hyper-V Synthetic Video Frame Buffer DriverGravatar Haiyang Zhang 1-0/+11
2013-03-15Drivers: hv: Add a new driver to support host initiated backupGravatar K. Y. Srinivasan 1-0/+69
2013-01-25Drivers: hv: vmbus: Consolidate all offer GUID definitions in hyperv.hGravatar K. Y. Srinivasan 1-0/+94
2013-01-17Drivers: hv: Enable protocol negotiation with win8 hostsGravatar K. Y. Srinivasan 1-0/+1
2013-01-17Drivers: hv: Add state to manage incoming channel interrupt loadGravatar K. Y. Srinivasan 1-2/+19
2013-01-17Drivers: hv: Manage signaling state on a per-connection basisGravatar K. Y. Srinivasan 1-0/+25
2013-01-17Drivers: hv: Move vmbus version definitions to hyperv.hGravatar K. Y. Srinivasan 1-0/+15
2013-01-17Drivers: hv: Save and export negotiated vmbus versionGravatar K. Y. Srinivasan 1-0/+6
2013-01-17Drivers: hv: Extend/modify vmbus_channel_offer_channel for win7 and beyondGravatar K. Y. Srinivasan 1-5/+31
2013-01-17Drivers: hv: Update the ring buffer structure to match win8 functionalityGravatar K. Y. Srinivasan 1-7/+21
2013-01-17Drivers: hv: Support handling multiple VMBUS versionsGravatar K. Y. Srinivasan 1-6/+0
2013-01-17Drivers: hv: Add state to manage batched readingGravatar K. Y. Srinivasan 1-0/+20
2012-09-10Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFOGravatar K. Y. Srinivasan 1-0/+2
2012-08-16Drivers: hv: Explicitly size elements of protocol structuresGravatar K. Y. Srinivasan 1-4/+4
2012-08-16Drivers: hv: kvp: Cleanup error handling in KVPGravatar K. Y. Srinivasan 1-6/+11
2012-08-16Drivers: hv: Add KVP definitions for IP address injectionGravatar K. Y. Srinivasan 1-2/+74
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+3
2012-05-14Drivers: hv: util: Properly handle version negotiations.Gravatar K. Y. Srinivasan 1-1/+3
2012-04-03net/hyperv: Add flow control based on hi/low watermarkGravatar Haiyang Zhang 1-0/+27
2012-03-16Tools: hv: Support enumeration from all the poolsGravatar K. Y. Srinivasan 1-0/+1
2012-03-16Drivers: hv: Support the newly introduced KVP messages in the driverGravatar K. Y. Srinivasan 1-0/+2