aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+2
2025-05-23Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device()Roman Kisel1-0/+2
2025-05-15Merge tag 'net-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-7/+0
2025-05-14Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer()Michael Kelley1-7/+0
2025-05-02uio_hv_generic: Fix sysfs creation path for ring bufferNaman Jain1-0/+6
2025-03-20hyperv: Remove unused union and structsThorsten Blum1-56/+0
2025-02-13drivers/hv: introduce vmbus_channel_set_cpu()Hamza Mahfooz1-0/+1
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves1-1/+1
2025-01-08hyperv: Move hv_connection_id to hyperv-tlfs.hNuno Das Neves1-9/+0
2024-12-09Drivers: hv: util: Avoid accessing a ringbuffer not initialized yetMichael Kelley1-0/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-5/+1
2024-04-23Merge 6.9-rc5 into char-misc-nextGreg Kroah-Hartman1-0/+1
2024-04-11Drivers: hv: vmbus: Add utility function for querying ring sizeSaurabh Sengar1-0/+2
2024-04-10Drivers: hv: vmbus: Track decrypted status in vmbus_gpadlRick Edgecombe1-0/+1
2024-03-01Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memoryMichael Kelley1-1/+21
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-3/+3
2023-08-22hv: hyperv.h: Replace one-element array with flexible-array memberSaurabh Sengar1-1/+1
2023-08-22x86/hyperv: Set Virtual Trust Level in VMBus init messageTianyu Lan1-2/+2
2023-08-02Drivers: hv: vmbus: Remove unused extern declaration vmbus_ontimer()YueHaibing1-3/+0
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+1
2023-01-27drivers: hv: move device_to_hv_device to use container_of_const()Greg Kroah-Hartman1-4/+1
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li1-1/+1
2022-11-28hv: fix comment typo in vmbus_channel/low_latencyOlaf Hering1-1/+1
2022-11-28video: hyperv_fb: Avoid taking busy spinlock on panic pathGuilherme G. Piccoli1-0/+2
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+5
2022-05-11Drivers: hv: vmbus: Remove support for Hyper-V 2008 and Hyper-V 2008R2/Win7Michael Kelley1-3/+7
2022-04-28Drivers: hv: vmbus: Refactor the ring-buffer iterator functionsAndrea Parri (Microsoft)1-31/+4
2022-04-28Drivers: hv: vmbus: Accept hv_sock offers in isolated guestsAndrea Parri (Microsoft)1-2/+6
2022-04-28hv_sock: Add validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)1-0/+5
2022-04-25Drivers: hv: vmbus: Introduce {lock,unlock}_requestor()Andrea Parri (Microsoft)1-0/+15
2022-04-25Drivers: hv: vmbus: Introduce vmbus_request_addr_match()Andrea Parri (Microsoft)1-0/+5
2022-04-25Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid()Andrea Parri (Microsoft)1-0/+7
2022-04-25Drivers: hv: vmbus: Add VMbus IMC device to unsupported listMichael Kelley1-3/+9
2022-04-22hv: Use driver_set_override() instead of open-codingKrzysztof Kozlowski1-1/+5
2022-02-07Drivers: hv: vmbus: Rework use of DMA_BIT_MASK(64)Michael Kelley1-0/+1
2021-12-20net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan1-0/+5
2021-12-20scsi: storvsc: Add Isolation VM support for storvsc driverTianyu Lan1-0/+1
2021-10-28Drivers: hv: vmbus: Remove unused code to check for subchannelsMichael Kelley1-13/+0
2021-10-28Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VMTianyu Lan1-3/+9
2021-07-22hv: hyperv.h: Remove unused inline functionsSonia Sharma1-16/+0
2021-05-14scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDsAndrea Parri (Microsoft)1-2/+11
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran1-8/+40
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2021-04-18Drivers: hv: vmbus: Drivers: hv: vmbus: Introduce CHANNELMSG_MODIFYCHANNEL_RESPONSEAndrea Parri (Microsoft)1-1/+10
2021-04-18Drivers: hv: vmbus: Introduce and negotiate VMBus protocol version 5.3Andrea Parri (Microsoft)1-0/+2
2021-03-24hv: hyperv.h: a few mundane typo fixesBhaskar Chowdhury1-4/+4
2021-03-17scsi: storvsc: Enable scatterlist entry lengths > 4KbytesMichael Kelley1-0/+1
2021-02-15Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer"Wei Liu1-40/+8
2021-02-11hv: hyperv.h: Replace one-element array with flexible-array in struct icmsg_negotiateGustavo A. R. Silva1-2/+2
2021-02-11Drivers: hv: vmbus: Restrict vmbus_devices on isolated guestsAndrea Parri (Microsoft)1-0/+1