summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-04-075-20/+122
|\
| * Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb()Andrea Parri (Microsoft)2022-04-061-3/+3
| * Drivers: hv: balloon: Disable balloon and hot-add accordinglyBoqun Feng2022-04-061-2/+34
| * Drivers: hv: balloon: Support status report for larger page sizesBoqun Feng2022-04-061-3/+10
| * Drivers: hv: vmbus: Prevent load re-ordering when reading ring bufferMichael Kelley2022-03-291-1/+10
| * Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus deviceMichael Kelley2022-03-292-0/+42
| * Drivers: hv: vmbus: Fix potential crash on module unloadGuilherme G. Piccoli2022-03-291-2/+7
| * Drivers: hv: vmbus: Fix initialization of device object in vmbus_device_regis...Andrea Parri (Microsoft)2022-03-291-3/+4
| * Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in isolated...Andrea Parri (Microsoft)2022-03-291-6/+12
* | Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-03-246-23/+27
|\ \ | |/ |/|
| * hv_balloon: rate-limit "Unhandled message" warningAnssi Hannula2022-03-011-1/+1
| * drivers: hv: log when enabling crash_kexec_post_notifiersStephen Brennan2022-02-181-1/+3
| * hv_utils: Add comment about max VMbus packet size in VSS driverMichael Kelley2022-02-181-2/+5
| * Drivers: hv: Compare cpumasks and not their weights in init_vp_index()Vitaly Kuznetsov2022-02-031-2/+1
| * Drivers: hv: Rename 'alloced' to 'allocated'Vitaly Kuznetsov2022-02-033-17/+17
| * Drivers: hv: vmbus: Use struct_size() helper in kmalloc()Gustavo A. R. Silva2022-02-031-1/+1
* | Drivers: hv: utils: Make use of the helper macro LIST_HEAD()Cai Huoqing2022-02-091-1/+1
* | Drivers: hv: vmbus: Rework use of DMA_BIT_MASK(64)Michael Kelley2022-02-071-2/+2
* | Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobjMiaoqian Lin2022-02-071-1/+4
|/
* Drivers: hv: balloon: account for vmbus packet header in max_pkt_sizeYanming Liu2022-01-231-0/+7
* Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-163-3/+18
|\
| * Drivers: hv: vmbus: Initialize request offers message for Isolation VMJuan Vazquez2022-01-051-1/+1
| * Drivers: hv: Fix definition of hypercall input & output arg variablesMichael Kelley2021-12-281-2/+2
| * net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan2021-12-201-0/+11
| * scsi: storvsc: Add Isolation VM support for storvsc driverTianyu Lan2021-12-201-0/+4
* | random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior2022-01-071-1/+1
* | hv: utils: add PTP_1588_CLOCK to Kconfig to fix buildRandy Dunlap2021-11-281-0/+1
|/
* Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_sizeBoqun Feng2021-11-151-1/+1
* Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-11-028-95/+266
|\
| * Drivers: hv : vmbus: Adding NULL pointer checkLv Ruyi2021-10-281-0/+2
| * Drivers: hv: vmbus: Remove unused code to check for subchannelsMichael Kelley2021-10-281-34/+0
| * Drivers: hv: vmbus: Initialize VMbus ring buffer for Isolation VMTianyu Lan2021-10-283-22/+53
| * Drivers: hv: vmbus: Add SNP support for VMbus channel initiate messageTianyu Lan2021-10-282-6/+91
| * x86/hyperv: Add ghcb hvcall support for SNP VMTianyu Lan2021-10-283-2/+18
| * x86/hyperv: Add Write/Read MSR registers via ghcb pageTianyu Lan2021-10-282-16/+64
| * Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VMTianyu Lan2021-10-281-15/+38
* | Merge tag 'hyperv-fixes-signed-20211022' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-10-221-0/+1
|\ \ | |/ |/|
| * hyperv/vmbus: include linux/bitops.hArnd Bergmann2021-10-221-0/+1
* | Merge tag 'hyperv-fixes-signed-20210915' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-09-151-0/+1
|\|
| * Drivers: hv: vmbus: Fix kernel crash upon unbinding a device from uio_hv_gene...Vitaly Kuznetsov2021-09-031-0/+1
* | Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-09-014-8/+224
|\ \
| * | hv_utils: Set the maximum packet size for VSS driver to the length of the rec...Vitaly Kuznetsov2021-08-251-0/+1
| * | Drivers: hv: Enable Hyper-V code to be built on ARM64Michael Kelley2021-08-041-3/+4
| * | drivers: hv: Decouple Hyper-V clock/timer code from VMbus driversMichael Kelley2021-07-192-5/+14
| * | Drivers: hv: Move Hyper-V misc functionality to arch-neutral codeMichael Kelley2021-07-151-0/+18
| * | Drivers: hv: Add arch independent default functions for some Hyper-V handlersMichael Kelley2021-07-151-0/+49
| * | Drivers: hv: Make portions of Hyper-V init code be arch neutralMichael Kelley2021-07-151-0/+138
* | | Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2021-07-271-32/+64
|\ \ \ | | |/ | |/|
| * | Drivers: hv: vmbus: Fix duplicate CPU assignments within a deviceHaiyang Zhang2021-07-191-32/+64
| |/
* / bus: Make remove callback return voidUwe Kleine-König2021-07-211-4/+1
|/