summaryrefslogtreecommitdiffstats
path: root/drivers/hv
AgeCommit message (Expand)AuthorFilesLines
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...K. 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/gi...Linus Torvalds12-171/+377
2016-03-01Drivers: hv: vmbus: Support kexec on ws2012 r2 and aboveAlex Ng1-1/+9
2016-03-01Drivers: hv: vmbus: Support handling messages on multiple CPUsK. Y. Srinivasan3-7/+17
2016-03-01Drivers: hv: utils: Remove util transport handler from list if registration f...Alex Ng1-0/+3
2016-03-01Drivers: hv: util: Pass the channel information during the init callK. Y. Srinivasan4-3/+4
2016-03-01Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_u...Vitaly Kuznetsov1-1/+1
2016-03-01Drivers: hv: vmbus: remove code duplication in message handlingVitaly Kuznetsov3-47/+27
2016-03-01Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov4-6/+6
2016-03-01Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messagesVitaly Kuznetsov1-35/+33
2016-02-16drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI headerAndrey Smetanin1-6/+0
2016-02-07Drivers: hv: vmbus: Give control over how the ring access is serializedK. Y. Srinivasan4-10/+21
2016-02-07Drivers: hv: vmbus: Eliminate the spin lock on the read pathK. Y. Srinivasan1-13/+5
2016-02-07Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()Dexuan Cui2-7/+30
2016-02-07Drivers: hv: vmbus: add a per-channel rescind callbackDexuan Cui1-0/+11
2016-02-07Drivers: hv: vmbus: add a hvsock flag in struct hv_driverDexuan Cui1-0/+4
2016-02-07Drivers: hv: vmbus: define a new VMBus message type for hvsockDexuan Cui2-0/+19
2016-02-07Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signalingDexuan Cui1-1/+5
2016-02-07Drivers: hv: vmbus: don't manipulate with clocksources on crashVitaly Kuznetsov1-2/+8
2016-02-07Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_u...Vitaly Kuznetsov1-1/+43
2016-02-07Drivers: hv: vmbus: avoid infinite loop in init_vp_index()Vitaly Kuznetsov1-0/+11
2016-02-07Drivers: hv: vmbus: Add vendor and device atttributesK. Y. Srinivasan2-43/+144
2016-02-07Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan3-21/+3
2016-01-13Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-410/+388