summaryrefslogtreecommitdiffstats
path: root/drivers/hv
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | hv: simplify sysctl registrationLuis Chamberlain2023-04-131-10/+1
* | | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\ \ \ \
| * | | | driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-231-1/+1
| |/ / /
* | | | Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-252-2/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley2023-03-271-1/+0
| * | Drivers: hv: Explicitly request decrypted in vmap_pfn() callsMichael Kelley2023-03-271-1/+1
| |/
* / Drivers: vmbus: Check for channel allocation before looking up relidsMohammed Gamal2023-03-061-0/+4
|/
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* | Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-02-215-17/+20
|\ \
| * | Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li2023-01-172-6/+2
| * | Drivers: hv: Enable vmbus driver for nested root partitionJinank Jain2023-01-171-1/+1
| * | Drivers: hv: Setup synic registers in case of nested root partitionJinank Jain2023-01-171-7/+11
| * | x86/hyperv: Add support for detecting nested hypervisorJinank Jain2023-01-121-3/+6
| |/
* / HV: hv_balloon: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-031-1/+1
|/