aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/hyperv_vmbus.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-20Drivers: hv: vmbus: Move the code to signal end of messageK. Y. Srinivasan1-35/+0
2017-01-20Drivers: hv: vmbus: Move the crash notification functionK. Y. Srinivasan1-10/+0
2017-01-20Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan1-27/+0
2017-01-20Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan1-8/+0
2017-01-19Drivers: hv: vmbus: Move Hypercall invocation code out of common codeK. Y. Srinivasan1-1/+0
2017-01-19Drivers: hv: vmbus: Move the definition of generate_guest_id()K. Y. Srinivasan1-43/+0
2017-01-19Drivers: hv: vmbus: Move the definition of hv_x64_msr_hypercall_contentsK. Y. Srinivasan1-15/+0
2017-01-10hv: switch to cpuhp state machine for synic init/cleanupVitaly Kuznetsov1-2/+2
2017-01-10Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()Vitaly Kuznetsov1-1/+1
2016-11-07Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the hostK. Y. Srinivasan1-2/+2
2016-11-07Drivers: hv: vmbus: On write cleanup the logic to interrupt the hostK. Y. Srinivasan1-3/+3
2016-11-07Drivers: hv: utils: reduce HV_UTIL_NEGO_TIMEOUT timeoutVitaly Kuznetsov1-1/+1
2016-09-02Drivers: hv: ring_buffer: wrap around mappings for ring buffersVitaly Kuznetsov1-2/+2
2016-08-31Drivers: hv: vmbus: Enable explicit signaling policy for NIC channelsK. Y. Srinivasan1-1/+2
2016-08-31Drivers: hv: avoid vfree() on crashVitaly Kuznetsov1-1/+1
2016-05-01Drivers: hv: vmbus: handle various crash scenariosVitaly Kuznetsov1-2/+14
2016-05-01Drivers: hv: kvp: fix IP FailoverVitaly Kuznetsov1-0/+5
2016-04-30Drivers: hv: vmbus: Export the vmbus_set_event() APIK. Y. Srinivasan1-2/+0
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-6/+30
2016-03-01Drivers: hv: vmbus: Support handling messages on multiple CPUsK. Y. Srinivasan1-1/+3
2016-03-01Drivers: hv: vmbus: remove code duplication in message handlingVitaly Kuznetsov1-0/+24
2016-03-01Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov1-1/+1
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. Srinivasan1-1/+1
2016-02-07Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan1-3/+1
2016-01-13Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-15/+11
2015-12-16drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 headerAndrey Smetanin1-9/+0
2015-12-16drivers/hv: Move struct hv_message into UAPI Hyper-V x86 headerAndrey Smetanin1-75/+0
2015-12-16drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 headerAndrey Smetanin1-2/+0
2015-12-16drivers/hv: replace enum hv_message_type by u32Andrey Smetanin1-2/+2
2015-12-14Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()Vitaly Kuznetsov1-8/+3
2015-12-14Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutexDexuan Cui1-1/+1
2015-12-14drivers:hv: Export the API to invoke a hypercall on Hyper-VJake Oshins1-1/+1
2015-12-14Drivers: hv: utils: run polling callback always in interrupt contextOlaf Hering1-5/+1
2015-12-14Drivers: hv: util: Increase the timeout for util servicesK. Y. Srinivasan1-0/+5
2015-11-04drivers/hv: share Hyper-V SynIC constants with userspaceAndrey Smetanin1-5/+0
2015-08-05Drivers: hv: vmbus: Implement a clocksource based on the TSC pageK. Y. Srinivasan1-0/+9
2015-08-05Drivers: hv: vmbus: Improve the CPU affiliation for channelsK. Y. Srinivasan1-0/+5
2015-08-04Drivers: hv: vmbus: fix typo in hv_port_info structNik Nyby1-1/+1
2015-05-24Drivers: hv: vmbus: Implement the protocol for tearing down vmbus stateK. Y. Srinivasan1-0/+2
2015-05-24Drivers: hv: util: introduce state machine for util driversVitaly Kuznetsov1-0/+9
2015-05-24Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.hVitaly Kuznetsov1-0/+12
2015-05-24Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.hVitaly Kuznetsov1-0/+8
2015-04-03hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind()Dexuan Cui1-1/+1
2015-04-03hv: run non-blocking message handlers in the dispatch taskletDexuan Cui1-0/+17
2015-03-25Drivers: hv: vmbus: Correcting truncation error for constant HV_CRASH_CTL_CRASH_NOTIFYNick Meier1-1/+1
2015-03-25Drivers: hv: vmbus: Perform device register in the per-channel work elementK. Y. Srinivasan1-1/+1
2015-03-01Drivers: hv: vmbus: Add support for VMBus panic notifier handlerNick Meier1-0/+11
2015-03-01Drivers: hv: vmbus: Teardown clockevent devices on module unloadVitaly Kuznetsov1-0/+2
2015-03-01Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection pages on shutdownVitaly Kuznetsov1-0/+1