index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hv
Age
Commit message (
Expand
)
Author
Lines
2025-12-05
mshv: Centralize guest memory region destruction
Stanislav Kinsburskii
-31
/
+34
2025-12-05
mshv: Refactor and rename memory region handling functions
Stanislav Kinsburskii
-44
/
+36
2025-12-05
mshv: adjust interrupt control structure for ARM64
Jinank Jain
-0
/
+16
2025-12-05
Drivers: hv: use kmalloc_array() instead of kmalloc()
Gongwei Li
-1
/
+1
2025-12-05
mshv: Add ioctl for self targeted passthrough hvcalls
Anirudh Rayabharam (Microsoft)
-9
/
+38
2025-12-05
Drivers: hv: Introduce mshv_vtl driver
Naman Jain
-2
/
+1449
2025-12-02
Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-0
/
+3
2025-11-28
hv: convert mshv_ioctl_create_partition() to FD_ADD()
Christian Brauner
-24
/
+6
2025-11-15
Drivers: hv: Export some symbols for mshv_vtl
Naman Jain
-1
/
+7
2025-11-15
mshv: Extend create partition ioctl to support cpu features
Muminul Islam
-21
/
+97
2025-11-15
mshv: Allow mappings that overlap in uaddr
Magnus Kulke
-6
/
+2
2025-11-15
mshv: Fix create memory region overlap check
Nuno Das Neves
-20
/
+11
2025-11-15
mshv: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
-1
/
+1
2025-11-15
Drivers: hv: Use kmalloc_array() instead of kmalloc()
Rahul Kumar
-1
/
+1
2025-11-15
Drivers: hv: Resolve ambiguity in hypervisor version log
Stanislav Kinsburskii
-2
/
+2
2025-11-15
Drivers: hv: fix missing kernel-doc description for 'size' in request_arr_init()
Kriish Sharma
-1
/
+1
2025-11-15
mshv: Introduce new hypercall to map stats page for L1VH partitions
Jinank Jain
-20
/
+107
2025-11-15
mshv: Allocate vp state page for HVCALL_MAP_VP_STATE_PAGE on L1VH
Jinank Jain
-50
/
+101
2025-11-15
mshv: Get the vmm capabilities offered by the hypervisor
Purna Pavan Chandra Aekkaladevi
-0
/
+19
2025-11-15
mshv: Add the HVCALL_GET_PARTITION_PROPERTY_EX hypercall
Purna Pavan Chandra Aekkaladevi
-0
/
+33
2025-11-15
mshv: Only map vp->vp_stats_pages if on root scheduler
Nuno Das Neves
-4
/
+8
2025-11-15
Drivers: hv: Support establishing the confidential VMBus connection
Roman Kisel
-62
/
+106
2025-11-15
Drivers: hv: Set the default VMBus version to 6.0
Roman Kisel
-1
/
+2
2025-11-15
Drivers: hv: Support confidential VMBus channels
Roman Kisel
-0
/
+22
2025-11-15
Drivers: hv: Free msginfo when the buffer fails to decrypt
Roman Kisel
-6
/
+18
2025-11-15
Drivers: hv: Allocate encrypted buffers when requested
Roman Kisel
-23
/
+34
2025-11-15
Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
Roman Kisel
-12
/
+126
2025-11-15
Drivers: hv: Rename the SynIC enable and disable routines
Roman Kisel
-11
/
+12
2025-11-15
Drivers: hv: Check message and event pages for non-NULL before iounmap()
Roman Kisel
-4
/
+8
2025-11-15
Drivers: hv: remove stale comment
Roman Kisel
-5
/
+1
2025-11-15
Drivers: hv: Post messages through the confidential VMBus if available
Roman Kisel
-1
/
+10
2025-11-15
Drivers: hv: Allocate the paravisor SynIC pages when required
Roman Kisel
-90
/
+112
2025-11-15
Drivers: hv: Rename fields for SynIC message and event pages
Roman Kisel
-45
/
+45
2025-11-15
arch/x86: mshyperv: Trap on access for some synthetic MSRs
Roman Kisel
-0
/
+5
2025-11-15
arch: hyperv: Get/set SynIC synth.registers via paravisor
Roman Kisel
-0
/
+55
2025-11-15
Drivers: hv: VMBus protocol version 6.0
Roman Kisel
-0
/
+14
2025-11-15
drivers: hv: Allow vmbus message synic interrupt injected from Hyper-V
Tianyu Lan
-0
/
+7
2025-11-15
mshv: Fix deposit memory in MSHV_ROOT_HVCALL
Nuno Das Neves
-28
/
+30
2025-11-15
mshv: Fix VpRootDispatchThreadBlocked value
Nuno Das Neves
-1
/
+1
2025-11-14
syscore: Pass context data to callbacks
Thierry Reding
-5
/
+9
2025-11-04
rseq, virt: Retrigger RSEQ after vcpu_run()
Thomas Gleixner
-0
/
+3
2025-10-01
Drivers: hv: Make CONFIG_HYPERV bool
Mukesh Rathor
-2
/
+2
2025-10-01
Drivers: hv: Add CONFIG_HYPERV_VMBUS option
Mukesh Rathor
-3
/
+10
2025-09-30
Drivers: hv: vmbus: Fix typos in vmbus_drv.c
Alok Tiwari
-2
/
+2
2025-09-30
Drivers: hv: vmbus: Fix sysfs output format for ring buffer index
Alok Tiwari
-2
/
+2
2025-09-30
Drivers: hv: vmbus: Clean up sscanf format specifier in target_cpu_store()
Alok Tiwari
-1
/
+1
2025-09-30
x86/hyperv: Switch to msi_create_parent_irq_domain()
Nam Cao
-0
/
+1
2025-09-30
mshv: Use common "entry virt" APIs to do work in root before running guest
Sean Christopherson
-50
/
+7
2025-09-30
mshv: Handle NEED_RESCHED_LAZY before transferring to guest
Sean Christopherson
-2
/
+3
2025-09-08
Drivers: hv: Simplify data structures for VMBus channel close message
Michael Kelley
-1
/
+1
[prev]
[next]