summaryrefslogtreecommitdiff
path: root/drivers/hv/mshv_root_main.c
AgeCommit message (Expand)Author
2025-12-09Merge tag 'hyperv-next-signed-20251207' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-12-05mshv: Add support for movable memory regionsStanislav Kinsburskii
2025-12-05mshv: Add refcount and locking to mem regionsStanislav Kinsburskii
2025-12-05mshv: Move region management to mshv_regions.cStanislav Kinsburskii
2025-12-05mshv: Centralize guest memory region destructionStanislav Kinsburskii
2025-12-05mshv: Refactor and rename memory region handling functionsStanislav Kinsburskii
2025-12-05mshv: Add ioctl for self targeted passthrough hvcallsAnirudh Rayabharam (Microsoft)
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-11-28hv: convert mshv_ioctl_create_partition() to FD_ADD()Christian Brauner
2025-11-15mshv: Extend create partition ioctl to support cpu featuresMuminul Islam
2025-11-15mshv: Allow mappings that overlap in uaddrMagnus Kulke
2025-11-15mshv: Fix create memory region overlap checkNuno Das Neves
2025-11-15mshv: Introduce new hypercall to map stats page for L1VH partitionsJinank Jain
2025-11-15mshv: Allocate vp state page for HVCALL_MAP_VP_STATE_PAGE on L1VHJinank Jain
2025-11-15mshv: Get the vmm capabilities offered by the hypervisorPurna Pavan Chandra Aekkaladevi
2025-11-15mshv: Only map vp->vp_stats_pages if on root schedulerNuno Das Neves
2025-11-15mshv: Fix deposit memory in MSHV_ROOT_HVCALLNuno Das Neves
2025-11-15mshv: Fix VpRootDispatchThreadBlocked valueNuno Das Neves
2025-11-04rseq, virt: Retrigger RSEQ after vcpu_run()Thomas Gleixner
2025-09-30mshv: Use common "entry virt" APIs to do work in root before running guestSean Christopherson
2025-09-30mshv: Handle NEED_RESCHED_LAZY before transferring to guestSean Christopherson
2025-09-08mshv: Add support for a new parent partition configurationNuno Das Neves
2025-03-21Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMsNuno Das Neves