linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-16 21:16:08 to 2022-11-28 17:24:46 UTC [more...]

[Patch v3 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-11-28 17:24 UTC  (49+ 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 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 13/14] PCI: hv: Add hypercalls to read/write MMIO space

[PATCH v4 1/1] x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
 2022-11-28 16:04 UTC  (5+ messages)

[PATCH 0/6] Support TDX guests on Hyper-V
 2022-11-28 15:22 UTC  (46+ 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 "

[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2022-11-28  5:47 UTC  (26+ 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] x86/sev: mem_encrypt_free_decrypted_mem(): encrypt the pages for AMD SME only
 2022-11-28  2:38 UTC  (2+ messages)

[PATCH v2] x86/hyperv: Remove unregister syscore call from Hyper-V cleanup
 2022-11-26  6:14 UTC 

[GIT PULL] Hyper-V fixes for 6.1-rc7
 2022-11-25 20:48 UTC  (2+ messages)

[RFC PATCH v2 0/6] vsock: update tools and error handling
 2022-11-25 17:15 UTC  (7+ messages)
` [RFC PATCH v2 1/6] vsock: return errors other than -ENOMEM to socket
` [RFC PATCH v2 2/6] hv_sock: always return ENOMEM in case of error
` [RFC PATCH v2 3/6] vsock/vmci: "
` [RFC PATCH v2 4/6] test/vsock: rework message bounds test
` [RFC PATCH v2 5/6] test/vsock: add big message test
` [RFC PATCH v2 6/6] test/vsock: vsock_perf utility

[RFC PATCH v2 0/6] vsock: update tools and error handling
 2022-11-25 16:57 UTC 

[PATCH] x86/hyperv: Remove unregister syscore call from hyperv cleanup
 2022-11-25 16:05 UTC  (5+ messages)

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

[PATCH v2 0/5] Add support running nested Microsoft Hypervisor
 2022-11-24  6:02 UTC  (19+ 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 v6 0/5] Add support running nested Microsoft Hypervisor
  ` [PATCH v6 1/5] x86/hyperv: Add support for detecting nested hypervisor
  ` [PATCH v6 2/5] Drivers: hv: Setup synic registers in case of nested root partition
  ` [PATCH v6 3/5] x86/hyperv: Add an interface to do nested hypercalls
  ` [PATCH v6 4/5] Drivers: hv: Enable vmbus driver for nested root partition
  ` [PATCH v6 5/5] x86/hyperv: Change interrupt vector "

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

[PATCH] swiotlb: check set_memory_decrypted()'s return value
 2022-11-24  1:51 UTC  (3+ messages)

[PATCH] drivers: hv: vmbus: Fix possible memory leak when device_register() failed
 2022-11-22 17:04 UTC  (3+ messages)

[PATCH v5 0/7] KVM: x86: Hyper-V invariant TSC control feature
 2022-11-22 15:43 UTC  (3+ messages)

[PATCH V3 00/11] The panic notifiers refactor - fixes/clean-ups (V3)
 2022-11-22 15:06 UTC  (18+ messages)
` [PATCH V3 02/11] notifier: Add panic notifiers info and purge trailing whitespaces
` [PATCH V3 03/11] alpha: Clean-up the panic notifier code
` [PATCH V3 06/11] tracing: Improve panic/die notifiers
` [PATCH V3 07/11] notifiers: Add tracepoints to the notifiers infrastructure
` [PATCH V3 08/11] EDAC/altera: Skip the panic notifier if kdump is loaded
` [PATCH V3 11/11] panic: Fixes the panic_print NMI backtrace setting

[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 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/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  (3+ messages)

[PATCH] clocksource/drivers/hyper-v: Include asm/hyperv-tlfs.h not asm/mshyperv.h
 2022-11-16 22:56 UTC  (9+ 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).