summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-fixes-signed-20240411' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-04-113-64/+88
|\
| * Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encryptedMichael Kelley2024-04-101-1/+3
| * Drivers: hv: vmbus: Track decrypted status in vmbus_gpadlRick Edgecombe2024-04-101-4/+21
| * Drivers: hv: vmbus: Leak pages if set_memory_encrypted() failsRick Edgecombe2024-04-101-7/+22
| * hv: vmbus: Convert sprintf() family to sysfs_emit() familyLi Zhijian2024-04-101-52/+42
* | Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-03-214-34/+107
|\ \ | |/ |/|
| * x86/hyperv: Use Hyper-V entropy to seed guest random number generatorMichael Kelley2024-03-181-0/+69
| * hv: vmbus: Convert to platform remove callback returning voidUwe Kleine-König2024-03-121-3/+2
| * mshyperv: Introduce hv_get_hypervisor_version functionNuno Das Neves2024-03-121-0/+8
| * x86/hyperv: Use per cpu initial stack for vtl contextSaurabh Sengar2024-03-081-0/+1
| * hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves2024-03-042-31/+27
* | Drivers: hv: vmbus: make hv_bus constRicardo B. Marliere2024-03-031-1/+1
* | Drivers: hv: vmbus: Update indentation in create_gpadl_header()Michael Kelley2024-03-011-72/+70
* | Drivers: hv: vmbus: Remove duplication and cleanup code in create_gpadl_header()Michael Kelley2024-03-011-44/+10
* | hv_utils: Allow implicit ICTIMESYNCFLAG_SYNCPeter Martincic2024-03-011-1/+30
|/
* iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe2023-12-121-1/+1
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-2/+4
|\
| * hyperv: avoid dependency on screen_infoArnd Bergmann2023-10-171-2/+4
* | Drivers: hv: Remove now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-111-1/+0
|/
* Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-09-046-66/+225
|\
| * x86/hyperv: Remove hv_isolation_type_en_snpDexuan Cui2023-08-252-9/+3
| * Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisorDexuan Cui2023-08-252-6/+64
| * x86/hyperv: Introduce a global variable hyperv_paravisor_presentDexuan Cui2023-08-253-10/+18
| * Drivers: hv: vmbus: Support >64 VPs for a fully enlightened TDX/SNP VMDexuan Cui2023-08-251-7/+23
| * Drivers: hv: vmbus: Support fully enlightened TDX guestsDexuan Cui2023-08-251-2/+7
| * x86/hyperv: Support hypercalls for fully enlightened TDX guestsDexuan Cui2023-08-251-2/+8
| * x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guestsDexuan Cui2023-08-251-0/+6
| * Drivers: hv: vmbus: Don't dereference ACPI root object handleMaciej S. Szmigiero2023-08-221-1/+2
| * drivers: hv: Mark percpu hvcall input arg page unencrypted in SEV-SNP enlight...Tianyu Lan2023-08-222-3/+67
| * x86/hyperv: Set Virtual Trust Level in VMBus init messageTianyu Lan2023-08-221-0/+1
| * x86/hyperv: Add sev-snp enlightened guest static keyTianyu Lan2023-08-221-0/+6
| * hv_balloon: Update the balloon driver to use the SBRM APIMitchell Levy2023-08-111-44/+38
* | x86/hyperv: Improve code for referencing hyperv_pcpu_input_argNischala Yelchuri2023-06-281-1/+1
* | Drivers: hv: Change hv_free_hyperv_page() to take void * argumentKameron Carr2023-06-282-12/+11
|/
* x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offlineMichael Kelley2023-06-171-24/+24
* Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUsMichael Kelley2023-05-231-2/+16
* Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() failsDexuan Cui2023-05-081-3/+2
* Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-04-278-425/+421
|\
| * Drivers: hv: move panic report code from vmbus to hv early init codeLong Li2023-04-203-235/+231
| * Drivers: hv: Kconfig: Add HYPERV_VTL_MODESaurabh Sengar2023-04-181-0/+24
| * Drivers: hv: vmbus: Remove the per-CPU post_msg_pageDexuan Cui2023-04-172-19/+5
| * PCI: hv: Enable PCI pass-thru devices in Confidential VMsMichael Kelley2023-04-171-1/+1
| * Drivers: hv: Don't remap addresses that are above shared_gpa_boundaryMichael Kelley2023-04-171-10/+13
| * hv_netvsc: Remove second mapping of send and recv buffersMichael Kelley2023-04-172-12/+0
| * Drivers: hv: vmbus: Remove second way of mapping ring buffersMichael Kelley2023-04-171-42/+20
| * Drivers: hv: vmbus: Remove second mapping of VMBus monitor pagesMichael Kelley2023-04-172-87/+28
| * Merge remote-tracking branch 'tip/x86/sev' into hyperv-nextWei Liu2023-04-172-2/+1
| |\
| * | Driver: VMBus: Add Devicetree supportSaurabh Sengar2023-04-172-6/+65
| * | Drivers: hv: vmbus: Convert acpi_device to more generic platform_deviceSaurabh Sengar2023-04-171-23/+35
* | | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-271-10/+1
|\ \ \