index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hv
Age
Commit message (
Expand
)
Author
Files
Lines
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-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
-602
/
+3306
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
[next]