| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-09-05 | Drivers: hv: Never allocate anything besides framebuffer from framebuffer mem... | Vitaly Kuznetsov | 1 | -1/+9 |
| 2022-09-05 | Drivers: hv: Always reserve framebuffer region for Gen1 VMs | Vitaly Kuznetsov | 1 | -14/+32 |
| 2022-09-05 | Drivers: hv: remove duplicate word in a comment | Shaomin Deng | 1 | -1/+1 |
| 2022-07-18 | Drivers: hv: Create debugfs file with hyper-v balloon usage information | Alexander Atanasov | 1 | -6/+129 |
| 2022-07-11 | Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbus is suspended | Shradha Gupta | 3 | -8/+37 |
| 2022-06-10 | Drivers: hv: vmbus: Release cpu lock in error case | Saurabh Sengar | 1 | -0/+1 |
| 2022-06-08 | Drivers: hv: Fix syntax errors in comments | Xiang wangx | 1 | -1/+1 |
| 2022-06-08 | Drivers: hv: vmbus: Don't assign VMbus channel interrupts to isolated CPUs | Saurabh Sengar | 2 | -5/+16 |
| 2022-06-03 | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -24/+4 |
| 2022-05-26 | hv_balloon: Fix balloon_probe() and balloon_remove() error handling | Shradha Gupta | 1 | -5/+16 |
| 2022-05-26 | Drivers: hv: vmbus: fix typo in comment | Julia Lawall | 1 | -1/+1 |
| 2022-05-11 | Drivers: hv: vmbus: Remove support for Hyper-V 2008 and Hyper-V 2008R2/Win7 | Michael Kelley | 3 | -69/+26 |
| 2022-04-28 | Drivers: hv: vmbus: Refactor the ring-buffer iterator functions | Andrea Parri (Microsoft) | 1 | -23/+9 |
| 2022-04-28 | Drivers: hv: vmbus: Accept hv_sock offers in isolated guests | Andrea Parri (Microsoft) | 1 | -2/+6 |
| 2022-04-25 | Drivers: hv: vmbus: Introduce {lock,unlock}_requestor() | Andrea Parri (Microsoft) | 1 | -6/+5 |
| 2022-04-25 | Drivers: hv: vmbus: Introduce vmbus_request_addr_match() | Andrea Parri (Microsoft) | 1 | -18/+47 |
| 2022-04-25 | Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid() | Andrea Parri (Microsoft) | 3 | -10/+44 |
| 2022-04-25 | Drivers: hv: vmbus: Fix handling of messages with transaction ID of zero | Andrea Parri (Microsoft) | 1 | -2/+4 |
| 2022-04-25 | Drivers: hv: vmbus: Add VMbus IMC device to unsupported list | Michael Kelley | 1 | -0/+1 |
| 2022-04-22 | hv: Use driver_set_override() instead of open-coding | Krzysztof Kozlowski | 1 | -24/+4 |
| 2022-04-07 | Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 5 | -20/+122 |
| 2022-04-06 | Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb() | Andrea Parri (Microsoft) | 1 | -3/+3 |
| 2022-04-06 | Drivers: hv: balloon: Disable balloon and hot-add accordingly | Boqun Feng | 1 | -2/+34 |
| 2022-04-06 | Drivers: hv: balloon: Support status report for larger page sizes | Boqun Feng | 1 | -3/+10 |
| 2022-03-29 | Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer | Michael Kelley | 1 | -1/+10 |
| 2022-03-29 | Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus device | Michael Kelley | 2 | -0/+42 |
| 2022-03-29 | Drivers: hv: vmbus: Fix potential crash on module unload | Guilherme G. Piccoli | 1 | -2/+7 |
| 2022-03-29 | Drivers: hv: vmbus: Fix initialization of device object in vmbus_device_regis... | Andrea Parri (Microsoft) | 1 | -3/+4 |
| 2022-03-29 | Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in isolated... | Andrea Parri (Microsoft) | 1 | -6/+12 |
| 2022-03-24 | Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 6 | -23/+27 |
| 2022-03-01 | hv_balloon: rate-limit "Unhandled message" warning | Anssi Hannula | 1 | -1/+1 |
| 2022-02-18 | drivers: hv: log when enabling crash_kexec_post_notifiers | Stephen Brennan | 1 | -1/+3 |
| 2022-02-18 | hv_utils: Add comment about max VMbus packet size in VSS driver | Michael Kelley | 1 | -2/+5 |
| 2022-02-09 | Drivers: hv: utils: Make use of the helper macro LIST_HEAD() | Cai Huoqing | 1 | -1/+1 |
| 2022-02-07 | Drivers: hv: vmbus: Rework use of DMA_BIT_MASK(64) | Michael Kelley | 1 | -2/+2 |
| 2022-02-07 | Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj | Miaoqian Lin | 1 | -1/+4 |
| 2022-02-03 | Drivers: hv: Compare cpumasks and not their weights in init_vp_index() | Vitaly Kuznetsov | 1 | -2/+1 |
| 2022-02-03 | Drivers: hv: Rename 'alloced' to 'allocated' | Vitaly Kuznetsov | 3 | -17/+17 |
| 2022-02-03 | Drivers: hv: vmbus: Use struct_size() helper in kmalloc() | Gustavo A. R. Silva | 1 | -1/+1 |
| 2022-01-23 | Drivers: hv: balloon: account for vmbus packet header in max_pkt_size | Yanming Liu | 1 | -0/+7 |
| 2022-01-16 | Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 3 | -3/+18 |
| 2022-01-07 | random: remove unused irq_flags argument from add_interrupt_randomness() | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2022-01-05 | Drivers: hv: vmbus: Initialize request offers message for Isolation VM | Juan Vazquez | 1 | -1/+1 |
| 2021-12-28 | Drivers: hv: Fix definition of hypercall input & output arg variables | Michael Kelley | 1 | -2/+2 |
| 2021-12-20 | net: netvsc: Add Isolation VM support for netvsc driver | Tianyu Lan | 1 | -0/+11 |
| 2021-12-20 | scsi: storvsc: Add Isolation VM support for storvsc driver | Tianyu Lan | 1 | -0/+4 |
| 2021-11-28 | hv: utils: add PTP_1588_CLOCK to Kconfig to fix build | Randy Dunlap | 1 | -0/+1 |
| 2021-11-15 | Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_size | Boqun Feng | 1 | -1/+1 |
| 2021-11-02 | Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 8 | -95/+266 |
| 2021-10-28 | Drivers: hv : vmbus: Adding NULL pointer check | Lv Ruyi | 1 | -0/+2 |
| 2021-10-28 | Drivers: hv: vmbus: Remove unused code to check for subchannels | Michael Kelley | 1 | -34/+0 |
| 2021-10-28 | Drivers: hv: vmbus: Initialize VMbus ring buffer for Isolation VM | Tianyu Lan | 3 | -22/+53 |
| 2021-10-28 | Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message | Tianyu Lan | 2 | -6/+91 |
| 2021-10-28 | x86/hyperv: Add ghcb hvcall support for SNP VM | Tianyu Lan | 3 | -2/+18 |
| 2021-10-28 | x86/hyperv: Add Write/Read MSR registers via ghcb page | Tianyu Lan | 2 | -16/+64 |
| 2021-10-28 | Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM | Tianyu Lan | 1 | -15/+38 |
| 2021-10-22 | Merge tag 'hyperv-fixes-signed-20211022' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -0/+1 |
| 2021-10-22 | hyperv/vmbus: include linux/bitops.h | Arnd Bergmann | 1 | -0/+1 |
| 2021-09-15 | Merge tag 'hyperv-fixes-signed-20210915' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -0/+1 |
| 2021-09-03 | Drivers: hv: vmbus: Fix kernel crash upon unbinding a device from uio_hv_gene... | Vitaly Kuznetsov | 1 | -0/+1 |
| 2021-09-01 | Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 4 | -8/+224 |
| 2021-08-25 | hv_utils: Set the maximum packet size for VSS driver to the length of the rec... | Vitaly Kuznetsov | 1 | -0/+1 |
| 2021-08-04 | Drivers: hv: Enable Hyper-V code to be built on ARM64 | Michael Kelley | 1 | -3/+4 |
| 2021-07-27 | Merge 5.14-rc3 into driver-core-next | Greg Kroah-Hartman | 1 | -32/+64 |
| 2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -4/+1 |
| 2021-07-19 | Drivers: hv: vmbus: Fix duplicate CPU assignments within a device | Haiyang Zhang | 1 | -32/+64 |
| 2021-07-19 | drivers: hv: Decouple Hyper-V clock/timer code from VMbus drivers | Michael Kelley | 2 | -5/+14 |
| 2021-07-15 | Drivers: hv: Move Hyper-V misc functionality to arch-neutral code | Michael Kelley | 1 | -0/+18 |
| 2021-07-15 | Drivers: hv: Add arch independent default functions for some Hyper-V handlers | Michael Kelley | 1 | -0/+49 |
| 2021-07-15 | Drivers: hv: Make portions of Hyper-V init code be arch neutral | Michael Kelley | 1 | -0/+138 |
| 2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
| 2021-07-01 | kernel.h: split out panic and oops helpers | Andy Shevchenko | 1 | -0/+1 |
| 2021-06-29 | Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 10 | -32/+168 |
| 2021-06-05 | Drivers: hv: Move Hyper-V extended capability check to arch neutral code | Michael Kelley | 2 | -0/+69 |
| 2021-06-02 | drivers: hv: Fix missing error code in vmbus_connect() | Jiapeng Chong | 1 | -1/+3 |
| 2021-05-18 | hv_utils: Fix passing zero to 'PTR_ERR' warning | YueHaibing | 1 | -2/+2 |
| 2021-05-14 | scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDs | Andrea Parri (Microsoft) | 2 | -13/+14 |
| 2021-05-14 | Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer | Andres Beltran | 5 | -15/+80 |
| 2021-05-14 | hv_balloon: Remove redundant assignment to region_start | Jiapeng Chong | 1 | -1/+0 |
| 2021-04-27 | Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+3 |
| 2021-04-21 | drivers: hv: Create a consistent pattern for checking Hyper-V hypercall status | Joseph Salisbury | 1 | -1/+1 |
| 2021-04-20 | Drivers: hv: vmbus: Increase wait time for VMbus unload | Michael Kelley | 1 | -5/+25 |
| 2021-04-20 | Drivers: hv: vmbus: Initialize unload_event statically | Andrea Parri (Microsoft) | 2 | -1/+8 |
| 2021-04-18 | Drivers: hv: vmbus: Check for pending channel interrupts before taking a CPU ... | Andrea Parri (Microsoft) | 1 | -3/+53 |
| 2021-04-18 | Drivers: hv: vmbus: Drivers: hv: vmbus: Introduce CHANNELMSG_MODIFYCHANNEL_RE... | Andrea Parri (Microsoft) | 4 | -18/+142 |
| 2021-04-18 | Drivers: hv: vmbus: Introduce and negotiate VMBus protocol version 5.3 | Andrea Parri (Microsoft) | 1 | -1/+2 |
| 2021-04-16 | Drivers: hv: vmbus: Use after free in __vmbus_open() | Dan Carpenter | 1 | -1/+1 |
| 2021-04-14 | Drivers: hv: vmbus: remove unused function | Jiapeng Chong | 1 | -9/+0 |
| 2021-04-02 | Drivers: hv: vmbus: Remove unused linux/version.h header | Qiheng Lin | 1 | -1/+0 |
| 2021-03-24 | x86/Hyper-V: Support for free page reporting | Sunil Muthuswamy | 2 | -0/+90 |
| 2021-03-22 | drivers: hv: Fix EXPORT_SYMBOL and tab spaces issue | Vasanth | 1 | -4/+3 |
| 2021-03-22 | Drivers: hv: vmbus: Drop error message when 'No request id available' | Andrea Parri (Microsoft) | 1 | -1/+0 |
| 2021-03-08 | Drivers: hv: vmbus: Move handling of VMbus interrupts | Michael Kelley | 2 | -8/+63 |
| 2021-03-08 | Drivers: hv: vmbus: Handle auto EOI quirk inline | Michael Kelley | 1 | -1/+11 |
| 2021-03-08 | Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral code | Michael Kelley | 1 | -5/+19 |
| 2021-03-08 | Drivers: hv: Redo Hyper-V synthetic MSR get/set functions | Michael Kelley | 2 | -17/+22 |
| 2021-03-08 | Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code | Michael Kelley | 1 | -0/+36 |
| 2021-03-08 | drivers: hv: Fix whitespace errors | Vasanth | 2 | -2/+2 |
| 2021-03-08 | printk: introduce a kmsg_dump iterator | John Ogness | 1 | -1/+3 |
| 2021-02-26 | mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCE | David Hildenbrand | 1 | -1/+1 |
| 2021-02-15 | Revert "Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer" | Wei Liu | 5 | -80/+15 |
| 2021-02-11 | Drivers: hv: vmbus: skip VMBus initialization if Linux is root | Wei Liu | 1 | -0/+3 |
| 2021-02-11 | Drivers: hv: vmbus: Enforce 'VMBus version >= 5.2' on isolated guests | Andrea Parri (Microsoft) | 1 | -0/+7 |
| 2021-02-11 | Drivers: hv: vmbus: Restrict vmbus_devices on isolated guests | Andrea Parri (Microsoft) | 1 | -0/+38 |
| 2021-02-11 | hv_utils: Fix spelling mistake "Hearbeat" -> "Heartbeat" | Colin Ian King | 1 | -1/+1 |
| 2021-02-11 | Drivers: hv: vmbus: Add /sys/bus/vmbus/hibernation | Dexuan Cui | 1 | -0/+18 |
| 2021-02-05 | Drivers: hv: vmbus: Resolve race condition in vmbus_onoffer_rescind() | Andrea Parri (Microsoft) | 1 | -0/+12 |
| 2021-02-05 | Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind() | Andrea Parri (Microsoft) | 1 | -2/+1 |
| 2021-02-05 | Drivers: hv: vmbus: Copy the hv_message in vmbus_on_msg_dpc() | Andrea Parri (Microsoft) | 1 | -5/+14 |
| 2021-02-05 | Drivers: hv: vmbus: Reduce number of references to message in vmbus_on_msg_dpc() | Andrea Parri (Microsoft) | 1 | -14/+14 |
| 2021-02-05 | Drivers: hv: vmbus: Initialize memory to be sent to the host | Andrea Parri (Microsoft) | 1 | -2/+2 |
| 2021-02-05 | hv_utils: Add validation for untrusted Hyper-V values | Andres Beltran | 5 | -179/+298 |
| 2021-02-05 | Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer | Andres Beltran | 5 | -15/+80 |
| 2021-01-05 | x86/hyperv: Fix kexec panic/hang issues | Dexuan Cui | 1 | -2/+0 |
| 2020-12-16 | Merge tag 'hyperv-next-signed-20201214' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 5 | -34/+232 |
| 2020-12-13 | hv_balloon: do adjust_managed_page_count() when ballooning/un-ballooning | Vitaly Kuznetsov | 1 | -1/+4 |
| 2020-12-13 | hv_balloon: simplify math in alloc_balloon_pages() | Vitaly Kuznetsov | 1 | -1/+1 |
| 2020-12-07 | drivers/hv: remove obsolete TODO and fix misleading typo in comment | Stefan Eschenbacher | 1 | -2/+1 |
| 2020-12-02 | drivers: hv: vmbus: Fix checkpatch SPLIT_STRING | Matheus Castello | 1 | -15/+20 |
| 2020-11-17 | drivers: hv: vmbus: Fix call msleep using < 20ms | Matheus Castello | 1 | -1/+1 |
| 2020-11-17 | drivers: hv: vmbus: Fix checkpatch LINE_SPACING | Matheus Castello | 1 | -0/+3 |
| 2020-11-17 | drivers: hv: vmbus: Replace symbolic permissions by octal permissions | Matheus Castello | 1 | -5/+5 |
| 2020-11-17 | drivers: hv: Fix hyperv_record_panic_msg path on comment | Matheus Castello | 1 | -1/+1 |
| 2020-11-17 | Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardening | Andres Beltran | 3 | -9/+197 |
| 2020-11-16 | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+6 |
| 2020-11-11 | Drivers: hv: vmbus: Allow cleanup of VMBUS_CONNECT_CPU if disconnected | Chris Co | 1 | -2/+6 |
| 2020-11-05 | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2020-10-19 | hv_balloon: disable warning when floor reached | Olaf Hering | 1 | -1/+1 |
| 2020-10-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2020-10-16 | hv_balloon: try to merge system ram resources | David Hildenbrand | 1 | -1/+1 |
| 2020-10-16 | mm/memory_hotplug: prepare passing flags to add_memory() and friends | David Hildenbrand | 1 | -1/+1 |
| 2020-10-15 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -4/+28 |
| 2020-10-14 | Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDT | Michael Kelley | 2 | -4/+28 |
| 2020-10-14 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -185/+293 |
| 2020-09-28 | Driver: hv: util: Use VMBUS_RING_SIZE() for ringbuffer sizes | Boqun Feng | 1 | -4/+7 |
| 2020-09-28 | Drivers: hv: vmbus: Move virt_to_hvpfn() to hyperv header | Boqun Feng | 1 | -13/+0 |
| 2020-09-28 | Drivers: hv: Use HV_HYP_PAGE in hv_synic_enable_regs() | Boqun Feng | 1 | -2/+2 |
| 2020-09-28 | Drivers: hv: vmbus: Introduce types of GPADL | Boqun Feng | 1 | -20/+140 |
| 2020-09-28 | Drivers: hv: vmbus: Move __vmbus_open() | Boqun Feng | 1 | -154/+155 |
| 2020-09-28 | Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadl | Boqun Feng | 1 | -8/+5 |
| 2020-09-15 | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -4/+12 |
| 2020-09-14 | Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unload | Michael Kelley | 1 | -2/+5 |
| 2020-09-09 | Drivers: hv: vmbus: hibernation: do not hang forever in vmbus_bus_resume() | Dexuan Cui | 1 | -2/+7 |
| 2020-08-26 | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -14/+51 |
| 2020-08-24 | hv_utils: drain the timesync packets on onchannelcallback | Vineeth Pillai | 1 | -3/+16 |
| 2020-08-24 | hv_utils: return error if host timesysnc update is stale | Vineeth Pillai | 1 | -11/+35 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-08-19 | drivers: hv: remove cast from hyperv_die_event | Olaf Hering | 1 | -1/+1 |
| 2020-08-14 | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+4 |
| 2020-08-07 | Drivers: hv: vmbus: Only notify Hyper-V for die events that are oops | Michael Kelley | 1 | -0/+4 |
| 2020-08-06 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -46/+14 |
| 2020-06-29 | Drivers: hv: Change flag to write log level in panic msg to false | Joseph Salisbury | 1 | -1/+1 |
| 2020-06-20 | Drivers: hv: vmbus: Remove the lock field from the vmbus_channel struct | Andrea Parri (Microsoft) | 2 | -6/+1 |
| 2020-06-19 | Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_li... | Andrea Parri (Microsoft) | 1 | -19/+6 |
| 2020-06-19 | Drivers: hv: vmbus: Use channel_mutex in channel_vp_mapping_show() | Andrea Parri (Microsoft) | 1 | -4/+3 |
| 2020-06-19 | Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_li... | Andrea Parri (Microsoft) | 2 | -6/+0 |
| 2020-06-19 | Drivers: hv: vmbus: Replace cpumask_test_cpu(, cpu_online_mask) with cpu_onli... | Andrea Parri (Microsoft) | 1 | -1/+1 |
| 2020-06-19 | Drivers: hv: vmbus: Remove the numa_node field from the vmbus_channel struct | Andrea Parri (Microsoft) | 2 | -4/+1 |
| 2020-06-19 | Drivers: hv: vmbus: Remove the target_vp field from the vmbus_channel struct | Andrea Parri (Microsoft) | 3 | -6/+2 |
| 2020-06-03 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 9 | -370/+623 |
| 2020-05-23 | Drivers: hv: vmbus: Resolve more races involving init_vp_index() | Andrea Parri (Microsoft) | 3 | -12/+77 |
| 2020-05-23 | Drivers: hv: vmbus: Resolve race between init_vp_index() and CPU hotplug | Andrea Parri (Microsoft) | 1 | -28/+18 |
| 2020-05-20 | Driver: hv: vmbus: drop a no long applicable comment | Wei Liu | 1 | -1/+0 |
| 2020-05-20 | hyper-v: Replace open-coded variant of %*phN specifier | Andy Shevchenko | 1 | -16/+3 |
| 2020-05-20 | hyper-v: Supply GUID pointer to printf() like functions | Andy Shevchenko | 1 | -3/+3 |
| 2020-05-20 | hyper-v: Use UUID API for exporting the GUID (part 2) | Andy Shevchenko | 1 | -4/+2 |
| 2020-05-20 | drivers: hv: remove redundant assignment to pointer primary_channel | Colin Ian King | 1 | -4/+1 |
| 2020-05-20 | scsi: storvsc: Re-init stor_chns when a channel interrupt is re-assigned | Andrea Parri (Microsoft) | 1 | -0/+4 |
| 2020-04-27 | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -16/+37 |
| 2020-04-23 | Drivers: hv: vmbus: Introduce the CHANNELMSG_MODIFYCHANNEL message type | Andrea Parri (Microsoft) | 4 | -3/+154 |
| 2020-04-23 | Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplug | Andrea Parri (Microsoft) | 2 | -16/+38 |
| 2020-04-23 | Drivers: hv: vmbus: Remove the unused HV_LOCALIZED channel affinity logic | Andrea Parri (Microsoft) | 1 | -80/+25 |
| 2020-04-23 | Drivers: hv: vmbus: Use a spin lock for synchronizing channel scheduling vs. ... | Andrea Parri (Microsoft) | 3 | -30/+25 |
| 2020-04-23 | hv_utils: Always execute the fcopy and vss callbacks in a tasklet | Andrea Parri (Microsoft) | 3 | -8/+3 |
| 2020-04-23 | hv_netvsc: Disable NAPI before closing the VMBus channel | Andrea Parri (Microsoft) | 1 | -0/+6 |
| 2020-04-23 | Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ... | Andrea Parri (Microsoft) | 5 | -120/+159 |
| 2020-04-23 | Drivers: hv: vmbus: Don't bind the offer&rescind works to a specific CPU | Andrea Parri (Microsoft) | 2 | -16/+44 |
| 2020-04-23 | Drivers: hv: vmbus: Always handle the VMBus messages on CPU0 | Andrea Parri (Microsoft) | 4 | -27/+31 |
| 2020-04-23 | Drivers: hv: check VMBus messages lengths | Vitaly Kuznetsov | 3 | -24/+37 |
| 2020-04-23 | Drivers: hv: make sure that 'struct vmbus_channel_message_header' compiles co... | Vitaly Kuznetsov | 1 | -0/+7 |
| 2020-04-23 | Drivers: hv: avoid passing opaque pointer to vmbus_onmessage() | Vitaly Kuznetsov | 2 | -7/+3 |
| 2020-04-23 | Drivers: hv: allocate the exact needed memory for messages | Vitaly Kuznetsov | 1 | -5/+10 |
| 2020-04-23 | Drivers: hv: copy from message page only what's needed | Vitaly Kuznetsov | 1 | -1/+8 |
| 2020-04-22 | hyper-v: Use UUID API for exporting the GUID | Andy Shevchenko | 1 | -2/+2 |
| 2020-04-21 | Drivers: hv: Move AEOI determination to architecture dependent code | Michael Kelley | 1 | -5/+1 |
| 2020-04-14 | Drivers: hv: vmbus: Fix Suspend-to-Idle for Generation-2 VM | Dexuan Cui | 1 | -9/+34 |
| 2020-04-14 | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -20/+49 |
| 2020-04-11 | x86/Hyper-V: Report crash data in die() when panic_on_oops is set | Tianyu Lan | 1 | -2/+3 |
| 2020-04-11 | x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not set | Tianyu Lan | 1 | -9/+14 |
| 2020-04-11 | x86/Hyper-V: Trigger crash enlightenment only once during system crash. | Tianyu Lan | 1 | -2/+14 |
| 2020-04-10 | x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump | Tianyu Lan | 1 | -2/+5 |
| 2020-04-10 | x86/Hyper-V: Unload vmbus channel in hv panic callback | Tianyu Lan | 2 | -8/+16 |
| 2020-04-07 | hv_balloon: don't check for memhp_auto_online manually | David Hildenbrand | 1 | -15/+10 |
| 2020-04-04 | hv_debugfs: Make hv_debug_root static | YueHaibing | 1 | -1/+1 |
| 2020-03-21 | hv: hyperv_vmbus.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-02-03 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 8 | -38/+306 |
| 2020-01-26 | hv_utils: Add the support of hibernation | Dexuan Cui | 5 | -6/+214 |
| 2020-01-26 | hv_utils: Support host-initiated hibernation request | Dexuan Cui | 1 | -1/+48 |
| 2020-01-26 | hv_utils: Support host-initiated restart request | Dexuan Cui | 1 | -8/+31 |
| 2020-01-25 | Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23) | Dexuan Cui | 2 | -14/+11 |