summaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h
Commit message (Expand)AuthorAgeFilesLines
* hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardeningAndres Beltran2020-11-171-0/+1
* Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardeningAndres Beltran2020-11-171-0/+22
* hv: hyperv.h: Introduce some hvpfn helper functionsBoqun Feng2020-09-281-0/+5
* Drivers: hv: vmbus: Move virt_to_hvpfn() to hyperv headerBoqun Feng2020-09-281-0/+15
* Drivers: hv: vmbus: Introduce types of GPADLBoqun Feng2020-09-281-1/+47
* Drivers: hv: vmbus: Remove the lock field from the vmbus_channel structAndrea Parri (Microsoft)2020-06-201-6/+0
* Drivers: hv: vmbus: Remove the numa_node field from the vmbus_channel structAndrea Parri (Microsoft)2020-06-191-1/+0
* Drivers: hv: vmbus: Remove the target_vp field from the vmbus_channel structAndrea Parri (Microsoft)2020-06-191-8/+7
* Drivers: hv: vmbus: Resolve more races involving init_vp_index()Andrea Parri (Microsoft)2020-05-231-0/+7
* vmbus: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-201-5/+5
* scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assignedAndrea Parri (Microsoft)2020-05-201-0/+3
* Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message typeAndrea Parri (Microsoft)2020-04-231-1/+9
* Drivers: hv: vmbus: Remove the unused HV_LOCALIZED channel affinity logicAndrea Parri (Microsoft)2020-04-231-27/+0
* Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. ...Andrea Parri (Microsoft)2020-04-231-0/+6
* Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...Andrea Parri (Microsoft)2020-04-231-5/+0
* Drivers: hv: avoid passing opaque pointer to vmbus_onmessage()Vitaly Kuznetsov2020-04-231-1/+1
* hv_utils: Add the support of hibernationDexuan Cui2020-01-261-0/+2
* Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)Dexuan Cui2020-01-251-0/+2
* drivers: hv: vmbus: Introduce latency testingBranden Bonaby2019-11-211-0/+19
* Drivers: hv: vmbus: Enable VMBus protocol versions 4.1, 5.1 and 5.2Andrea Parri2019-11-211-1/+7
* Drivers: hv: vmbus: Introduce table of VMBus protocol versionsAndrea Parri2019-11-211-4/+0
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-241-1/+15
|\
| * Drivers: hv: vmbus: Resume after fixing up old primary channelsDexuan Cui2019-09-061-0/+3
| * Drivers: hv: vmbus: Implement suspend/resume for VSC drivers for hibernationDexuan Cui2019-09-061-0/+3
| * Drivers: hv: vmbus: Add a helper function is_sub_channel()Dexuan Cui2019-09-061-1/+9
* | PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interfaceHaiyang Zhang2019-08-221-8/+22
* | PCI: hv: Add a paravirtual backchannel in softwareDexuan Cui2019-08-221-0/+15
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner2019-06-051-14/+1
* Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutexKimberly Brown2019-04-101-1/+6
* Drivers: hv: vmbus: Expose counters for interrupts and full conditionsKimberly Brown2019-02-141-0/+46
* vmbus: Switch to use new generic UUID APIAndy Shevchenko2019-02-141-49/+49
* Drivers: hv: vmbus: Check for ring when getting debug infoDexuan Cui2019-01-091-2/+3
* Merge 4.20-rc6 into char-misc-nextGreg Kroah-Hartman2018-12-101-0/+7
|\
| * Drivers: hv: vmbus: Offload the handling of channels to two workqueuesDexuan Cui2018-12-031-0/+7
* | Drivers: hv: vmbus: Remove the useless API vmbus_get_outgoing_channel()Dexuan Cui2018-11-261-17/+0
|/
* vmbus: split ring buffer allocation from openStephen Hemminger2018-09-251-0/+9
* vmbus: keep pointer to ring buffer pageStephen Hemminger2018-09-251-1/+1
* vmbus: pass channel to hv_process_channel_removalStephen Hemminger2018-09-251-1/+1
* vmbus: add driver_override supportStephen Hemminger2018-09-121-0/+1
* Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()Dexuan Cui2018-08-021-0/+2
* Drivers: hv: vmbus: Add comments on ring buffer signalingMichael Kelley2018-07-031-8/+23
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-0/+12
|\
| * scsi: vmbus: Add function to report available ring buffer to write in total r...Long Li2018-04-181-0/+12
* | Drivers: hv: vmbus: enable VMBus protocol version 5.0Dexuan Cui2018-05-141-2/+24
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-1/+0
|\
| * x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov2018-03-281-1/+0
* | hv_vmbus: Correct the stale comments regarding cpu affinityHaiyang Zhang2018-03-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-091-0/+1
|\
| * Drivers: hv: vmbus: Fix a rescind issueK. Y. Srinivasan2017-11-281-0/+1
* | vmbus: make hv_get_ringbuffer_availbytes localStephen Hemminger2017-12-031-22/+0
|/