linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-03 23:23:13 to 2023-04-14 00:26:14 UTC [more...]

[PATCH RFC net-next v2 0/4] virtio/vsock: support datagrams
 2023-04-14  0:25 UTC  (2+ messages)
` [PATCH RFC net-next v2 2/4] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit

[PATCH 1/1] x86/irq: Add hardcoded hypervisor interrupts to /proc/stat
 2023-04-13 23:19 UTC  (6+ messages)

[PATCH] Drivers: hv: move panic report code from vmbus to hv early init code
 2023-04-13 22:31 UTC  (3+ messages)

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

[PATCH V3,net-next, 0/4] net: mana: Add support for jumbo frame
 2023-04-13 17:01 UTC  (11+ messages)
` [PATCH V3,net-next, 1/4] net: mana: Use napi_build_skb in RX path
` [PATCH V3,net-next, 2/4] net: mana: Refactor RX buffer allocation code to prepare for various MTU
` [PATCH V3,net-next, 3/4] net: mana: Enable RX path to handle various MTU sizes
` [PATCH V3,net-next, 4/4] net: mana: Add support for jumbo frame

[PATCH v5 0/5] Hyper-V VTL support
 2023-04-13 15:39 UTC  (11+ 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] PCI: hv: Use nested hypercall for retargeting interrupts
 2023-04-13 15:34 UTC  (7+ messages)

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

[RFC PATCH V4 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-04-13  3:29 UTC  (21+ messages)
` [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 06/17] x86/hyperv: decrypt VMBus pages for sev-snp enlightened guest
` [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 10/17] x86/hyperv: Add smp support for sev-snp guest
` [RFC PATCH V4 14/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
` [RFC PATCH V4 17/17] x86/sev: Remove restrict interrupt injection from SNP_FEATURES_IMPL_REQ

[PATCH AUTOSEL 5.15 3/8] x86/hyperv: Block root partition functionality in a Confidential VM
 2023-04-13  2:37 UTC 

[PATCH AUTOSEL 6.1 04/17] x86/hyperv: Block root partition functionality in a Confidential VM
 2023-04-13  2:36 UTC 

[PATCH AUTOSEL 6.2 04/20] x86/hyperv: Block root partition functionality in a Confidential VM
 2023-04-13  2:35 UTC 

[PATCH] PCI: hv: Replace retarget_msi_interrupt_params with hyperv_pcpu_input_arg
 2023-04-13  1:41 UTC  (3+ messages)

[PATCH 0/2] x86/hyperv: Exclude lazy TLB mode CPUs from enlightened TLB flushes
 2023-04-13  1:34 UTC  (2+ messages)

[PATCH] hv/hv_kvp_daemon: Add support for keyfile config based connection profile in NM
 2023-04-13  1:31 UTC  (4+ messages)

[PATCH] clockevents/drivers/i8253: Do not zero timer counter in shutdown
 2023-04-13  1:28 UTC  (4+ messages)

[PATCH] Drivers: hv: vmbus: Remove the per-CPU post_msg_page
 2023-04-13  1:20 UTC  (5+ messages)

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

[PATCH v7 00/12] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-04-13  1:05 UTC  (2+ messages)

[PATCH 00/12] Sprinkle more __noreturn
 2023-04-12 23:26 UTC  (16+ 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/6] Support TDX guests on Hyper-V
 2023-04-12 15:20 UTC  (16+ 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,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 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 v1 2/2] swiotlb: Fix slot alignment checks
 2023-04-11 15:46 UTC  (14+ messages)

[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] 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 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)


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