| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-08 | mshv: Add support for a new parent partition configuration | Nuno Das Neves | 1 | -9/+13 |
| 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: Provide arch-neutral implementation of get_vtl() | Roman Kisel | 1 | -0/+31 |
| 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-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 | hyperv: Log hypercall status codes as strings | Nuno Das Neves | 1 | -34/+95 |
| 2025-03-20 | hyperv: Add CONFIG_MSHV_ROOT to gate root partition support | Nuno Das Neves | 1 | -1/+4 |
| 2025-02-22 | hyperv: Change hv_root_partition into a function | Nuno Das Neves | 1 | -6/+26 |
| 2025-02-22 | hyperv: Convert hypercall statuses to linux error codes | Nuno Das Neves | 1 | -0/+34 |
| 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 | 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 | 1 | -1/+1 |
| 2024-07-17 | printk: Add a short description string to kmsg_dump() | Jocelyn Falempe | 1 | -2/+2 |
| 2024-04-26 | dma-mapping: Simplify arch_setup_dma_ops() | Robin Murphy | 1 | -5/+1 |
| 2024-03-18 | x86/hyperv: Use Hyper-V entropy to seed guest random number generator | Michael Kelley | 1 | -0/+69 |
| 2024-03-12 | mshyperv: Introduce hv_get_hypervisor_version function | Nuno Das Neves | 1 | -0/+8 |
| 2024-03-04 | hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_* | Nuno Das Neves | 1 | -11/+11 |
| 2023-12-12 | iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops() | Jason Gunthorpe | 1 | -1/+1 |
| 2023-10-11 | Drivers: hv: Remove now superfluous sentinel element from ctl_table array | Joel Granados | 1 | -1/+0 |
| 2023-09-04 | Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -3/+45 |
| 2023-08-25 | x86/hyperv: Remove hv_isolation_type_en_snp | Dexuan Cui | 1 | -7/+1 |
| 2023-08-25 | x86/hyperv: Introduce a global variable hyperv_paravisor_present | Dexuan Cui | 1 | -1/+2 |
| 2023-08-25 | Drivers: hv: vmbus: Support >64 VPs for a fully enlightened TDX/SNP VM | Dexuan Cui | 1 | -7/+23 |
| 2023-08-25 | x86/hyperv: Support hypercalls for fully enlightened TDX guests | Dexuan Cui | 1 | -2/+8 |
| 2023-08-25 | x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests | Dexuan Cui | 1 | -0/+6 |
| 2023-08-22 | drivers: hv: Mark percpu hvcall input arg page unencrypted in SEV-SNP enlight... | Tianyu Lan | 1 | -0/+13 |
| 2023-08-22 | x86/hyperv: Add sev-snp enlightened guest static key | Tianyu Lan | 1 | -0/+6 |
| 2023-06-28 | Drivers: hv: Change hv_free_hyperv_page() to take void * argument | Kameron Carr | 1 | -5/+5 |
| 2023-06-17 | x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offline | Michael Kelley | 1 | -24/+24 |
| 2023-04-20 | Drivers: hv: move panic report code from vmbus to hv early init code | Long Li | 1 | -0/+231 |
| 2023-04-17 | hv_netvsc: Remove second mapping of send and recv buffers | Michael Kelley | 1 | -11/+0 |
| 2023-01-12 | x86/hyperv: Add support for detecting nested hypervisor | Jinank Jain | 1 | -3/+6 |
| 2022-04-07 | Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -0/+11 |
| 2022-03-29 | Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus device | Michael Kelley | 1 | -0/+11 |
| 2022-02-18 | drivers: hv: log when enabling crash_kexec_post_notifiers | Stephen Brennan | 1 | -1/+3 |
| 2021-12-28 | Drivers: hv: Fix definition of hypercall input & output arg variables | Michael Kelley | 1 | -2/+2 |
| 2021-12-20 | net: netvsc: Add Isolation VM support for netvsc driver | Tianyu Lan | 1 | -0/+11 |
| 2021-10-28 | x86/hyperv: Add ghcb hvcall support for SNP VM | Tianyu Lan | 1 | -0/+6 |
| 2021-10-28 | x86/hyperv: Add Write/Read MSR registers via ghcb page | Tianyu Lan | 1 | -0/+6 |
| 2021-07-19 | drivers: hv: Decouple Hyper-V clock/timer code from VMbus drivers | Michael Kelley | 1 | -0/+14 |
| 2021-07-15 | Drivers: hv: Move Hyper-V misc functionality to arch-neutral code | Michael Kelley | 1 | -0/+18 |
| 2021-07-15 | Drivers: hv: Add arch independent default functions for some Hyper-V handlers | Michael Kelley | 1 | -0/+49 |
| 2021-07-15 | Drivers: hv: Make portions of Hyper-V init code be arch neutral | Michael Kelley | 1 | -0/+138 |
| 2021-06-29 | Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+66 |
| 2021-06-05 | Drivers: hv: Move Hyper-V extended capability check to arch neutral code | Michael Kelley | 1 | -0/+66 |