summaryrefslogtreecommitdiff
path: root/drivers/hv
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'hyperv-next-signed-20260826' of git://git.kernel.org/pub/scm/linux...Linus Torvalds8-56/+227
10 daysclocksource: hyper-v: Remove support for stimer interrupts in message modeMichael Kelley2-12/+2
10 daysDrivers: hv: Remove support for WS2012/2012R2 & Win8/8.1 version of Hyper-VMichael Kelley4-35/+25
10 daysDrivers: hv: vmbus: Add vmbus_alloc_buffer()/vmbus_free_buffer() for CoCo VMsKameron Carr1-0/+155
10 daysDrivers: hv: vmbus: add vmbus_establish_gpadl_caller_decrypted()Kameron Carr1-2/+25
10 daysDrivers: hv: vmbus: Skip VMBus module cleanup for non-nested root partitionMichael Kelley1-0/+15
10 daysDrivers: hv: Use meaningful errnos for hypercall status codesHardik Garg1-7/+5
13 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-44/+10
2026-08-05mshv: use hmm_range_fault_unlocked_timeout() for region faultsStanislav Kinsburskii1-44/+10
2026-07-31mshv_vtl: bounds-check cpu index in vtl mmap fault handlerYi Xie1-1/+1
2026-07-31mshv: Publish VP to pt_vp_array before installing the file descriptorStanislav Kinsburskii1-7/+22
2026-07-31Drivers: hv: vmbus: add VTL2 redirect connection IDHardik Garg2-19/+30
2026-07-31mshv: Order pt_vp_array publish against irqfd assertion pathStanislav Kinsburskii2-2/+15
2026-07-31mshv: Fix missing error code on VP allocation failureStanislav Kinsburskii1-1/+3
2026-07-31mshv: Fix level-triggered check on uninitialized dataStanislav Kinsburskii1-11/+14
2026-07-31mshv: Fix race in mshv_irqfd_deassignStanislav Kinsburskii1-2/+3
2026-07-31mshv: Use kfree_rcu in mshv_portid_freeStanislav Kinsburskii1-2/+1
2026-07-23mshv: Fix sleeping under spinlock in mshv_portid_allocStanislav Kinsburskii1-2/+4
2026-07-23mshv: Fix duplicate GSI detection for GSI 0Stanislav Kinsburskii1-1/+1
2026-07-23Drivers: hv: vmbus: Remove vmbus_irq_initializedSebastian Andrzej Siewior1-10/+4
2026-07-23Drivers: hv: vmbus: Replace lockdep_hardirq_threaded() with lockdep annotationSebastian Andrzej Siewior1-1/+12
2026-07-23mshv_vtl: fix fd leak in mshv_ioctl_create_vtl()Yi Xie1-0/+1
2026-07-23mshv_vtl: clear hypercall output before copyoutYousef Alhouseen1-0/+10
2026-07-23Drivers: hv: vmbus: Set DMA coherent mask for VMBus devicesMichael Kelley1-0/+1
2026-06-22Merge tag 'hyperv-next-signed-20260621' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-3/+6
2026-06-15Merge tag 'x86-msr-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-33/+10
2026-06-08x86/msr: Switch wrmsrl() users to wrmsrq()Juergen Gross1-1/+1
2026-06-08x86/msr: Switch rdmsrl() users to rdmsrq()Juergen Gross1-1/+1
2026-06-08mshv: add bounds check on vp_index in mshv_intercept_isr()Junrui Luo1-0/+5
2026-06-08hv_balloon: Simplify data output in hv_balloon_debug_show()Markus Elfring1-3/+1
2026-05-30Drivers: hv: vmbus: use generic driver_override infrastructureDanilo Krummrich1-33/+10
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