summaryrefslogtreecommitdiff
path: root/drivers/hv/hv_proc.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-19mshv: Handle insufficient root memory hypervisor statusesStanislav Kinsburskii1-0/+14
2026-02-19mshv: Handle insufficient contiguous memory hypervisor statusStanislav Kinsburskii1-0/+4
2026-02-19mshv: Introduce hv_deposit_memory helper functionsStanislav Kinsburskii1-2/+19
2026-02-19mshv: Introduce hv_result_needs_memory() helper functionStanislav Kinsburskii1-2/+12
2025-07-10Drivers: hv: Fix warnings for missing export.h header inclusionNaman Jain1-0/+1
2025-03-21Drivers: hv: Export some functions for use by root partition moduleNuno Das Neves1-1/+2
2025-03-21hyperv: Log hypercall status codes as stringsNuno Das Neves1-5/+5
2025-02-22hyperv: Convert hypercall statuses to linux error codesNuno Das Neves1-5/+5
2025-02-14hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hvNuno Das Neves1-0/+194