summaryrefslogtreecommitdiff
path: root/drivers/hv
AgeCommit message (Expand)AuthorFilesLines
2026-08-09mshv: Order pt_vp_array publish against irqfd assertion pathStanislav Kinsburskii2-2/+15
2026-08-09mshv: Fix level-triggered check on uninitialized dataStanislav Kinsburskii1-11/+14
2026-08-09mshv: adjust interrupt control structure for ARM64Jinank Jain3-0/+16
2026-08-09mshv: Fix race in mshv_irqfd_deassignStanislav Kinsburskii1-2/+3
2026-08-09mshv: Fix sleeping under spinlock in mshv_portid_allocStanislav Kinsburskii1-2/+4
2026-08-09mshv: Fix duplicate GSI detection for GSI 0Stanislav Kinsburskii1-1/+1
2026-08-09Drivers: hv: vmbus: Replace lockdep_hardirq_threaded() with lockdep annotationSebastian Andrzej Siewior1-1/+12
2026-08-09Drivers: hv: Allocate the paravisor SynIC pages when requiredRoman Kisel2-90/+112
2026-08-09Drivers: hv: Rename fields for SynIC message and event pagesRoman Kisel6-45/+45
2026-07-24mshv: add bounds check on vp_index in mshv_intercept_isr()Junrui Luo1-0/+5
2026-07-24Drivers: hv: vmbus: use generic driver_override infrastructureDanilo Krummrich1-33/+10
2026-06-27Drivers: hv: vmbus: Improve the logic of reserving fb_mmio on Gen2 VMsDexuan Cui1-3/+26
2026-06-27hv: utils: handle and propagate errors in kvp_registerThorsten Blum1-12/+13
2026-06-19Drivers: hv: vmbus: Provide option to skip VMBus unload on panicMichael Kelley3-8/+19
2026-06-19Drivers: hv: VMBus protocol version 6.0Roman Kisel2-0/+14
2026-05-14hv: Select CONFIG_SYSFB only for CONFIG_HYPERV_VMBUSThomas Zimmermann1-1/+1
2026-03-04mshv: clear eventfd counter on irqfd shutdownCarlos López2-4/+2
2026-02-27Drivers: hv: vmbus: Use kthread for vmbus interrupts on PREEMPT_RTJan Kiszka1-1/+65
2026-02-27mshv: fix SRCU protection in irqfd resampler ack handlerLi RongQing1-2/+3
2026-01-30Drivers: hv: Always do Hyper-V panic notification in hv_kmsg_dump()Michael Kelley1-5/+7
2025-12-18mshv: Fix create memory region overlap checkNuno Das Neves1-20/+11
2025-12-18mshv: Fix deposit memory in MSHV_ROOT_HVCALLNuno Das Neves1-28/+30
2025-10-01Drivers: hv: Make CONFIG_HYPERV boolMukesh Rathor2-2/+2
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor2-3/+10
2025-10-01Drivers: hv: vmbus: Fix typos in vmbus_drv.cAlok Tiwari1-2/+2
2025-10-01Drivers: hv: vmbus: Fix sysfs output format for ring buffer indexAlok Tiwari1-2/+2
2025-10-01Drivers: hv: vmbus: Clean up sscanf format specifier in target_cpu_store()Alok Tiwari1-1/+1
2025-10-01x86/hyperv: Switch to msi_create_parent_irq_domain()Nam Cao1-0/+1
2025-10-01mshv: Use common "entry virt" APIs to do work in root before running guestSean Christopherson4-50/+7
2025-10-01mshv: Handle NEED_RESCHED_LAZY before transferring to guestSean Christopherson2-2/+3
2025-09-09Drivers: hv: Simplify data structures for VMBus channel close messageMichael Kelley1-1/+1
2025-09-09Drivers: hv: util: Cosmetic changes for hv_utils_transport.cAbhishek Tiwari1-5/+5
2025-09-09mshv: Add support for a new parent partition configurationNuno Das Neves2-22/+26
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+8
2025-07-29Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+8
2025-07-28Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+3
2025-07-16mshv_eventfd: convert to CLASS(fd)Al Viro1-11/+3
2025-07-15Drivers: hv: Use nested hypercall for post message and signal eventNuno Das Neves2-3/+8
2025-07-10Drivers: hv: Fix warnings for missing export.h header inclusionNaman Jain6-0/+6
2025-07-10Drivers: hv: Fix the check for HYPERVISOR_CALLBACK_VECTORNaman Jain1-4/+5
2025-07-10Drivers: hv: Select CONFIG_SYSFB only if EFI is enabledMichael Kelley1-1/+1
2025-06-23sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()Sean Christopherson1-0/+8
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-61/+140
2025-05-29Merge tag 'driver-core-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-05-23Drivers: hv: Always select CONFIG_SYSFB for Hyper-V guestsMichael Kelley1-0/+1
2025-05-23Drivers: hv: vmbus: Add comments about races with "channels" sysfs dirMichael Kelley1-2/+40
2025-05-23Drivers: hv: Remove hv_alloc/free_* helpersLong Li1-39/+0
2025-05-23Drivers: hv: Use kzalloc for panic page allocationLong Li1-3/+3
2025-05-23Drivers: hv: Allocate interrupt and monitor pages aligned to system page boun...Long Li1-6/+17
2025-05-23Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device()Roman Kisel1-8/+15