aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hv/hyperv_vmbus.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-24Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+30
2019-09-16Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2019-09-06Drivers: hv: vmbus: Resume after fixing up old primary channelsDexuan Cui1-0/+14
2019-09-06Drivers: hv: vmbus: Suspend after cleaning up hv_sock and sub channelsDexuan Cui1-0/+12
2019-09-06Drivers: hv: vmbus: Suspend/resume the vmbus itself for hibernationDexuan Cui1-0/+2
2019-09-06Drivers: hv: vmbus: Break out synic enable and disable operationsDexuan Cui1-0/+2
2019-08-20Drivers: hv: vmbus: Remove the unused "tsc_page" from struct hv_contextDexuan Cui1-2/+0
2019-07-22drivers: hv: vmbus: Replace page definition with Hyper-V specific oneMaya Nakamura1-4/+4
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley1-3/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner1-14/+1
2019-04-10Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutexKimberly Brown1-0/+1
2019-03-20Drivers: hv: vmbus: Expose monitor data only when monitor pages are usedKimberly Brown1-0/+2
2019-02-14vmbus: Switch to use new generic UUID APIAndy Shevchenko1-2/+2
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+0
2018-12-14x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hVitaly Kuznetsov1-68/+0
2018-12-10Merge 4.20-rc6 into char-misc-nextGreg Kroah-Hartman1-0/+7
2018-12-03Drivers: hv: vmbus: Offload the handling of channels to two workqueuesDexuan Cui1-0/+7
2018-11-11Drivers: hv: vmbus: Get rid of unnecessary state in hv_contextK. Y. Srinivasan1-2/+0
2018-05-14Drivers: hv: vmbus: enable VMBus protocol version 5.0Dexuan Cui1-0/+3
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov1-0/+1
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley1-1/+3
2017-11-04hyper-v: trace vmbus_on_msg_dpc()Vitaly Kuznetsov1-0/+2
2017-10-04vmbus: add per-channel sysfs infoStephen Hemminger1-0/+2
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov1-11/+0
2017-05-18Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan1-0/+7
2017-05-18Drivers: hv: util: Make hv_poll_channel() a little more efficientK. Y. Srinivasan1-0/+4
2017-03-17vmbus: expose debug info for driversStephen Hemminger1-11/+0
2017-03-17vmbus: cleanup header file styleStephen Hemminger1-8/+8
2017-03-17vmbus: make channel_message table constantStephen Hemminger1-1/+1
2017-02-14vmbus: constify parameters where possibleStephen Hemminger1-3/+3
2017-02-14vmbus: expose hv_begin/end_readStephen Hemminger1-4/+0
2017-02-14vmbus: remove conditional locking of vmbus_writeStephen Hemminger1-2/+1
2017-02-14vmbus: change to per channel taskletStephen Hemminger1-1/+0
2017-02-14vmbus: put related per-cpu variable togetherStephen Hemminger1-22/+31
2017-02-10vmbus: drop no longer used kick_q argumentStephen Hemminger1-3/+2
2017-02-10vmbus: use kernel bitops for traversing interrupt maskStephen Hemminger1-7/+9
2017-01-31Drivers: hv: restore hypervcall page cleanup before kexecVitaly Kuznetsov1-2/+0
2017-01-20Drivers: hv: vmbus: Cleanup hyperv_vmbus.hK. Y. Srinivasan1-150/+2
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