summaryrefslogtreecommitdiff
path: root/include/linux/hyperv.h
AgeCommit message (Expand)Author
2017-03-16vmbus: remove hv_event_tasklet_disable/enableDexuan Cui
2017-03-16vmbus: use rcu for per-cpu channel listStephen Hemminger
2017-02-14vmbus: constify parameters where possibleStephen Hemminger
2017-02-14vmbus: expose hv_begin/end_readStephen Hemminger
2017-02-14vmbus: remove conditional locking of vmbus_writeStephen Hemminger
2017-02-14vmbus: add direct isr callback modeStephen Hemminger
2017-02-14vmbus: change to per channel taskletStephen Hemminger
2017-02-14vmbus: callback is in softirq not workqueueStephen Hemminger
2017-02-10vmbus: remove unused kickq argument to sendpacketStephen Hemminger
2017-02-10vmbus: remove no longer used signal_policyStephen Hemminger
2017-02-06Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman
2017-01-31Drivers: hv: vmbus: Use all supported IC versions to negotiateAlex Ng
2017-01-31Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()Dexuan Cui
2017-01-10Drivers: hv: vmbus: Fix a rescind handling bugK. Y. Srinivasan
2016-12-06vmbus: add support for dynamic device id'sStephen Hemminger
2016-12-06hyperv: Fix spelling of HV_UNKOWNHaiyang Zhang
2016-11-14Merge 4.9-rc5 into char-misc-nextGreg Kroah-Hartman
2016-11-07Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the hostK. Y. Srinivasan
2016-11-07Drivers: hv: vmbus: On write cleanup the logic to interrupt the hostK. Y. Srinivasan
2016-11-07Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw()...Vitaly Kuznetsov
2016-10-29Revert "hv_netvsc: report vmbus name in ethtool"Stephen Hemminger
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-09-27Drivers: hv: get rid of id in struct vmbus_channelVitaly Kuznetsov
2016-09-10Revert "hv_netvsc: make inline functions static"Stephen Hemminger
2016-09-08Drivers: hv: utils: Support TimeSync version 4.0 protocol samples.Alex Ng
2016-09-07Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warningsDexuan Cui
2016-09-07Revert "Drivers: hv: ring_buffer: count on wrap around mappings in get_next_p...K. Y. Srinivasan
2016-09-02Drivers: hv: Introduce a policy for controlling channel affinityK. Y. Srinivasan
2016-09-02Drivers: hv: ring_buffer: count on wrap around mappings in get_next_pkt_raw()Vitaly Kuznetsov
2016-08-31Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latencyK. Y. Srinivasan
2016-08-31Drivers: hv: vmbus: fix the race when querying & updating the percpu listDexuan Cui
2016-08-23hv_netvsc: report vmbus name in ethtoolStephen Hemminger
2016-08-23hv_netvsc: make inline functions staticStephen Hemminger
2016-04-30drivers:hv: Make a function to free mmio regions through vmbusJake Oshins
2016-04-30Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus...K. Y. Srinivasan
2016-04-30Drivers: hv: vmbus: Move some ring buffer functions to hyperv.hK. Y. Srinivasan
2016-04-30Drivers: hv: vmbus: Export the vmbus_set_event() APIK. Y. Srinivasan
2016-04-30Drivers: hv: vmbus: Introduce functions for estimating room in the ring bufferK. Y. Srinivasan
2016-03-01Drivers: hv: util: Pass the channel information during the init callK. Y. Srinivasan
2016-02-07Drivers: hv: vmbus: Give control over how the ring access is serializedK. Y. Srinivasan
2016-02-07Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()Dexuan Cui
2016-02-07Drivers: hv: vmbus: add a per-channel rescind callbackDexuan Cui
2016-02-07Drivers: hv: vmbus: add a hvsock flag in struct hv_driverDexuan Cui
2016-02-07Drivers: hv: vmbus: define a new VMBus message type for hvsockDexuan Cui
2016-02-07Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)Dexuan Cui
2016-02-07Drivers: hv: vmbus: add a helper function to set a channel's pending send sizeDexuan Cui
2016-02-07Drivers: hv: vmbus: Add vendor and device atttributesK. Y. Srinivasan
2015-12-21Drivers: hv: vmbus: fix the building warning with hyperv-keyboardDexuan Cui
2015-12-14Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends()Vitaly Kuznetsov
2015-12-14Drivers: hv: vmbus: Fix a Host signaling bugK. Y. Srinivasan