summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-next-signed-20221009' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-102-31/+22
|\
| * Drivers: hv: vmbus: Split memcpy of flex-arrayKees Cook2022-09-281-1/+2
| * Drivers: hv: vmbus: Don't wait for the ACPI device upon initializationStanislav Kinsburskiy2022-09-231-9/+4
| * Drivers: hv: vmbus: Use PCI_VENDOR_ID_MICROSOFT for better discoverabilityEaswar Hariharan2022-09-231-1/+1
| * Drivers: hv: vmbus: Fix kernel-docJiapeng Chong2022-09-231-1/+1
| * Drivers: hv: vmbus: Optimize vmbus_on_eventSaurabh Sengar2022-09-231-19/+14
* | Merge branch 'acpi-dev'Rafael J. Wysocki2022-09-301-1/+2
|\ \ | |/ |/|
| * ACPI: Drop parent field from struct acpi_deviceRafael J. Wysocki2022-08-241-1/+2
* | Drivers: hv: Never allocate anything besides framebuffer from framebuffer mem...Vitaly Kuznetsov2022-09-051-1/+9
* | Drivers: hv: Always reserve framebuffer region for Gen1 VMsVitaly Kuznetsov2022-09-051-14/+32
* | Drivers: hv: remove duplicate word in a commentShaomin Deng2022-09-051-1/+1
|/
* Drivers: hv: Create debugfs file with hyper-v balloon usage informationAlexander Atanasov2022-07-181-6/+129
* Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbus is suspendedShradha Gupta2022-07-113-8/+37
* Drivers: hv: vmbus: Release cpu lock in error caseSaurabh Sengar2022-06-101-0/+1
* Drivers: hv: Fix syntax errors in commentsXiang wangx2022-06-081-1/+1
* Drivers: hv: vmbus: Don't assign VMbus channel interrupts to isolated CPUsSaurabh Sengar2022-06-082-5/+16
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-24/+4
|\
| * hv: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-221-24/+4
* | hv_balloon: Fix balloon_probe() and balloon_remove() error handlingShradha Gupta2022-05-261-5/+16
* | Drivers: hv: vmbus: fix typo in commentJulia Lawall2022-05-261-1/+1
* | Drivers: hv: vmbus: Remove support for Hyper-V 2008 and Hyper-V 2008R2/Win7Michael Kelley2022-05-113-69/+26
* | Drivers: hv: vmbus: Refactor the ring-buffer iterator functionsAndrea Parri (Microsoft)2022-04-281-23/+9
* | Drivers: hv: vmbus: Accept hv_sock offers in isolated guestsAndrea Parri (Microsoft)2022-04-281-2/+6
* | Drivers: hv: vmbus: Introduce {lock,unlock}_requestor()Andrea Parri (Microsoft)2022-04-251-6/+5
* | Drivers: hv: vmbus: Introduce vmbus_request_addr_match()Andrea Parri (Microsoft)2022-04-251-18/+47
* | Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid()Andrea Parri (Microsoft)2022-04-253-10/+44
* | Drivers: hv: vmbus: Fix handling of messages with transaction ID of zeroAndrea Parri (Microsoft)2022-04-251-2/+4
* | Drivers: hv: vmbus: Add VMbus IMC device to unsupported listMichael Kelley2022-04-251-0/+1
|/
* 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