aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv
AgeCommit message (Expand)AuthorFilesLines
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-4/+4
2016-12-06uio-hv-generic: new userspace i/o driver for VMBusGravatar Stephen Hemminger 1-0/+1
2016-12-06vmbus: add support for dynamic device id'sGravatar Stephen Hemminger 1-8/+166
2016-12-06hv: change clockevents unbind tacticsGravatar Vitaly Kuznetsov 1-2/+4
2016-12-06hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels()Gravatar Vitaly Kuznetsov 1-0/+2
2016-12-06hyperv: Fix spelling of HV_UNKOWNGravatar Haiyang Zhang 1-3/+3
2016-11-14Merge 4.9-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 1-1/+1
2016-11-07Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the hostGravatar K. Y. Srinivasan 3-14/+8
2016-11-07Drivers: hv: vmbus: On write cleanup the logic to interrupt the hostGravatar K. Y. Srinivasan 3-101/+34
2016-11-07Drivers: hv: vmbus: Base host signaling strictly on the ring stateGravatar K. Y. Srinivasan 3-12/+20
2016-11-07Drivers: hv: balloon: Fix info request to show max page countGravatar Alex Ng 1-2/+7
2016-11-07Drivers: hv: vss: Operation timeouts should match host expectationGravatar Alex Ng 1-2/+6
2016-11-07Drivers: hv: vss: Improve log messages.Gravatar Alex Ng 1-6/+19
2016-11-07Drivers: hv: balloon: Add logging for dynamic memory operationsGravatar Alex Ng 1-3/+28
2016-11-07Drivers: hv: balloon: Disable hot add when CONFIG_MEMORY_HOTPLUG is not setGravatar Alex Ng 1-0/+4
2016-11-07Drivers: hv: utils: Fix the mapping between host version and protocol to useGravatar Alex Ng 1-3/+6
2016-11-07Drivers: hv: utils: reduce HV_UTIL_NEGO_TIMEOUT timeoutGravatar Vitaly Kuznetsov 1-1/+1
2016-11-01vmbus: make sysfs names consistent with PCIGravatar Stephen Hemminger 1-1/+1
2016-10-25hv: do not lose pending heartbeat vmbus packetsGravatar Long Li 1-3/+7
2016-09-27Drivers: hv: get rid of id in struct vmbus_channelGravatar Vitaly Kuznetsov 1-2/+0
2016-09-27Drivers: hv: make VMBus bus ids persistentGravatar Vitaly Kuznetsov 1-2/+2
2016-09-09Drivers: hv: hv_util: Avoid dynamic allocation in time synchGravatar Vivek yadav 1-11/+28
2016-09-08Drivers: hv: utils: Support TimeSync version 4.0 protocol samples.Gravatar Alex Ng 1-23/+59
2016-09-08Drivers: hv: utils: Use TimeSync samples to adjust the clock after boot.Gravatar Alex Ng 1-13/+7
2016-09-08Drivers: hv: utils: Rename version definitions to reflect protocol version.Gravatar Alex Ng 1-10/+10
2016-09-07Drivers: hv: vmbus: suppress some "hv_vmbus: Unknown GUID" warningsGravatar Dexuan Cui 1-2/+24
2016-09-07Driver: hv: vmbus: Make mmio resource localGravatar Stephen Hemminger 1-2/+2
2016-09-02Drivers: hv: utils: Check VSS daemon is listening before a hot backupGravatar Alex Ng 1-3/+6
2016-09-02Drivers: hv: utils: Continue to poll VSS channel after handling requests.Gravatar Alex Ng 1-47/+43
2016-09-02Drivers: hv: Introduce a policy for controlling channel affinityGravatar K. Y. Srinivasan 1-29/+39
2016-09-02Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from, to}_ringb...Gravatar Vitaly Kuznetsov 1-21/+3
2016-09-02Drivers: hv: ring_buffer: wrap around mappings for ring buffersGravatar Vitaly Kuznetsov 3-23/+49
2016-09-02Drivers: hv: cleanup vmbus_open() for wrap around mappingsGravatar Vitaly Kuznetsov 1-19/+22
2016-08-31Drivers: hv: balloon: Use available memory value in pressure reportGravatar Alex Ng 1-8/+5
2016-08-31Drivers: hv: balloon: replace ha_region_mutex with spinlockGravatar Vitaly Kuznetsov 1-45/+53
2016-08-31Drivers: hv: balloon: don't wait for ol_waitevent when memhp_auto_online is e...Gravatar Vitaly Kuznetsov 1-6/+9
2016-08-31Drivers: hv: balloon: account for gaps in hot add regionsGravatar Vitaly Kuznetsov 1-37/+94
2016-08-31Drivers: hv: balloon: keep track of where ha_region startsGravatar Vitaly Kuznetsov 1-2/+5
2016-08-31Drivers: hv: vmbus: Implement a mechanism to tag the channel for low latencyGravatar K. Y. Srinivasan 1-1/+6
2016-08-31Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()Gravatar K. Y. Srinivasan 1-4/+4
2016-08-31Drivers: hv: vmbus: Enable explicit signaling policy for NIC channelsGravatar K. Y. Srinivasan 4-18/+20
2016-08-31Drivers: hv: vmbus: fix the race when querying & updating the percpu listGravatar Dexuan Cui 2-8/+30
2016-08-31Drivers: hv: utils: fix a race on userspace daemons registrationGravatar Vitaly Kuznetsov 5-22/+54
2016-08-31Drivers: hv: get rid of timeout in vmbus_open()Gravatar Vitaly Kuznetsov 1-6/+1
2016-08-31Drivers: hv: don't leak memory in vmbus_establish_gpadl()Gravatar Vitaly Kuznetsov 1-1/+5
2016-08-31Drivers: hv: get rid of redundant messagecount in create_gpadl_header()Gravatar Vitaly Kuznetsov 1-22/+16
2016-08-31Drivers: hv: avoid vfree() on crashGravatar Vitaly Kuznetsov 3-8/+10
2016-06-13random: add interrupt callback to VMBus IRQ handlerGravatar Stephan Mueller 1-0/+3
2016-05-01Drivers: hv: balloon: reset host_specified_ha_regionGravatar Vitaly Kuznetsov 1-0/+1
2016-05-01Drivers: hv: balloon: don't crash when memory is added in non-sorted orderGravatar Vitaly Kuznetsov 1-2/+2