summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-292-1/+6
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-1/+1
| |\ \
| * | | drivers: convert unsupported .adjfreq to .adjfineJacob Keller2022-10-311-2/+2
* | | | Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-12-121-3/+1
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs'Rafael J. Wysocki2022-12-121-3/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| | | * | ACPI: make remove callback of ACPI driver voidDawei Li2022-11-231-3/+1
| | | |/
* | | | Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-121-0/+1
|\ \ \ \
| * | | | clocksource/drivers/hyper-v: Include asm/hyperv-tlfs.h not asm/mshyperv.hThomas Gleixner2022-11-171-0/+1
| | |_|/ | |/| |
* | | | drivers: hv, hyperv_fb: Untangle and refactor Hyper-V panic notifiersGuilherme G. Piccoli2022-11-281-41/+64
* | | | video: hyperv_fb: Avoid taking busy spinlock on panic pathGuilherme G. Piccoli2022-11-281-0/+13
* | | | hv_balloon: Add support for configurable order free page reportingShradha Gupta2022-11-281-21/+73
| |/ / |/| |
* | | Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register()Yang Yingliang2022-11-211-0/+1
* | | Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_wo...Yang Yingliang2022-11-211-1/+5
|/ /
* / Drivers: hv: fix repeated words in commentsJilin Yuan2022-10-271-1/+1
|/
* 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