summaryrefslogtreecommitdiff
path: root/drivers/hv
AgeCommit message (Expand)AuthorFilesLines
2026-05-28mshv: support 1G hugepages by passing them as 2M-aligned chunksAnirudh Rayabharam (Microsoft)1-16/+13
2026-05-28Drivers: hv: vmbus: Improve the logic of reserving fb_mmio on Gen2 VMsDexuan Cui1-3/+26
2026-05-28mshv: use kmalloc_array in mshv_root_scheduler_initCan Peng1-1/+1
2026-05-28mshv: Add conditional VMBus dependencyMichael Kelley1-0/+1
2026-05-14Drivers: hv: vmbus: Provide option to skip VMBus unload on panicMichael Kelley3-8/+19
2026-04-30mshv: unmap debugfs stats pages on kexecJork Loeser2-1/+7
2026-04-30mshv: clean up SynIC state on kexec for L1VHJork Loeser1-3/+0
2026-04-30mshv: limit SynIC management to MSHV-owned resourcesJork Loeser2-50/+103
2026-04-30hv: utils: replace deprecated strcpy with strscpy in kvp_registerThorsten Blum1-4/+2
2026-04-30hv: utils: handle and propagate errors in kvp_registerThorsten Blum1-12/+13
2026-04-24Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1
2026-04-24Merge tag 'drm-misc-fixes-2026-04-23' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-1/+1
2026-04-22Merge tag 'hyperv-next-signed-20260421' of git://git.kernel.org/pub/scm/linux...Linus Torvalds13-45/+741
2026-04-22x86/hyperv: Skip LP/VP creation on kexecJork Loeser1-0/+47
2026-04-22x86/hyperv: move stimer cleanup to hv_machine_shutdown()Jork Loeser1-1/+0
2026-04-22Drivers: hv: vmbus: fix hyperv_cpuhp_online variable shadowingJork Loeser1-1/+0
2026-04-22mshv: Add tracepoint for GPA intercept handlingStanislav Kinsburskii2-2/+33
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-15/+22
2026-04-15hv: Select CONFIG_SYSFB only for CONFIG_HYPERV_VMBUSThomas Zimmermann1-1/+1
2026-04-14Merge tag 'irq-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+0
2026-04-14mshv_vtl: Fix vmemmap_shift exceeding MAX_FOLIO_ORDERNaman Jain1-3/+9
2026-04-14Drivers: hv: vmbus: Export hv_vmbus_exists() and use it in pci-hypervDexuan Cui1-12/+8
2026-04-14mshv: Introduce tracing supportStanislav Kinsburskii8-15/+629
2026-04-14Drivers: hv: vmbus: Limit channel interrupt scan to relid high water markMichael Kelley3-11/+15
2026-04-05drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)2-14/+21
2026-04-05hv_balloon: set unspecified page reporting orderYuvraj Sakshith1-1/+1
2026-04-04Drivers: hv: Move add_interrupt_randomness() to hypervisor callback sysvecMichael Kelley2-6/+0
2026-04-04mshv: Fix infinite fault loop on permission-denied GPA interceptsStanislav Kinsburskii1-3/+12
2026-03-18mshv: Fix error handling in mshv_region_pinStanislav Kinsburskii1-2/+4
2026-03-14mshv: Fix use-after-free in mshv_map_user_memory error pathStanislav Kinsburskii1-1/+1
2026-03-12mshv: pass struct mshv_user_mem_region by referenceMukesh R1-13/+13
2026-03-11Revert "mshv: expose the scrub partition hypercall"Wei Liu1-1/+0
2026-02-25mshv: add arm64 support for doorbell & intercept SINTsAnirudh Rayabharam (Microsoft)1-10/+109
2026-02-25mshv: refactor synic init and cleanupAnirudh Rayabharam (Microsoft)3-65/+75
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-19/+19
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook16-42/+38
2026-02-20Merge tag 'hyperv-next-signed-20260218' of git://git.kernel.org/pub/scm/linux...Linus Torvalds15-203/+1663
2026-02-19mshv: Handle insufficient root memory hypervisor statusesStanislav Kinsburskii2-0/+16
2026-02-19mshv: Handle insufficient contiguous memory hypervisor statusStanislav Kinsburskii2-0/+5
2026-02-19mshv: Introduce hv_deposit_memory helper functionsStanislav Kinsburskii3-20/+29
2026-02-19mshv: Introduce hv_result_needs_memory() helper functionStanislav Kinsburskii3-16/+25
2026-02-19mshv: Add SMT_ENABLED_GUEST partition creation flagAnatol Belski1-0/+2
2026-02-19mshv: Add nested virtualization creation flagMuminul Islam1-0/+2
2026-02-19Drivers: hv: vmbus: Simplify allocation of vmbus_evtMichael Kelley1-14/+8
2026-02-19mshv: expose the scrub partition hypercallMagnus Kulke1-0/+1
2026-02-19mshv: Add support for integrated schedulerStanislav Kinsburskii1-32/+50
2026-02-19mshv: Use try_cmpxchg() instead of cmpxchg()Uros Bizjak2-4/+4
2026-02-18Drivers: hv: vmbus: Use kthread for vmbus interrupts on PREEMPT_RTJan Kiszka1-1/+65