aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv/hyperv_vmbus.h
AgeCommit message (Expand)Author
2019-04-10Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutexKimberly Brown
2019-03-20Drivers: hv: vmbus: Expose monitor data only when monitor pages are usedKimberly Brown
2019-02-14vmbus: Switch to use new generic UUID APIAndy Shevchenko
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-14x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hVitaly Kuznetsov
2018-12-10Merge 4.20-rc6 into char-misc-nextGreg Kroah-Hartman
2018-12-03Drivers: hv: vmbus: Offload the handling of channels to two workqueuesDexuan Cui
2018-11-11Drivers: hv: vmbus: Get rid of unnecessary state in hv_contextK. Y. Srinivasan
2018-05-14Drivers: hv: vmbus: enable VMBus protocol version 5.0Dexuan Cui
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley
2017-11-04hyper-v: trace vmbus_on_msg_dpc()Vitaly Kuznetsov
2017-10-04vmbus: add per-channel sysfs infoStephen Hemminger
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov
2017-05-18Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan
2017-05-18Drivers: hv: util: Make hv_poll_channel() a little more efficientK. Y. Srinivasan
2017-03-17vmbus: expose debug info for driversStephen Hemminger
2017-03-17vmbus: cleanup header file styleStephen Hemminger
2017-03-17vmbus: make channel_message table constantStephen Hemminger
2017-02-14vmbus: constify parameters where possibleStephen Hemminger
2017-02-14vmbus: expose hv_begin/end_readStephen Hemminger
2017-02-14vmbus: remove conditional locking of vmbus_writeStephen Hemminger
2017-02-14vmbus: change to per channel taskletStephen Hemminger
2017-02-14vmbus: put related per-cpu variable togetherStephen Hemminger
2017-02-10vmbus: drop no longer used kick_q argumentStephen Hemminger
2017-02-10vmbus: use kernel bitops for traversing interrupt maskStephen Hemminger
2017-01-31Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov
2017-01-20Drivers: hv: vmbus: Cleanup hyperv_vmbus.hK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Move the code to signal end of messageK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Move the crash notification functionK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan
2017-01-20Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource codeK. Y. Srinivasan
2017-01-19Drivers: hv: vmbus: Move Hypercall invocation code out of common codeK. Y. Srinivasan
2017-01-19Drivers: hv: vmbus: Move the definition of generate_guest_id()K. Y. Srinivasan
2017-01-19Drivers: hv: vmbus: Move the definition of hv_x64_msr_hypercall_contentsK. Y. Srinivasan
2017-01-10hv: switch to cpuhp state machine for synic init/cleanupVitaly Kuznetsov
2017-01-10Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()Vitaly Kuznetsov
2016-11-07Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the hostK. Y. Srinivasan
2016-11-07Drivers: hv: vmbus: On write cleanup the logic to interrupt the hostK. Y. Srinivasan
2016-11-07Drivers: hv: utils: reduce HV_UTIL_NEGO_TIMEOUT timeoutVitaly Kuznetsov
2016-09-02Drivers: hv: ring_buffer: wrap around mappings for ring buffersVitaly Kuznetsov
2016-08-31Drivers: hv: vmbus: Enable explicit signaling policy for NIC channelsK. Y. Srinivasan
2016-08-31Drivers: hv: avoid vfree() on crashVitaly Kuznetsov
2016-05-01Drivers: hv: vmbus: handle various crash scenariosVitaly Kuznetsov
2016-05-01Drivers: hv: kvp: fix IP FailoverVitaly Kuznetsov
2016-04-30Drivers: hv: vmbus: Export the vmbus_set_event() APIK. 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 handling messages on multiple CPUsK. Y. Srinivasan
2016-03-01Drivers: hv: vmbus: remove code duplication in message handlingVitaly Kuznetsov