aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv
AgeCommit message (Expand)AuthorFilesLines
2022-04-07Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 5-20/+122
2022-04-06Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb()Gravatar Andrea Parri (Microsoft) 1-3/+3
2022-04-06Drivers: hv: balloon: Disable balloon and hot-add accordinglyGravatar Boqun Feng 1-2/+34
2022-04-06Drivers: hv: balloon: Support status report for larger page sizesGravatar Boqun Feng 1-3/+10
2022-03-29Drivers: hv: vmbus: Prevent load re-ordering when reading ring bufferGravatar Michael Kelley 1-1/+10
2022-03-29Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus deviceGravatar Michael Kelley 2-0/+42
2022-03-29Drivers: hv: vmbus: Fix potential crash on module unloadGravatar Guilherme G. Piccoli 1-2/+7
2022-03-29Drivers: hv: vmbus: Fix initialization of device object in vmbus_device_regis...Gravatar Andrea Parri (Microsoft) 1-3/+4
2022-03-29Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in isolated...Gravatar Andrea Parri (Microsoft) 1-6/+12
2022-03-24Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 6-23/+27
2022-03-01hv_balloon: rate-limit "Unhandled message" warningGravatar Anssi Hannula 1-1/+1
2022-02-18drivers: hv: log when enabling crash_kexec_post_notifiersGravatar Stephen Brennan 1-1/+3
2022-02-18hv_utils: Add comment about max VMbus packet size in VSS driverGravatar Michael Kelley 1-2/+5
2022-02-09Drivers: hv: utils: Make use of the helper macro LIST_HEAD()Gravatar Cai Huoqing 1-1/+1
2022-02-07Drivers: hv: vmbus: Rework use of DMA_BIT_MASK(64)Gravatar Michael Kelley 1-2/+2
2022-02-07Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobjGravatar Miaoqian Lin 1-1/+4
2022-02-03Drivers: hv: Compare cpumasks and not their weights in init_vp_index()Gravatar Vitaly Kuznetsov 1-2/+1
2022-02-03Drivers: hv: Rename 'alloced' to 'allocated'Gravatar Vitaly Kuznetsov 3-17/+17
2022-02-03Drivers: hv: vmbus: Use struct_size() helper in kmalloc()Gravatar Gustavo A. R. Silva 1-1/+1
2022-01-23Drivers: hv: balloon: account for vmbus packet header in max_pkt_sizeGravatar Yanming Liu 1-0/+7
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 3-3/+18
2022-01-07random: remove unused irq_flags argument from add_interrupt_randomness()Gravatar Sebastian Andrzej Siewior 1-1/+1
2022-01-05Drivers: hv: vmbus: Initialize request offers message for Isolation VMGravatar Juan Vazquez 1-1/+1
2021-12-28Drivers: hv: Fix definition of hypercall input & output arg variablesGravatar Michael Kelley 1-2/+2
2021-12-20net: netvsc: Add Isolation VM support for netvsc driverGravatar Tianyu Lan 1-0/+11
2021-12-20scsi: storvsc: Add Isolation VM support for storvsc driverGravatar Tianyu Lan 1-0/+4
2021-11-28hv: utils: add PTP_1588_CLOCK to Kconfig to fix buildGravatar Randy Dunlap 1-0/+1
2021-11-15Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_sizeGravatar Boqun Feng 1-1/+1
2021-11-02Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 8-95/+266
2021-10-28Drivers: hv : vmbus: Adding NULL pointer checkGravatar Lv Ruyi 1-0/+2
2021-10-28Drivers: hv: vmbus: Remove unused code to check for subchannelsGravatar Michael Kelley 1-34/+0
2021-10-28Drivers: hv: vmbus: Initialize VMbus ring buffer for Isolation VMGravatar Tianyu Lan 3-22/+53
2021-10-28Drivers: hv: vmbus: Add SNP support for VMbus channel initiate messageGravatar Tianyu Lan 2-6/+91
2021-10-28x86/hyperv: Add ghcb hvcall support for SNP VMGravatar Tianyu Lan 3-2/+18
2021-10-28x86/hyperv: Add Write/Read MSR registers via ghcb pageGravatar Tianyu Lan 2-16/+64
2021-10-28Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VMGravatar Tianyu Lan 1-15/+38
2021-10-22Merge tag 'hyperv-fixes-signed-20211022' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+1
2021-10-22hyperv/vmbus: include linux/bitops.hGravatar Arnd Bergmann 1-0/+1
2021-09-15Merge tag 'hyperv-fixes-signed-20210915' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+1
2021-09-03Drivers: hv: vmbus: Fix kernel crash upon unbinding a device from uio_hv_gene...Gravatar Vitaly Kuznetsov 1-0/+1
2021-09-01Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 4-8/+224
2021-08-25hv_utils: Set the maximum packet size for VSS driver to the length of the rec...Gravatar Vitaly Kuznetsov 1-0/+1
2021-08-04Drivers: hv: Enable Hyper-V code to be built on ARM64Gravatar Michael Kelley 1-3/+4
2021-07-27Merge 5.14-rc3 into driver-core-nextGravatar Greg Kroah-Hartman 1-32/+64
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-4/+1
2021-07-19Drivers: hv: vmbus: Fix duplicate CPU assignments within a deviceGravatar Haiyang Zhang 1-32/+64
2021-07-19drivers: hv: Decouple Hyper-V clock/timer code from VMbus driversGravatar Michael Kelley 2-5/+14
2021-07-15Drivers: hv: Move Hyper-V misc functionality to arch-neutral codeGravatar Michael Kelley 1-0/+18
2021-07-15Drivers: hv: Add arch independent default functions for some Hyper-V handlersGravatar Michael Kelley 1-0/+49
2021-07-15Drivers: hv: Make portions of Hyper-V init code be arch neutralGravatar Michael Kelley 1-0/+138