summaryrefslogtreecommitdiff
path: root/include/linux/hyperv.h
AgeCommit message (Expand)Author
2024-03-01Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memoryMichael Kelley
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-08-22hv: hyperv.h: Replace one-element array with flexible-array memberSaurabh Sengar
2023-08-22x86/hyperv: Set Virtual Trust Level in VMBus init messageTianyu Lan
2023-08-02Drivers: hv: vmbus: Remove unused extern declaration vmbus_ontimer()YueHaibing
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-27drivers: hv: move device_to_hv_device to use container_of_const()Greg Kroah-Hartman
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li
2022-11-28hv: fix comment typo in vmbus_channel/low_latencyOlaf Hering
2022-11-28video: hyperv_fb: Avoid taking busy spinlock on panic pathGuilherme G. Piccoli
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-11Drivers: hv: vmbus: Remove support for Hyper-V 2008 and Hyper-V 2008R2/Win7Michael Kelley
2022-04-28Drivers: hv: vmbus: Refactor the ring-buffer iterator functionsAndrea Parri (Microsoft)
2022-04-28Drivers: hv: vmbus: Accept hv_sock offers in isolated guestsAndrea Parri (Microsoft)
2022-04-28hv_sock: Add validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)
2022-04-25Drivers: hv: vmbus: Introduce {lock,unlock}_requestor()Andrea Parri (Microsoft)
2022-04-25Drivers: hv: vmbus: Introduce vmbus_request_addr_match()Andrea Parri (Microsoft)
2022-04-25Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid()Andrea Parri (Microsoft)
2022-04-25Drivers: hv: vmbus: Add VMbus IMC device to unsupported listMichael Kelley
2022-04-22hv: Use driver_set_override() instead of open-codingKrzysztof Kozlowski
2022-02-07Drivers: hv: vmbus: Rework use of DMA_BIT_MASK(64)Michael Kelley
2021-12-20net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan
2021-12-20scsi: storvsc: Add Isolation VM support for storvsc driverTianyu Lan
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)