linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-28 04:53:17 to 2023-04-12 15:02:47 UTC [more...]

[RFC PATCH V4 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-04-12 15:02 UTC  (29+ messages)
` [RFC PATCH V4 01/17] x86/hyperv: Add sev-snp enlightened guest static key
` [RFC PATCH V4 02/17] Drivers: hv: vmbus: Decrypt vmbus ring buffer
` [RFC PATCH V4 03/17] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [RFC PATCH V4 04/17] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest
` [RFC PATCH V4 05/17] clocksource/drivers/hyper-v: decrypt hyperv tsc page "
` [RFC PATCH V4 06/17] x86/hyperv: decrypt VMBus pages for "
` [RFC PATCH V4 07/17] drivers: hv: Decrypt percpu hvcall input arg page in "
` [RFC PATCH V4 08/17] x86/hyperv: Initialize cpu and memory for "
` [RFC PATCH V4 09/17] x86/hyperv: SEV-SNP enlightened guest don't support legacy rtc
` [RFC PATCH V4 10/17] x86/hyperv: Add smp support for sev-snp guest
` [RFC PATCH V4 11/17] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES
` [RFC PATCH V4 12/17] x86/sev: Add a #HV exception handler
` [RFC PATCH V4 13/17] x86/sev: Add Check of #HV event in path
` [RFC PATCH V4 14/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
` [RFC PATCH V4 15/17] x86/sev: optimize system vector processing invoked from #HV exception
` [RFC PATCH V4 16/17] x86/sev: Fix interrupt exit code paths "
` [RFC PATCH V4 17/17] x86/sev: Remove restrict interrupt injection from SNP_FEATURES_IMPL_REQ

[PATCH V2,net-next, 0/3] net: mana: Add support for jumbo frame
 2023-04-12 14:38 UTC  (11+ messages)
` [PATCH V2,net-next, 1/3] net: mana: Use napi_build_skb in RX path
` [PATCH V2,net-next, 2/3] net: mana: Enable RX path to handle various MTU sizes
` [PATCH V2,net-next, 3/3] net: mana: Add support for jumbo frame

[PATCH v4 0/6] Support TDX guests on Hyper-V
 2023-04-12 14:05 UTC  (14+ messages)
` [PATCH v4 1/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v4 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
` [PATCH v4 3/6] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH v4 4/6] x86/hyperv: Support hypercalls for "
` [PATCH v4 5/6] Drivers: hv: vmbus: Support "
` [PATCH v4 6/6] x86/hyperv: Fix serial console interrupts for "

[PATCH v2 0/6] pci-hyper: Fix race condition bugs for fast device hotplug
 2023-04-11 17:31 UTC  (16+ messages)
` [PATCH v2 1/6] PCI: hv: Fix a race condition bug in hv_pci_query_relations()
` [PATCH v2 2/6] PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panic
` [PATCH v2 3/6] PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_dev
` [PATCH v2 4/6] Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally"
` [PATCH v2 5/6] PCI: hv: Add a per-bus mutex state_lock
` [PATCH v2 6/6] PCI: hv: Use async probing to reduce boot time

[PATCH] clocksource: hyper-v: make sure Invariant-TSC is used if it is available
 2023-04-11 17:28 UTC  (2+ messages)

[PATCH] PCI: hv: Replace retarget_msi_interrupt_params with hyperv_pcpu_input_arg
 2023-04-11 17:27 UTC  (2+ messages)

[PATCH] Drivers: hv: vmbus: Remove the per-CPU post_msg_page
 2023-04-11 17:24 UTC  (3+ messages)

[PATCH v1 2/2] swiotlb: Fix slot alignment checks
 2023-04-11 15:46 UTC  (14+ messages)

[PATCH v5 0/5] Hyper-V VTL support
 2023-04-11  5:55 UTC  (6+ messages)
` [PATCH v5 1/5] x86/init: Make get/set_rtc_noop() public
` [PATCH v5 2/5] x86/hyperv: Add VTL specific structs and hypercalls
` [PATCH v5 3/5] x86/hyperv: Make hv_get_nmi_reason public
` [PATCH v5 4/5] Drivers: hv: Kconfig: Add HYPERV_VTL_MODE
` [PATCH v5 5/5] x86/hyperv: VTL support for Hyper-V

[PATCH] Drivers: hv: move panic report code from vmbus to hv early init code
 2023-04-11  2:10 UTC 

[PATCH 00/12] Sprinkle more __noreturn
 2023-04-10 20:02 UTC  (13+ messages)
` [PATCH 01/11] init: Mark [arch_call_]rest_init() __noreturn
` [PATCH 02/11] init: Mark start_kernel() __noreturn
` [PATCH 03/11] x86/head: Mark *_start_kernel() __noreturn
` [PATCH 04/11] btrfs: Mark btrfs_assertfail() __noreturn
` [PATCH 05/11] arm64/cpu: Mark cpu_park_loop() and friends __noreturn
` [PATCH 06/11] cpu: Mark panic_smp_self_stop() __noreturn
` [PATCH 07/11] cpu: Mark nmi_panic_self_stop() __noreturn
` [PATCH 08/11] x86/cpu: Mark {hlt,resume}_play_dead() __noreturn
` [PATCH 09/11] objtool: Include weak functions in global_noreturns check
` [PATCH 10/11] scsi: message: fusion: Mark mpt_halt_firmware() __noreturn
` [PATCH 11/11] x86/hyperv: Mark hv_ghcb_terminate() as noreturn

[PATCH v4 0/5] Hyper-V VTL support
 2023-04-10 17:06 UTC  (17+ messages)
` [PATCH v4 1/5] x86/init: Make get/set_rtc_noop() public
` [PATCH v4 2/5] x86/hyperv: Add VTL specific structs and hypercalls
      ` [EXTERNAL] "
` [PATCH v4 3/5] x86/hyperv: Make hv_get_nmi_reason public
` [PATCH v4 4/5] Drivers: hv: Kconfig: Add HYPERV_VTL_MODE
` [PATCH v4 5/5] x86/hyperv: VTL support for Hyper-V

[PATCH] Drivers: hv: Use nested hypercall for post message and signal event
 2023-04-07 22:28 UTC  (4+ messages)

[PATCH 0/2] Fix MSI interrupts for nested Hyper-V root partition
 2023-04-06 16:33 UTC  (3+ messages)
` [PATCH 1/2] x86/hyperv: Expose an helper to map PCI interrupts
` [PATCH 2/2] PCI: hv: Deal with nested MSHV setup

[PATCH] Drivers: hv: Do not free synic pages when they were not allocated
 2023-04-07 15:22 UTC  (3+ messages)

[PATCH v9 0/5] Device tree support for Hyper-V VMBus driver
 2023-04-06 21:15 UTC  (6+ messages)
` [PATCH v9 4/5] dt-bindings: bus: VMBus

[PATCH v5 3/9] drm/aperture: Remove primary argument
 2023-04-06 13:21 UTC  (2+ messages)
` [PATCH v5 6/9] video/aperture: Drop "

[PATCH v4 3/9] drm/aperture: Remove primary argument
 2023-04-06  8:32 UTC  (2+ messages)
` [PATCH v4 6/9] video/aperture: Drop "

[PATCH] PCI: hv: Use nested hypercall for retargeting interrupts
 2023-04-06  6:11 UTC  (4+ messages)

[PATCH 3/8] drm/aperture: Remove primary argument
 2023-04-05 11:36 UTC  (6+ messages)
` [PATCH 6/8] video/aperture: Drop "

[PATCH 6.1 000/179] 6.1.23-rc2 review
 2023-04-05  9:46 UTC  (4+ messages)

[PATCH 1/2] drm/hyperv: Add DRM driver for hyperv synthetic video device
 2023-04-04 16:07 UTC  (3+ messages)

[PATCH v2] PCI: hv: Fix the definition of vector in hv_compose_msi_msg()
 2023-04-03 19:29 UTC  (11+ messages)

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-04-03 18:09 UTC  (4+ messages)
` [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler

[GIT PULL] Hyper-V fixes for 6.3-rc6
 2023-04-03 16:51 UTC  (2+ messages)

[PATCH v5 00/15] x86/mtrr: fix handling with PAT but without MTRR
 2023-04-02  2:36 UTC  (3+ messages)
` [PATCH v5 05/15] x86/hyperv: set MTRR state when running as SEV-SNP Hyper-V guest

[PATCH 0/6] pci-hyper: fix race condition bugs for fast device hotplug
 2023-03-30  5:17 UTC  (21+ messages)
` [PATCH 1/6] PCI: hv: fix a race condition bug in hv_pci_query_relations()
  ` [EXTERNAL] "
` [PATCH 2/6] PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panic
` [PATCH 3/6] PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_dev
` [PATCH 4/6] Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally"
` [PATCH 5/6] PCI: hv: Add a per-bus mutex state_lock
` [PATCH 6/6] PCI: hv: Use async probing to reduce boot time

Słowa kluczowe do wypozycjonowania
 2023-03-29  7:29 UTC 


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