linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-06 14:34:14 to 2023-01-15 20:28:03 UTC [more...]

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2023-01-15 20:27 UTC  (4+ messages)
` [patch V2 30/46] x86/xen: Wrap XEN MSI management into irqdomain

[PATCH] x86/hyperv: conditionally build hv_get_nested_reg()
 2023-01-14  1:56 UTC 

[PATCH v5 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-01-12 21:42 UTC  (15+ messages)
` [PATCH v5 01/14] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [PATCH v5 02/14] x86/hyperv: Reorder code to facilitate future work
` [PATCH v5 03/14] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [PATCH v5 04/14] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently
` [PATCH v5 05/14] init: Call mem_encrypt_init() after Hyper-V hypercall init is done
` [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted
` [PATCH v5 07/14] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [PATCH v5 08/14] swiotlb: Remove bounce buffer remapping for Hyper-V
` [PATCH v5 09/14] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages
` [PATCH v5 10/14] Drivers: hv: vmbus: Remove second way of mapping ring buffers
` [PATCH v5 11/14] hv_netvsc: Remove second mapping of send and recv buffers
` [PATCH v5 12/14] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
` [PATCH v5 13/14] PCI: hv: Add hypercalls to read/write MMIO space
` [PATCH v5 14/14] PCI: hv: Enable PCI pass-thru devices in Confidential VMs

[PATCH v10 1/5] x86/hyperv: Add support for detecting nested hypervisor
 2023-01-12 20:00 UTC  (14+ messages)
` [PATCH v10 2/5] Drivers: hv: Setup synic registers in case of nested root partition
` [PATCH v10 3/5] x86/hyperv: Add an interface to do nested hypercalls
` [PATCH v10 4/5] Drivers: hv: Enable vmbus driver for nested root partition
` [PATCH v10 5/5] x86/hyperv: Change interrupt vector "

[PATCH v2 10/16] drivers: hv: move device_to_hv_device to use container_of_const()
 2023-01-12 14:04 UTC  (2+ messages)

[Patch v4 00/13] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-01-12 14:03 UTC  (29+ messages)
` [Patch v4 01/13] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [Patch v4 03/13] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [Patch v4 04/13] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently
` [Patch v4 05/13] init: Call mem_encrypt_init() after Hyper-V hypercall init is done
` [Patch v4 06/13] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [Patch v4 07/13] swiotlb: Remove bounce buffer remapping for Hyper-V

[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-01-12  7:43 UTC  (53+ 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 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 18/18] x86/sev: Fix interrupt exit code paths from #HV exception

[PATCH 03/11] drm/aperture: Remove primary argument
 2023-01-11 15:49 UTC  (3+ messages)
` [PATCH 08/11] fbdev/hyperv: use pci aperture helpers

[PATCH v2 0/6] Support TDX guests on Hyper-V
 2023-01-09  7:27 UTC  (28+ messages)
` [PATCH v2 1/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v2 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
` [PATCH v2 3/6] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH v2 4/6] x86/tdx: Expand __tdx_hypercall() to handle more arguments
` [PATCH v2 5/6] x86/hyperv: Support hypercalls for TDX guests
` [PATCH v2 6/6] Drivers: hv: vmbus: Support "

[PATCH 0/6] Support TDX guests on Hyper-V
 2023-01-09  6:59 UTC  (4+ messages)
` [PATCH 6/6] Drivers: hv: vmbus: Support TDX guests

[PATCH v3] Drivers: hv: Make remove callback of hyperv driver void returned
 2023-01-05 16:13 UTC  (3+ messages)

[PATCH v2] hyperv: Make remove callback of hyperv driver void returned
 2023-01-05  3:27 UTC  (2+ messages)

[PATCH 00/18] drm,fbdev: Remove apertures structure and FBINFO_MISC_FIRMWARE
 2023-01-03 13:54 UTC  (39+ messages)
` [PATCH 01/18] fbcon: Remove trailing whitespaces
` [PATCH 02/18] Revert "fbcon: don't lose the console font across generic->chip driver switch"
` [PATCH 03/18] drm/gma500: Do not set struct fb_info.apertures
` [PATCH 04/18] drm/i915: "
` [PATCH 05/18] drm/radeon: "
` [PATCH 06/18] drm/fb-helper: Do not allocate unused apertures structure
` [PATCH 07/18] fbdev/clps711x-fb: Do not set struct fb_info.apertures
` [PATCH 08/18] fbdev/hyperv-fb: "
` [PATCH 09/18] vfio-mdev/mdpy-fb: "
` [PATCH 10/18] fbdev/efifb: Add struct efifb_par for driver data
` [PATCH 11/18] fbdev/efifb: Do not use struct fb_info.apertures
` [PATCH 12/18] fbdev/offb: Allocate struct offb_par with framebuffer_alloc()
` [PATCH 13/18] fbdev/offb: Do not use struct fb_info.apertures
` [PATCH 14/18] fbdev/simplefb: "
` [PATCH 15/18] fbdev/vesafb: Remove trailing whitespaces
` [PATCH 16/18] fbdev/vesafb: Do not use struct fb_info.apertures
` [PATCH 17/18] fbdev/vga16fb: "
` [PATCH 18/18] drm/fbdev: Remove aperture handling and FBINFO_MISC_FIRMWARE

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

[PATCH v5 0/7] KVM: x86: Hyper-V invariant TSC control feature
 2022-12-24 11:04 UTC  (2+ messages)

[PATCH v2 0/4] KVM: VMX: nVMX: Make eVMCS enablement more robust
 2022-12-24  9:32 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 3/5] video: hyperv_fb: Avoid taking busy spinlock on panic path
 2022-12-17  0:10 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 4/5] x86/hyperv: Remove unregister syscore call from Hyper-V cleanup

[PATCH AUTOSEL 5.15 3/5] video: hyperv_fb: Avoid taking busy spinlock on panic path
 2022-12-17  0:10 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 4/5] x86/hyperv: Remove unregister syscore call from Hyper-V cleanup

[PATCH AUTOSEL 6.0 4/8] video: hyperv_fb: Avoid taking busy spinlock on panic path
 2022-12-17  0:10 UTC  (2+ messages)
` [PATCH AUTOSEL 6.0 5/8] x86/hyperv: Remove unregister syscore call from Hyper-V cleanup

[PATCH AUTOSEL 6.1 4/9] video: hyperv_fb: Avoid taking busy spinlock on panic path
 2022-12-17  0:09 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 5/9] x86/hyperv: Remove unregister syscore call from Hyper-V cleanup

[PATCH 1/1] scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VM
 2022-12-14  2:55 UTC  (2+ messages)

[GIT PULL] Hyper-V commits for v6.2
 2022-12-12 18:07 UTC  (2+ messages)

[PATCH V3 00/11] The panic notifiers refactor - fixes/clean-ups (V3)
 2022-12-09 16:03 UTC  (3+ messages)
` [PATCH V3 08/11] EDAC/altera: Skip the panic notifier if kdump is loaded

[PATCH v8 0/3] ASoC: SOF: Fix deadlock when shutdown a frozen userspace
 2022-12-09 11:53 UTC  (7+ messages)
` [PATCH v8 3/3] "

[PATCH 0/6] Make remove() of any bus based driver void returned
 2022-12-06 14:33 UTC  (3+ 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).