summaryrefslogtreecommitdiffstats
path: root/drivers/hv
AgeCommit message (Expand)AuthorLines
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-15/+22
2026-04-14Merge tag 'irq-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+0
2026-04-05drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)-14/+21
2026-04-05hv_balloon: set unspecified page reporting orderYuvraj Sakshith-1/+1
2026-04-04Drivers: hv: Move add_interrupt_randomness() to hypervisor callback sysvecMichael Kelley-6/+0
2026-04-04mshv: Fix infinite fault loop on permission-denied GPA interceptsStanislav Kinsburskii-3/+12
2026-03-18mshv: Fix error handling in mshv_region_pinStanislav Kinsburskii-2/+4
2026-03-13mshv: Fix use-after-free in mshv_map_user_memory error pathStanislav Kinsburskii-1/+1
2026-03-12mshv: pass struct mshv_user_mem_region by referenceMukesh R-13/+13
2026-03-11Revert "mshv: expose the scrub partition hypercall"Wei Liu-1/+0
2026-02-25mshv: add arm64 support for doorbell & intercept SINTsAnirudh Rayabharam (Microsoft)-10/+109
2026-02-25mshv: refactor synic init and cleanupAnirudh Rayabharam (Microsoft)-65/+75
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-19/+19
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-42/+38
2026-02-20Merge tag 'hyperv-next-signed-20260218' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-203/+1663
2026-02-19mshv: Handle insufficient root memory hypervisor statusesStanislav Kinsburskii-0/+16
2026-02-19mshv: Handle insufficient contiguous memory hypervisor statusStanislav Kinsburskii-0/+5
2026-02-19mshv: Introduce hv_deposit_memory helper functionsStanislav Kinsburskii-20/+29
2026-02-19mshv: Introduce hv_result_needs_memory() helper functionStanislav Kinsburskii-16/+25
2026-02-18mshv: Add SMT_ENABLED_GUEST partition creation flagAnatol Belski-0/+2
2026-02-18mshv: Add nested virtualization creation flagMuminul Islam-0/+2
2026-02-18Drivers: hv: vmbus: Simplify allocation of vmbus_evtMichael Kelley-14/+8
2026-02-18mshv: expose the scrub partition hypercallMagnus Kulke-0/+1
2026-02-18mshv: Add support for integrated schedulerStanislav Kinsburskii-32/+50
2026-02-18mshv: Use try_cmpxchg() instead of cmpxchg()Uros Bizjak-4/+4
2026-02-18Drivers: hv: vmbus: Use kthread for vmbus interrupts on PREEMPT_RTJan Kiszka-1/+65
2026-02-14drivers: hv: vmbus_drv: Remove reference to hpyerv_fbPrasanna Kumar T S M-2/+2
2026-02-09Merge tag 'efi-next-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2026-02-06mshv: fix SRCU protection in irqfd resampler ack handlerLi RongQing-2/+3
2026-02-06mshv: make field names descriptive in a header structMukesh R-40/+40
2026-02-04mshv: clear eventfd counter on irqfd shutdownCarlos López-4/+2
2026-02-04Drivers: hv: Use memremap()/memunmap() instead of ioremap_cache()/iounmap()Michael Kelley-6/+6
2026-02-04mshv: Add debugfs to view hypervisor statisticsNuno Das Neves-2/+785
2026-02-04mshv: Add data for printing stats page countersNuno Das Neves-0/+490
2026-02-04mshv: Update hv_stats_page definitionsNuno Das Neves-19/+8
2026-02-04mshv: Always map child vp stats pages regardless of scheduler typeStanislav Kinsburskii-17/+8
2026-02-04mshv: Improve mshv_vp_stats_map/unmap(), add them to mshv_root.hStanislav Kinsburskii-17/+54
2026-02-04mshv: Use typed hv_stats_page pointersStanislav Kinsburskii-11/+14
2026-02-04mshv: Ignore second stats page map result failurePurna Pavan Chandra Aekkaladevi-4/+51
2026-02-04mshv: Use EPOLLIN and EPOLLHUP instead of POLLIN and POLLHUPMichael Kelley-4/+4
2026-02-04mshv: Fix compiler warning about cast converting incompatible function typeMichael Kelley-2/+3
2026-01-15mshv: handle gpa intercepts for arm64Anirudh Rayabharam (Microsoft)-7/+8
2026-01-15mshv: Add __user attribute to argument passed to access_ok()Michael Kelley-1/+1
2026-01-15mshv: Store the result of vfs_poll in a variable of type __poll_tMichael Kelley-1/+1
2026-01-15mshv: Align huge page stride with guest mappingStanislav Kinsburskii-31/+62
2026-01-15Drivers: hv: Always do Hyper-V panic notification in hv_kmsg_dump()Michael Kelley-5/+7
2026-01-15Drivers: hv: vmbus: fix typo in function name referenceJulia Lawall-1/+1
2025-12-18mshv: release mutex on region invalidation failureAnirudh Rayabharam (Microsoft)-1/+3