aboutsummaryrefslogtreecommitdiff
path: root/include/linux/hyperv.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-06vmbus: add support for dynamic device id'sGravatar Stephen Hemminger 1-0/+6
2016-12-06hyperv: Fix spelling of HV_UNKOWNGravatar Haiyang Zhang 1-1/+1
2016-11-14Merge 4.9-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 1-7/+0
2016-11-07Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the hostGravatar K. Y. Srinivasan 1-6/+6
2016-11-07Drivers: hv: vmbus: On write cleanup the logic to interrupt the hostGravatar K. Y. Srinivasan 1-0/+1
2016-11-07Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw()...Gravatar Vitaly Kuznetsov 1-21/+11
2016-10-29Revert "hv_netvsc: report vmbus name in ethtool"Gravatar Stephen Hemminger 1-7/+0
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+7
2016-09-27Drivers: hv: get rid of id in struct vmbus_channelGravatar Vitaly Kuznetsov 1-3/+0
2016-09-10Revert "hv_netvsc: make inline functions static"Gravatar Stephen Hemminger 1-0/+84
2016-09-08Drivers: hv: utils: Support TimeSync version 4.0 protocol samples.Gravatar Alex Ng 1-0/+9
2016-09-07Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warningsGravatar Dexuan Cui 1-0/+21
2016-09-07Revert "Drivers: hv: ring_buffer: count on wrap around mappings in get_next_p...Gravatar K. Y. Srinivasan 1-11/+21
2016-09-02Drivers: hv: Introduce a policy for controlling channel affinityGravatar K. Y. Srinivasan 1-0/+23
2016-09-02Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw()Gravatar Vitaly Kuznetsov 1-21/+11
2016-08-31Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latencyGravatar K. Y. Srinivasan 1-0/+35
2016-08-31Drivers: hv: vmbus: fix the race when querying & updating the percpu listGravatar Dexuan Cui 1-0/+3
2016-08-23hv_netvsc: report vmbus name in ethtoolGravatar Stephen Hemminger 1-0/+7
2016-08-23hv_netvsc: make inline functions staticGravatar Stephen Hemminger 1-84/+0
2016-04-30drivers:hv: Make a function to free mmio regions through vmbusGravatar Jake Oshins 1-1/+1
2016-04-30Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus...Gravatar K. Y. Srinivasan 1-0/+86
2016-04-30Drivers: hv: vmbus: Move some ring buffer functions to hyperv.hGravatar K. Y. Srinivasan 1-0/+54
2016-04-30Drivers: hv: vmbus: Export the vmbus_set_event() APIGravatar K. Y. Srinivasan 1-0/+1
2016-04-30Drivers: hv: vmbus: Introduce functions for estimating room in the ring bufferGravatar K. Y. Srinivasan 1-0/+27
2016-03-01Drivers: hv: util: Pass the channel information during the init callGravatar K. Y. Srinivasan 1-0/+1
2016-02-07Drivers: hv: vmbus: Give control over how the ring access is serializedGravatar K. Y. Srinivasan 1-0/+16
2016-02-07Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()Gravatar Dexuan Cui 1-0/+2
2016-02-07Drivers: hv: vmbus: add a per-channel rescind callbackGravatar Dexuan Cui 1-0/+9
2016-02-07Drivers: hv: vmbus: add a hvsock flag in struct hv_driverGravatar Dexuan Cui 1-0/+14
2016-02-07Drivers: hv: vmbus: define a new VMBus message type for hvsockGravatar Dexuan Cui 1-0/+13
2016-02-07Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)Gravatar Dexuan Cui 1-0/+7
2016-02-07Drivers: hv: vmbus: add a helper function to set a channel's pending send sizeGravatar Dexuan Cui 1-0/+6
2016-02-07Drivers: hv: vmbus: Add vendor and device atttributesGravatar K. Y. Srinivasan 1-0/+28
2015-12-21Drivers: hv: vmbus: fix the building warning with hyperv-keyboardGravatar Dexuan Cui 1-0/+8
2015-12-14Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends()Gravatar Vitaly Kuznetsov 1-2/+0
2015-12-14Drivers: hv: vmbus: Fix a Host signaling bugGravatar K. Y. Srinivasan 1-0/+18
2015-12-14Drivers: hv: vmbus: Get rid of the unused macroGravatar K. Y. Srinivasan 1-13/+0
2015-12-14Drivers: hv: vmbus: Use uuid_le type consistentlyGravatar K. Y. Srinivasan 1-60/+32
2015-12-14drivers:hv: Define the channel type for Hyper-V PCI Express pass-throughGravatar Jake Oshins 1-0/+11
2015-12-14drivers:hv: Export the API to invoke a hypercall on Hyper-VGravatar Jake Oshins 1-0/+1
2015-12-14drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc numGravatar Jake Oshins 1-0/+2
2015-11-04drivers/hv: share Hyper-V SynIC constants with userspaceGravatar Andrey Smetanin 1-0/+1
2015-08-05Drivers: hv: vmbus: Further improve CPU affiliation logicGravatar Dexuan Cui 1-0/+1
2015-08-05Drivers: hv: vmbus: Improve the CPU affiliation for channelsGravatar K. Y. Srinivasan 1-1/+0
2015-08-05drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbusGravatar Jake Oshins 1-2/+5
2015-08-05drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.Gravatar Jake Oshins 1-1/+1
2015-06-01Drivers: hv: vmbus: Implement NUMA aware CPU affinity for channelsGravatar K. Y. Srinivasan 1-0/+5
2015-06-01Drivers: hv: vmbus:Update preferred vmbus protocol version to windows 10.Gravatar Keith Mange 1-1/+3
2015-05-24Drivers: hv: vmbus: briefly comment num_sc and next_ocGravatar Vitaly Kuznetsov 1-3/+9
2015-05-24Drivers: hv: vmbus: Implement the protocol for tearing down vmbus stateGravatar K. Y. Srinivasan 1-0/+1