summaryrefslogtreecommitdiff
path: root/include/linux/hyperv.h
AgeCommit message (Expand)Author
2021-10-28Drivers: hv: vmbus: Remove unused code to check for subchannelsMichael Kelley
2021-10-28Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VMTianyu Lan
2021-07-22hv: hyperv.h: Remove unused inline functionsSonia Sharma
2021-05-14scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDsAndrea Parri (Microsoft)
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-04-18Drivers: hv: vmbus: Drivers: hv: vmbus: Introduce CHANNELMSG_MODIFYCHANNEL_RE...Andrea Parri (Microsoft)
2021-04-18Drivers: hv: vmbus: Introduce and negotiate VMBus protocol version 5.3Andrea Parri (Microsoft)
2021-03-24hv: hyperv.h: a few mundane typo fixesBhaskar Chowdhury
2021-03-17scsi: storvsc: Enable scatterlist entry lengths > 4KbytesMichael Kelley
2021-02-15Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer"Wei Liu
2021-02-11hv: hyperv.h: Replace one-element array with flexible-array in struct icmsg_n...Gustavo A. R. Silva
2021-02-11Drivers: hv: vmbus: Restrict vmbus_devices on isolated guestsAndrea Parri (Microsoft)
2021-02-05Drivers: hv: vmbus: Resolve race condition in vmbus_onoffer_rescind()Andrea Parri (Microsoft)
2021-02-05hv_utils: Add validation for untrusted Hyper-V valuesAndres Beltran
2021-02-05Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran
2020-11-17hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardeningAndres Beltran
2020-11-17Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardeningAndres Beltran
2020-09-28hv: hyperv.h: Introduce some hvpfn helper functionsBoqun Feng
2020-09-28Drivers: hv: vmbus: Move virt_to_hvpfn() to hyperv headerBoqun Feng
2020-09-28Drivers: hv: vmbus: Introduce types of GPADLBoqun Feng
2020-06-20Drivers: hv: vmbus: Remove the lock field from the vmbus_channel structAndrea Parri (Microsoft)
2020-06-19Drivers: hv: vmbus: Remove the numa_node field from the vmbus_channel structAndrea Parri (Microsoft)
2020-06-19Drivers: hv: vmbus: Remove the target_vp field from the vmbus_channel structAndrea Parri (Microsoft)
2020-05-23Drivers: hv: vmbus: Resolve more races involving init_vp_index()Andrea Parri (Microsoft)
2020-05-20vmbus: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-20scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assignedAndrea Parri (Microsoft)
2020-04-23Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message typeAndrea Parri (Microsoft)
2020-04-23Drivers: hv: vmbus: Remove the unused HV_LOCALIZED channel affinity logicAndrea Parri (Microsoft)
2020-04-23Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. ...Andrea Parri (Microsoft)
2020-04-23Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...Andrea Parri (Microsoft)
2020-04-23Drivers: hv: avoid passing opaque pointer to vmbus_onmessage()Vitaly Kuznetsov
2020-01-26hv_utils: Add the support of hibernationDexuan Cui
2020-01-25Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)Dexuan Cui
2019-11-21drivers: hv: vmbus: Introduce latency testingBranden Bonaby
2019-11-21Drivers: hv: vmbus: Enable VMBus protocol versions 4.1, 5.1 and 5.2Andrea Parri
2019-11-21Drivers: hv: vmbus: Introduce table of VMBus protocol versionsAndrea Parri
2019-09-24Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-06Drivers: hv: vmbus: Resume after fixing up old primary channelsDexuan Cui
2019-09-06Drivers: hv: vmbus: Implement suspend/resume for VSC drivers for hibernationDexuan Cui
2019-09-06Drivers: hv: vmbus: Add a helper function is_sub_channel()Dexuan Cui
2019-08-22PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interfaceHaiyang Zhang
2019-08-22PCI: hv: Add a paravirtual backchannel in softwareDexuan Cui
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner
2019-04-10Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutexKimberly Brown
2019-02-14Drivers: hv: vmbus: Expose counters for interrupts and full conditionsKimberly Brown
2019-02-14vmbus: Switch to use new generic UUID APIAndy Shevchenko
2019-01-09Drivers: hv: vmbus: Check for ring when getting debug infoDexuan Cui
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