aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv
AgeCommit message (Expand)Author
2018-02-22x86/retpoline/hyperv: Convert assembler indirect jumpsDavid Woodhouse
2017-06-02Drivers: hv: vmbus: Don't leak channel idsK. Y. Srinivasan
2017-03-27Drivers: hv: util: Backup: Fix a rescind processing issueK. Y. Srinivasan
2017-03-27Drivers: hv: util: Fcopy: Fix a rescind processing issueK. Y. Srinivasan
2017-03-27Drivers: hv: util: kvp: Fix a rescind processing issueK. Y. Srinivasan
2017-03-27hv: init percpu_list in hv_synic_alloc()Vitaly Kuznetsov
2017-03-27hv: allocate synic pages for all present CPUsVitaly Kuznetsov
2017-01-09hv: acquire vmbus_connection.channel_mutex in vmbus_free_channels()Vitaly Kuznetsov
2016-11-10hv: do not lose pending heartbeat vmbus packetsLong Li
2016-06-13random: add interrupt callback to VMBus IRQ handlerStephan Mueller
2016-05-01Drivers: hv: balloon: reset host_specified_ha_regionVitaly Kuznetsov
2016-05-01Drivers: hv: balloon: don't crash when memory is added in non-sorted orderVitaly Kuznetsov
2016-05-01Drivers: hv: vmbus: handle various crash scenariosVitaly Kuznetsov
2016-05-01Drivers: hv: kvp: fix IP FailoverVitaly Kuznetsov
2016-04-30drivers:hv: Separate out frame buffer logic when picking MMIO rangeJake Oshins
2016-04-30drivers:hv: Record MMIO range in use by frame bufferJake Oshins
2016-04-30drivers:hv: Track allocations of children of hv_vmbus in private resource treeJake Oshins
2016-04-30drivers:hv: Reverse order of resources in hyperv_mmioJake Oshins
2016-04-30drivers:hv: Make a function to free mmio regions through vmbusJake Oshins
2016-04-30drivers:hv: Lock access to hyperv_mmio resource treeJake 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: Use the new virt_xx barrier codeK. Y. Srinivasan
2016-04-30Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatileK. Y. Srinivasan
2016-04-30Drivers: hv: vmbus: Introduce functions for estimating room in the ring bufferK. Y. Srinivasan
2016-04-30Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()K. Y. Srinivasan
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-01Drivers: hv: vmbus: Support kexec on ws2012 r2 and aboveAlex Ng
2016-03-01Drivers: hv: vmbus: Support handling messages on multiple CPUsK. Y. Srinivasan
2016-03-01Drivers: hv: utils: Remove util transport handler from list if registration f...Alex Ng
2016-03-01Drivers: hv: util: Pass the channel information during the init callK. Y. Srinivasan
2016-03-01Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_u...Vitaly Kuznetsov
2016-03-01Drivers: hv: vmbus: remove code duplication in message handlingVitaly Kuznetsov
2016-03-01Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov
2016-03-01Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messagesVitaly Kuznetsov
2016-02-16drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI headerAndrey Smetanin
2016-02-07Drivers: hv: vmbus: Give control over how the ring access is serializedK. Y. Srinivasan
2016-02-07Drivers: hv: vmbus: Eliminate the spin lock on the read pathK. 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: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signalingDexuan Cui
2016-02-07Drivers: hv: vmbus: don't manipulate with clocksources on crashVitaly Kuznetsov
2016-02-07Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_u...Vitaly Kuznetsov
2016-02-07Drivers: hv: vmbus: avoid infinite loop in init_vp_index()Vitaly Kuznetsov
2016-02-07Drivers: hv: vmbus: Add vendor and device atttributesK. Y. Srinivasan
2016-02-07Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan
2016-01-13Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds