summaryrefslogtreecommitdiffstats
path: root/drivers/hv/hyperv_vmbus.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-281-2/+0
|\
| * Merge 4.20-rc6 into char-misc-nextGreg Kroah-Hartman2018-12-101-0/+7
| |\
| * | Drivers: hv: vmbus: Get rid of unnecessary state in hv_contextK. Y. Srinivasan2018-11-111-2/+0
* | | x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hVitaly Kuznetsov2018-12-141-68/+0
| |/ |/|
* | Drivers: hv: vmbus: Offload the handling of channels to two workqueuesDexuan Cui2018-12-031-0/+7
|/
* Drivers: hv: vmbus: enable VMBus protocol version 5.0Dexuan Cui2018-05-141-0/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-0/+1
|\
| * x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov2018-03-281-0/+1
* | Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley2018-03-061-1/+3
|/
* hyper-v: trace vmbus_on_msg_dpc()Vitaly Kuznetsov2017-11-041-0/+2
* vmbus: add per-channel sysfs infoStephen Hemminger2017-10-041-0/+2
* hyper-v: Globalize vp_indexVitaly Kuznetsov2017-08-101-11/+0
* Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan2017-05-181-0/+7
* Drivers: hv: util: Make hv_poll_channel() a little more efficientK. Y. Srinivasan2017-05-181-0/+4
* vmbus: expose debug info for driversStephen Hemminger2017-03-171-11/+0
* vmbus: cleanup header file styleStephen Hemminger2017-03-171-8/+8
* vmbus: make channel_message table constantStephen Hemminger2017-03-171-1/+1
* vmbus: constify parameters where possibleStephen Hemminger2017-02-141-3/+3
* vmbus: expose hv_begin/end_readStephen Hemminger2017-02-141-4/+0
* vmbus: remove conditional locking of vmbus_writeStephen Hemminger2017-02-141-2/+1
* vmbus: change to per channel taskletStephen Hemminger2017-02-141-1/+0
* vmbus: put related per-cpu variable togetherStephen Hemminger2017-02-141-22/+31
* vmbus: drop no longer used kick_q argumentStephen Hemminger2017-02-101-3/+2
* vmbus: use kernel bitops for traversing interrupt maskStephen Hemminger2017-02-101-7/+9
* Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov2017-01-311-2/+0
* Drivers: hv: vmbus: Cleanup hyperv_vmbus.hK. Y. Srinivasan2017-01-201-150/+2
* Drivers: hv: vmbus: Move the code to signal end of messageK. Y. Srinivasan2017-01-201-35/+0
* Drivers: hv: vmbus: Move the crash notification functionK. Y. Srinivasan2017-01-201-10/+0
* Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan2017-01-201-27/+0
* Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan2017-01-201-8/+0
* Drivers: hv: vmbus: Move Hypercall invocation code out of common codeK. Y. Srinivasan2017-01-191-1/+0
* Drivers: hv: vmbus: Move the definition of generate_guest_id()K. Y. Srinivasan2017-01-191-43/+0
* Drivers: hv: vmbus: Move the definition of hv_x64_msr_hypercall_contentsK. Y. Srinivasan2017-01-191-15/+0
* hv: switch to cpuhp state machine for synic init/cleanupVitaly Kuznetsov2017-01-101-2/+2
* Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()Vitaly Kuznetsov2017-01-101-1/+1
* Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the hostK. Y. Srinivasan2016-11-071-2/+2
* Drivers: hv: vmbus: On write cleanup the logic to interrupt the hostK. Y. Srinivasan2016-11-071-3/+3
* Drivers: hv: utils: reduce HV_UTIL_NEGO_TIMEOUT timeoutVitaly Kuznetsov2016-11-071-1/+1
* Drivers: hv: ring_buffer: wrap around mappings for ring buffersVitaly Kuznetsov2016-09-021-2/+2
* Drivers: hv: vmbus: Enable explicit signaling policy for NIC channelsK. Y. Srinivasan2016-08-311-1/+2
* Drivers: hv: avoid vfree() on crashVitaly Kuznetsov2016-08-311-1/+1
* Drivers: hv: vmbus: handle various crash scenariosVitaly Kuznetsov2016-05-011-2/+14
* Drivers: hv: kvp: fix IP FailoverVitaly Kuznetsov2016-05-011-0/+5
* Drivers: hv: vmbus: Export the vmbus_set_event() APIK. Y. Srinivasan2016-04-301-2/+0
* Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-171-6/+30
|\
| * Drivers: hv: vmbus: Support handling messages on multiple CPUsK. Y. Srinivasan2016-03-011-1/+3
| * Drivers: hv: vmbus: remove code duplication in message handlingVitaly Kuznetsov2016-03-011-0/+24
| * Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov2016-03-011-1/+1
| * Drivers: hv: vmbus: Give control over how the ring access is serializedK. Y. Srinivasan2016-02-071-1/+1
| * Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan2016-02-071-3/+1