aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Kuznetsov1-2/+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 Ng1-23/+59
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 Cui1-2/+24
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 Ng1-3/+6
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. Srinivasan1-29/+39
2016-09-02Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from, to}_ringbuffer()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 enabledVitaly 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. Srinivasan1-1/+6
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 Cui2-8/+30
2016-08-31Drivers: hv: utils: fix a race on userspace daemons registrationVitaly Kuznetsov5-22/+54
2016-08-31Drivers: hv: get rid of timeout in vmbus_open()Vitaly Kuznetsov1-6/+1
2016-08-31Drivers: hv: don't leak memory in vmbus_establish_gpadl()Vitaly Kuznetsov1-1/+5
2016-08-31Drivers: hv: get rid of redundant messagecount in create_gpadl_header()Vitaly Kuznetsov1-22/+16
2016-08-31Drivers: hv: avoid vfree() on crashVitaly Kuznetsov3-8/+10
2016-06-13random: add interrupt callback to VMBus IRQ handlerStephan Mueller1-0/+3
2016-05-01Drivers: hv: balloon: reset host_specified_ha_regionVitaly Kuznetsov1-0/+1
2016-05-01Drivers: hv: balloon: don't crash when memory is added in non-sorted orderVitaly Kuznetsov1-2/+2
2016-05-01Drivers: hv: vmbus: handle various crash scenariosVitaly Kuznetsov3-20/+61
2016-05-01Drivers: hv: kvp: fix IP FailoverVitaly Kuznetsov2-0/+36
2016-04-30drivers:hv: Separate out frame buffer logic when picking MMIO rangeJake Oshins1-45/+35
2016-04-30drivers:hv: Record MMIO range in use by frame bufferJake Oshins1-1/+36
2016-04-30drivers:hv: Track allocations of children of hv_vmbus in private resource treeJake Oshins1-1/+21
2016-04-30drivers:hv: Reverse order of resources in hyperv_mmioJake Oshins1-2/+1
2016-04-30drivers:hv: Make a function to free mmio regions through vmbusJake Oshins1-0/+15
2016-04-30drivers:hv: Lock access to hyperv_mmio resource treeJake Oshins1-4/+12
2016-04-30Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packetsK. Y. Srinivasan1-0/+1
2016-04-30Drivers: hv: vmbus: Move some ring buffer functions to hyperv.hK. Y. Srinivasan1-55/+0
2016-04-30Drivers: hv: vmbus: Export the vmbus_set_event() APIK. Y. Srinivasan2-2/+1
2016-04-30Drivers: hv: vmbus: Use the new virt_xx barrier codeK. Y. Srinivasan1-7/+7
2016-04-30Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatileK. Y. Srinivasan1-3/+3
2016-04-30Drivers: hv: vmbus: Introduce functions for estimating room in the ring bufferK. Y. Srinivasan1-21/+4
2016-04-30Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()K. Y. Srinivasan1-6/+20
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds12-171/+377
2016-03-01Drivers: hv: vmbus: Support kexec on ws2012 r2 and aboveAlex Ng1-1/+9