| Age | Commit message (Expand) | Author | Files | Lines |
| 4 days | mshv: support 1G hugepages by passing them as 2M-aligned chunks | Anirudh Rayabharam (Microsoft) | 1 | -16/+13 |
| 4 days | Drivers: hv: vmbus: Improve the logic of reserving fb_mmio on Gen2 VMs | Dexuan Cui | 1 | -3/+26 |
| 4 days | mshv: use kmalloc_array in mshv_root_scheduler_init | Can Peng | 1 | -1/+1 |
| 4 days | mshv: Add conditional VMBus dependency | Michael Kelley | 1 | -0/+1 |
| 2026-05-13 | Drivers: hv: vmbus: Provide option to skip VMBus unload on panic | Michael Kelley | 3 | -8/+19 |
| 2026-04-29 | mshv: unmap debugfs stats pages on kexec | Jork Loeser | 2 | -1/+7 |
| 2026-04-29 | mshv: clean up SynIC state on kexec for L1VH | Jork Loeser | 1 | -3/+0 |
| 2026-04-29 | mshv: limit SynIC management to MSHV-owned resources | Jork Loeser | 2 | -50/+103 |
| 2026-04-29 | hv: utils: replace deprecated strcpy with strscpy in kvp_register | Thorsten Blum | 1 | -4/+2 |
| 2026-04-29 | hv: utils: handle and propagate errors in kvp_register | Thorsten Blum | 1 | -12/+13 |
| 2026-04-24 | Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 1 | -1/+1 |
| 2026-04-24 | Merge tag 'drm-misc-fixes-2026-04-23' of https://gitlab.freedesktop.org/drm/m... | Dave Airlie | 1 | -1/+1 |
| 2026-04-22 | Merge tag 'hyperv-next-signed-20260421' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 13 | -45/+741 |
| 2026-04-22 | x86/hyperv: Skip LP/VP creation on kexec | Jork Loeser | 1 | -0/+47 |
| 2026-04-22 | x86/hyperv: move stimer cleanup to hv_machine_shutdown() | Jork Loeser | 1 | -1/+0 |
| 2026-04-22 | Drivers: hv: vmbus: fix hyperv_cpuhp_online variable shadowing | Jork Loeser | 1 | -1/+0 |
| 2026-04-22 | mshv: Add tracepoint for GPA intercept handling | Stanislav Kinsburskii | 2 | -2/+33 |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -15/+22 |
| 2026-04-15 | hv: Select CONFIG_SYSFB only for CONFIG_HYPERV_VMBUS | Thomas Zimmermann | 1 | -1/+1 |
| 2026-04-14 | Merge tag 'irq-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -6/+0 |
| 2026-04-14 | mshv_vtl: Fix vmemmap_shift exceeding MAX_FOLIO_ORDER | Naman Jain | 1 | -3/+9 |
| 2026-04-14 | Drivers: hv: vmbus: Export hv_vmbus_exists() and use it in pci-hyperv | Dexuan Cui | 1 | -12/+8 |
| 2026-04-14 | mshv: Introduce tracing support | Stanislav Kinsburskii | 8 | -15/+629 |
| 2026-04-14 | Drivers: hv: vmbus: Limit channel interrupt scan to relid high water mark | Michael Kelley | 3 | -11/+15 |
| 2026-04-05 | drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare | Lorenzo Stoakes (Oracle) | 2 | -14/+21 |
| 2026-04-05 | hv_balloon: set unspecified page reporting order | Yuvraj Sakshith | 1 | -1/+1 |
| 2026-04-04 | Drivers: hv: Move add_interrupt_randomness() to hypervisor callback sysvec | Michael Kelley | 2 | -6/+0 |
| 2026-04-04 | mshv: Fix infinite fault loop on permission-denied GPA intercepts | Stanislav Kinsburskii | 1 | -3/+12 |
| 2026-03-18 | mshv: Fix error handling in mshv_region_pin | Stanislav Kinsburskii | 1 | -2/+4 |
| 2026-03-13 | mshv: Fix use-after-free in mshv_map_user_memory error path | Stanislav Kinsburskii | 1 | -1/+1 |
| 2026-03-12 | mshv: pass struct mshv_user_mem_region by reference | Mukesh R | 1 | -13/+13 |
| 2026-03-11 | Revert "mshv: expose the scrub partition hypercall" | Wei Liu | 1 | -1/+0 |
| 2026-02-25 | mshv: add arm64 support for doorbell & intercept SINTs | Anirudh Rayabharam (Microsoft) | 1 | -10/+109 |
| 2026-02-25 | mshv: refactor synic init and cleanup | Anirudh Rayabharam (Microsoft) | 3 | -65/+75 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 1 | -1/+1 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 2 | -4/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 10 | -19/+19 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 16 | -42/+38 |
| 2026-02-20 | Merge tag 'hyperv-next-signed-20260218' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 15 | -202/+1662 |
| 2026-02-19 | mshv: Handle insufficient root memory hypervisor statuses | Stanislav Kinsburskii | 2 | -0/+16 |
| 2026-02-19 | mshv: Handle insufficient contiguous memory hypervisor status | Stanislav Kinsburskii | 2 | -0/+5 |
| 2026-02-19 | mshv: Introduce hv_deposit_memory helper functions | Stanislav Kinsburskii | 3 | -20/+29 |
| 2026-02-19 | mshv: Introduce hv_result_needs_memory() helper function | Stanislav Kinsburskii | 3 | -16/+25 |
| 2026-02-18 | mshv: Add SMT_ENABLED_GUEST partition creation flag | Anatol Belski | 1 | -0/+2 |
| 2026-02-18 | mshv: Add nested virtualization creation flag | Muminul Islam | 1 | -0/+2 |
| 2026-02-18 | Drivers: hv: vmbus: Simplify allocation of vmbus_evt | Michael Kelley | 1 | -14/+8 |
| 2026-02-18 | mshv: expose the scrub partition hypercall | Magnus Kulke | 1 | -0/+1 |
| 2026-02-18 | mshv: Add support for integrated scheduler | Stanislav Kinsburskii | 1 | -32/+50 |
| 2026-02-18 | mshv: Use try_cmpxchg() instead of cmpxchg() | Uros Bizjak | 2 | -4/+4 |
| 2026-02-18 | Drivers: hv: vmbus: Use kthread for vmbus interrupts on PREEMPT_RT | Jan Kiszka | 1 | -1/+65 |
| 2026-02-14 | drivers: hv: vmbus_drv: Remove reference to hpyerv_fb | Prasanna Kumar T S M | 1 | -2/+2 |
| 2026-02-09 | Merge tag 'efi-next-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+3 |
| 2026-02-06 | mshv: fix SRCU protection in irqfd resampler ack handler | Li RongQing | 1 | -2/+3 |
| 2026-02-06 | mshv: make field names descriptive in a header struct | Mukesh R | 3 | -40/+40 |
| 2026-02-04 | mshv: clear eventfd counter on irqfd shutdown | Carlos López | 2 | -4/+2 |
| 2026-02-04 | Drivers: hv: Use memremap()/memunmap() instead of ioremap_cache()/iounmap() | Michael Kelley | 1 | -6/+6 |
| 2026-02-04 | mshv: Add debugfs to view hypervisor statistics | Nuno Das Neves | 4 | -2/+785 |
| 2026-02-04 | mshv: Add data for printing stats page counters | Nuno Das Neves | 1 | -0/+490 |
| 2026-02-04 | mshv: Update hv_stats_page definitions | Nuno Das Neves | 1 | -19/+8 |
| 2026-02-04 | mshv: Always map child vp stats pages regardless of scheduler type | Stanislav Kinsburskii | 1 | -17/+8 |
| 2026-02-04 | mshv: Improve mshv_vp_stats_map/unmap(), add them to mshv_root.h | Stanislav Kinsburskii | 2 | -16/+53 |
| 2026-02-04 | mshv: Use typed hv_stats_page pointers | Stanislav Kinsburskii | 3 | -11/+14 |
| 2026-02-04 | mshv: Ignore second stats page map result failure | Purna Pavan Chandra Aekkaladevi | 2 | -4/+51 |
| 2026-02-04 | mshv: Use EPOLLIN and EPOLLHUP instead of POLLIN and POLLHUP | Michael Kelley | 1 | -4/+4 |
| 2026-02-04 | mshv: Fix compiler warning about cast converting incompatible function type | Michael Kelley | 1 | -2/+3 |
| 2026-01-15 | mshv: handle gpa intercepts for arm64 | Anirudh Rayabharam (Microsoft) | 1 | -7/+8 |
| 2026-01-15 | mshv: Add __user attribute to argument passed to access_ok() | Michael Kelley | 1 | -1/+1 |
| 2026-01-15 | mshv: Store the result of vfs_poll in a variable of type __poll_t | Michael Kelley | 1 | -1/+1 |
| 2026-01-15 | mshv: Align huge page stride with guest mapping | Stanislav Kinsburskii | 1 | -31/+62 |
| 2026-01-15 | Drivers: hv: Always do Hyper-V panic notification in hv_kmsg_dump() | Michael Kelley | 1 | -5/+7 |
| 2026-01-15 | Drivers: hv: vmbus: fix typo in function name reference | Julia Lawall | 1 | -1/+1 |
| 2025-12-18 | mshv: release mutex on region invalidation failure | Anirudh Rayabharam (Microsoft) | 1 | -1/+3 |
| 2025-12-17 | mshv: hide x86-specific functions on arm64 | Arnd Bergmann | 1 | -0/+2 |
| 2025-12-16 | sysfb: Replace screen_info with sysfb_primary_display | Thomas Zimmermann | 1 | -3/+3 |
| 2025-12-15 | mshv: Initialize local variables early upon region invalidation | Stanislav Kinsburskii | 1 | -7/+7 |
| 2025-12-15 | mshv: Use PMD_ORDER instead of HPAGE_PMD_ORDER when processing regions | Stanislav Kinsburskii | 1 | -1/+1 |
| 2025-12-09 | Merge tag 'hyperv-next-signed-20251207' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 21 | -601/+3305 |
| 2025-12-05 | Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+9 |
| 2025-12-05 | mshv: Cleanly shutdown root partition with MSHV | Praveen K Paladugu | 1 | -0/+21 |
| 2025-12-05 | mshv: Use reboot notifier to configure sleep state | Praveen K Paladugu | 1 | -0/+78 |
| 2025-12-05 | mshv: Add support for movable memory regions | Stanislav Kinsburskii | 4 | -36/+346 |
| 2025-12-05 | mshv: Add refcount and locking to mem regions | Stanislav Kinsburskii | 3 | -12/+45 |
| 2025-12-05 | mshv: Fix huge page handling in memory region traversal | Stanislav Kinsburskii | 2 | -31/+191 |
| 2025-12-05 | mshv: Move region management to mshv_regions.c | Stanislav Kinsburskii | 4 | -165/+198 |
| 2025-12-05 | mshv: Centralize guest memory region destruction | Stanislav Kinsburskii | 1 | -31/+34 |
| 2025-12-05 | mshv: Refactor and rename memory region handling functions | Stanislav Kinsburskii | 1 | -44/+36 |
| 2025-12-05 | mshv: adjust interrupt control structure for ARM64 | Jinank Jain | 3 | -0/+16 |
| 2025-12-05 | Drivers: hv: use kmalloc_array() instead of kmalloc() | Gongwei Li | 1 | -1/+1 |
| 2025-12-05 | mshv: Add ioctl for self targeted passthrough hvcalls | Anirudh Rayabharam (Microsoft) | 1 | -9/+38 |
| 2025-12-05 | Drivers: hv: Introduce mshv_vtl driver | Naman Jain | 4 | -2/+1449 |
| 2025-12-02 | Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+3 |
| 2025-11-28 | hv: convert mshv_ioctl_create_partition() to FD_ADD() | Christian Brauner | 1 | -24/+6 |
| 2025-11-15 | Drivers: hv: Export some symbols for mshv_vtl | Naman Jain | 3 | -1/+7 |
| 2025-11-15 | mshv: Extend create partition ioctl to support cpu features | Muminul Islam | 1 | -21/+97 |
| 2025-11-15 | mshv: Allow mappings that overlap in uaddr | Magnus Kulke | 1 | -6/+2 |
| 2025-11-15 | mshv: Fix create memory region overlap check | Nuno Das Neves | 1 | -20/+11 |
| 2025-11-15 | mshv: add WQ_PERCPU to alloc_workqueue users | Marco Crivellari | 1 | -1/+1 |
| 2025-11-15 | Drivers: hv: Use kmalloc_array() instead of kmalloc() | Rahul Kumar | 1 | -1/+1 |
| 2025-11-15 | Drivers: hv: Resolve ambiguity in hypervisor version log | Stanislav Kinsburskii | 1 | -2/+2 |
| 2025-11-15 | Drivers: hv: fix missing kernel-doc description for 'size' in request_arr_init() | Kriish Sharma | 1 | -1/+1 |
| 2025-11-15 | mshv: Introduce new hypercall to map stats page for L1VH partitions | Jinank Jain | 3 | -20/+107 |
| 2025-11-15 | mshv: Allocate vp state page for HVCALL_MAP_VP_STATE_PAGE on L1VH | Jinank Jain | 3 | -50/+101 |
| 2025-11-15 | mshv: Get the vmm capabilities offered by the hypervisor | Purna Pavan Chandra Aekkaladevi | 2 | -0/+19 |
| 2025-11-15 | mshv: Add the HVCALL_GET_PARTITION_PROPERTY_EX hypercall | Purna Pavan Chandra Aekkaladevi | 2 | -0/+33 |
| 2025-11-15 | mshv: Only map vp->vp_stats_pages if on root scheduler | Nuno Das Neves | 1 | -4/+8 |
| 2025-11-15 | Drivers: hv: Support establishing the confidential VMBus connection | Roman Kisel | 1 | -62/+106 |
| 2025-11-15 | Drivers: hv: Set the default VMBus version to 6.0 | Roman Kisel | 1 | -1/+2 |
| 2025-11-15 | Drivers: hv: Support confidential VMBus channels | Roman Kisel | 2 | -0/+22 |
| 2025-11-15 | Drivers: hv: Free msginfo when the buffer fails to decrypt | Roman Kisel | 1 | -6/+18 |
| 2025-11-15 | Drivers: hv: Allocate encrypted buffers when requested | Roman Kisel | 3 | -23/+34 |
| 2025-11-15 | Drivers: hv: Functions for setting up and tearing down the paravisor SynIC | Roman Kisel | 1 | -12/+126 |
| 2025-11-15 | Drivers: hv: Rename the SynIC enable and disable routines | Roman Kisel | 4 | -11/+12 |
| 2025-11-15 | Drivers: hv: Check message and event pages for non-NULL before iounmap() | Roman Kisel | 1 | -4/+8 |
| 2025-11-15 | Drivers: hv: remove stale comment | Roman Kisel | 1 | -5/+1 |
| 2025-11-15 | Drivers: hv: Post messages through the confidential VMBus if available | Roman Kisel | 1 | -1/+10 |
| 2025-11-15 | Drivers: hv: Allocate the paravisor SynIC pages when required | Roman Kisel | 2 | -90/+112 |
| 2025-11-15 | Drivers: hv: Rename fields for SynIC message and event pages | Roman Kisel | 6 | -45/+45 |
| 2025-11-15 | arch/x86: mshyperv: Trap on access for some synthetic MSRs | Roman Kisel | 1 | -0/+5 |
| 2025-11-15 | arch: hyperv: Get/set SynIC synth.registers via paravisor | Roman Kisel | 2 | -0/+55 |
| 2025-11-15 | Drivers: hv: VMBus protocol version 6.0 | Roman Kisel | 2 | -0/+14 |
| 2025-11-15 | drivers: hv: Allow vmbus message synic interrupt injected from Hyper-V | Tianyu Lan | 2 | -0/+7 |
| 2025-11-15 | mshv: Fix deposit memory in MSHV_ROOT_HVCALL | Nuno Das Neves | 1 | -27/+29 |
| 2025-11-15 | mshv: Fix VpRootDispatchThreadBlocked value | Nuno Das Neves | 1 | -1/+1 |
| 2025-11-14 | syscore: Pass context data to callbacks | Thierry Reding | 1 | -5/+9 |
| 2025-11-04 | rseq, virt: Retrigger RSEQ after vcpu_run() | Thomas Gleixner | 1 | -0/+3 |
| 2025-10-01 | Drivers: hv: Make CONFIG_HYPERV bool | Mukesh Rathor | 2 | -2/+2 |
| 2025-10-01 | Drivers: hv: Add CONFIG_HYPERV_VMBUS option | Mukesh Rathor | 2 | -3/+10 |
| 2025-09-30 | Drivers: hv: vmbus: Fix typos in vmbus_drv.c | Alok Tiwari | 1 | -2/+2 |
| 2025-09-30 | Drivers: hv: vmbus: Fix sysfs output format for ring buffer index | Alok Tiwari | 1 | -2/+2 |
| 2025-09-30 | Drivers: hv: vmbus: Clean up sscanf format specifier in target_cpu_store() | Alok Tiwari | 1 | -1/+1 |
| 2025-09-30 | x86/hyperv: Switch to msi_create_parent_irq_domain() | Nam Cao | 1 | -0/+1 |
| 2025-09-30 | mshv: Use common "entry virt" APIs to do work in root before running guest | Sean Christopherson | 4 | -50/+7 |
| 2025-09-30 | mshv: Handle NEED_RESCHED_LAZY before transferring to guest | Sean Christopherson | 2 | -2/+3 |
| 2025-09-08 | Drivers: hv: Simplify data structures for VMBus channel close message | Michael Kelley | 1 | -1/+1 |
| 2025-09-08 | Drivers: hv: util: Cosmetic changes for hv_utils_transport.c | Abhishek Tiwari | 1 | -5/+5 |
| 2025-09-08 | mshv: Add support for a new parent partition configuration | Nuno Das Neves | 2 | -22/+26 |
| 2025-07-30 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+8 |
| 2025-07-29 | Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 1 | -0/+8 |
| 2025-07-28 | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -11/+3 |
| 2025-07-16 | mshv_eventfd: convert to CLASS(fd) | Al Viro | 1 | -11/+3 |
| 2025-07-15 | Drivers: hv: Use nested hypercall for post message and signal event | Nuno Das Neves | 2 | -3/+8 |
| 2025-07-09 | Drivers: hv: Fix warnings for missing export.h header inclusion | Naman Jain | 6 | -0/+6 |
| 2025-07-09 | Drivers: hv: Fix the check for HYPERVISOR_CALLBACK_VECTOR | Naman Jain | 1 | -4/+5 |
| 2025-07-09 | Drivers: hv: Select CONFIG_SYSFB only if EFI is enabled | Michael Kelley | 1 | -1/+1 |
| 2025-06-23 | sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority() | Sean Christopherson | 1 | -0/+8 |
| 2025-06-03 | Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 4 | -61/+140 |
| 2025-05-29 | Merge tag 'driver-core-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2025-05-23 | Drivers: hv: Always select CONFIG_SYSFB for Hyper-V guests | Michael Kelley | 1 | -0/+1 |
| 2025-05-23 | Drivers: hv: vmbus: Add comments about races with "channels" sysfs dir | Michael Kelley | 1 | -2/+40 |
| 2025-05-23 | Drivers: hv: Remove hv_alloc/free_* helpers | Long Li | 1 | -39/+0 |
| 2025-05-23 | Drivers: hv: Use kzalloc for panic page allocation | Long Li | 1 | -3/+3 |
| 2025-05-23 | Drivers: hv: Allocate interrupt and monitor pages aligned to system page boun... | Long Li | 1 | -6/+17 |
| 2025-05-23 | Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device() | Roman Kisel | 1 | -8/+15 |
| 2025-05-23 | Drivers: hv: vmbus: Get the IRQ number from DeviceTree | Roman Kisel | 1 | -0/+30 |
| 2025-05-23 | Drivers: hv: Provide arch-neutral implementation of get_vtl() | Roman Kisel | 1 | -0/+31 |
| 2025-05-23 | Drivers: hv: Enable VTL mode for arm64 | Roman Kisel | 1 | -3/+3 |
| 2025-05-21 | drivers: hv: fix up const issue with vmbus_chan_bin_attrs | Greg Kroah-Hartman | 1 | -1/+1 |
| 2025-05-15 | Merge tag 'net-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -62/+3 |
| 2025-05-14 | Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer() | Michael Kelley | 1 | -59/+0 |
| 2025-05-14 | Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges | Michael Kelley | 1 | -3/+3 |
| 2025-05-10 | Merge tag 'char-misc-6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -1/+114 |
| 2025-05-02 | Drivers: hv: Make the sysfs node size for the ring buffer dynamic | Naman Jain | 1 | -1/+10 |
| 2025-05-02 | uio_hv_generic: Fix sysfs creation path for ring buffer | Naman Jain | 2 | -1/+105 |
| 2025-04-25 | Drivers: hv: Fix bad ref to hv_synic_eventring_tail when CPU goes offline | Michael Kelley | 1 | -3/+5 |
| 2025-04-07 | Drivers: hv: Fix bad pointer dereference in hv_get_partition_id | Nuno Das Neves | 1 | -1/+1 |
| 2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+2 |
| 2025-03-25 | Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 16 | -69/+5927 |
| 2025-03-21 | hv_balloon: update the NR_BALLOON_PAGES state | Nico Pache | 1 | -0/+2 |
| 2025-03-21 | Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs | Nuno Das Neves | 12 | -1/+5439 |
| 2025-03-20 | x86: hyperv: Add mshv_handler() irq handler and setup function | Nuno Das Neves | 1 | -0/+5 |
| 2025-03-20 | Drivers: hv: Introduce per-cpu event ring tail | Nuno Das Neves | 1 | -4/+37 |
| 2025-03-20 | Drivers: hv: Export some functions for use by root partition module | Nuno Das Neves | 1 | -1/+2 |
| 2025-03-20 | hyperv: Introduce hv_recommend_using_aeoi() | Nuno Das Neves | 1 | -11/+1 |
| 2025-03-20 | hyperv: Log hypercall status codes as strings | Nuno Das Neves | 2 | -39/+100 |
| 2025-03-20 | hyperv: Add CONFIG_MSHV_ROOT to gate root partition support | Nuno Das Neves | 3 | -2/+22 |
| 2025-03-10 | Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() | Michael Kelley | 1 | -0/+13 |
| 2025-02-22 | hyperv: Change hv_root_partition into a function | Nuno Das Neves | 3 | -12/+32 |
| 2025-02-22 | hyperv: Convert hypercall statuses to linux error codes | Nuno Das Neves | 2 | -5/+39 |
| 2025-02-13 | drivers/hv: add CPU offlining support | Hamza Mahfooz | 1 | -21/+51 |
| 2025-02-13 | drivers/hv: introduce vmbus_channel_set_cpu() | Hamza Mahfooz | 1 | -21/+31 |
| 2025-02-13 | hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hv | Nuno Das Neves | 2 | -1/+195 |
| 2025-02-13 | hyperv: Move hv_current_partition_id to arch-generic code | Nuno Das Neves | 1 | -0/+22 |
| 2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -1/+1 |
| 2025-01-10 | hyperv: Enable the hypercall output page for the VTL mode | Roman Kisel | 1 | -3/+8 |
| 2025-01-10 | hv_balloon: Fallback to generic_online_page() for non-HV hot added mem | Jacob Pan | 1 | -8/+10 |
| 2025-01-10 | Drivers: hv: vmbus: Log on missing offers if any | John Starks | 1 | -0/+17 |
| 2025-01-10 | Drivers: hv: vmbus: Wait for boot-time offers during boot and resume | Naman Jain | 4 | -44/+51 |
| 2025-01-10 | Drivers: hv: Don't assume cpu_possible_mask is dense | Michael Kelley | 1 | -2/+2 |
| 2025-01-10 | hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h | Nuno Das Neves | 5 | -6/+6 |
| 2024-12-09 | Drivers: hv: util: Avoid accessing a ringbuffer not initialized yet | Michael Kelley | 4 | -0/+23 |
| 2024-12-09 | Drivers: hv: util: Don't force error code to ENODEV in util_probe() | Michael Kelley | 1 | -3/+1 |
| 2024-12-09 | drivers: hv: Convert open-coded timeouts to secs_to_jiffies() | Easwar Hariharan | 4 | -8/+10 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
| 2024-09-19 | Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 1 | -2/+2 |
| 2024-09-19 | Merge tag 'hyperv-next-signed-20240916' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -3/+31 |
| 2024-09-11 | Merge v6.11-rc7 into drm-next | Simona Vetter | 1 | -0/+1 |
| 2024-09-09 | Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 3 | -11/+5 |
| 2024-09-05 | hv: vmbus: Constify struct kobj_type and struct attribute_group | Hongbo Li | 1 | -2/+2 |
| 2024-09-03 | Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic | Naman Jain | 1 | -0/+1 |
| 2024-08-23 | Drivers: hv: vmbus: Optimize boot time by concurrent execution of hv_synic_in... | Saurabh Sengar | 1 | -3/+31 |