linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-10 11:40:30 to 2022-11-22 00:01:08 UTC [more...]

[PATCH 0/6] Support TDX guests on Hyper-V
 2022-11-22  0:01 UTC  (15+ messages)
` [PATCH 1/6] x86/tdx: Support hypercalls for "
` [PATCH 2/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH 3/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
` [PATCH 4/6] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH 5/6] x86/hyperv: Support hypercalls for "
` [PATCH 6/6] Drivers: hv: vmbus: Support "

[Patch v3 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-11-21 22:06 UTC  (45+ messages)
` [Patch v3 01/14] x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
` [Patch v3 02/14] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [Patch v3 03/14] x86/hyperv: Reorder code in prep for subsequent patch
` [Patch v3 04/14] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [Patch v3 05/14] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently
` [Patch v3 06/14] init: Call mem_encrypt_init() after Hyper-V hypercall init is done
` [Patch v3 07/14] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [Patch v3 08/14] swiotlb: Remove bounce buffer remapping for Hyper-V
` [Patch v3 09/14] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages
` [Patch v3 10/14] Drivers: hv: vmbus: Remove second way of mapping ring buffers
` [Patch v3 11/14] hv_netvsc: Remove second mapping of send and recv buffers
` [Patch v3 12/14] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
` [Patch v3 13/14] PCI: hv: Add hypercalls to read/write MMIO space
` [Patch v3 14/14] PCI: hv: Enable PCI pass-thru devices in Confidential VMs

[PATCH] swiotlb: check set_memory_decrypted()'s return value
 2022-11-21 20:48 UTC  (2+ messages)

[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2022-11-21 15:05 UTC  (20+ messages)
` [RFC PATCH V2 01/18] x86/sev: Pvalidate memory gab for decompressing kernel
` [RFC PATCH V2 02/18] x86/hyperv: Add sev-snp enlightened guest specific config
` [RFC PATCH V2 03/18] x86/hyperv: apic change for sev-snp enlightened guest
` [RFC PATCH V2 04/18] x86/hyperv: Decrypt hv vp assist page in "
` [RFC PATCH V2 05/18] x86/hyperv: Get Virtual Trust Level via hvcall
` [RFC PATCH V2 06/18] x86/hyperv: Use vmmcall to implement hvcall in sev-snp enlightened guest
` [RFC PATCH V2 07/18] clocksource: hyper-v: decrypt hyperv tsc page "
` [RFC PATCH V2 08/18] x86/hyperv: decrypt vmbus pages for "
` [RFC PATCH V2 09/18] x86/hyperv: set target vtl in the vmbus init message
` [RFC PATCH V2 10/18] drivers: hv: Decrypt percpu hvcall input arg page in sev-snp enlightened guest
` [RFC PATCH V2 11/18] Drivers: hv: vmbus: Decrypt vmbus ring buffer
` [RFC PATCH V2 12/18] x86/hyperv: Initialize cpu and memory for sev-snp enlightened guest
` [RFC PATCH V2 13/18] x86/hyperv: Add smp support for sev-snp guest
` [RFC PATCH V2 14/18] x86/hyperv: Add hyperv-specific hadling for VMMCALL under SEV-ES
` [RFC PATCH V2 15/18] x86/sev: Add a #HV exception handler
` [RFC PATCH V2 16/18] x86/sev: Initialize #HV doorbell and handle interrupt requests
` [RFC PATCH V2 17/18] x86/sev: optimize system vector processing invoked from #HV exception
` [RFC PATCH V2 18/18] x86/sev: Fix interrupt exit code paths "

[PATCH v3 0/2] Drivers: hv: vmbus: fix two issues
 2022-11-21 10:58 UTC  (6+ messages)
` [PATCH v3 1/2] Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_work()
` [PATCH v3 2/2] Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register()

[PATCH v13 00/48] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-11-21  9:20 UTC  (5+ messages)

[PATCH AUTOSEL 6.0 13/44] clocksource/drivers/hyperv: add data structure for reference TSC MSR
 2022-11-19  5:37 UTC  (4+ messages)
` [PATCH AUTOSEL 6.0 14/44] x86/hyperv: fix invalid writes to MSRs during root partition kexec

[PATCH AUTOSEL 5.15 09/27] clocksource/drivers/hyperv: add data structure for reference TSC MSR
 2022-11-19  2:13 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 10/27] x86/hyperv: fix invalid writes to MSRs during root partition kexec

[PATCH v2 0/5] Add support running nested Microsoft Hypervisor
 2022-11-19  1:39 UTC  (13+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] x86/hyperv: Add support for detecting nested hypervisor
  ` [PATCH v4 2/5] Drivers: hv: Setup synic registers in case of nested root partition
  ` [PATCH v4 3/5] x86/hyperv: Add an interface to do nested hypercalls
  ` [PATCH v4 4/5] Drivers: hv: Enable vmbus driver for nested root partition
  ` [PATCH v4 5/5] x86/hyperv: Change interrupt vector "

[PATCH v2 0/2] Drivers: hv: vmbus: fix two issues
 2022-11-18 17:48 UTC  (5+ messages)
` [PATCH v2 1/2] Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_work()
` [PATCH v2 2/2] Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register()

[PATCH v2] iommu/hyper-v: Allow hyperv irq remapping without x2apic
 2022-11-18 14:34 UTC  (4+ messages)

[PATCH v3 0/5] Add support running nested Microsoft Hypervisor
 2022-11-17  4:04 UTC  (6+ messages)
  ` [PATCH v3 2/5] Drivers: hv: Setup synic registers in case of nested root partition

[PATCH] clocksource/drivers/hyper-v: Include asm/hyperv-tlfs.h not asm/mshyperv.h
 2022-11-16 22:56 UTC  (11+ messages)

[PATCH] iommu/hyper-v: Allow hyperv irq remapping without x2apic
 2022-11-16 18:49 UTC  (11+ messages)

[PATCH v2 00/12] Drivers: hv: Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-11-16 16:38 UTC  (27+ messages)
` [PATCH v2 01/12] x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
` [PATCH v2 02/12] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [PATCH v2 03/12] x86/hyperv: Reorder code in prep for subsequent patch
` [PATCH v2 04/12] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [PATCH v2 05/12] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [PATCH v2 06/12] swiotlb: Remove bounce buffer remapping for Hyper-V
` [PATCH v2 07/12] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages
` [PATCH v2 08/12] Drivers: hv: vmbus: Remove second way of mapping ring buffers
` [PATCH v2 09/12] hv_netvsc: Remove second mapping of send and recv buffers
` [PATCH v2 10/12] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
` [PATCH v2 11/12] PCI: hv: Add hypercalls to read/write MMIO space
` [PATCH v2 12/12] PCI: hv: Enable PCI pass-thru devices in Confidential VMs

[PATCH v3 0/4] hyper-v: Introduce TSC page for root partition
 2022-11-14 13:54 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mana: Remove redefinition of basic u64 type
 2022-11-14  8:19 UTC  (4+ messages)
` [EXTERNAL] "

[RFC PATCH 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2022-11-14  1:28 UTC  (9+ messages)
` [RFC PATCH 01/17] x86/boot: Check boot param's cc_blob_address for direct boot mode
` [RFC PATCH 16/17] x86/sev: Add a #HV exception handler
` [RFC PATCH 17/17] x86/sev: Initialize #HV doorbell and handle interrupt requests

[PATCH V3 00/11] The panic notifiers refactor - fixes/clean-ups (V3)
 2022-11-12 21:53 UTC  (9+ messages)
` [PATCH V3 10/11] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers

[PATCH v3] PCI: hv: Only reuse existing IRTE allocation for Multi-MSI
 2022-11-12 12:43 UTC  (9+ messages)

[PATCH 1/1] scsi: storvsc: Fix handling of srb_status and capacity change events
 2022-11-11 23:45 UTC  (2+ messages)

[PATCH v2] x86/Hyper-V: Expand definition of struct hv_vp_assist_page
 2022-11-11 23:39 UTC  (3+ messages)

[PATCH] x86/hyperv: Restore VP assist page after cpu offlining/onlining
 2022-11-11 23:34 UTC  (2+ messages)

[PATCH v1] PCI: hv: update comment in x86 specific hv_arch_irq_unmask
 2022-11-11 23:18 UTC  (2+ messages)

[PATCH v1] hv: fix comment typo in vmbus_channel/low_latency
 2022-11-11 23:17 UTC  (2+ messages)

[GIT PULL] Hyper-V fixes for 6.1-rc5
 2022-11-11 18:03 UTC  (2+ messages)

[PATCH] hv_balloon: Fix committed value in post_status() if dynamic memory is disabled
 2022-11-11 16:50 UTC  (2+ messages)

[Patch v10 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-11-11  9:43 UTC  (8+ messages)
` (subset) "

[PATCH 0/2] Drivers: hv: vmbus: fix two issues
 2022-11-10 20:19 UTC  (3+ messages)
` [PATCH 1/2] Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_work()

[PATCH v3] net: mana: Fix return type of mana_start_xmit()
 2022-11-10 11:40 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).