summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-29Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channelsDexuan Cui1-0/+20
2018-12-05Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()Dexuan Cui1-0/+8
2018-10-20HV: properly delay KVP packets when negotiation is in progressLong Li1-5/+8
2018-04-20Drivers: hv: vmbus: do not mark HV_PCIE as perf_deviceDexuan Cui1-1/+1
2018-01-17x86/retpoline/hyperv: Convert assembler indirect jumpsDavid Woodhouse1-4/+7
2017-12-20Drivers: hv: util: move waiting for release to hv_utils_transport itselfVitaly Kuznetsov5-16/+9
2017-10-12Drivers: hv: fcopy: restore correct transfer lengthOlaf Hering1-0/+4
2017-03-30Drivers: hv: vmbus: Don't leak memory when a channel is rescindedK. Y. Srinivasan1-5/+8
2017-03-30Drivers: hv: vmbus: Don't leak channel idsK. Y. Srinivasan1-0/+1
2017-03-15drivers: hv: Turn off write permission on the hypercall pageK. Y. Srinivasan1-1/+1
2017-03-12Drivers: hv: util: Backup: Fix a rescind processing issueK. Y. Srinivasan1-0/+4
2017-03-12Drivers: hv: util: Fcopy: Fix a rescind processing issueK. Y. Srinivasan1-0/+4
2017-03-12Drivers: hv: util: kvp: Fix a rescind processing issueK. Y. Srinivasan1-0/+4
2017-03-12Drivers: hv: vmbus: Fix a rescind handling bugK. Y. Srinivasan3-0/+44
2017-03-12Drivers: hv: vmbus: Prevent sending data on a rescinded channelK. Y. Srinivasan1-0/+7
2017-03-12hv: don't reset hv_context.tsc_page on crashVitaly Kuznetsov1-2/+3
2017-03-12hv: init percpu_list in hv_synic_alloc()Vitaly Kuznetsov1-2/+2
2017-03-12hv: allocate synic pages for all present CPUsVitaly Kuznetsov1-2/+2
2017-03-12Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()Vitaly Kuznetsov4-18/+28
2017-02-14Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()Dexuan Cui3-2/+37
2017-02-14Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the hostK. Y. Srinivasan4-20/+14
2017-02-14Drivers: hv: vmbus: On write cleanup the logic to interrupt the hostK. Y. Srinivasan4-101/+35
2017-02-14Drivers: hv: vmbus: Base host signaling strictly on the ring stateK. Y. Srinivasan3-12/+20
2017-01-09hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels()Vitaly Kuznetsov1-0/+2
2016-11-01vmbus: make sysfs names consistent with PCIStephen Hemminger1-1/+1
2016-10-25hv: do not lose pending heartbeat vmbus packetsLong Li1-3/+7
2016-09-27Drivers: hv: get rid of id in struct vmbus_channelVitaly Kuznetsov2-5/+0
2016-09-27Drivers: hv: make VMBus bus ids persistentVitaly Kuznetsov1-2/+2
2016-09-09Drivers: hv: hv_util: Avoid dynamic allocation in time synchVivek yadav1-11/+28
2016-09-08Drivers: hv: utils: Support TimeSync version 4.0 protocol samples.Alex Ng2-23/+68
2016-09-08Drivers: hv: utils: Use TimeSync samples to adjust the clock after boot.Alex Ng1-13/+7
2016-09-08Drivers: hv: utils: Rename version definitions to reflect protocol version.Alex Ng1-10/+10
2016-09-07Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warningsDexuan Cui2-2/+45
2016-09-07Driver: hv: vmbus: Make mmio resource localStephen Hemminger1-2/+2
2016-09-02Drivers: hv: utils: Check VSS daemon is listening before a hot backupAlex Ng2-3/+9
2016-09-02Drivers: hv: utils: Continue to poll VSS channel after handling requests.Alex Ng1-47/+43
2016-09-02Drivers: hv: Introduce a policy for controlling channel affinityK. Y. Srinivasan2-29/+62
2016-09-02Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from, to}_ringb...Vitaly Kuznetsov1-21/+3
2016-09-02Drivers: hv: ring_buffer: wrap around mappings for ring buffersVitaly Kuznetsov3-23/+49
2016-09-02Drivers: hv: cleanup vmbus_open() for wrap around mappingsVitaly Kuznetsov1-19/+22
2016-08-31Drivers: hv: balloon: Use available memory value in pressure reportAlex Ng1-8/+5
2016-08-31Drivers: hv: balloon: replace ha_region_mutex with spinlockVitaly Kuznetsov1-45/+53
2016-08-31Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is e...Vitaly Kuznetsov1-6/+9
2016-08-31Drivers: hv: balloon: account for gaps in hot add regionsVitaly Kuznetsov1-37/+94
2016-08-31Drivers: hv: balloon: keep track of where ha_region startsVitaly Kuznetsov1-2/+5
2016-08-31Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latencyK. Y. Srinivasan2-1/+41
2016-08-31Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()K. Y. Srinivasan1-4/+4
2016-08-31Drivers: hv: vmbus: Enable explicit signaling policy for NIC channelsK. Y. Srinivasan4-18/+20
2016-08-31Drivers: hv: vmbus: fix the race when querying & updating the percpu listDexuan Cui3-8/+33
2016-08-31Drivers: hv: utils: fix a race on userspace daemons registrationVitaly Kuznetsov5-22/+54
[next]