summaryrefslogtreecommitdiff
path: root/drivers/hv
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-19/+19
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook16-42/+38
5 daysMerge tag 'hyperv-next-signed-20260218' of git://git.kernel.org/pub/scm/linux...Linus Torvalds15-203/+1663
6 daysmshv: Handle insufficient root memory hypervisor statusesStanislav Kinsburskii2-0/+16
6 daysmshv: Handle insufficient contiguous memory hypervisor statusStanislav Kinsburskii2-0/+5
6 daysmshv: Introduce hv_deposit_memory helper functionsStanislav Kinsburskii3-20/+29
6 daysmshv: Introduce hv_result_needs_memory() helper functionStanislav Kinsburskii3-16/+25
7 daysmshv: Add SMT_ENABLED_GUEST partition creation flagAnatol Belski1-0/+2
7 daysmshv: Add nested virtualization creation flagMuminul Islam1-0/+2
7 daysDrivers: hv: vmbus: Simplify allocation of vmbus_evtMichael Kelley1-14/+8
7 daysmshv: expose the scrub partition hypercallMagnus Kulke1-0/+1
7 daysmshv: Add support for integrated schedulerStanislav Kinsburskii1-32/+50
7 daysmshv: Use try_cmpxchg() instead of cmpxchg()Uros Bizjak2-4/+4
7 daysDrivers: hv: vmbus: Use kthread for vmbus interrupts on PREEMPT_RTJan Kiszka1-1/+65
11 daysdrivers: hv: vmbus_drv: Remove reference to hpyerv_fbPrasanna Kumar T S M1-2/+2
2026-02-10Merge tag 'efi-next-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2026-02-06mshv: fix SRCU protection in irqfd resampler ack handlerLi RongQing1-2/+3
2026-02-06mshv: make field names descriptive in a header structMukesh R3-40/+40
2026-02-04mshv: clear eventfd counter on irqfd shutdownCarlos López2-4/+2
2026-02-04Drivers: hv: Use memremap()/memunmap() instead of ioremap_cache()/iounmap()Michael Kelley1-6/+6
2026-02-04mshv: Add debugfs to view hypervisor statisticsNuno Das Neves4-2/+785
2026-02-04mshv: Add data for printing stats page countersNuno Das Neves1-0/+490
2026-02-04mshv: Update hv_stats_page definitionsNuno Das Neves1-19/+8
2026-02-04mshv: Always map child vp stats pages regardless of scheduler typeStanislav Kinsburskii1-17/+8
2026-02-04mshv: Improve mshv_vp_stats_map/unmap(), add them to mshv_root.hStanislav Kinsburskii2-17/+54
2026-02-04mshv: Use typed hv_stats_page pointersStanislav Kinsburskii3-11/+14
2026-02-04mshv: Ignore second stats page map result failurePurna Pavan Chandra Aekkaladevi2-4/+51
2026-02-04mshv: Use EPOLLIN and EPOLLHUP instead of POLLIN and POLLHUPMichael Kelley1-4/+4
2026-02-04mshv: Fix compiler warning about cast converting incompatible function typeMichael Kelley1-2/+3
2026-01-15mshv: handle gpa intercepts for arm64Anirudh Rayabharam (Microsoft)1-7/+8
2026-01-15mshv: Add __user attribute to argument passed to access_ok()Michael Kelley1-1/+1
2026-01-15mshv: Store the result of vfs_poll in a variable of type __poll_tMichael Kelley1-1/+1
2026-01-15mshv: Align huge page stride with guest mappingStanislav Kinsburskii1-31/+62
2026-01-15Drivers: hv: Always do Hyper-V panic notification in hv_kmsg_dump()Michael Kelley1-5/+7
2026-01-15Drivers: hv: vmbus: fix typo in function name referenceJulia Lawall1-1/+1
2025-12-18mshv: release mutex on region invalidation failureAnirudh Rayabharam (Microsoft)1-1/+3
2025-12-17mshv: hide x86-specific functions on arm64Arnd Bergmann1-0/+2
2025-12-16sysfb: Replace screen_info with sysfb_primary_displayThomas Zimmermann1-3/+3
2025-12-15mshv: Initialize local variables early upon region invalidationStanislav Kinsburskii1-7/+7
2025-12-15mshv: Use PMD_ORDER instead of HPAGE_PMD_ORDER when processing regionsStanislav Kinsburskii1-1/+1
2025-12-09Merge tag 'hyperv-next-signed-20251207' of git://git.kernel.org/pub/scm/linux...Linus Torvalds21-602/+3306
2025-12-06Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+9
2025-12-06mshv: Cleanly shutdown root partition with MSHVPraveen K Paladugu1-0/+21
2025-12-06mshv: Use reboot notifier to configure sleep statePraveen K Paladugu1-0/+78
2025-12-06mshv: Add support for movable memory regionsStanislav Kinsburskii4-36/+346
2025-12-06mshv: Add refcount and locking to mem regionsStanislav Kinsburskii3-12/+45
2025-12-06mshv: Fix huge page handling in memory region traversalStanislav Kinsburskii2-31/+191
2025-12-06mshv: Move region management to mshv_regions.cStanislav Kinsburskii4-165/+198