summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Drivers: hv: vmbus: Initialize memory to be sent to the hostAndrea Parri (Microsoft)2021-02-051-2/+2
* hv_utils: Add validation for untrusted Hyper-V valuesAndres Beltran2021-02-055-187/+306
* Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran2021-02-055-15/+80
* x86/hyperv: Fix kexec panic/hang issuesDexuan Cui2021-01-051-2/+0
* Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-12-165-34/+232
|\
| * hv_balloon: do adjust_managed_page_count() when ballooning/un-ballooningVitaly Kuznetsov2020-12-131-1/+4
| * hv_balloon: simplify math in alloc_balloon_pages()Vitaly Kuznetsov2020-12-131-1/+1
| * drivers/hv: remove obsolete TODO and fix misleading typo in commentStefan Eschenbacher2020-12-071-2/+1
| * drivers: hv: vmbus: Fix checkpatch SPLIT_STRINGMatheus Castello2020-12-021-15/+20
| * drivers: hv: vmbus: Fix call msleep using < 20msMatheus Castello2020-11-171-1/+1
| * drivers: hv: vmbus: Fix checkpatch LINE_SPACINGMatheus Castello2020-11-171-0/+3
| * drivers: hv: vmbus: Replace symbolic permissions by octal permissionsMatheus Castello2020-11-171-5/+5
| * drivers: hv: Fix hyperv_record_panic_msg path on commentMatheus Castello2020-11-171-1/+1
| * Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardeningAndres Beltran2020-11-173-9/+197
* | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-11-161-2/+6
|\ \ | |/ |/|
| * Drivers: hv: vmbus: Allow cleanup of VMBUS_CONNECT_CPU if disconnectedChris Co2020-11-111-2/+6
* | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-11-051-1/+1
|\|
| * hv_balloon: disable warning when floor reachedOlaf Hering2020-10-191-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-161-1/+1
|\ \
| * | hv_balloon: try to merge system ram resourcesDavid Hildenbrand2020-10-161-1/+1
| * | mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand2020-10-161-1/+1
* | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-152-4/+28
|\ \ \ | |/ / |/| |
| * | Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley2020-10-142-4/+28
* | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-144-185/+293
|\| | | |/ |/|
| * Driver: hv: util: Use VMBUS_RING_SIZE() for ringbuffer sizesBoqun Feng2020-09-281-4/+7
| * Drivers: hv: vmbus: Move virt_to_hvpfn() to hyperv headerBoqun Feng2020-09-281-13/+0
| * Drivers: hv: Use HV_HYP_PAGE in hv_synic_enable_regs()Boqun Feng2020-09-281-2/+2
| * Drivers: hv: vmbus: Introduce types of GPADLBoqun Feng2020-09-281-20/+140
| * Drivers: hv: vmbus: Move __vmbus_open()Boqun Feng2020-09-281-154/+155
| * Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadlBoqun Feng2020-09-281-8/+5