summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
|\
| * kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* | Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-06-2910-32/+168
|\ \ | |/ |/|
| * Drivers: hv: Move Hyper-V extended capability check to arch neutral codeMichael Kelley2021-06-052-0/+69
| * drivers: hv: Fix missing error code in vmbus_connect()Jiapeng Chong2021-06-021-1/+3
| * hv_utils: Fix passing zero to 'PTR_ERR' warningYueHaibing2021-05-181-2/+2
| * scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDsAndrea Parri (Microsoft)2021-05-142-13/+14
| * Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran2021-05-145-15/+80
| * hv_balloon: Remove redundant assignment to region_startJiapeng Chong2021-05-141-1/+0
|/
* Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-271-1/+3
|\
| * printk: introduce a kmsg_dump iteratorJohn Ogness2021-03-081-1/+3
* | drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury2021-04-211-1/+1
* | Drivers: hv: vmbus: Increase wait time for VMbus unloadMichael Kelley2021-04-201-5/+25
* | Drivers: hv: vmbus: Initialize unload_event staticallyAndrea Parri (Microsoft)2021-04-202-1/+8
* | Drivers: hv: vmbus: Check for pending channel interrupts before taking a CPU ...Andrea Parri (Microsoft)2021-04-181-3/+53
* | Drivers: hv: vmbus: Drivers: hv: vmbus: Introduce CHANNELMSG_MODIFYCHANNEL_RE...Andrea Parri (Microsoft)2021-04-184-18/+142
* | Drivers: hv: vmbus: Introduce and negotiate VMBus protocol version 5.3Andrea Parri (Microsoft)2021-04-181-1/+2
* | Drivers: hv: vmbus: Use after free in __vmbus_open()Dan Carpenter2021-04-161-1/+1
* | Drivers: hv: vmbus: remove unused functionJiapeng Chong2021-04-141-9/+0
* | Drivers: hv: vmbus: Remove unused linux/version.h headerQiheng Lin2021-04-021-1/+0
* | x86/Hyper-V: Support for free page reportingSunil Muthuswamy2021-03-242-0/+90
* | drivers: hv: Fix EXPORT_SYMBOL and tab spaces issueVasanth2021-03-221-4/+3
* | Drivers: hv: vmbus: Drop error message when 'No request id available'Andrea Parri (Microsoft)2021-03-221-1/+0
* | Drivers: hv: vmbus: Move handling of VMbus interruptsMichael Kelley2021-03-082-8/+63
* | Drivers: hv: vmbus: Handle auto EOI quirk inlineMichael Kelley2021-03-081-1/+11
* | Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral codeMichael Kelley2021-03-081-5/+19
* | Drivers: hv: Redo Hyper-V synthetic MSR get/set functionsMichael Kelley2021-03-082-17/+22
* | Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral codeMichael Kelley2021-03-081-0/+36
* | drivers: hv: Fix whitespace errorsVasanth2021-03-082-2/+2
* | mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand2021-02-261-1/+1
|/
* Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer"Wei Liu2021-02-155-80/+15
* Drivers: hv: vmbus: skip VMBus initialization if Linux is rootWei Liu2021-02-111-0/+3
* Drivers: hv: vmbus: Enforce 'VMBus version >= 5.2' on isolated guestsAndrea Parri (Microsoft)2021-02-111-0/+7
* Drivers: hv: vmbus: Restrict vmbus_devices on isolated guestsAndrea Parri (Microsoft)2021-02-111-0/+38
* hv_utils: Fix spelling mistake "Hearbeat" -> "Heartbeat"Colin Ian King2021-02-111-1/+1
* Drivers: hv: vmbus: Add /sys/bus/vmbus/hibernationDexuan Cui2021-02-111-0/+18
* Drivers: hv: vmbus: Resolve race condition in vmbus_onoffer_rescind()Andrea Parri (Microsoft)2021-02-051-0/+12
* Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind()Andrea Parri (Microsoft)2021-02-051-2/+1
* Drivers: hv: vmbus: Copy the hv_message in vmbus_on_msg_dpc()Andrea Parri (Microsoft)2021-02-051-5/+14
* Drivers: hv: vmbus: Reduce number of references to message in vmbus_on_msg_dpc()Andrea Parri (Microsoft)2021-02-051-14/+14