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

[PATCH 0/6] Make remove() of any bus based driver void returned
 2022-12-06 14:33 UTC  (3+ messages)

[PATCH 1/6] hyperv: Make remove callback of hyperv driver void returned
 2022-12-06 14:17 UTC  (13+ messages)
` [PATCH 2/6] macio: Make remove callback of macio "
` [PATCH 3/6] apr: make remove callback of apr "
` [PATCH 4/6] xen: make remove callback of xen "
` [PATCH 5/6] ac97: make remove callback of ac97 "
` [PATCH 6/6] soundbus: make remove callback of soundbus "

[PATCH v2] hv_balloon: Fix committed value in post_status() if dynamic memory is disabled
 2022-12-06 12:03 UTC 

[PATCH net] net: mana: Fix race on per-CQ variable napi work_done
 2022-12-06 10:30 UTC  (2+ messages)

[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2022-12-06  9:16 UTC  (14+ messages)
` [RFC PATCH V2 01/18] x86/sev: Pvalidate memory gab for decompressing kernel
` [RFC PATCH V2 16/18] x86/sev: Initialize #HV doorbell and handle interrupt requests

[PATCH 1/1] scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VM
 2022-12-05 15:50 UTC  (3+ messages)

[PATCH v8 0/3] ASoC: SOF: Fix deadlock when shutdown a frozen userspace
 2022-12-05 12:05 UTC  (11+ messages)
` [PATCH v8 1/3] kexec: Refactor kexec_in_progress into a function
` [PATCH v8 2/3] freezer: refactor pm_freezing "
` [PATCH v8 3/3] ASoC: SOF: Fix deadlock when shutdown a frozen userspace

[RFC PATCH v2 0/6] vsock: update tools and error handling
 2022-12-05  9:38 UTC  (20+ 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

[PATCH 0/6] Support TDX guests on Hyper-V
 2022-12-02 21:47 UTC  (51+ 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] clocksource/drivers/hyperv: use Hyper-V's page size to calculate PFN
 2022-12-02 18:34 UTC  (6+ messages)

[PATCH v3 0/4] hyper-v: Introduce TSC page for root partition
 2022-12-02 18:15 UTC  (5+ messages)

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

[Patch v4 00/13] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-12-02  3:30 UTC  (14+ messages)
` [Patch v4 01/13] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [Patch v4 02/13] x86/hyperv: Reorder code in prep for subsequent patch
` [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
` [Patch v4 08/13] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages
` [Patch v4 09/13] Drivers: hv: vmbus: Remove second way of mapping ring buffers
` [Patch v4 10/13] hv_netvsc: Remove second mapping of send and recv buffers
` [Patch v4 11/13] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
` [Patch v4 12/13] PCI: hv: Add hypercalls to read/write MMIO space
` [Patch v4 13/13] PCI: hv: Enable PCI pass-thru devices in Confidential VMs

[Patch v3 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-11-30 16:11 UTC  (29+ messages)
` [Patch v3 05/14] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently
` [Patch v3 07/14] x86/hyperv: Change vTOM handling to use standard coco mechanisms

[PATCH v2] x86/hyperv: Remove unregister syscore call from Hyper-V cleanup
 2022-11-29 17:57 UTC  (3+ messages)

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

[PATCH] x86/sev: mem_encrypt_free_decrypted_mem(): encrypt the pages for AMD SME only
 2022-11-28  2:38 UTC  (2+ messages)

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

[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


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).